Pull request #41659 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 2b41e8471935a95440472ca90e99aa33dacf56c0+0e8023ddea86158587182c4fc41dc22a73692efc (3d92764b6719eca574f958471393ed72a4a45c9f) 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-10T19:49:40.069Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-11-10T19:49:40.074Z] Trying to pass milestone 2 [Pipeline] milestone [2020-11-10T19:49:40.123Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-11-10T19:49:55.286Z] Still waiting to schedule task [2020-11-10T19:49:55.286Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-11-10T19:49:57.452Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0bdd934507b67ecaf) in /home/ubuntu/workspace/moby_PR-41659 [Pipeline] { [Pipeline] checkout [2020-11-10T19:49:57.493Z] using credential docker-jenkins-github-credentials [2020-11-10T19:49:57.502Z] Cloning the remote Git repository [2020-11-10T19:49:57.502Z] Cloning with configured refspecs honoured and without tags [2020-11-10T19:49:57.504Z] Cloning repository https://github.com/moby/moby.git [2020-11-10T19:49:57.504Z] > git init /home/ubuntu/workspace/moby_PR-41659 # timeout=10 [2020-11-10T19:49:57.509Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:49:57.509Z] > git --version # timeout=10 [2020-11-10T19:49:57.516Z] > git --version # 'git version 2.17.1' [2020-11-10T19:49:57.516Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:49:57.518Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:08.149Z] Fetching without tags [2020-11-10T19:50:08.135Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:08.138Z] > git config --add remote.origin.fetch +refs/pull/41659/head:refs/remotes/origin/PR-41659 # timeout=10 [2020-11-10T19:50:08.142Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:08.146Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:08.151Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:08.151Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:08.152Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:08.517Z] Merging remotes/origin/master commit 0e8023ddea86158587182c4fc41dc22a73692efc into PR head commit 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:09.883Z] Merge succeeded, producing 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:09.883Z] Checking out Revision 2b41e8471935a95440472ca90e99aa33dacf56c0 (PR-41659) [2020-11-10T19:50:08.519Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:08.522Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:09.868Z] > git remote # timeout=10 [2020-11-10T19:50:09.870Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T19:50:09.872Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:09.873Z] > git merge 0e8023ddea86158587182c4fc41dc22a73692efc # timeout=10 [2020-11-10T19:50:09.879Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T19:50:09.885Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:09.886Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:10.179Z] Commit message: "pkg/system: fix compile on darwin (macOS)" [2020-11-10T19:50:10.185Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-10T19:50:10.943Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41659:/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-11-10T19:50:10.943Z] Unable to find image 'alpine:latest' locally [2020-11-10T19:50:10.943Z] latest: Pulling from library/alpine [2020-11-10T19:50:11.202Z] 188c0c94c7c5: Pulling fs layer [2020-11-10T19:50:11.461Z] 188c0c94c7c5: Verifying Checksum [2020-11-10T19:50:11.461Z] 188c0c94c7c5: Download complete [2020-11-10T19:50:10.182Z] > git rev-list --no-walk e4421ec7cc2b828ee3cc3409683c3c6da24f00f1 # timeout=10 [2020-11-10T19:50:11.720Z] 188c0c94c7c5: Pull complete [2020-11-10T19:50:11.720Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-10T19:50:11.720Z] Status: Downloaded newer image for alpine:latest [2020-11-10T19:50:15.010Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2020-11-10T19:50:16.190Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0bdd934507b67ecaf) in /home/ubuntu/workspace/moby_PR-41659 [2020-11-10T19:50:16.190Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-09f8193bb4ae4a041) in /home/ubuntu/workspace/moby_PR-41659 [Pipeline] node [2020-11-10T19:50:16.191Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-021750d04a6986eb2) in /home/ubuntu/workspace/moby_PR-41659 [2020-11-10T19:50:16.192Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-41659 [Pipeline] node [Pipeline] node [2020-11-10T19:50:16.195Z] Running on ppc64le-ubuntu-17 in /home/docker/workspace/moby_PR-41659 [2020-11-10T19:50:16.195Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-01760a052833e42a6) in /home/ubuntu/workspace/moby_PR-41659 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2020-11-10T19:50:16.288Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [Pipeline] checkout [2020-11-10T19:50:16.297Z] using credential docker-jenkins-github-credentials [2020-11-10T19:50:16.299Z] Fetching changes from the remote Git repository [2020-11-10T19:50:16.304Z] Fetching without tags [Pipeline] checkout [2020-11-10T19:50:16.306Z] Cloning the remote Git repository [2020-11-10T19:50:16.306Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [2020-11-10T19:50:16.328Z] using credential docker-jenkins-github-credentials [2020-11-10T19:50:16.337Z] Cloning the remote Git repository [2020-11-10T19:50:16.337Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2020-11-10T19:50:16.343Z] using credential docker-jenkins-github-credentials [2020-11-10T19:50:16.345Z] using credential docker-jenkins-github-credentials [2020-11-10T19:50:16.351Z] using credential docker-jenkins-github-credentials [2020-11-10T19:50:16.354Z] Cloning the remote Git repository [2020-11-10T19:50:16.355Z] Cloning with configured refspecs honoured and without tags [2020-11-10T19:50:16.359Z] Cloning the remote Git repository [2020-11-10T19:50:16.359Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2020-11-10T19:50:16.367Z] Cloning the remote Git repository [2020-11-10T19:50:16.367Z] Cloning with configured refspecs honoured and without tags [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] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-11-10T19:50:16.594Z] Merging remotes/origin/master commit 0e8023ddea86158587182c4fc41dc22a73692efc into PR head commit 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:16.651Z] Merge succeeded, producing 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:16.651Z] Checking out Revision 2b41e8471935a95440472ca90e99aa33dacf56c0 (PR-41659) [2020-11-10T19:50:16.697Z] Commit message: "pkg/system: fix compile on darwin (macOS)" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-10T19:50:16.296Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-11-10T19:50:16.301Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:16.306Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:16.306Z] > git --version # timeout=10 [2020-11-10T19:50:16.309Z] > git --version # 'git version 2.17.1' [2020-11-10T19:50:16.309Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:16.309Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:16.596Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:16.598Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:16.636Z] > git remote # timeout=10 [2020-11-10T19:50:16.638Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T19:50:16.640Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:16.641Z] > git merge 0e8023ddea86158587182c4fc41dc22a73692efc # timeout=10 [2020-11-10T19:50:16.647Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T19:50:16.653Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:16.655Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:16.307Z] Cloning repository https://github.com/moby/moby.git [2020-11-10T19:50:16.308Z] > git init /home/ubuntu/workspace/moby_PR-41659 # timeout=10 [2020-11-10T19:50:16.326Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:16.326Z] > git --version # timeout=10 [2020-11-10T19:50:16.335Z] > git --version # 'git version 2.17.1' [2020-11-10T19:50:16.335Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:16.336Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:16.373Z] Cloning repository https://github.com/moby/moby.git [2020-11-10T19:50:16.373Z] > git init /home/ubuntu/workspace/moby_PR-41659 # timeout=10 [2020-11-10T19:50:16.382Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:16.382Z] > git --version # timeout=10 [2020-11-10T19:50:16.391Z] > git --version # 'git version 2.17.1' [2020-11-10T19:50:16.391Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:16.392Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:16.342Z] Cloning repository https://github.com/moby/moby.git [2020-11-10T19:50:16.343Z] > git init /home/ubuntu/workspace/moby_PR-41659 # timeout=10 [2020-11-10T19:50:16.359Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:16.360Z] > git --version # timeout=10 [2020-11-10T19:50:16.369Z] > git --version # 'git version 2.7.4' [2020-11-10T19:50:16.369Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:16.371Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:16.365Z] Cloning repository https://github.com/moby/moby.git [2020-11-10T19:50:16.366Z] > git init /home/jenkins/workspace/moby_PR-41659 # timeout=10 [2020-11-10T19:50:16.369Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:16.369Z] > git --version # timeout=10 [2020-11-10T19:50:16.370Z] > git --version # 'git version 2.17.1' [2020-11-10T19:50:16.370Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:16.370Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:16.373Z] Cloning repository https://github.com/moby/moby.git [2020-11-10T19:50:16.374Z] > git init /home/docker/workspace/moby_PR-41659 # timeout=10 [2020-11-10T19:50:16.378Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:16.378Z] > git --version # timeout=10 [2020-11-10T19:50:16.381Z] > git --version # 'git version 2.7.4' [2020-11-10T19:50:16.381Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:16.382Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:17.482Z] + [ PR != PR ] [2020-11-10T19:50:17.482Z] + [ master != master ] [2020-11-10T19:50:17.482Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-10T19:50:17.823Z] + docker version [2020-11-10T19:50:17.823Z] Client: Docker Engine - Community [2020-11-10T19:50:17.823Z] Version: 19.03.13 [2020-11-10T19:50:17.823Z] API version: 1.40 [2020-11-10T19:50:17.823Z] Go version: go1.13.15 [2020-11-10T19:50:17.823Z] Git commit: 4484c46d9d [2020-11-10T19:50:17.823Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-10T19:50:17.823Z] OS/Arch: linux/amd64 [2020-11-10T19:50:17.823Z] Experimental: false [2020-11-10T19:50:17.823Z] [2020-11-10T19:50:17.823Z] Server: Docker Engine - Community [2020-11-10T19:50:17.823Z] Engine: [2020-11-10T19:50:17.823Z] Version: 19.03.13 [2020-11-10T19:50:17.823Z] API version: 1.40 (minimum version 1.12) [2020-11-10T19:50:17.823Z] Go version: go1.13.15 [2020-11-10T19:50:17.823Z] Git commit: 4484c46d9d [2020-11-10T19:50:17.823Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-10T19:50:17.823Z] OS/Arch: linux/amd64 [2020-11-10T19:50:17.823Z] Experimental: true [2020-11-10T19:50:17.823Z] containerd: [2020-11-10T19:50:17.823Z] Version: 1.3.7 [2020-11-10T19:50:17.823Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-10T19:50:17.823Z] runc: [2020-11-10T19:50:17.823Z] Version: 1.0.0-rc10 [2020-11-10T19:50:17.823Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-10T19:50:17.823Z] docker-init: [2020-11-10T19:50:17.823Z] Version: 0.18.0 [2020-11-10T19:50:17.823Z] GitCommit: fec3683 [Pipeline] sh [2020-11-10T19:50:18.105Z] + docker info [2020-11-10T19:50:18.105Z] Client: [2020-11-10T19:50:18.105Z] Debug Mode: false [2020-11-10T19:50:18.105Z] [2020-11-10T19:50:18.105Z] Server: [2020-11-10T19:50:18.105Z] Containers: 0 [2020-11-10T19:50:18.105Z] Running: 0 [2020-11-10T19:50:18.105Z] Paused: 0 [2020-11-10T19:50:18.105Z] Stopped: 0 [2020-11-10T19:50:18.105Z] Images: 2 [2020-11-10T19:50:18.105Z] Server Version: 19.03.13 [2020-11-10T19:50:18.105Z] Storage Driver: overlay2 [2020-11-10T19:50:18.105Z] Backing Filesystem: extfs [2020-11-10T19:50:18.105Z] Supports d_type: true [2020-11-10T19:50:18.105Z] Native Overlay Diff: true [2020-11-10T19:50:18.105Z] Logging Driver: json-file [2020-11-10T19:50:18.105Z] Cgroup Driver: cgroupfs [2020-11-10T19:50:18.105Z] Plugins: [2020-11-10T19:50:18.105Z] Volume: local [2020-11-10T19:50:18.105Z] Network: bridge host ipvlan macvlan null overlay [2020-11-10T19:50:18.105Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-10T19:50:18.105Z] Swarm: inactive [2020-11-10T19:50:18.105Z] Runtimes: runc [2020-11-10T19:50:18.105Z] Default Runtime: runc [2020-11-10T19:50:18.105Z] Init Binary: docker-init [2020-11-10T19:50:18.105Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-10T19:50:18.105Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-10T19:50:18.105Z] init version: fec3683 [2020-11-10T19:50:18.105Z] Security Options: [2020-11-10T19:50:18.105Z] apparmor [2020-11-10T19:50:18.105Z] seccomp [2020-11-10T19:50:18.105Z] Profile: default [2020-11-10T19:50:18.105Z] Kernel Version: 5.4.0-1025-aws [2020-11-10T19:50:18.105Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-10T19:50:18.105Z] OSType: linux [2020-11-10T19:50:18.105Z] Architecture: x86_64 [2020-11-10T19:50:18.105Z] CPUs: 8 [2020-11-10T19:50:18.105Z] Total Memory: 30.58GiB [2020-11-10T19:50:18.105Z] Name: ip-10-100-40-87 [2020-11-10T19:50:18.105Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-10T19:50:18.105Z] Docker Root Dir: /var/lib/docker [2020-11-10T19:50:18.105Z] Debug Mode: false [2020-11-10T19:50:18.105Z] Registry: https://index.docker.io/v1/ [2020-11-10T19:50:18.105Z] Labels: [2020-11-10T19:50:18.105Z] Experimental: true [2020-11-10T19:50:18.105Z] Insecure Registries: [2020-11-10T19:50:18.105Z] 127.0.0.0/8 [2020-11-10T19:50:18.105Z] Live Restore Enabled: true [2020-11-10T19:50:18.105Z] [2020-11-10T19:50:18.105Z] WARNING: No swap limit support [Pipeline] sh [2020-11-10T19:50:18.388Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:18.388Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:18.388Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41659/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-10T19:50:18.648Z] + bash /home/ubuntu/workspace/moby_PR-41659/check-config.sh [2020-11-10T19:50:18.648Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-10T19:50:18.648Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-10T19:50:18.648Z] [2020-11-10T19:50:18.648Z] Generally Necessary: [2020-11-10T19:50:18.648Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-10T19:50:18.648Z] - apparmor: enabled and tools installed [2020-11-10T19:50:18.648Z] - CONFIG_NAMESPACES: enabled [2020-11-10T19:50:18.648Z] - CONFIG_NET_NS: enabled [2020-11-10T19:50:18.648Z] - CONFIG_PID_NS: enabled [2020-11-10T19:50:18.648Z] - CONFIG_IPC_NS: enabled [2020-11-10T19:50:18.648Z] - CONFIG_UTS_NS: enabled [2020-11-10T19:50:18.648Z] - CONFIG_CGROUPS: enabled [2020-11-10T19:50:18.648Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-10T19:50:18.648Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-10T19:50:18.648Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-10T19:50:18.648Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-10T19:50:18.648Z] - CONFIG_CPUSETS: enabled [2020-11-10T19:50:18.648Z] - CONFIG_MEMCG: enabled [2020-11-10T19:50:18.648Z] - CONFIG_KEYS: enabled [2020-11-10T19:50:18.648Z] - CONFIG_VETH: enabled (as module) [2020-11-10T19:50:18.648Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-10T19:50:18.648Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-10T19:50:18.648Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-10T19:50:18.648Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-10T19:50:18.648Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-10T19:50:18.648Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-10T19:50:18.648Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-10T19:50:18.648Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-10T19:50:18.648Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-10T19:50:18.648Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-10T19:50:18.648Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-10T19:50:18.648Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-10T19:50:18.648Z] [2020-11-10T19:50:18.648Z] Optional Features: [2020-11-10T19:50:18.648Z] - CONFIG_USER_NS: enabled [2020-11-10T19:50:18.909Z] - CONFIG_SECCOMP: enabled [2020-11-10T19:50:18.909Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-10T19:50:18.909Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-10T19:50:18.909Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-10T19:50:18.909Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-10T19:50:18.909Z] - CONFIG_BLK_CGROUP: enabled [2020-11-10T19:50:18.909Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-10T19:50:18.909Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-10T19:50:18.909Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-10T19:50:18.909Z] - CONFIG_CGROUP_PERF: enabled [2020-11-10T19:50:18.909Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-10T19:50:18.909Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-10T19:50:18.909Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-10T19:50:18.909Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-10T19:50:18.909Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-10T19:50:18.909Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_IP_VS: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-10T19:50:18.909Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-10T19:50:18.909Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-10T19:50:18.909Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_EXT4_FS: enabled [2020-11-10T19:50:18.909Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-10T19:50:18.909Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-10T19:50:18.909Z] - Network Drivers: [2020-11-10T19:50:18.909Z] - "overlay": [2020-11-10T19:50:18.909Z] - CONFIG_VXLAN: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-10T19:50:18.909Z] Optional (for encrypted networks): [2020-11-10T19:50:18.909Z] - CONFIG_CRYPTO: enabled [2020-11-10T19:50:18.909Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-10T19:50:18.909Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-10T19:50:18.909Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-10T19:50:18.909Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-10T19:50:18.909Z] - CONFIG_XFRM: enabled [2020-11-10T19:50:18.909Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-10T19:50:18.909Z] - "ipvlan": [2020-11-10T19:50:18.909Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-10T19:50:18.909Z] - "macvlan": [2020-11-10T19:50:18.909Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_DUMMY: enabled (as module) [2020-11-10T19:50:18.909Z] - "ftp,tftp client in container": [2020-11-10T19:50:18.909Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-10T19:50:18.909Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-10T19:50:18.909Z] - Storage Drivers: [2020-11-10T19:50:18.909Z] - "aufs": [2020-11-10T19:50:19.168Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-10T19:50:19.168Z] - "btrfs": [2020-11-10T19:50:19.168Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-10T19:50:19.168Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-10T19:50:19.168Z] - "devicemapper": [2020-11-10T19:50:19.168Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-10T19:50:19.168Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-10T19:50:19.168Z] - "overlay": [2020-11-10T19:50:19.168Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-10T19:50:19.168Z] - "zfs": [2020-11-10T19:50:19.168Z] - /dev/zfs: present [2020-11-10T19:50:19.169Z] - zfs command: missing [2020-11-10T19:50:19.169Z] - zpool command: missing [2020-11-10T19:50:19.169Z] [2020-11-10T19:50:19.169Z] Limits: [2020-11-10T19:50:19.169Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-10T19:50:19.169Z] [2020-11-10T19:50:19.169Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-10T19:50:19.504Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2b41e8471935a95440472ca90e99aa33dacf56c0 . [2020-11-10T19:50:19.504Z] #2 [internal] load .dockerignore [2020-11-10T19:50:19.504Z] #2 transferring context: 87B 0.0s done [2020-11-10T19:50:19.504Z] #2 DONE 0.0s [2020-11-10T19:50:19.504Z] [2020-11-10T19:50:19.504Z] #1 [internal] load build definition from Dockerfile [2020-11-10T19:50:19.504Z] #1 transferring dockerfile: 16.58kB 0.0s done [2020-11-10T19:50:19.504Z] #1 DONE 0.0s [2020-11-10T19:50:19.504Z] [2020-11-10T19:50:19.504Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-10T19:50:19.763Z] #3 DONE 0.2s [2020-11-10T19:50:19.763Z] [2020-11-10T19:50:19.763Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-10T19:50:19.763Z] #4 CACHED [2020-11-10T19:50:19.763Z] [2020-11-10T19:50:19.763Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-10T19:50:19.763Z] #7 DONE 0.1s [2020-11-10T19:50:19.763Z] [2020-11-10T19:50:19.763Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-10T19:50:20.023Z] #6 DONE 0.2s [2020-11-10T19:50:20.023Z] [2020-11-10T19:50:20.023Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-10T19:50:20.023Z] #5 DONE 0.4s [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-10T19:50:20.283Z] #8 DONE 0.0s [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-10T19:50:20.283Z] #24 DONE 0.0s [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-10T19:50:20.283Z] #60 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-10T19:50:20.283Z] #9 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-10T19:50:20.283Z] #10 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:50:20.283Z] #53 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-10T19:50:20.283Z] #37 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:50:20.283Z] #38 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:50:20.283Z] #40 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-10T19:50:20.283Z] #29 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:50:20.283Z] #30 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-10T19:50:20.283Z] #12 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-10T19:50:20.283Z] #13 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-10T19:50:20.283Z] #16 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-10T19:50:20.283Z] #15 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-10T19:50:20.283Z] #14 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:50:20.283Z] #11 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-10T19:50:20.283Z] #17 CACHED [2020-11-10T19:50:20.283Z] [2020-11-10T19:50:20.283Z] #21 [internal] load build context [2020-11-10T19:50:21.670Z] #21 transferring context: 52.01MB 1.3s done [2020-11-10T19:50:21.670Z] #21 DONE 1.3s [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:21.670Z] #41 0.935 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:50:21.670Z] #41 0.935 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:50:21.670Z] #41 0.946 Note: Building without GnuTLS support [2020-11-10T19:50:21.670Z] #41 0.948 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:50:21.670Z] #41 0.948 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:50:21.670Z] #41 1.274 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:50:21.670Z] #41 1.285 GEN .gitid [2020-11-10T19:50:21.670Z] #41 1.301 GEN criu/include/version.h [2020-11-10T19:50:21.670Z] #41 ... [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:21.670Z] #62 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:50:21.670Z] #51 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:50:21.670Z] #34 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:21.670Z] #22 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:50:21.670Z] #43 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:50:21.670Z] #35 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:21.670Z] #47 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:21.670Z] #45 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-10T19:50:21.670Z] #25 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-10T19:50:21.670Z] #26 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:50:21.670Z] #27 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:21.670Z] #32 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:21.670Z] #49 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-10T19:50:21.670Z] #57 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:21.670Z] #56 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-10T19:50:21.670Z] #58 CACHED [2020-11-10T19:50:21.670Z] [2020-11-10T19:50:21.670Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:21.670Z] #41 1.315 GEN include/common/asm [2020-11-10T19:50:21.670Z] #41 1.544 PBCC images/timens.pb-c.c [2020-11-10T19:50:21.670Z] #41 1.549 DEP images/timens.pb-c.d [2020-11-10T19:50:21.670Z] #41 1.559 PBCC images/fown.pb-c.c [2020-11-10T19:50:21.670Z] #41 1.565 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-10T19:50:21.670Z] #41 1.575 PBCC images/opts.pb-c.c [2020-11-10T19:50:21.670Z] #41 1.582 PBCC images/memfd.pb-c.c [2020-11-10T19:50:21.670Z] #41 1.592 DEP images/fown.pb-c.d [2020-11-10T19:50:21.670Z] #41 1.601 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-10T19:50:21.670Z] #41 1.613 DEP images/opts.pb-c.d [2020-11-10T19:50:21.670Z] #41 1.623 DEP images/memfd.pb-c.d [2020-11-10T19:50:21.670Z] #41 1.631 PBCC images/sit.pb-c.c [2020-11-10T19:50:21.670Z] #41 1.639 DEP images/sit.pb-c.d [2020-11-10T19:50:21.670Z] #41 1.648 PBCC images/macvlan.pb-c.c [2020-11-10T19:50:21.670Z] #41 1.654 DEP images/macvlan.pb-c.d [2020-11-10T19:50:21.670Z] #41 1.666 PBCC images/autofs.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.673 DEP images/autofs.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.680 PBCC images/sysctl.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.687 DEP images/sysctl.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.695 PBCC images/time.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.700 DEP images/time.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.707 PBCC images/binfmt-misc.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.712 DEP images/binfmt-misc.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.719 PBCC images/seccomp.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.723 DEP images/seccomp.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.731 PBCC images/userns.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.737 DEP images/userns.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.747 PBCC images/cgroup.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.752 DEP images/cgroup.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.760 PBCC images/ext-file.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.764 DEP images/ext-file.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.771 PBCC images/rpc.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.778 DEP images/rpc.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.786 PBCC images/siginfo.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.791 DEP images/siginfo.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.798 PBCC images/pagemap.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.808 DEP images/pagemap.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.816 PBCC images/rlimit.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.820 DEP images/rlimit.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.830 PBCC images/file-lock.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.834 DEP images/file-lock.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.841 PBCC images/tty.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.849 DEP images/tty.pb-c.d [2020-11-10T19:50:21.929Z] #41 1.860 PBCC images/tun.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.867 PBCC images/netdev.pb-c.c [2020-11-10T19:50:21.929Z] #41 1.875 DEP images/tun.pb-c.d [2020-11-10T19:50:22.189Z] #41 1.883 DEP images/netdev.pb-c.d [2020-11-10T19:50:22.189Z] #41 1.891 PBCC images/vma.pb-c.c [2020-11-10T19:50:22.189Z] #41 1.898 DEP images/vma.pb-c.d [2020-11-10T19:50:22.189Z] #41 1.906 PBCC images/creds.pb-c.c [2020-11-10T19:50:22.189Z] #41 1.910 DEP images/creds.pb-c.d [2020-11-10T19:50:22.189Z] #41 1.917 PBCC images/utsns.pb-c.c [2020-11-10T19:50:22.189Z] #41 1.921 DEP images/utsns.pb-c.d [2020-11-10T19:50:22.189Z] #41 1.929 PBCC images/ipc-desc.pb-c.c [2020-11-10T19:50:22.189Z] #41 1.933 PBCC images/ipc-sem.pb-c.c [2020-11-10T19:50:22.189Z] #41 1.937 DEP images/ipc-desc.pb-c.d [2020-11-10T19:50:22.189Z] #41 1.944 DEP images/ipc-sem.pb-c.d [2020-11-10T19:50:22.189Z] #41 1.951 PBCC images/ipc-msg.pb-c.c [2020-11-10T19:50:22.189Z] #41 1.956 DEP images/ipc-msg.pb-c.d [2020-11-10T19:50:22.189Z] #41 1.965 PBCC images/ipc-shm.pb-c.c [2020-11-10T19:50:22.189Z] #41 1.970 DEP images/ipc-shm.pb-c.d [2020-11-10T19:50:22.189Z] #41 1.979 PBCC images/ipc-var.pb-c.c [2020-11-10T19:50:22.189Z] #41 1.984 DEP images/ipc-var.pb-c.d [2020-11-10T19:50:22.189Z] #41 1.993 PBCC images/sk-opts.pb-c.c [2020-11-10T19:50:22.189Z] #41 1.999 PBCC images/packet-sock.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.007 DEP images/sk-opts.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.014 DEP images/packet-sock.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.022 PBCC images/sk-netlink.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.029 DEP images/sk-netlink.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.037 PBCC images/sk-inet.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.045 DEP images/sk-inet.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.055 PBCC images/sk-unix.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.062 DEP images/sk-unix.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.070 PBCC images/mm.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.080 DEP images/mm.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.088 PBCC images/timerfd.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.095 DEP images/timerfd.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.103 PBCC images/timer.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.107 DEP images/timer.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.115 PBCC images/sa.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.122 DEP images/sa.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.129 PBCC images/pipe-data.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.135 DEP images/pipe-data.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.141 PBCC images/mnt.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.149 DEP images/mnt.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.157 PBCC images/sk-packet.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.161 DEP images/sk-packet.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.168 PBCC images/tcp-stream.pb-c.c [2020-11-10T19:50:22.189Z] #41 2.175 DEP images/tcp-stream.pb-c.d [2020-11-10T19:50:22.189Z] #41 2.183 PBCC images/pipe.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.190 DEP images/pipe.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.197 PBCC images/pstree.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.202 DEP images/pstree.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.209 PBCC images/fs.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.213 DEP images/fs.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.221 PBCC images/signalfd.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.229 DEP images/signalfd.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.241 PBCC images/fh.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.249 PBCC images/fsnotify.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.260 DEP images/fh.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.270 DEP images/fsnotify.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.281 PBCC images/eventpoll.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.286 DEP images/eventpoll.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.293 PBCC images/eventfd.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.298 DEP images/eventfd.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.305 PBCC images/remap-file-path.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.312 DEP images/remap-file-path.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.319 PBCC images/fifo.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.324 DEP images/fifo.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.332 PBCC images/ghost-file.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.343 DEP images/ghost-file.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.354 PBCC images/regfile.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.364 DEP images/regfile.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.372 PBCC images/ns.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.377 DEP images/ns.pb-c.d [2020-11-10T19:50:22.449Z] #41 2.385 PBCC images/fdinfo.pb-c.c [2020-11-10T19:50:22.449Z] #41 2.397 DEP images/fdinfo.pb-c.d [2020-11-10T19:50:22.708Z] #41 2.406 PBCC images/core-aarch64.pb-c.c [2020-11-10T19:50:22.708Z] #41 2.414 PBCC images/core-arm.pb-c.c [2020-11-10T19:50:22.708Z] #41 2.424 PBCC images/core-ppc64.pb-c.c [2020-11-10T19:50:22.708Z] #41 2.433 PBCC images/core-s390.pb-c.c [2020-11-10T19:50:22.708Z] #41 2.441 PBCC images/core-x86.pb-c.c [2020-11-10T19:50:22.708Z] #41 2.449 PBCC images/core.pb-c.c [2020-11-10T19:50:22.708Z] #41 2.464 PBCC images/inventory.pb-c.c [2020-11-10T19:50:22.709Z] #41 2.474 DEP images/core-aarch64.pb-c.d [2020-11-10T19:50:22.709Z] #41 2.485 DEP images/core-arm.pb-c.d [2020-11-10T19:50:22.709Z] #41 2.493 DEP images/core-ppc64.pb-c.d [2020-11-10T19:50:22.709Z] #41 2.501 DEP images/core-s390.pb-c.d [2020-11-10T19:50:22.709Z] #41 2.510 DEP images/core-x86.pb-c.d [2020-11-10T19:50:22.709Z] #41 2.521 DEP images/core.pb-c.d [2020-11-10T19:50:22.709Z] #41 2.533 DEP images/inventory.pb-c.d [2020-11-10T19:50:22.709Z] #41 2.544 PBCC images/cpuinfo.pb-c.c [2020-11-10T19:50:22.709Z] #41 2.549 DEP images/cpuinfo.pb-c.d [2020-11-10T19:50:22.709Z] #41 2.557 PBCC images/stats.pb-c.c [2020-11-10T19:50:22.709Z] #41 2.562 DEP images/stats.pb-c.d [2020-11-10T19:50:22.968Z] #41 2.720 make[1]: Nothing to be done for 'all'. [2020-11-10T19:50:22.968Z] #41 2.881 CC images/stats.o [2020-11-10T19:50:22.968Z] #41 2.934 CC images/core.o [2020-11-10T19:50:23.228Z] #41 3.027 CC images/core-x86.o [2020-11-10T19:50:23.228Z] #41 3.107 CC images/core-arm.o [2020-11-10T19:50:23.228Z] #41 3.171 CC images/core-aarch64.o [2020-11-10T19:50:23.228Z] #41 3.228 CC images/core-ppc64.o [2020-11-10T19:50:23.487Z] #41 3.316 CC images/core-s390.o [2020-11-10T19:50:23.487Z] #41 3.414 CC images/cpuinfo.o [2020-11-10T19:50:23.487Z] #41 3.480 CC images/inventory.o [2020-11-10T19:50:23.747Z] #41 3.519 CC images/fdinfo.o [2020-11-10T19:50:23.747Z] #41 3.574 CC images/fown.o [2020-11-10T19:50:23.747Z] #41 3.616 CC images/ns.o [2020-11-10T19:50:23.747Z] #41 3.650 CC images/regfile.o [2020-11-10T19:50:23.747Z] #41 3.688 CC images/ghost-file.o [2020-11-10T19:50:23.747Z] #41 3.732 CC images/fifo.o [2020-11-10T19:50:24.007Z] #41 3.765 CC images/remap-file-path.o [2020-11-10T19:50:24.007Z] #41 3.799 CC images/eventfd.o [2020-11-10T19:50:24.007Z] #41 3.831 CC images/eventpoll.o [2020-11-10T19:50:24.007Z] #41 3.874 CC images/fh.o [2020-11-10T19:50:24.007Z] #41 3.920 CC images/fsnotify.o [2020-11-10T19:50:24.267Z] #41 4.014 CC images/signalfd.o [2020-11-10T19:50:24.267Z] #41 4.084 CC images/fs.o [2020-11-10T19:50:24.267Z] #41 4.126 CC images/pstree.o [2020-11-10T19:50:24.267Z] #41 4.174 CC images/pipe.o [2020-11-10T19:50:24.527Z] #41 4.210 CC images/tcp-stream.o [2020-11-10T19:50:24.527Z] #41 4.251 CC images/sk-packet.o [2020-11-10T19:50:24.527Z] #41 4.309 CC images/mnt.o [2020-11-10T19:50:24.527Z] #41 4.348 CC images/pipe-data.o [2020-11-10T19:50:24.527Z] #41 4.382 CC images/sa.o [2020-11-10T19:50:24.527Z] #41 4.429 CC images/timer.o [2020-11-10T19:50:24.527Z] #41 4.485 CC images/timerfd.o [2020-11-10T19:50:24.527Z] #41 4.525 CC images/mm.o [2020-11-10T19:50:24.787Z] #41 4.588 CC images/sk-opts.o [2020-11-10T19:50:24.787Z] #41 4.634 CC images/sk-unix.o [2020-11-10T19:50:24.787Z] #41 4.700 CC images/sk-inet.o [2020-11-10T19:50:24.787Z] #41 4.763 CC images/tun.o [2020-11-10T19:50:25.046Z] #41 4.827 CC images/sk-netlink.o [2020-11-10T19:50:25.046Z] #41 4.877 CC images/packet-sock.o [2020-11-10T19:50:25.046Z] #41 4.939 CC images/ipc-var.o [2020-11-10T19:50:25.046Z] #41 4.987 CC images/ipc-desc.o [2020-11-10T19:50:25.305Z] #41 5.035 CC images/ipc-shm.o [2020-11-10T19:50:25.305Z] #41 5.067 CC images/ipc-msg.o [2020-11-10T19:50:25.305Z] #41 5.142 CC images/ipc-sem.o [2020-11-10T19:50:25.305Z] #41 5.214 CC images/utsns.o [2020-11-10T19:50:25.305Z] #41 5.258 CC images/creds.o [2020-11-10T19:50:25.492Z] Fetching without tags [2020-11-10T19:50:25.564Z] #41 5.329 CC images/vma.o [2020-11-10T19:50:25.564Z] #41 5.368 CC images/netdev.o [2020-11-10T19:50:25.564Z] #41 5.450 CC images/tty.o [2020-11-10T19:50:25.462Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:25.463Z] > git config --add remote.origin.fetch +refs/pull/41659/head:refs/remotes/origin/PR-41659 # timeout=10 [2020-11-10T19:50:25.468Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:25.483Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:25.499Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:25.499Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:25.499Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:25.785Z] Merging remotes/origin/master commit 0e8023ddea86158587182c4fc41dc22a73692efc into PR head commit 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:25.823Z] #41 5.568 CC images/file-lock.o [2020-11-10T19:50:25.823Z] #41 5.605 CC images/rlimit.o [2020-11-10T19:50:25.823Z] #41 5.642 CC images/pagemap.o [2020-11-10T19:50:25.823Z] #41 5.686 CC images/siginfo.o [2020-11-10T19:50:25.823Z] #41 5.731 CC images/rpc.o [2020-11-10T19:50:25.791Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:25.793Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:26.083Z] #41 5.926 CC images/ext-file.o [2020-11-10T19:50:26.083Z] #41 6.018 CC images/cgroup.o [2020-11-10T19:50:26.274Z] Merge succeeded, producing 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:26.274Z] Checking out Revision 2b41e8471935a95440472ca90e99aa33dacf56c0 (PR-41659) [2020-11-10T19:50:26.343Z] #41 6.113 CC images/userns.o [2020-11-10T19:50:26.343Z] #41 6.159 CC images/google/protobuf/descriptor.o [2020-11-10T19:50:26.521Z] Commit message: "pkg/system: fix compile on darwin (macOS)" [2020-11-10T19:50:26.602Z] #41 6.506 CC images/opts.o [2020-11-10T19:50:26.602Z] #41 6.551 CC images/seccomp.o [2020-11-10T19:50:26.862Z] #41 6.596 CC images/binfmt-misc.o [2020-11-10T19:50:26.862Z] #41 6.641 CC images/time.o [2020-11-10T19:50:26.862Z] #41 6.681 CC images/sysctl.o [2020-11-10T19:50:26.862Z] #41 6.743 CC images/autofs.o [2020-11-10T19:50:26.862Z] #41 6.787 CC images/macvlan.o [2020-11-10T19:50:26.862Z] #41 6.823 CC images/sit.o [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-10T19:50:27.122Z] #41 6.859 CC images/memfd.o [2020-11-10T19:50:27.122Z] #41 6.908 CC images/timens.o [2020-11-10T19:50:27.122Z] #41 6.955 LINK images/built-in.o [2020-11-10T19:50:27.122Z] #41 6.987 GEN compel/include/asm [2020-11-10T19:50:27.122Z] #41 6.992 GEN compel/include/version.h [2020-11-10T19:50:27.122Z] #41 6.996 touch .config [2020-11-10T19:50:27.122Z] #41 7.006 GEN include/common/config.h [2020-11-10T19:50:27.122Z] #41 7.022 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-10T19:50:27.122Z] #41 7.026 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-10T19:50:27.122Z] #41 7.034 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-10T19:50:27.122Z] #41 7.039 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-10T19:50:27.122Z] #41 7.044 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-10T19:50:27.122Z] #41 7.051 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-10T19:50:27.122Z] #41 7.057 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-10T19:50:26.247Z] > git remote # timeout=10 [2020-11-10T19:50:26.248Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T19:50:26.251Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:26.252Z] > git merge 0e8023ddea86158587182c4fc41dc22a73692efc # timeout=10 [2020-11-10T19:50:26.265Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T19:50:26.280Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:26.281Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:27.383Z] #41 7.063 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-10T19:50:27.383Z] #41 7.066 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-10T19:50:27.383Z] #41 7.072 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-10T19:50:27.383Z] #41 7.073 DEP compel/plugins/std/infect.d [2020-11-10T19:50:27.383Z] #41 7.092 DEP compel/plugins/std/string.d [2020-11-10T19:50:27.383Z] #41 7.107 DEP compel/plugins/std/log.d [2020-11-10T19:50:27.383Z] #41 7.128 DEP compel/plugins/std/fds.d [2020-11-10T19:50:27.383Z] #41 7.154 DEP compel/plugins/std/std.d [2020-11-10T19:50:27.383Z] #41 7.175 DEP compel/plugins/shmem/shmem.d [2020-11-10T19:50:27.383Z] #41 7.195 DEP compel/plugins/fds/fds.d [2020-11-10T19:50:27.383Z] #41 7.220 CC compel/plugins/std/std.o [2020-11-10T19:50:27.383Z] #41 7.281 CC compel/plugins/std/fds.o [2020-11-10T19:50:27.407Z] + docker version [2020-11-10T19:50:27.407Z] Client: Docker Engine - Community [2020-11-10T19:50:27.407Z] Version: 19.03.7 [2020-11-10T19:50:27.407Z] API version: 1.40 [2020-11-10T19:50:27.407Z] Go version: go1.12.17 [2020-11-10T19:50:27.407Z] Git commit: 7141c199a2 [2020-11-10T19:50:27.407Z] Built: Sat Mar 7 16:48:47 2020 [2020-11-10T19:50:27.407Z] OS/Arch: linux/s390x [2020-11-10T19:50:27.407Z] Experimental: false [2020-11-10T19:50:27.407Z] [2020-11-10T19:50:27.407Z] Server: Docker Engine - Community [2020-11-10T19:50:27.407Z] Engine: [2020-11-10T19:50:27.407Z] Version: 19.03.7 [2020-11-10T19:50:27.407Z] API version: 1.40 (minimum version 1.12) [2020-11-10T19:50:27.407Z] Go version: go1.12.17 [2020-11-10T19:50:27.407Z] Git commit: 7141c199a2 [2020-11-10T19:50:27.407Z] Built: Sat Mar 7 16:47:46 2020 [2020-11-10T19:50:27.407Z] OS/Arch: linux/s390x [2020-11-10T19:50:27.407Z] Experimental: true [2020-11-10T19:50:27.407Z] containerd: [2020-11-10T19:50:27.407Z] Version: 1.2.13 [2020-11-10T19:50:27.407Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-11-10T19:50:27.407Z] runc: [2020-11-10T19:50:27.407Z] Version: 1.0.0-rc10 [2020-11-10T19:50:27.407Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-10T19:50:27.407Z] docker-init: [2020-11-10T19:50:27.407Z] Version: 0.18.0 [2020-11-10T19:50:27.407Z] GitCommit: fec3683 [Pipeline] sh [2020-11-10T19:50:27.643Z] #41 7.378 CC compel/plugins/std/log.o [2020-11-10T19:50:27.643Z] #41 7.550 CC compel/plugins/std/string.o [2020-11-10T19:50:27.784Z] + docker info [2020-11-10T19:50:27.784Z] Client: [2020-11-10T19:50:27.784Z] Debug Mode: false [2020-11-10T19:50:27.784Z] [2020-11-10T19:50:27.784Z] Server: [2020-11-10T19:50:27.784Z] Containers: 0 [2020-11-10T19:50:27.784Z] Running: 0 [2020-11-10T19:50:27.784Z] Paused: 0 [2020-11-10T19:50:27.784Z] Stopped: 0 [2020-11-10T19:50:27.784Z] Images: 1 [2020-11-10T19:50:27.784Z] Server Version: 19.03.7 [2020-11-10T19:50:27.784Z] Storage Driver: overlay2 [2020-11-10T19:50:27.784Z] Backing Filesystem: [2020-11-10T19:50:27.784Z] Supports d_type: true [2020-11-10T19:50:27.784Z] Native Overlay Diff: true [2020-11-10T19:50:27.784Z] Logging Driver: json-file [2020-11-10T19:50:27.784Z] Cgroup Driver: cgroupfs [2020-11-10T19:50:27.784Z] Plugins: [2020-11-10T19:50:27.784Z] Volume: local [2020-11-10T19:50:27.784Z] Network: bridge host ipvlan macvlan null overlay [2020-11-10T19:50:27.784Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-10T19:50:27.784Z] Swarm: inactive [2020-11-10T19:50:27.784Z] Runtimes: runc [2020-11-10T19:50:27.784Z] Default Runtime: runc [2020-11-10T19:50:27.784Z] Init Binary: docker-init [2020-11-10T19:50:27.784Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-11-10T19:50:27.784Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-10T19:50:27.784Z] init version: fec3683 [2020-11-10T19:50:27.784Z] Security Options: [2020-11-10T19:50:27.784Z] apparmor [2020-11-10T19:50:27.784Z] seccomp [2020-11-10T19:50:27.784Z] Profile: default [2020-11-10T19:50:27.784Z] Kernel Version: 4.15.0-91-generic [2020-11-10T19:50:27.784Z] Operating System: Ubuntu 18.04.4 LTS [2020-11-10T19:50:27.784Z] OSType: linux [2020-11-10T19:50:27.784Z] Architecture: s390x [2020-11-10T19:50:27.784Z] CPUs: 2 [2020-11-10T19:50:27.784Z] Total Memory: 7.861GiB [2020-11-10T19:50:27.784Z] Name: s390x-ubuntu-16 [2020-11-10T19:50:27.784Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-11-10T19:50:27.784Z] Docker Root Dir: /var/lib/docker [2020-11-10T19:50:27.784Z] Debug Mode: false [2020-11-10T19:50:27.784Z] Username: dockerbuildbot [2020-11-10T19:50:27.784Z] Registry: https://index.docker.io/v1/ [2020-11-10T19:50:27.784Z] Labels: [2020-11-10T19:50:27.784Z] Experimental: true [2020-11-10T19:50:27.784Z] Insecure Registries: [2020-11-10T19:50:27.784Z] 127.0.0.0/8 [2020-11-10T19:50:27.784Z] Live Restore Enabled: false [2020-11-10T19:50:27.784Z] [2020-11-10T19:50:27.784Z] WARNING: No swap limit support [Pipeline] sh [2020-11-10T19:50:27.904Z] #41 7.706 CC compel/plugins/std/infect.o [2020-11-10T19:50:27.904Z] #41 7.804 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-10T19:50:27.904Z] #41 7.822 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-10T19:50:27.904Z] #41 7.838 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-10T19:50:27.904Z] #41 7.854 AR compel/plugins/std.lib.a [2020-11-10T19:50:27.904Z] #41 7.924 CC compel/plugins/fds/fds.o [2020-11-10T19:50:28.161Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:28.161Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:28.161Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41659/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-10T19:50:28.161Z] + bash /home/jenkins/workspace/moby_PR-41659/check-config.sh [2020-11-10T19:50:28.161Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-10T19:50:28.161Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-11-10T19:50:28.161Z] [2020-11-10T19:50:28.161Z] Generally Necessary: [2020-11-10T19:50:28.161Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-10T19:50:28.161Z] - apparmor: enabled and tools installed [2020-11-10T19:50:28.161Z] - CONFIG_NAMESPACES: enabled [2020-11-10T19:50:28.161Z] - CONFIG_NET_NS: enabled [2020-11-10T19:50:28.161Z] - CONFIG_PID_NS: enabled [2020-11-10T19:50:28.161Z] - CONFIG_IPC_NS: enabled [2020-11-10T19:50:28.161Z] - CONFIG_UTS_NS: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CGROUPS: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CPUSETS: enabled [2020-11-10T19:50:28.161Z] - CONFIG_MEMCG: enabled [2020-11-10T19:50:28.161Z] - CONFIG_KEYS: enabled [2020-11-10T19:50:28.161Z] - CONFIG_VETH: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-10T19:50:28.161Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-10T19:50:28.161Z] [2020-11-10T19:50:28.161Z] Optional Features: [2020-11-10T19:50:28.161Z] - CONFIG_USER_NS: enabled [2020-11-10T19:50:28.161Z] - CONFIG_SECCOMP: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-10T19:50:28.161Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-10T19:50:28.161Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-10T19:50:28.161Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-10T19:50:28.161Z] - CONFIG_BLK_CGROUP: enabled [2020-11-10T19:50:28.161Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-10T19:50:28.161Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CGROUP_PERF: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-10T19:50:28.161Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-10T19:50:28.161Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-10T19:50:28.161Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-10T19:50:28.161Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_IP_VS: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-10T19:50:28.161Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-10T19:50:28.161Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-10T19:50:28.161Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_EXT4_FS: enabled [2020-11-10T19:50:28.161Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-10T19:50:28.161Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-10T19:50:28.161Z] - Network Drivers: [2020-11-10T19:50:28.161Z] - "overlay": [2020-11-10T19:50:28.161Z] - CONFIG_VXLAN: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-10T19:50:28.161Z] Optional (for encrypted networks): [2020-11-10T19:50:28.161Z] - CONFIG_CRYPTO: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-10T19:50:28.161Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-10T19:50:28.161Z] - CONFIG_XFRM: enabled [2020-11-10T19:50:28.161Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-10T19:50:28.161Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-10T19:50:28.161Z] - "ipvlan": [2020-11-10T19:50:28.164Z] #41 7.990 AR compel/plugins/fds.lib.a [2020-11-10T19:50:28.164Z] #41 8.039 HOSTDEP compel/src/lib/log-host.d [2020-11-10T19:50:28.164Z] #41 8.071 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-10T19:50:28.164Z] #41 8.106 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-10T19:50:28.164Z] #41 8.123 HOSTDEP compel/src/main-host.d [2020-11-10T19:50:28.164Z] #41 8.141 DEP compel/src/lib/ptrace.d [2020-11-10T19:50:28.425Z] #41 8.164 DEP compel/src/lib/infect.d [2020-11-10T19:50:28.425Z] #41 8.198 DEP compel/src/lib/infect-util.d [2020-11-10T19:50:28.425Z] #41 8.220 DEP compel/src/lib/infect-rpc.d [2020-11-10T19:50:28.425Z] #41 8.253 DEP compel/arch/x86/src/lib/infect.d [2020-11-10T19:50:28.425Z] #41 8.283 DEP compel/arch/x86/src/lib/cpu.d [2020-11-10T19:50:28.425Z] #41 8.299 DEP compel/src/lib/log.d [2020-11-10T19:50:28.425Z] #41 8.323 DEP compel/src/main.d [2020-11-10T19:50:28.425Z] #41 8.357 DEP compel/src/lib/handle-elf.d [2020-11-10T19:50:28.452Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-10T19:50:28.452Z] - "macvlan": [2020-11-10T19:50:28.452Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-10T19:50:28.452Z] - CONFIG_DUMMY: enabled (as module) [2020-11-10T19:50:28.452Z] - "ftp,tftp client in container": [2020-11-10T19:50:28.452Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-10T19:50:28.452Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-10T19:50:28.453Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-10T19:50:28.453Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-10T19:50:28.453Z] - Storage Drivers: [2020-11-10T19:50:28.453Z] - "aufs": [2020-11-10T19:50:28.453Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-10T19:50:28.453Z] - "btrfs": [2020-11-10T19:50:28.453Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-10T19:50:28.453Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-10T19:50:28.453Z] - "devicemapper": [2020-11-10T19:50:28.453Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-10T19:50:28.453Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-10T19:50:28.453Z] - "overlay": [2020-11-10T19:50:28.453Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-10T19:50:28.453Z] - "zfs": [2020-11-10T19:50:28.453Z] - /dev/zfs: missing [2020-11-10T19:50:28.453Z] - zfs command: missing [2020-11-10T19:50:28.453Z] - zpool command: missing [2020-11-10T19:50:28.453Z] [2020-11-10T19:50:28.453Z] Limits: [2020-11-10T19:50:28.453Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-10T19:50:28.453Z] [2020-11-10T19:50:28.453Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-10T19:50:28.685Z] #41 8.383 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-10T19:50:28.685Z] #41 8.430 CC compel/src/lib/log.o [2020-11-10T19:50:28.685Z] #41 8.492 CC compel/arch/x86/src/lib/cpu.o [2020-11-10T19:50:28.880Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2b41e8471935a95440472ca90e99aa33dacf56c0 . [2020-11-10T19:50:28.880Z] #2 [internal] load build definition from Dockerfile [2020-11-10T19:50:28.880Z] #2 transferring dockerfile: 16.58kB done [2020-11-10T19:50:28.880Z] #2 DONE 0.0s [2020-11-10T19:50:28.880Z] [2020-11-10T19:50:28.880Z] #1 [internal] load .dockerignore [2020-11-10T19:50:28.880Z] #1 transferring context: 87B done [2020-11-10T19:50:28.880Z] #1 DONE 0.0s [2020-11-10T19:50:28.880Z] [2020-11-10T19:50:28.880Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-10T19:50:28.947Z] #41 8.678 CC compel/arch/x86/src/lib/infect.o [2020-11-10T19:50:28.947Z] #41 8.885 CC compel/src/lib/infect-rpc.o [2020-11-10T19:50:29.212Z] #41 8.965 CC compel/src/lib/infect-util.o [2020-11-10T19:50:29.212Z] #41 9.031 CC compel/src/lib/infect.o [2020-11-10T19:50:29.511Z] #3 DONE 0.5s [2020-11-10T19:50:29.511Z] [2020-11-10T19:50:29.511Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-10T19:50:29.511Z] #4 CACHED [2020-11-10T19:50:29.783Z] #41 9.562 CC compel/src/lib/ptrace.o [2020-11-10T19:50:29.783Z] #41 9.659 AR compel/libcompel.a [2020-11-10T19:50:29.783Z] #41 9.720 HOSTCC compel/src/main-host.o [2020-11-10T19:50:29.783Z] #41 9.794 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-10T19:50:29.801Z] [2020-11-10T19:50:29.802Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-10T19:50:29.802Z] #5 DONE 0.1s [2020-11-10T19:50:29.802Z] [2020-11-10T19:50:29.802Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-10T19:50:30.043Z] #41 9.836 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-10T19:50:30.044Z] #41 9.924 HOSTCC compel/src/lib/log-host.o [2020-11-10T19:50:30.044Z] #41 9.966 HOSTLINK compel/compel-host-bin [2020-11-10T19:50:30.044Z] #41 10.04 DEP soccr/soccr.d [2020-11-10T19:50:30.044Z] #41 ... [2020-11-10T19:50:30.044Z] [2020-11-10T19:50:30.044Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:50:30.044Z] #18 1.102 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-11-10T19:50:30.044Z] #18 1.210 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-11-10T19:50:30.044Z] #18 1.211 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2020-11-10T19:50:30.044Z] #18 1.576 Reading package lists... [2020-11-10T19:50:30.044Z] #18 2.264 Reading package lists... [2020-11-10T19:50:30.044Z] #18 2.964 Building dependency tree... [2020-11-10T19:50:30.044Z] #18 3.108 Reading state information... [2020-11-10T19:50:30.044Z] #18 3.247 libcap2-bin is already the newest version (1:2.25-2). [2020-11-10T19:50:30.044Z] #18 3.247 The following additional packages will be installed: [2020-11-10T19:50:30.044Z] #18 3.248 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-10T19:50:30.044Z] #18 3.248 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-10T19:50:30.044Z] #18 3.248 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-10T19:50:30.044Z] #18 3.248 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-10T19:50:30.044Z] #18 3.248 python3.7 python3.7-minimal vim-runtime xxd [2020-11-10T19:50:30.044Z] #18 3.249 Suggested packages: [2020-11-10T19:50:30.044Z] #18 3.249 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-10T19:50:30.044Z] #18 3.249 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-10T19:50:30.044Z] #18 3.249 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-10T19:50:30.044Z] #18 3.249 Recommended packages: [2020-11-10T19:50:30.044Z] #18 3.249 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-10T19:50:30.044Z] #18 3.249 python3-keyrings.alt python3-xdg unzip [2020-11-10T19:50:30.044Z] #18 3.601 The following NEW packages will be installed: [2020-11-10T19:50:30.044Z] #18 3.601 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-10T19:50:30.044Z] #18 3.601 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-10T19:50:30.044Z] #18 3.602 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-10T19:50:30.044Z] #18 3.602 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-10T19:50:30.044Z] #18 3.602 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-10T19:50:30.044Z] #18 3.602 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-10T19:50:30.044Z] #18 3.602 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-10T19:50:30.044Z] #18 3.602 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-10T19:50:30.044Z] #18 3.602 xz-utils zip [2020-11-10T19:50:30.044Z] #18 3.873 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:50:30.044Z] #18 3.873 Need to get 28.5 MB of archives. [2020-11-10T19:50:30.044Z] #18 3.873 After this operation, 116 MB of additional disk space will be used. [2020-11-10T19:50:30.044Z] #18 3.873 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-10T19:50:30.044Z] #18 3.877 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-11-10T19:50:30.044Z] #18 3.894 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-11-10T19:50:30.044Z] #18 3.922 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-10T19:50:30.044Z] #18 3.922 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-10T19:50:30.044Z] #18 3.924 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-11-10T19:50:30.044Z] #18 3.944 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-10T19:50:30.044Z] #18 3.947 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-10T19:50:30.044Z] #18 3.947 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-10T19:50:30.044Z] #18 3.948 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-10T19:50:30.044Z] #18 3.949 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-10T19:50:30.044Z] #18 3.949 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-10T19:50:30.044Z] #18 3.950 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-10T19:50:30.044Z] #18 3.950 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-10T19:50:30.044Z] #18 3.951 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-10T19:50:30.044Z] #18 3.952 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-10T19:50:30.044Z] #18 3.955 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-10T19:50:30.044Z] #18 3.957 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-10T19:50:30.044Z] #18 3.958 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-10T19:50:30.044Z] #18 3.961 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-11-10T19:50:30.044Z] #18 3.961 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-10T19:50:30.044Z] #18 3.963 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-10T19:50:30.044Z] #18 3.968 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-10T19:50:30.044Z] #18 3.969 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-10T19:50:30.044Z] #18 3.971 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-10T19:50:30.044Z] #18 3.972 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-10T19:50:30.044Z] #18 3.972 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-10T19:50:30.044Z] #18 3.973 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-10T19:50:30.044Z] #18 3.974 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-10T19:50:30.044Z] #18 4.169 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-10T19:50:30.044Z] #18 4.169 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-10T19:50:30.044Z] #18 4.170 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-10T19:50:30.044Z] #18 4.170 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-10T19:50:30.044Z] #18 4.172 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-10T19:50:30.044Z] #18 4.174 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-10T19:50:30.044Z] #18 4.188 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-10T19:50:30.044Z] #18 4.189 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-10T19:50:30.044Z] #18 4.190 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-10T19:50:30.044Z] #18 4.192 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-10T19:50:30.044Z] #18 4.194 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-10T19:50:30.044Z] #18 4.196 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-10T19:50:30.044Z] #18 4.197 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-10T19:50:30.044Z] #18 4.208 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-11-10T19:50:30.044Z] #18 4.211 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-10T19:50:30.044Z] #18 4.213 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-10T19:50:30.044Z] #18 4.268 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-10T19:50:30.044Z] #18 4.279 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-10T19:50:30.044Z] #18 4.287 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-10T19:50:30.044Z] #18 4.468 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:50:30.044Z] #18 4.507 Fetched 28.5 MB in 1s (42.4 MB/s) [2020-11-10T19:50:30.044Z] #18 4.529 Selecting previously unselected package pigz. [2020-11-10T19:50:30.044Z] #18 4.529 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-11-10T19:50:30.044Z] #18 4.540 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 4.544 Unpacking pigz (2.4-1) ... [2020-11-10T19:50:30.044Z] #18 4.590 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-10T19:50:30.044Z] #18 4.593 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 4.596 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:50:30.044Z] #18 4.705 Selecting previously unselected package python3.7-minimal. [2020-11-10T19:50:30.044Z] #18 4.709 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 4.715 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:50:30.044Z] #18 4.924 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:50:30.044Z] #18 4.938 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:50:30.044Z] #18 5.789 Selecting previously unselected package python3-minimal. [2020-11-10T19:50:30.044Z] #18 5.789 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-11-10T19:50:30.044Z] #18 5.801 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 5.806 Unpacking python3-minimal (3.7.3-1) ... [2020-11-10T19:50:30.044Z] #18 5.843 Selecting previously unselected package libmpdec2:amd64. [2020-11-10T19:50:30.044Z] #18 5.845 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 5.853 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-10T19:50:30.044Z] #18 5.893 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-10T19:50:30.044Z] #18 5.895 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 5.928 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:50:30.044Z] #18 6.199 Selecting previously unselected package python3.7. [2020-11-10T19:50:30.044Z] #18 6.203 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 6.211 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:50:30.044Z] #18 6.347 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-10T19:50:30.044Z] #18 6.351 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 6.355 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-10T19:50:30.044Z] #18 6.395 Setting up python3-minimal (3.7.3-1) ... [2020-11-10T19:50:30.044Z] #18 6.590 Selecting previously unselected package python3. [2020-11-10T19:50:30.044Z] #18 6.590 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-11-10T19:50:30.044Z] #18 6.602 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 6.609 Unpacking python3 (3.7.3-1) ... [2020-11-10T19:50:30.044Z] #18 6.652 Selecting previously unselected package libip4tc0:amd64. [2020-11-10T19:50:30.044Z] #18 6.655 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 6.658 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-10T19:50:30.044Z] #18 6.749 Selecting previously unselected package libip6tc0:amd64. [2020-11-10T19:50:30.044Z] #18 6.751 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 6.755 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-10T19:50:30.044Z] #18 6.792 Selecting previously unselected package libiptc0:amd64. [2020-11-10T19:50:30.044Z] #18 6.795 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 6.799 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-10T19:50:30.044Z] #18 6.838 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-10T19:50:30.044Z] #18 6.840 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 6.844 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-10T19:50:30.044Z] #18 6.875 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-10T19:50:30.044Z] #18 6.878 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 6.881 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-10T19:50:30.044Z] #18 6.919 Selecting previously unselected package libnftnl11:amd64. [2020-11-10T19:50:30.044Z] #18 6.923 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 6.926 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-10T19:50:30.044Z] #18 6.960 Selecting previously unselected package iptables. [2020-11-10T19:50:30.044Z] #18 6.963 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 6.968 Unpacking iptables (1.8.2-4) ... [2020-11-10T19:50:30.044Z] #18 7.039 Selecting previously unselected package xxd. [2020-11-10T19:50:30.044Z] #18 7.041 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 7.049 Unpacking xxd (2:8.1.0875-5) ... [2020-11-10T19:50:30.044Z] #18 7.100 Selecting previously unselected package vim-common. [2020-11-10T19:50:30.044Z] #18 7.103 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:50:30.044Z] #18 7.117 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-10T19:50:30.044Z] #18 7.190 Selecting previously unselected package bash-completion. [2020-11-10T19:50:30.044Z] #18 7.194 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-10T19:50:30.044Z] #18 9.813 Unpacking bash-completion (1:2.8-6) ... [2020-11-10T19:50:30.044Z] #18 9.936 Selecting previously unselected package bzip2. [2020-11-10T19:50:30.044Z] #18 9.940 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 9.945 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:50:30.044Z] #18 10.01 Selecting previously unselected package xz-utils. [2020-11-10T19:50:30.044Z] #18 10.01 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-10T19:50:30.044Z] #18 10.02 Unpacking xz-utils (5.2.4-1) ... [2020-11-10T19:50:30.092Z] #7 ... [2020-11-10T19:50:30.092Z] [2020-11-10T19:50:30.092Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-10T19:50:30.092Z] #6 DONE 0.2s [2020-11-10T19:50:30.092Z] [2020-11-10T19:50:30.092Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-10T19:50:30.305Z] #18 10.12 Selecting previously unselected package apparmor. [2020-11-10T19:50:30.305Z] #18 10.13 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-10T19:50:30.382Z] #7 DONE 0.6s [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-10T19:50:30.382Z] #8 DONE 0.0s [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-10T19:50:30.382Z] #9 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-10T19:50:30.382Z] #10 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:50:30.382Z] #53 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:50:30.382Z] #11 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-10T19:50:30.382Z] #24 DONE 0.0s [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-10T19:50:30.382Z] #60 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-10T19:50:30.382Z] #15 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-10T19:50:30.382Z] #13 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-10T19:50:30.382Z] #16 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-10T19:50:30.382Z] #12 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-10T19:50:30.382Z] #14 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-10T19:50:30.382Z] #17 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:50:30.382Z] #40 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-10T19:50:30.382Z] #37 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.382Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-10T19:50:30.382Z] #29 CACHED [2020-11-10T19:50:30.382Z] [2020-11-10T19:50:30.383Z] #21 [internal] load build context [2020-11-10T19:50:30.565Z] #18 10.23 Unpacking apparmor (2.13.2-10) ... [2020-11-10T19:50:30.565Z] #18 10.38 Selecting previously unselected package aufs-tools. [2020-11-10T19:50:30.565Z] #18 10.39 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-10T19:50:30.565Z] #18 10.39 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:50:30.565Z] #18 10.45 Selecting previously unselected package libonig5:amd64. [2020-11-10T19:50:30.565Z] #18 10.45 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-10T19:50:30.565Z] #18 10.46 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-10T19:50:30.565Z] #18 10.51 Selecting previously unselected package libjq1:amd64. [2020-11-10T19:50:30.565Z] #18 10.51 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-10T19:50:30.565Z] #18 10.51 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-10T19:50:30.565Z] #18 10.57 Selecting previously unselected package jq. [2020-11-10T19:50:30.825Z] #18 10.57 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-10T19:50:30.825Z] #18 10.58 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-10T19:50:30.825Z] #18 10.62 Selecting previously unselected package libaio1:amd64. [2020-11-10T19:50:30.825Z] #18 10.63 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-10T19:50:30.825Z] #18 10.63 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-10T19:50:30.825Z] #18 10.68 Selecting previously unselected package libgpm2:amd64. [2020-11-10T19:50:30.825Z] #18 10.68 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-10T19:50:30.825Z] #18 10.68 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-10T19:50:30.825Z] #18 10.73 Selecting previously unselected package libicu63:amd64. [2020-11-10T19:50:30.825Z] #18 10.73 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-10T19:50:30.825Z] #18 10.74 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-10T19:50:31.196Z] Still waiting to schedule task [2020-11-10T19:50:31.196Z] ‘azwin-2-5d7b90’ is offline [2020-11-10T19:50:31.766Z] #18 ... [2020-11-10T19:50:31.766Z] [2020-11-10T19:50:31.766Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:31.766Z] #54 0.432 + RM_GOPATH=0 [2020-11-10T19:50:31.766Z] #54 0.432 + TMP_GOPATH= [2020-11-10T19:50:31.766Z] #54 0.432 + : /build [2020-11-10T19:50:31.766Z] #54 0.432 + '[' -z '' ']' [2020-11-10T19:50:31.766Z] #54 0.432 ++ mktemp -d [2020-11-10T19:50:31.766Z] #54 0.434 + export GOPATH=/tmp/tmp.M60iYFkWhy [2020-11-10T19:50:31.766Z] #54 0.434 + GOPATH=/tmp/tmp.M60iYFkWhy [2020-11-10T19:50:31.766Z] #54 0.434 + RM_GOPATH=1 [2020-11-10T19:50:31.766Z] #54 0.434 + case "$(go env GOARCH)" in [2020-11-10T19:50:31.766Z] #54 0.434 ++ go env GOARCH [2020-11-10T19:50:31.766Z] #54 0.438 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:31.766Z] #54 0.438 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:31.766Z] #54 0.438 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:31.766Z] #54 0.439 + dir=/tmp/install [2020-11-10T19:50:31.766Z] #54 0.439 + bin=containerd [2020-11-10T19:50:31.766Z] #54 0.439 + shift [2020-11-10T19:50:31.766Z] #54 0.439 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-10T19:50:31.766Z] #54 0.439 + . /tmp/install/containerd.installer [2020-11-10T19:50:31.766Z] #54 0.439 ++ set -e [2020-11-10T19:50:31.766Z] #54 0.439 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:50:31.766Z] #54 0.439 + install_containerd [2020-11-10T19:50:31.766Z] #54 0.439 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-10T19:50:31.766Z] #54 0.440 + git clone https://github.com/containerd/containerd.git /tmp/tmp.M60iYFkWhy/src/github.com/containerd/containerd [2020-11-10T19:50:31.766Z] #54 0.440 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:50:31.766Z] #54 0.441 Cloning into '/tmp/tmp.M60iYFkWhy/src/github.com/containerd/containerd'... [2020-11-10T19:50:31.766Z] #54 5.023 + cd /tmp/tmp.M60iYFkWhy/src/github.com/containerd/containerd [2020-11-10T19:50:31.766Z] #54 5.023 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:50:31.766Z] #54 5.269 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-10T19:50:31.766Z] #54 5.269 + BUILDTAGS='netgo osusergo static_build' [2020-11-10T19:50:31.766Z] #54 5.269 + export EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:50:31.766Z] #54 5.269 + EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:50:31.766Z] #54 5.269 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-10T19:50:31.766Z] #54 5.269 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-10T19:50:31.766Z] #54 5.269 + '[' '' = dynamic ']' [2020-11-10T19:50:31.766Z] #54 5.269 + make [2020-11-10T19:50:31.766Z] #54 5.784 + bin/ctr [2020-11-10T19:50:31.766Z] #54 ... [2020-11-10T19:50:31.766Z] [2020-11-10T19:50:31.766Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:31.766Z] #41 10.09 CC soccr/soccr.o [2020-11-10T19:50:31.766Z] #41 10.41 AR soccr/libsoccr.a [2020-11-10T19:50:31.766Z] #41 10.43 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:50:31.766Z] #41 10.58 DEP criu/arch/x86/sigframe.d [2020-11-10T19:50:31.766Z] #41 10.60 DEP criu/arch/x86/sigaction_compat.d [2020-11-10T19:50:31.766Z] #41 10.63 DEP criu/arch/x86/kerndat.d [2020-11-10T19:50:31.766Z] #41 10.65 DEP criu/arch/x86/crtools.d [2020-11-10T19:50:31.766Z] #41 10.68 DEP criu/arch/x86/cpu.d [2020-11-10T19:50:31.766Z] #41 10.71 CC criu/arch/x86/cpu.o [2020-11-10T19:50:31.766Z] #41 10.86 CC criu/arch/x86/crtools.o [2020-11-10T19:50:31.766Z] #41 11.08 CC criu/arch/x86/kerndat.o [2020-11-10T19:50:31.766Z] #41 11.18 CC criu/arch/x86/sigaction_compat.o [2020-11-10T19:50:31.766Z] #41 11.23 CC criu/arch/x86/sigframe.o [2020-11-10T19:50:31.766Z] #41 11.31 LINK criu/arch/x86/crtools.built-in.o [2020-11-10T19:50:31.766Z] #41 11.32 DEP criu/pie/util-vdso-elf32.d [2020-11-10T19:50:31.766Z] #41 11.36 DEP criu/pie/util-vdso.d [2020-11-10T19:50:31.766Z] #41 11.39 DEP criu/pie/util.d [2020-11-10T19:50:31.766Z] #41 11.43 CC criu/pie/util.o [2020-11-10T19:50:31.766Z] #41 11.50 CC criu/pie/util-vdso.o [2020-11-10T19:50:31.766Z] #41 11.65 CC criu/pie/util-vdso-elf32.o [2020-11-10T19:50:31.906Z] #21 transferring context: 52.01MB 1.6s done [2020-11-10T19:50:31.906Z] #21 DONE 1.7s [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:31.906Z] #56 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-10T19:50:31.906Z] #57 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-10T19:50:31.906Z] #58 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-10T19:50:31.906Z] #25 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-10T19:50:31.906Z] #26 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:50:31.906Z] #27 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:31.906Z] #62 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:31.906Z] #49 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:31.906Z] #45 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:50:31.906Z] #34 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:50:31.906Z] #35 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:31.906Z] #32 CACHED [2020-11-10T19:50:31.906Z] [2020-11-10T19:50:31.906Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:50:32.027Z] #41 11.83 AR criu/pie/pie.lib.a [2020-11-10T19:50:32.027Z] #41 11.87 DEP criu/pie/restorer.d [2020-11-10T19:50:32.027Z] #41 11.93 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-10T19:50:32.200Z] #51 ... [2020-11-10T19:50:32.200Z] [2020-11-10T19:50:32.200Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:32.200Z] #22 CACHED [2020-11-10T19:50:32.200Z] [2020-11-10T19:50:32.200Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:32.316Z] #41 11.96 DEP criu/arch/x86/restorer_unmap.d [2020-11-10T19:50:32.316Z] #41 12.01 DEP criu/arch/x86/restorer.d [2020-11-10T19:50:32.316Z] #41 12.05 DEP criu/arch/x86/vdso-pie.d [2020-11-10T19:50:32.576Z] #41 12.08 DEP criu/pie/parasite-vdso.d [2020-11-10T19:50:32.576Z] #41 12.12 DEP criu/pie/parasite.d [2020-11-10T19:50:32.576Z] #41 12.35 CC criu/pie/parasite.o [2020-11-10T19:50:32.837Z] #41 12.65 LINK criu/pie/parasite.built-in.o [2020-11-10T19:50:32.837Z] #41 12.66 GEN criu/pie/parasite-blob.h [2020-11-10T19:50:32.837Z] #41 12.67 CC criu/pie/parasite-vdso.o [2020-11-10T19:50:33.097Z] #41 12.83 CC criu/arch/x86/vdso-pie.o [2020-11-10T19:50:33.097Z] #41 12.89 CC criu/arch/x86/restorer.o [2020-11-10T19:50:33.097Z] #41 12.99 CC criu/arch/x86/restorer_unmap.o [2020-11-10T19:50:33.135Z] Fetching without tags [2020-11-10T19:50:33.256Z] #54 1.205 + RM_GOPATH=0 [2020-11-10T19:50:33.256Z] #54 1.205 + TMP_GOPATH= [2020-11-10T19:50:33.256Z] #54 1.205 + : /build [2020-11-10T19:50:33.256Z] #54 1.205 + '[' -z '' ']' [2020-11-10T19:50:33.256Z] #54 1.206 ++ mktemp -d [2020-11-10T19:50:33.256Z] #54 1.210 + export GOPATH=/tmp/tmp.kR5Cvxmzej [2020-11-10T19:50:33.256Z] #54 1.210 + GOPATH=/tmp/tmp.kR5Cvxmzej [2020-11-10T19:50:33.256Z] #54 1.210 + RM_GOPATH=1 [2020-11-10T19:50:33.256Z] #54 1.210 + case "$(go env GOARCH)" in [2020-11-10T19:50:33.256Z] #54 1.210 ++ go env GOARCH [2020-11-10T19:50:33.256Z] #54 1.213 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:33.256Z] #54 1.213 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:33.256Z] #54 1.213 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:33.256Z] #54 1.214 + dir=/tmp/install [2020-11-10T19:50:33.256Z] #54 1.214 + bin=containerd [2020-11-10T19:50:33.256Z] #54 1.214 + shift [2020-11-10T19:50:33.256Z] #54 1.214 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-10T19:50:33.256Z] #54 1.214 + . /tmp/install/containerd.installer [2020-11-10T19:50:33.256Z] #54 1.214 ++ set -e [2020-11-10T19:50:33.256Z] #54 1.214 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:50:33.256Z] #54 1.214 + install_containerd [2020-11-10T19:50:33.256Z] #54 1.214 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:50:33.256Z] #54 1.214 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-10T19:50:33.256Z] #54 1.214 + git clone https://github.com/containerd/containerd.git /tmp/tmp.kR5Cvxmzej/src/github.com/containerd/containerd [2020-11-10T19:50:33.256Z] #54 1.216 Cloning into '/tmp/tmp.kR5Cvxmzej/src/github.com/containerd/containerd'... [2020-11-10T19:50:33.357Z] #41 13.01 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-10T19:50:33.357Z] #41 13.06 CC criu/pie/restorer.o [2020-11-10T19:50:33.412Z] Merging remotes/origin/master commit 0e8023ddea86158587182c4fc41dc22a73692efc into PR head commit 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:33.926Z] #41 13.65 LINK criu/pie/restorer.built-in.o [2020-11-10T19:50:33.926Z] #41 13.65 GEN criu/pie/restorer-blob.h [2020-11-10T19:50:33.926Z] #41 13.67 DEP criu/vdso.d [2020-11-10T19:50:33.926Z] #41 13.71 DEP criu/vdso-compat.d [2020-11-10T19:50:33.926Z] #41 13.73 DEP criu/uts_ns.d [2020-11-10T19:50:33.926Z] #41 13.76 DEP criu/util.d [2020-11-10T19:50:33.926Z] #41 13.80 DEP criu/uffd.d [2020-11-10T19:50:33.926Z] #41 13.85 DEP criu/tun.d [2020-11-10T19:50:33.099Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:33.109Z] > git config --add remote.origin.fetch +refs/pull/41659/head:refs/remotes/origin/PR-41659 # timeout=10 [2020-11-10T19:50:33.118Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:33.133Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:33.155Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:33.156Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:33.156Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:33.431Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:33.439Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:34.050Z] Merge succeeded, producing 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:34.050Z] Checking out Revision 2b41e8471935a95440472ca90e99aa33dacf56c0 (PR-41659) [2020-11-10T19:50:34.116Z] Commit message: "pkg/system: fix compile on darwin (macOS)" [2020-11-10T19:50:34.185Z] #41 13.90 DEP criu/tty.d [2020-11-10T19:50:34.185Z] #41 13.94 DEP criu/timerfd.d [2020-11-10T19:50:34.185Z] #41 13.98 DEP criu/timens.d [2020-11-10T19:50:34.185Z] #41 14.02 DEP criu/sysfs_parse.d [2020-11-10T19:50:34.185Z] #41 14.05 DEP criu/sysctl.d [2020-11-10T19:50:34.185Z] #41 14.07 DEP criu/string.d [2020-11-10T19:50:34.185Z] #41 14.08 DEP criu/stats.d [2020-11-10T19:50:34.185Z] #41 14.10 DEP criu/sockets.d [2020-11-10T19:50:34.185Z] #41 14.13 DEP criu/sk-unix.d [2020-11-10T19:50:34.185Z] #41 14.17 DEP criu/sk-tcp.d [2020-11-10T19:50:34.185Z] #41 14.20 DEP criu/sk-queue.d [2020-11-10T19:50:34.444Z] #41 14.23 DEP criu/sk-packet.d [2020-11-10T19:50:34.444Z] #41 14.26 DEP criu/sk-netlink.d [2020-11-10T19:50:34.444Z] #41 14.29 DEP criu/sk-inet.d [2020-11-10T19:50:34.444Z] #41 14.32 DEP criu/signalfd.d [2020-11-10T19:50:34.444Z] #41 14.35 DEP criu/sigframe.d [2020-11-10T19:50:34.444Z] #41 14.37 DEP criu/shmem.d [2020-11-10T19:50:34.444Z] #41 14.39 DEP criu/servicefd.d [2020-11-10T19:50:34.444Z] #41 14.43 DEP criu/seize.d [2020-11-10T19:50:34.499Z] Fetching without tags [2020-11-10T19:50:34.704Z] #41 14.46 DEP criu/seccomp.d [2020-11-10T19:50:34.704Z] #41 14.49 DEP criu/rst-malloc.d [2020-11-10T19:50:34.704Z] #41 14.51 DEP criu/rbtree.d [2020-11-10T19:50:34.704Z] #41 14.52 DEP criu/pstree.d [2020-11-10T19:50:34.704Z] #41 14.55 DEP criu/protobuf.d [2020-11-10T19:50:34.704Z] #41 14.58 GEN criu/protobuf-desc-gen.h [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-10T19:50:34.939Z] Merging remotes/origin/master commit 0e8023ddea86158587182c4fc41dc22a73692efc into PR head commit 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:34.964Z] #41 14.86 DEP criu/protobuf-desc.d [2020-11-10T19:50:34.964Z] #41 14.88 DEP criu/proc_parse.d [2020-11-10T19:50:34.964Z] #41 14.91 DEP criu/plugin.d [2020-11-10T19:50:34.964Z] #41 14.93 DEP criu/pipes.d [2020-11-10T19:50:34.964Z] #41 14.96 DEP criu/pie-util.d [2020-11-10T19:50:35.040Z] Fetching without tags [2020-11-10T19:50:35.068Z] + docker version [2020-11-10T19:50:35.068Z] Client: Docker Engine - Community [2020-11-10T19:50:35.068Z] Version: 19.03.13 [2020-11-10T19:50:35.068Z] API version: 1.40 [2020-11-10T19:50:35.068Z] Go version: go1.13.15 [2020-11-10T19:50:35.068Z] Git commit: 4484c46d9d [2020-11-10T19:50:35.068Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-10T19:50:35.068Z] OS/Arch: linux/amd64 [2020-11-10T19:50:35.068Z] Experimental: false [2020-11-10T19:50:35.068Z] [2020-11-10T19:50:35.068Z] Server: Docker Engine - Community [2020-11-10T19:50:35.068Z] Engine: [2020-11-10T19:50:35.068Z] Version: 19.03.13 [2020-11-10T19:50:35.068Z] API version: 1.40 (minimum version 1.12) [2020-11-10T19:50:35.068Z] Go version: go1.13.15 [2020-11-10T19:50:35.068Z] Git commit: 4484c46d9d [2020-11-10T19:50:35.068Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-10T19:50:35.068Z] OS/Arch: linux/amd64 [2020-11-10T19:50:35.068Z] Experimental: true [2020-11-10T19:50:35.068Z] containerd: [2020-11-10T19:50:35.068Z] Version: 1.3.7 [2020-11-10T19:50:35.068Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-10T19:50:35.068Z] runc: [2020-11-10T19:50:35.068Z] Version: 1.0.0-rc10 [2020-11-10T19:50:35.068Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-10T19:50:35.068Z] docker-init: [2020-11-10T19:50:35.068Z] Version: 0.18.0 [2020-11-10T19:50:35.068Z] GitCommit: fec3683 [Pipeline] sh [2020-11-10T19:50:35.224Z] #41 14.98 DEP criu/pie-util-vdso.d [2020-11-10T19:50:35.224Z] #41 15.01 DEP criu/pie-util-vdso-elf32.d [2020-11-10T19:50:35.224Z] #41 15.03 DEP criu/path.d [2020-11-10T19:50:35.224Z] #41 15.06 DEP criu/parasite-syscall.d [2020-11-10T19:50:35.224Z] #41 15.10 DEP criu/pagemap.d [2020-11-10T19:50:35.224Z] #41 15.13 DEP criu/pagemap-cache.d [2020-11-10T19:50:35.224Z] #41 15.15 DEP criu/page-xfer.d [2020-11-10T19:50:35.224Z] #41 15.18 DEP criu/page-pipe.d [2020-11-10T19:50:35.224Z] #41 15.19 DEP criu/netfilter.d [2020-11-10T19:50:35.224Z] #41 15.22 DEP criu/net.d [2020-11-10T19:50:35.350Z] + docker info [2020-11-10T19:50:35.363Z] Merging remotes/origin/master commit 0e8023ddea86158587182c4fc41dc22a73692efc into PR head commit 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:35.483Z] #41 15.26 DEP criu/namespaces.d [2020-11-10T19:50:35.483Z] #41 15.29 DEP criu/mount.d [2020-11-10T19:50:35.483Z] #41 15.31 DEP criu/memfd.d [2020-11-10T19:50:35.483Z] #41 15.34 DEP criu/mem.d [2020-11-10T19:50:35.483Z] #41 15.37 DEP criu/lsm.d [2020-11-10T19:50:35.483Z] #41 15.39 DEP criu/log.d [2020-11-10T19:50:35.483Z] #41 15.41 DEP criu/libnetlink.d [2020-11-10T19:50:35.483Z] #41 15.44 DEP criu/kerndat.d [2020-11-10T19:50:35.608Z] Client: [2020-11-10T19:50:35.608Z] Debug Mode: false [2020-11-10T19:50:35.608Z] [2020-11-10T19:50:35.608Z] Server: [2020-11-10T19:50:35.608Z] Containers: 0 [2020-11-10T19:50:35.608Z] Running: 0 [2020-11-10T19:50:35.608Z] Paused: 0 [2020-11-10T19:50:35.608Z] Stopped: 0 [2020-11-10T19:50:35.608Z] Images: 2 [2020-11-10T19:50:35.608Z] Server Version: 19.03.13 [2020-11-10T19:50:35.608Z] Storage Driver: overlay2 [2020-11-10T19:50:35.608Z] Backing Filesystem: extfs [2020-11-10T19:50:35.608Z] Supports d_type: true [2020-11-10T19:50:35.608Z] Native Overlay Diff: true [2020-11-10T19:50:35.608Z] Logging Driver: json-file [2020-11-10T19:50:35.608Z] Cgroup Driver: cgroupfs [2020-11-10T19:50:35.608Z] Plugins: [2020-11-10T19:50:35.608Z] Volume: local [2020-11-10T19:50:35.608Z] Network: bridge host ipvlan macvlan null overlay [2020-11-10T19:50:35.608Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-10T19:50:35.608Z] Swarm: inactive [2020-11-10T19:50:35.608Z] Runtimes: runc [2020-11-10T19:50:35.608Z] Default Runtime: runc [2020-11-10T19:50:35.608Z] Init Binary: docker-init [2020-11-10T19:50:35.608Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-10T19:50:35.608Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-10T19:50:35.608Z] init version: fec3683 [2020-11-10T19:50:35.608Z] Security Options: [2020-11-10T19:50:35.608Z] apparmor [2020-11-10T19:50:35.608Z] seccomp [2020-11-10T19:50:35.608Z] Profile: default [2020-11-10T19:50:35.608Z] Kernel Version: 5.4.0-1025-aws [2020-11-10T19:50:35.608Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-10T19:50:35.608Z] OSType: linux [2020-11-10T19:50:35.608Z] Architecture: x86_64 [2020-11-10T19:50:35.608Z] CPUs: 2 [2020-11-10T19:50:35.608Z] Total Memory: 7.487GiB [2020-11-10T19:50:35.608Z] Name: ip-10-100-90-29 [2020-11-10T19:50:35.608Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-10T19:50:35.608Z] Docker Root Dir: /var/lib/docker [2020-11-10T19:50:35.608Z] Debug Mode: false [2020-11-10T19:50:35.608Z] Registry: https://index.docker.io/v1/ [2020-11-10T19:50:35.608Z] Labels: [2020-11-10T19:50:35.608Z] Experimental: true [2020-11-10T19:50:35.608Z] Insecure Registries: [2020-11-10T19:50:35.608Z] 127.0.0.0/8 [2020-11-10T19:50:35.608Z] Live Restore Enabled: true [2020-11-10T19:50:35.608Z] [2020-11-10T19:50:35.608Z] WARNING: No swap limit support [Pipeline] sh [2020-11-10T19:50:35.634Z] Merge succeeded, producing 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:35.634Z] Checking out Revision 2b41e8471935a95440472ca90e99aa33dacf56c0 (PR-41659) [2020-11-10T19:50:35.683Z] Fetching without tags [2020-11-10T19:50:35.742Z] #41 15.47 DEP criu/kcmp-ids.d [2020-11-10T19:50:35.742Z] #41 15.48 DEP criu/irmap.d [2020-11-10T19:50:35.742Z] #41 15.50 DEP criu/ipc_ns.d [2020-11-10T19:50:35.742Z] #41 15.53 DEP criu/image.d [2020-11-10T19:50:35.742Z] #41 15.62 DEP criu/image-desc.d [2020-11-10T19:50:35.742Z] #41 15.64 DEP criu/fsnotify.d [2020-11-10T19:50:35.742Z] #41 15.67 DEP criu/filesystems.d [2020-11-10T19:50:35.742Z] #41 15.72 DEP criu/files.d [2020-11-10T19:50:35.001Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:35.010Z] > git config --add remote.origin.fetch +refs/pull/41659/head:refs/remotes/origin/PR-41659 # timeout=10 [2020-11-10T19:50:35.018Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:35.030Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:35.042Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:35.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:35.042Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:35.364Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:35.379Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:34.030Z] > git remote # timeout=10 [2020-11-10T19:50:34.039Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T19:50:34.045Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:34.046Z] > git merge 0e8023ddea86158587182c4fc41dc22a73692efc # timeout=10 [2020-11-10T19:50:34.056Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T19:50:34.069Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:34.079Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:35.660Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:35.665Z] > git config --add remote.origin.fetch +refs/pull/41659/head:refs/remotes/origin/PR-41659 # timeout=10 [2020-11-10T19:50:35.669Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:35.678Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:35.688Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:35.688Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:35.690Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:34.469Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:34.473Z] > git config --add remote.origin.fetch +refs/pull/41659/head:refs/remotes/origin/PR-41659 # timeout=10 [2020-11-10T19:50:34.476Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:34.491Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:50:34.506Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:50:34.506Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:34.508Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:50:34.947Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:34.950Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:35.595Z] > git remote # timeout=10 [2020-11-10T19:50:35.598Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T19:50:35.600Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:35.601Z] > git merge 0e8023ddea86158587182c4fc41dc22a73692efc # timeout=10 [2020-11-10T19:50:35.626Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T19:50:35.641Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:35.648Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:35.934Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:35.934Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:35.934Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41659/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-10T19:50:35.934Z] + bash /home/ubuntu/workspace/moby_PR-41659/check-config.sh [2020-11-10T19:50:35.934Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-10T19:50:35.934Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-10T19:50:35.934Z] [2020-11-10T19:50:35.934Z] Generally Necessary: [2020-11-10T19:50:35.934Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-10T19:50:35.934Z] - apparmor: enabled and tools installed [2020-11-10T19:50:35.934Z] - CONFIG_NAMESPACES: enabled [2020-11-10T19:50:35.934Z] - CONFIG_NET_NS: enabled [2020-11-10T19:50:35.934Z] - CONFIG_PID_NS: enabled [2020-11-10T19:50:35.934Z] - CONFIG_IPC_NS: enabled [2020-11-10T19:50:35.934Z] - CONFIG_UTS_NS: enabled [2020-11-10T19:50:35.934Z] - CONFIG_CGROUPS: enabled [2020-11-10T19:50:35.934Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-10T19:50:35.934Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-10T19:50:35.934Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-10T19:50:35.934Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-10T19:50:35.934Z] - CONFIG_CPUSETS: enabled [2020-11-10T19:50:35.934Z] - CONFIG_MEMCG: enabled [2020-11-10T19:50:35.934Z] - CONFIG_KEYS: enabled [2020-11-10T19:50:35.934Z] - CONFIG_VETH: enabled (as module) [2020-11-10T19:50:35.934Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-10T19:50:35.934Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-10T19:50:35.934Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-10T19:50:35.934Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-10T19:50:35.934Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-10T19:50:35.934Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-10T19:50:35.934Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-10T19:50:35.934Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-10T19:50:35.934Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-10T19:50:35.934Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-10T19:50:35.934Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-10T19:50:35.934Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-10T19:50:35.934Z] [2020-11-10T19:50:35.934Z] Optional Features: [2020-11-10T19:50:35.934Z] - CONFIG_USER_NS: enabled [2020-11-10T19:50:35.934Z] - CONFIG_SECCOMP: enabled [2020-11-10T19:50:35.934Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-10T19:50:35.934Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-10T19:50:35.934Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-10T19:50:35.934Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-10T19:50:35.934Z] - CONFIG_BLK_CGROUP: enabled [2020-11-10T19:50:35.934Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-10T19:50:35.934Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-10T19:50:35.934Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-10T19:50:35.934Z] - CONFIG_CGROUP_PERF: enabled [2020-11-10T19:50:35.934Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-10T19:50:36.001Z] #41 15.76 DEP criu/files-reg.d [2020-11-10T19:50:36.001Z] #41 15.78 DEP criu/files-ext.d [2020-11-10T19:50:36.001Z] #41 15.81 DEP criu/file-lock.d [2020-11-10T19:50:36.001Z] #41 15.83 DEP criu/file-ids.d [2020-11-10T19:50:36.001Z] #41 15.86 DEP criu/fifo.d [2020-11-10T19:50:36.001Z] #41 15.89 DEP criu/fdstore.d [2020-11-10T19:50:36.001Z] #41 15.91 DEP criu/fault-injection.d [2020-11-10T19:50:36.001Z] #41 15.92 DEP criu/external.d [2020-11-10T19:50:36.001Z] #41 15.95 DEP criu/eventpoll.d [2020-11-10T19:50:36.106Z] Merging remotes/origin/master commit 0e8023ddea86158587182c4fc41dc22a73692efc into PR head commit 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:36.188Z] Merge succeeded, producing 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:36.188Z] Checking out Revision 2b41e8471935a95440472ca90e99aa33dacf56c0 (PR-41659) [2020-11-10T19:50:36.191Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-10T19:50:36.191Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-10T19:50:36.191Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-10T19:50:36.191Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-10T19:50:36.191Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_IP_VS: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-10T19:50:36.191Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-10T19:50:36.191Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-10T19:50:36.191Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_EXT4_FS: enabled [2020-11-10T19:50:36.191Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-10T19:50:36.191Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-10T19:50:36.191Z] - Network Drivers: [2020-11-10T19:50:36.191Z] - "overlay": [2020-11-10T19:50:36.191Z] - CONFIG_VXLAN: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-10T19:50:36.191Z] Optional (for encrypted networks): [2020-11-10T19:50:36.191Z] - CONFIG_CRYPTO: enabled [2020-11-10T19:50:36.191Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-10T19:50:36.191Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-10T19:50:36.191Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-10T19:50:36.191Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-10T19:50:36.191Z] - CONFIG_XFRM: enabled [2020-11-10T19:50:36.191Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-10T19:50:36.191Z] - "ipvlan": [2020-11-10T19:50:36.191Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-10T19:50:36.191Z] - "macvlan": [2020-11-10T19:50:36.191Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_DUMMY: enabled (as module) [2020-11-10T19:50:36.191Z] - "ftp,tftp client in container": [2020-11-10T19:50:36.191Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-10T19:50:36.191Z] - Storage Drivers: [2020-11-10T19:50:36.191Z] - "aufs": [2020-11-10T19:50:36.191Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-10T19:50:36.191Z] - "btrfs": [2020-11-10T19:50:36.191Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-10T19:50:36.191Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-10T19:50:36.191Z] - "devicemapper": [2020-11-10T19:50:36.191Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-10T19:50:36.191Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-10T19:50:36.191Z] - "overlay": [2020-11-10T19:50:36.191Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-10T19:50:36.191Z] - "zfs": [2020-11-10T19:50:36.191Z] - /dev/zfs: present [2020-11-10T19:50:36.191Z] - zfs command: missing [2020-11-10T19:50:36.191Z] - zpool command: missing [2020-11-10T19:50:36.191Z] [2020-11-10T19:50:36.191Z] Limits: [2020-11-10T19:50:36.191Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-10T19:50:36.191Z] [2020-11-10T19:50:36.191Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-10T19:50:36.261Z] #41 15.99 DEP criu/eventfd.d [2020-11-10T19:50:36.261Z] #41 16.01 DEP criu/crtools.d [2020-11-10T19:50:36.261Z] #41 16.05 DEP criu/cr-service.d [2020-11-10T19:50:36.261Z] #41 16.09 DEP criu/cr-restore.d [2020-11-10T19:50:36.261Z] #41 16.13 DEP criu/cr-errno.d [2020-11-10T19:50:36.261Z] #41 16.13 DEP criu/cr-dump.d [2020-11-10T19:50:36.261Z] #41 16.17 DEP criu/cr-dedup.d [2020-11-10T19:50:36.261Z] #41 16.21 DEP criu/cr-check.d [2020-11-10T19:50:36.261Z] #41 16.25 DEP criu/config.d [2020-11-10T19:50:36.261Z] #41 16.27 DEP criu/clone-noasan.d [2020-11-10T19:50:36.354Z] Commit message: "pkg/system: fix compile on darwin (macOS)" [2020-11-10T19:50:36.521Z] #41 16.29 DEP criu/cgroup.d [2020-11-10T19:50:36.521Z] #41 16.32 DEP criu/cgroup-props.d [2020-11-10T19:50:36.521Z] #41 16.34 DEP criu/bitmap.d [2020-11-10T19:50:36.521Z] #41 16.35 DEP criu/bfd.d [2020-11-10T19:50:36.521Z] #41 16.37 DEP criu/autofs.d [2020-11-10T19:50:36.521Z] #41 16.39 DEP criu/aio.d [2020-11-10T19:50:36.521Z] #41 16.43 DEP criu/action-scripts.d [2020-11-10T19:50:36.521Z] #41 16.49 CC criu/action-scripts.o [2020-11-10T19:50:36.530Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2b41e8471935a95440472ca90e99aa33dacf56c0 . [2020-11-10T19:50:36.530Z] #1 [internal] load build definition from Dockerfile [2020-11-10T19:50:36.530Z] #1 transferring dockerfile: 16.58kB done [2020-11-10T19:50:36.530Z] #1 DONE 0.0s [2020-11-10T19:50:36.530Z] [2020-11-10T19:50:36.530Z] #2 [internal] load .dockerignore [2020-11-10T19:50:36.530Z] #2 transferring context: 87B done [2020-11-10T19:50:36.530Z] #2 DONE 0.0s [2020-11-10T19:50:36.530Z] [2020-11-10T19:50:36.530Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-10T19:50:36.530Z] #3 DONE 0.1s [2020-11-10T19:50:36.649Z] Commit message: "pkg/system: fix compile on darwin (macOS)" [2020-11-10T19:50:36.781Z] #41 16.61 CC criu/aio.o [2020-11-10T19:50:36.781Z] #41 16.75 CC criu/autofs.o [2020-11-10T19:50:36.787Z] [2020-11-10T19:50:36.787Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-10T19:50:36.787Z] #4 CACHED [2020-11-10T19:50:36.787Z] [2020-11-10T19:50:36.787Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-10T19:50:36.787Z] #6 ... [2020-11-10T19:50:36.787Z] [2020-11-10T19:50:36.787Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-10T19:50:36.787Z] #7 DONE 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-10T19:50:37.047Z] [2020-11-10T19:50:37.047Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-10T19:50:37.047Z] #6 DONE 0.1s [2020-11-10T19:50:37.047Z] [2020-11-10T19:50:37.047Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-10T19:50:37.047Z] #5 DONE 0.3s [2020-11-10T19:50:37.047Z] [2020-11-10T19:50:37.047Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-10T19:50:37.047Z] #24 DONE 0.0s [2020-11-10T19:50:37.047Z] [2020-11-10T19:50:37.047Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-10T19:50:37.047Z] #8 DONE 0.0s [2020-11-10T19:50:37.047Z] [2020-11-10T19:50:37.047Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-10T19:50:37.047Z] #9 CACHED [2020-11-10T19:50:37.047Z] [2020-11-10T19:50:37.047Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-10T19:50:37.047Z] #29 CACHED [2020-11-10T19:50:37.047Z] [2020-11-10T19:50:37.047Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-10T19:50:37.047Z] #37 CACHED [2020-11-10T19:50:37.047Z] [2020-11-10T19:50:37.047Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-10T19:50:37.047Z] #60 CACHED [2020-11-10T19:50:37.047Z] [2020-11-10T19:50:37.047Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-10T19:50:37.047Z] #10 CACHED [2020-11-10T19:50:37.047Z] [2020-11-10T19:50:37.048Z] #21 [internal] load build context [2020-11-10T19:50:37.123Z] Merge succeeded, producing 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:50:37.123Z] Checking out Revision 2b41e8471935a95440472ca90e99aa33dacf56c0 (PR-41659) [2020-11-10T19:50:37.151Z] + docker version [2020-11-10T19:50:37.151Z] Client: Docker Engine - Community [2020-11-10T19:50:37.151Z] Version: 19.03.13 [2020-11-10T19:50:37.151Z] API version: 1.40 [2020-11-10T19:50:37.151Z] Go version: go1.13.15 [2020-11-10T19:50:37.151Z] Git commit: 4484c46d9d [2020-11-10T19:50:37.151Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-10T19:50:37.151Z] OS/Arch: linux/amd64 [2020-11-10T19:50:37.151Z] Experimental: false [2020-11-10T19:50:37.151Z] [2020-11-10T19:50:37.151Z] Server: Docker Engine - Community [2020-11-10T19:50:37.151Z] Engine: [2020-11-10T19:50:37.151Z] Version: 19.03.13 [2020-11-10T19:50:37.151Z] API version: 1.40 (minimum version 1.12) [2020-11-10T19:50:37.151Z] Go version: go1.13.15 [2020-11-10T19:50:37.151Z] Git commit: 4484c46d9d [2020-11-10T19:50:37.151Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-10T19:50:37.151Z] OS/Arch: linux/amd64 [2020-11-10T19:50:37.151Z] Experimental: true [2020-11-10T19:50:37.151Z] containerd: [2020-11-10T19:50:37.151Z] Version: 1.3.7 [2020-11-10T19:50:37.151Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-10T19:50:37.151Z] runc: [2020-11-10T19:50:37.151Z] Version: 1.0.0-rc10 [2020-11-10T19:50:37.151Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-10T19:50:37.151Z] docker-init: [2020-11-10T19:50:37.151Z] Version: 0.18.0 [2020-11-10T19:50:37.151Z] GitCommit: fec3683 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-10T19:50:37.275Z] Commit message: "pkg/system: fix compile on darwin (macOS)" [2020-11-10T19:50:37.439Z] + docker info [2020-11-10T19:50:37.439Z] Client: [2020-11-10T19:50:37.439Z] Debug Mode: false [2020-11-10T19:50:37.439Z] [2020-11-10T19:50:37.439Z] Server: [2020-11-10T19:50:37.439Z] Containers: 0 [2020-11-10T19:50:37.439Z] Running: 0 [2020-11-10T19:50:37.439Z] Paused: 0 [2020-11-10T19:50:37.439Z] Stopped: 0 [2020-11-10T19:50:37.439Z] Images: 1 [2020-11-10T19:50:37.439Z] Server Version: 19.03.13 [2020-11-10T19:50:37.439Z] Storage Driver: overlay2 [2020-11-10T19:50:37.439Z] Backing Filesystem: extfs [2020-11-10T19:50:37.439Z] Supports d_type: true [2020-11-10T19:50:37.439Z] Native Overlay Diff: true [2020-11-10T19:50:37.439Z] Logging Driver: json-file [2020-11-10T19:50:37.439Z] Cgroup Driver: cgroupfs [2020-11-10T19:50:37.439Z] Plugins: [2020-11-10T19:50:37.439Z] Volume: local [2020-11-10T19:50:37.439Z] Network: bridge host ipvlan macvlan null overlay [2020-11-10T19:50:37.439Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-10T19:50:37.439Z] Swarm: inactive [2020-11-10T19:50:37.439Z] Runtimes: runc [2020-11-10T19:50:37.439Z] Default Runtime: runc [2020-11-10T19:50:37.439Z] Init Binary: docker-init [2020-11-10T19:50:37.439Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-10T19:50:37.439Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-10T19:50:37.439Z] init version: fec3683 [2020-11-10T19:50:37.439Z] Security Options: [2020-11-10T19:50:37.439Z] apparmor [2020-11-10T19:50:37.439Z] seccomp [2020-11-10T19:50:37.439Z] Profile: default [2020-11-10T19:50:37.439Z] Kernel Version: 5.4.0-1025-aws [2020-11-10T19:50:37.439Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-10T19:50:37.439Z] OSType: linux [2020-11-10T19:50:37.439Z] Architecture: x86_64 [2020-11-10T19:50:37.439Z] CPUs: 2 [2020-11-10T19:50:37.439Z] Total Memory: 15.35GiB [2020-11-10T19:50:37.439Z] Name: ip-10-100-47-71 [2020-11-10T19:50:37.439Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-10T19:50:37.439Z] Docker Root Dir: /var/lib/docker [2020-11-10T19:50:37.439Z] Debug Mode: false [2020-11-10T19:50:37.439Z] Registry: https://index.docker.io/v1/ [2020-11-10T19:50:37.439Z] Labels: [2020-11-10T19:50:37.439Z] Experimental: true [2020-11-10T19:50:37.439Z] Insecure Registries: [2020-11-10T19:50:37.439Z] 127.0.0.0/8 [2020-11-10T19:50:37.439Z] Live Restore Enabled: true [2020-11-10T19:50:37.439Z] [2020-11-10T19:50:37.439Z] WARNING: No swap limit support [Pipeline] sh [2020-11-10T19:50:37.629Z] + docker version [2020-11-10T19:50:37.629Z] Client: [2020-11-10T19:50:37.629Z] Version: 18.06.1-ce [2020-11-10T19:50:37.629Z] API version: 1.38 [2020-11-10T19:50:37.629Z] Go version: go1.10.3 [2020-11-10T19:50:37.629Z] Git commit: e68fc7a [2020-11-10T19:50:37.629Z] Built: Tue Aug 21 17:26:10 2018 [2020-11-10T19:50:37.629Z] OS/Arch: linux/ppc64le [2020-11-10T19:50:37.629Z] Experimental: false [2020-11-10T19:50:37.629Z] [2020-11-10T19:50:37.629Z] Server: [2020-11-10T19:50:37.629Z] Engine: [2020-11-10T19:50:37.629Z] Version: 18.06.1-ce [2020-11-10T19:50:37.629Z] API version: 1.38 (minimum version 1.12) [2020-11-10T19:50:37.629Z] Go version: go1.10.3 [2020-11-10T19:50:37.629Z] Git commit: e68fc7a [2020-11-10T19:50:37.629Z] Built: Tue Aug 21 17:24:20 2018 [2020-11-10T19:50:37.629Z] OS/Arch: linux/ppc64le [2020-11-10T19:50:37.629Z] Experimental: true [Pipeline] sh [2020-11-10T19:50:37.707Z] #54 ... [2020-11-10T19:50:37.707Z] [2020-11-10T19:50:37.707Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:50:37.707Z] #18 1.009 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-11-10T19:50:37.707Z] #18 1.083 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-11-10T19:50:37.707Z] #18 1.094 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2020-11-10T19:50:37.707Z] #18 1.382 Reading package lists... [2020-11-10T19:50:37.707Z] #18 2.294 Reading package lists... [2020-11-10T19:50:37.707Z] #18 3.445 Building dependency tree... [2020-11-10T19:50:37.707Z] #18 3.693 Reading state information... [2020-11-10T19:50:37.707Z] #18 3.940 libcap2-bin is already the newest version (1:2.25-2). [2020-11-10T19:50:37.707Z] #18 3.940 The following additional packages will be installed: [2020-11-10T19:50:37.707Z] #18 3.947 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-10T19:50:37.707Z] #18 3.947 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-10T19:50:37.707Z] #18 3.947 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-10T19:50:37.707Z] #18 3.947 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-10T19:50:37.707Z] #18 3.947 python3.7 python3.7-minimal vim-runtime xxd [2020-11-10T19:50:37.707Z] #18 3.949 Suggested packages: [2020-11-10T19:50:37.707Z] #18 3.949 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-10T19:50:37.707Z] #18 3.949 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-10T19:50:37.707Z] #18 3.949 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-10T19:50:37.707Z] #18 3.949 Recommended packages: [2020-11-10T19:50:37.707Z] #18 3.949 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-10T19:50:37.707Z] #18 3.949 python3-keyrings.alt python3-xdg unzip [2020-11-10T19:50:37.707Z] #18 4.950 The following NEW packages will be installed: [2020-11-10T19:50:37.707Z] #18 4.970 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-10T19:50:37.707Z] #18 4.970 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-10T19:50:37.707Z] #18 4.970 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-10T19:50:37.707Z] #18 4.970 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-10T19:50:37.707Z] #18 4.970 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-10T19:50:37.707Z] #18 4.970 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-10T19:50:37.707Z] #18 4.971 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-10T19:50:37.707Z] #18 4.971 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-10T19:50:37.707Z] #18 4.971 xz-utils zip [2020-11-10T19:50:37.707Z] #18 5.063 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:50:37.707Z] #18 5.063 Need to get 27.7 MB of archives. [2020-11-10T19:50:37.707Z] #18 5.063 After this operation, 117 MB of additional disk space will be used. [2020-11-10T19:50:37.707Z] #18 5.063 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-11-10T19:50:37.707Z] #18 5.091 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2020-11-10T19:50:37.707Z] #18 5.137 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2020-11-10T19:50:37.707Z] #18 5.187 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-11-10T19:50:37.707Z] #18 5.187 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-11-10T19:50:37.707Z] #18 5.188 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2020-11-10T19:50:37.707Z] #18 5.219 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-11-10T19:50:37.707Z] #18 5.248 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-11-10T19:50:37.707Z] #18 5.250 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-11-10T19:50:37.707Z] #18 5.252 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-11-10T19:50:37.707Z] #18 5.256 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-11-10T19:50:37.707Z] #18 5.260 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-11-10T19:50:37.707Z] #18 5.264 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-11-10T19:50:37.707Z] #18 5.265 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-11-10T19:50:37.707Z] #18 5.265 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-11-10T19:50:37.707Z] #18 5.266 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-11-10T19:50:37.707Z] #18 5.275 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-11-10T19:50:37.707Z] #18 5.284 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-11-10T19:50:37.707Z] #18 5.290 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-11-10T19:50:37.707Z] #18 5.296 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-11-10T19:50:37.707Z] #18 5.299 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-11-10T19:50:37.707Z] #18 5.306 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-11-10T19:50:37.707Z] #18 5.320 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-11-10T19:50:37.707Z] #18 5.327 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-11-10T19:50:37.707Z] #18 5.334 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-11-10T19:50:37.707Z] #18 5.336 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-11-10T19:50:37.707Z] #18 5.338 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-11-10T19:50:37.707Z] #18 5.340 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-11-10T19:50:37.707Z] #18 5.342 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-11-10T19:50:37.707Z] #18 5.590 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-11-10T19:50:37.707Z] #18 5.608 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-11-10T19:50:37.707Z] #18 5.613 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-11-10T19:50:37.707Z] #18 5.621 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-11-10T19:50:37.707Z] #18 5.626 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-11-10T19:50:37.707Z] #18 5.631 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-11-10T19:50:37.707Z] #18 5.688 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-10T19:50:37.707Z] #18 5.689 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-11-10T19:50:37.707Z] #18 5.695 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-11-10T19:50:37.707Z] #18 5.697 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-10T19:50:37.707Z] #18 5.707 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-11-10T19:50:37.707Z] #18 5.714 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-10T19:50:37.707Z] #18 5.719 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-11-10T19:50:37.707Z] #18 5.731 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-11-10T19:50:37.707Z] #18 5.766 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-11-10T19:50:37.707Z] #18 5.772 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-10T19:50:37.707Z] #18 5.942 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-11-10T19:50:37.707Z] #18 6.001 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-11-10T19:50:37.707Z] #18 6.027 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-11-10T19:50:37.707Z] #18 6.378 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:50:37.707Z] #18 6.412 Fetched 27.7 MB in 1s (26.7 MB/s) [2020-11-10T19:50:37.707Z] #18 6.452 Selecting previously unselected package pigz. [2020-11-10T19:50:37.707Z] #18 6.452 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-11-10T19:50:37.707Z] #18 6.502 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-11-10T19:50:37.707Z] #18 6.506 Unpacking pigz (2.4-1) ... [2020-11-10T19:50:37.707Z] #18 6.624 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-11-10T19:50:37.707Z] #18 6.625 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-11-10T19:50:37.707Z] #18 6.629 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-11-10T19:50:37.707Z] #18 6.919 Selecting previously unselected package python3.7-minimal. [2020-11-10T19:50:37.707Z] #18 6.921 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-11-10T19:50:37.707Z] #18 6.932 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:50:37.724Z] #41 17.38 CC criu/bfd.o [2020-11-10T19:50:37.724Z] #41 17.53 CC criu/bitmap.o [2020-11-10T19:50:37.724Z] #41 17.58 CC criu/cgroup-props.o [2020-11-10T19:50:37.737Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:37.737Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:37.737Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41659/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-10T19:50:37.737Z] + bash /home/ubuntu/workspace/moby_PR-41659/check-config.sh [2020-11-10T19:50:37.737Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-10T19:50:37.737Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-10T19:50:37.737Z] [2020-11-10T19:50:37.737Z] Generally Necessary: [2020-11-10T19:50:37.737Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-10T19:50:37.737Z] - apparmor: enabled and tools installed [2020-11-10T19:50:37.737Z] - CONFIG_NAMESPACES: enabled [2020-11-10T19:50:37.737Z] - CONFIG_NET_NS: enabled [2020-11-10T19:50:37.737Z] - CONFIG_PID_NS: enabled [2020-11-10T19:50:37.737Z] - CONFIG_IPC_NS: enabled [2020-11-10T19:50:37.737Z] - CONFIG_UTS_NS: enabled [2020-11-10T19:50:37.737Z] - CONFIG_CGROUPS: enabled [2020-11-10T19:50:37.737Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-10T19:50:37.737Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-10T19:50:37.737Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-10T19:50:37.737Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-10T19:50:37.737Z] - CONFIG_CPUSETS: enabled [2020-11-10T19:50:37.737Z] - CONFIG_MEMCG: enabled [2020-11-10T19:50:37.737Z] - CONFIG_KEYS: enabled [2020-11-10T19:50:37.737Z] - CONFIG_VETH: enabled (as module) [2020-11-10T19:50:37.737Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-10T19:50:37.737Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-10T19:50:37.737Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-10T19:50:37.737Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-10T19:50:37.737Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-10T19:50:37.737Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-10T19:50:37.737Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-10T19:50:37.737Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-10T19:50:37.737Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-10T19:50:37.737Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-10T19:50:37.737Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-10T19:50:37.737Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-10T19:50:37.737Z] [2020-11-10T19:50:37.737Z] Optional Features: [2020-11-10T19:50:37.737Z] - CONFIG_USER_NS: enabled [2020-11-10T19:50:37.737Z] - CONFIG_SECCOMP: enabled [2020-11-10T19:50:37.737Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-10T19:50:37.737Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-10T19:50:37.737Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-10T19:50:37.737Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [Pipeline] withEnv [Pipeline] { [2020-11-10T19:50:36.155Z] > git remote # timeout=10 [2020-11-10T19:50:36.164Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T19:50:36.172Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:36.173Z] > git merge 0e8023ddea86158587182c4fc41dc22a73692efc # timeout=10 [2020-11-10T19:50:36.183Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T19:50:36.189Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:36.203Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [Pipeline] withEnv [Pipeline] { [2020-11-10T19:50:36.111Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:36.116Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:50:37.095Z] > git remote # timeout=10 [2020-11-10T19:50:37.099Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T19:50:37.103Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:50:37.105Z] > git merge 0e8023ddea86158587182c4fc41dc22a73692efc # timeout=10 [2020-11-10T19:50:37.120Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T19:50:37.129Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:50:37.133Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-10T19:50:37.984Z] #41 17.83 CC criu/cgroup.o [2020-11-10T19:50:37.998Z] - CONFIG_BLK_CGROUP: enabled [2020-11-10T19:50:37.998Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-10T19:50:37.998Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-10T19:50:37.998Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-10T19:50:37.998Z] - CONFIG_CGROUP_PERF: enabled [2020-11-10T19:50:37.998Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-10T19:50:37.998Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-10T19:50:37.998Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-10T19:50:37.998Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-10T19:50:37.998Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-10T19:50:37.998Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-10T19:50:37.998Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-10T19:50:37.998Z] - CONFIG_IP_VS: enabled (as module) [2020-11-10T19:50:37.998Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-10T19:50:37.998Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-10T19:50:37.998Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-10T19:50:37.998Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-10T19:50:37.998Z] - CONFIG_EXT4_FS: enabled [2020-11-10T19:50:37.998Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-10T19:50:37.998Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-10T19:50:37.998Z] - Network Drivers: [2020-11-10T19:50:37.998Z] - "overlay": [2020-11-10T19:50:37.998Z] - CONFIG_VXLAN: enabled (as module) [2020-11-10T19:50:37.998Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-10T19:50:37.999Z] Optional (for encrypted networks): [2020-11-10T19:50:37.999Z] - CONFIG_CRYPTO: enabled [2020-11-10T19:50:37.999Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-10T19:50:37.999Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-10T19:50:37.999Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-10T19:50:37.999Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-10T19:50:37.999Z] - CONFIG_XFRM: enabled [2020-11-10T19:50:37.999Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-10T19:50:37.999Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-10T19:50:37.999Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-10T19:50:37.999Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-10T19:50:37.999Z] - "ipvlan": [2020-11-10T19:50:37.999Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-10T19:50:37.999Z] - "macvlan": [2020-11-10T19:50:37.999Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-10T19:50:37.999Z] - CONFIG_DUMMY: enabled (as module) [2020-11-10T19:50:37.999Z] - "ftp,tftp client in container": [2020-11-10T19:50:37.999Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-10T19:50:37.999Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-10T19:50:37.999Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-10T19:50:37.999Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-10T19:50:37.999Z] - Storage Drivers: [2020-11-10T19:50:37.999Z] - "aufs": [2020-11-10T19:50:37.999Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-10T19:50:37.999Z] - "btrfs": [2020-11-10T19:50:37.999Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-10T19:50:37.999Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-10T19:50:37.999Z] - "devicemapper": [2020-11-10T19:50:37.999Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-10T19:50:37.999Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-10T19:50:37.999Z] - "overlay": [2020-11-10T19:50:37.999Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-10T19:50:37.999Z] - "zfs": [2020-11-10T19:50:37.999Z] - /dev/zfs: present [2020-11-10T19:50:37.999Z] - zfs command: missing [2020-11-10T19:50:37.999Z] - zpool command: missing [2020-11-10T19:50:37.999Z] [2020-11-10T19:50:37.999Z] Limits: [2020-11-10T19:50:37.999Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-10T19:50:37.999Z] [2020-11-10T19:50:37.999Z] + true [Pipeline] } [2020-11-10T19:50:38.006Z] #18 ... [2020-11-10T19:50:38.007Z] [2020-11-10T19:50:38.007Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:38.007Z] #47 1.087 + RM_GOPATH=0 [2020-11-10T19:50:38.007Z] #47 1.087 + TMP_GOPATH= [2020-11-10T19:50:38.007Z] #47 1.087 + : /build [2020-11-10T19:50:38.007Z] #47 1.087 + '[' -z '' ']' [2020-11-10T19:50:38.007Z] #47 1.087 ++ mktemp -d [2020-11-10T19:50:38.007Z] #47 1.090 + export GOPATH=/tmp/tmp.gyXwsHEJZV [2020-11-10T19:50:38.007Z] #47 1.090 + GOPATH=/tmp/tmp.gyXwsHEJZV [2020-11-10T19:50:38.007Z] #47 1.090 + RM_GOPATH=1 [2020-11-10T19:50:38.007Z] #47 1.090 + case "$(go env GOARCH)" in [2020-11-10T19:50:38.007Z] #47 1.091 ++ go env GOARCH [2020-11-10T19:50:38.007Z] #47 1.093 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:38.007Z] #47 1.094 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:38.007Z] #47 1.094 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:38.007Z] #47 1.094 + dir=/tmp/install [2020-11-10T19:50:38.007Z] #47 1.095 + bin=golangci_lint [2020-11-10T19:50:38.007Z] #47 1.095 + shift [2020-11-10T19:50:38.007Z] #47 1.095 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-10T19:50:38.007Z] #47 1.095 + . /tmp/install/golangci_lint.installer [2020-11-10T19:50:38.007Z] #47 1.095 ++ : v1.23.8 [2020-11-10T19:50:38.007Z] #47 1.095 + install_golangci_lint [2020-11-10T19:50:38.007Z] #47 1.095 + set -e [2020-11-10T19:50:38.007Z] #47 1.095 + export GO111MODULE=on [2020-11-10T19:50:38.007Z] #47 1.095 + GO111MODULE=on [2020-11-10T19:50:38.007Z] #47 1.095 + GOBIN=/build [2020-11-10T19:50:38.007Z] #47 1.095 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-10T19:50:38.007Z] #47 1.098 go: finding github.com v1.23.8 [2020-11-10T19:50:38.007Z] #47 1.098 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-10T19:50:38.007Z] #47 1.098 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-10T19:50:38.007Z] #47 1.103 go: finding github.com/golangci v1.23.8 [2020-11-10T19:50:38.007Z] #47 1.103 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:50:38.007Z] #47 1.390 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:50:38.007Z] #47 1.516 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:50:38.007Z] #47 2.966 go: downloading github.com/fatih/color v1.7.0 [2020-11-10T19:50:38.007Z] #47 2.973 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-10T19:50:38.007Z] #47 2.979 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-10T19:50:38.007Z] #47 3.023 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:50:38.007Z] #47 3.027 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:50:38.007Z] #47 3.035 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:50:38.007Z] #47 3.039 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:50:38.007Z] #47 3.041 go: extracting github.com/fatih/color v1.7.0 [2020-11-10T19:50:38.007Z] #47 3.054 go: downloading github.com/pkg/errors v0.8.1 [2020-11-10T19:50:38.007Z] #47 3.081 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:50:38.007Z] #47 3.121 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:50:38.007Z] #47 3.132 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:50:38.007Z] #47 3.169 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-10T19:50:38.007Z] #47 3.171 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-10T19:50:38.007Z] #47 3.246 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:50:38.007Z] #47 3.352 go: extracting github.com/pkg/errors v0.8.1 [2020-11-10T19:50:38.007Z] #47 3.353 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:50:38.007Z] #47 3.372 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:50:38.007Z] #47 3.385 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:50:38.007Z] #47 3.455 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:50:38.007Z] #47 3.459 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:50:38.007Z] #47 3.485 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-10T19:50:38.007Z] #47 3.486 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:50:38.007Z] #47 3.494 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:50:38.007Z] #47 3.530 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-10T19:50:38.007Z] #47 3.939 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:50:38.007Z] #47 3.944 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:50:38.007Z] #47 3.976 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:50:38.007Z] #47 4.101 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:50:38.007Z] #47 4.241 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:50:38.007Z] #47 4.273 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:50:38.007Z] #47 4.342 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:50:38.007Z] #47 5.083 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:50:38.007Z] #47 5.087 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:50:38.007Z] #47 5.200 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:50:38.007Z] #47 5.201 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:50:38.007Z] #47 5.201 go: downloading github.com/spf13/viper v1.6.1 [2020-11-10T19:50:38.007Z] #47 5.201 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:50:38.007Z] #47 5.202 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:50:38.007Z] #47 5.205 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:50:38.007Z] #47 5.206 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:50:38.007Z] #47 5.217 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:50:38.007Z] #47 5.263 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:50:38.007Z] #47 5.288 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:50:38.007Z] #47 5.303 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-10T19:50:38.007Z] #47 5.324 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:50:38.007Z] #47 5.324 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:50:38.007Z] #47 5.324 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:50:38.007Z] #47 5.324 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:50:38.007Z] #47 5.327 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:50:38.007Z] #47 5.334 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:50:38.007Z] #47 5.335 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:50:38.007Z] #47 5.342 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-10T19:50:38.007Z] #47 5.375 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:50:38.007Z] #47 5.408 go: extracting github.com/spf13/viper v1.6.1 [2020-11-10T19:50:38.007Z] #47 5.419 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-10T19:50:38.007Z] #47 5.432 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:50:38.007Z] #47 5.455 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:50:38.007Z] #47 5.458 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:50:38.007Z] #47 5.470 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:50:38.007Z] #47 5.472 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-10T19:50:38.007Z] #47 5.475 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:50:38.007Z] #47 5.480 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:50:38.007Z] #47 5.486 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:50:38.007Z] #47 5.486 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:50:38.007Z] #47 5.487 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:50:38.007Z] #47 5.496 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-10T19:50:38.007Z] #47 5.500 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-10T19:50:38.007Z] #47 5.532 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:50:38.007Z] #47 5.532 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:50:38.007Z] #47 5.545 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-10T19:50:38.007Z] #47 5.551 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:50:38.007Z] #47 5.553 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:50:38.007Z] #47 5.587 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:50:38.007Z] #47 5.588 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:50:38.007Z] #47 5.590 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:50:38.007Z] #47 5.627 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-10T19:50:38.007Z] #47 5.639 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-10T19:50:38.007Z] #47 5.646 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:50:38.007Z] #47 5.648 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:50:38.007Z] #47 5.654 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:50:38.007Z] #47 5.662 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-10T19:50:38.007Z] #47 5.695 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:50:38.007Z] #47 5.718 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:50:38.007Z] #47 5.731 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:50:38.007Z] #47 5.736 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-10T19:50:38.007Z] #47 5.757 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:50:38.007Z] #47 5.776 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:50:38.007Z] #47 5.776 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:50:38.007Z] #47 5.781 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:50:38.007Z] #47 5.797 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:50:38.007Z] #47 5.805 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:50:38.007Z] #47 5.818 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-10T19:50:38.007Z] #47 5.882 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:50:38.007Z] #47 5.883 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:50:38.007Z] #47 5.907 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-10T19:50:38.007Z] #47 5.955 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-10T19:50:38.007Z] #47 5.967 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:50:38.007Z] #47 5.972 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:50:38.007Z] #47 5.995 go: downloading github.com/spf13/afero v1.1.2 [Pipeline] // stage [2020-11-10T19:50:38.022Z] + docker info [2020-11-10T19:50:38.022Z] Containers: 1 [2020-11-10T19:50:38.022Z] Running: 1 [2020-11-10T19:50:38.022Z] Paused: 0 [2020-11-10T19:50:38.022Z] Stopped: 0 [2020-11-10T19:50:38.022Z] Images: 13 [2020-11-10T19:50:38.022Z] Server Version: 18.06.1-ce [2020-11-10T19:50:38.022Z] Storage Driver: overlay2 [2020-11-10T19:50:38.022Z] Backing Filesystem: extfs [2020-11-10T19:50:38.022Z] Supports d_type: true [2020-11-10T19:50:38.022Z] Native Overlay Diff: true [2020-11-10T19:50:38.022Z] Logging Driver: json-file [2020-11-10T19:50:38.022Z] Cgroup Driver: cgroupfs [2020-11-10T19:50:38.022Z] Plugins: [2020-11-10T19:50:38.022Z] Volume: local [2020-11-10T19:50:38.022Z] Network: bridge host ipvlan macvlan null overlay [2020-11-10T19:50:38.022Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-11-10T19:50:38.022Z] Swarm: inactive [2020-11-10T19:50:38.022Z] Runtimes: runc [2020-11-10T19:50:38.022Z] Default Runtime: runc [2020-11-10T19:50:38.022Z] Init Binary: docker-init [2020-11-10T19:50:38.022Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-11-10T19:50:38.022Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-11-10T19:50:38.022Z] init version: fec3683 [2020-11-10T19:50:38.022Z] Security Options: [2020-11-10T19:50:38.022Z] apparmor [2020-11-10T19:50:38.022Z] seccomp [2020-11-10T19:50:38.022Z] Profile: default [2020-11-10T19:50:38.022Z] Kernel Version: 4.4.0-139-generic [2020-11-10T19:50:38.022Z] Operating System: Ubuntu 16.04.3 LTS [2020-11-10T19:50:38.022Z] OSType: linux [2020-11-10T19:50:38.022Z] Architecture: ppc64le [2020-11-10T19:50:38.022Z] CPUs: 4 [2020-11-10T19:50:38.022Z] Total Memory: 7.972GiB [2020-11-10T19:50:38.022Z] Name: ppc64le-ubuntu-17 [2020-11-10T19:50:38.022Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-11-10T19:50:38.022Z] Docker Root Dir: /var/lib/docker [2020-11-10T19:50:38.022Z] Debug Mode (client): false [2020-11-10T19:50:38.022Z] Debug Mode (server): false [2020-11-10T19:50:38.022Z] Username: dockerbuildbot [2020-11-10T19:50:38.022Z] Registry: https://index.docker.io/v1/ [2020-11-10T19:50:38.022Z] Labels: [2020-11-10T19:50:38.022Z] Experimental: true [2020-11-10T19:50:38.022Z] Insecure Registries: [2020-11-10T19:50:38.022Z] 127.0.0.0/8 [2020-11-10T19:50:38.022Z] Live Restore Enabled: false [2020-11-10T19:50:38.022Z] [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-10T19:50:38.153Z] + docker version [2020-11-10T19:50:38.153Z] Client: Docker Engine - Community [2020-11-10T19:50:38.153Z] Version: 19.03.13 [2020-11-10T19:50:38.153Z] API version: 1.40 [2020-11-10T19:50:38.153Z] Go version: go1.13.15 [2020-11-10T19:50:38.153Z] Git commit: 4484c46 [2020-11-10T19:50:38.153Z] Built: Wed Sep 16 17:03:45 2020 [2020-11-10T19:50:38.153Z] OS/Arch: linux/arm64 [2020-11-10T19:50:38.153Z] Experimental: false [2020-11-10T19:50:38.153Z] [2020-11-10T19:50:38.153Z] Server: Docker Engine - Community [2020-11-10T19:50:38.153Z] Engine: [2020-11-10T19:50:38.153Z] Version: 19.03.13 [2020-11-10T19:50:38.153Z] API version: 1.40 (minimum version 1.12) [2020-11-10T19:50:38.153Z] Go version: go1.13.15 [2020-11-10T19:50:38.153Z] Git commit: 4484c46 [2020-11-10T19:50:38.153Z] Built: Wed Sep 16 17:02:17 2020 [2020-11-10T19:50:38.153Z] OS/Arch: linux/arm64 [2020-11-10T19:50:38.153Z] Experimental: true [2020-11-10T19:50:38.153Z] containerd: [2020-11-10T19:50:38.153Z] Version: 1.3.7 [2020-11-10T19:50:38.153Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-10T19:50:38.153Z] runc: [2020-11-10T19:50:38.153Z] Version: 1.0.0-rc10 [2020-11-10T19:50:38.153Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-10T19:50:38.153Z] docker-init: [2020-11-10T19:50:38.153Z] Version: 0.18.0 [2020-11-10T19:50:38.153Z] GitCommit: fec3683 [Pipeline] sh [Pipeline] sh [2020-11-10T19:50:38.306Z] #47 6.011 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:50:38.306Z] #47 6.079 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:50:38.306Z] #47 6.090 go: downloading github.com/spf13/cast v1.3.0 [2020-11-10T19:50:38.306Z] #47 6.110 go: extracting github.com/spf13/afero v1.1.2 [2020-11-10T19:50:38.306Z] #47 6.150 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:50:38.306Z] #47 6.221 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:50:38.306Z] #47 6.235 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:50:38.306Z] #47 6.240 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:50:38.306Z] #47 6.243 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-10T19:50:38.306Z] #47 6.250 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:50:38.307Z] #47 6.347 go: downloading golang.org/x/text v0.3.2 [2020-11-10T19:50:38.415Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:38.415Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:38.415Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41659/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-10T19:50:38.415Z] + bash /home/docker/workspace/moby_PR-41659/check-config.sh [2020-11-10T19:50:38.415Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-10T19:50:38.415Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-11-10T19:50:38.415Z] [2020-11-10T19:50:38.415Z] Generally Necessary: [2020-11-10T19:50:38.415Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-10T19:50:38.415Z] - apparmor: enabled and tools installed [2020-11-10T19:50:38.415Z] - CONFIG_NAMESPACES: enabled [2020-11-10T19:50:38.415Z] - CONFIG_NET_NS: enabled [2020-11-10T19:50:38.415Z] - CONFIG_PID_NS: enabled [2020-11-10T19:50:38.415Z] - CONFIG_IPC_NS: enabled [2020-11-10T19:50:38.415Z] - CONFIG_UTS_NS: enabled [2020-11-10T19:50:38.415Z] - CONFIG_CGROUPS: enabled [2020-11-10T19:50:38.415Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-10T19:50:38.415Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-10T19:50:38.415Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-10T19:50:38.415Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-10T19:50:38.415Z] - CONFIG_CPUSETS: enabled [2020-11-10T19:50:38.415Z] - CONFIG_MEMCG: enabled [2020-11-10T19:50:38.415Z] - CONFIG_KEYS: enabled [2020-11-10T19:50:38.415Z] - CONFIG_VETH: enabled (as module) [2020-11-10T19:50:38.415Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-10T19:50:38.415Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-10T19:50:38.415Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-10T19:50:38.415Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-10T19:50:38.415Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-10T19:50:38.415Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-10T19:50:38.415Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-10T19:50:38.433Z] + sudo modprobe ip_vs [2020-11-10T19:50:38.433Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2b41e8471935a95440472ca90e99aa33dacf56c0 . [2020-11-10T19:50:38.433Z] #2 [internal] load .dockerignore [2020-11-10T19:50:38.433Z] #2 transferring context: 87B done [2020-11-10T19:50:38.433Z] #2 DONE 0.0s [2020-11-10T19:50:38.433Z] [2020-11-10T19:50:38.433Z] #1 [internal] load build definition from Dockerfile [2020-11-10T19:50:38.433Z] #1 transferring dockerfile: 16.58kB done [2020-11-10T19:50:38.433Z] #1 DONE 0.0s [2020-11-10T19:50:38.433Z] [2020-11-10T19:50:38.433Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-10T19:50:38.476Z] + docker info [2020-11-10T19:50:38.597Z] #47 6.372 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:50:38.597Z] #47 6.416 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:50:38.597Z] #47 6.417 go: extracting github.com/spf13/cast v1.3.0 [2020-11-10T19:50:38.597Z] #47 6.443 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:50:38.597Z] #47 6.444 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:50:38.597Z] #47 6.509 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:50:38.597Z] #47 6.659 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:50:38.693Z] #3 DONE 0.2s [2020-11-10T19:50:38.694Z] [2020-11-10T19:50:38.694Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-10T19:50:38.694Z] #4 CACHED [2020-11-10T19:50:38.694Z] [2020-11-10T19:50:38.694Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-10T19:50:38.710Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-10T19:50:38.710Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-10T19:50:38.710Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-11-10T19:50:38.710Z] [2020-11-10T19:50:38.710Z] Optional Features: [2020-11-10T19:50:38.710Z] - CONFIG_USER_NS: enabled [2020-11-10T19:50:38.710Z] - CONFIG_SECCOMP: enabled [2020-11-10T19:50:38.710Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-10T19:50:38.710Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-10T19:50:38.710Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-10T19:50:38.710Z] (cgroup swap accounting is currently enabled) [2020-11-10T19:50:38.710Z] - CONFIG_MEMCG_KMEM: enabled [2020-11-10T19:50:38.710Z] - CONFIG_BLK_CGROUP: enabled [2020-11-10T19:50:38.710Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-10T19:50:38.710Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-10T19:50:38.710Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-10T19:50:38.710Z] - CONFIG_CGROUP_PERF: enabled [2020-11-10T19:50:38.710Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-10T19:50:38.710Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-10T19:50:38.710Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-10T19:50:38.710Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-10T19:50:38.710Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-10T19:50:38.710Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_IP_VS: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-10T19:50:38.710Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-10T19:50:38.710Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-10T19:50:38.710Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_EXT4_FS: enabled [2020-11-10T19:50:38.710Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-10T19:50:38.710Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-10T19:50:38.710Z] - Network Drivers: [2020-11-10T19:50:38.710Z] - "overlay": [2020-11-10T19:50:38.710Z] - CONFIG_VXLAN: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-10T19:50:38.710Z] Optional (for encrypted networks): [2020-11-10T19:50:38.710Z] - CONFIG_CRYPTO: enabled [2020-11-10T19:50:38.710Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_XFRM: enabled [2020-11-10T19:50:38.710Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-10T19:50:38.710Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-10T19:50:38.710Z] - "ipvlan": [2020-11-10T19:50:38.710Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-10T19:50:38.710Z] - "macvlan": [2020-11-10T19:50:38.888Z] #47 6.770 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:50:38.888Z] #47 6.771 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:50:38.888Z] #47 6.790 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:50:38.888Z] #47 6.827 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-10T19:50:38.888Z] #47 6.830 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:50:38.888Z] #47 6.864 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-10T19:50:38.888Z] #47 6.866 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:50:38.925Z] #41 18.80 CC criu/clone-noasan.o [2020-11-10T19:50:38.925Z] #41 18.87 CC criu/config.o [2020-11-10T19:50:38.954Z] #7 ... [2020-11-10T19:50:38.954Z] [2020-11-10T19:50:38.954Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-10T19:50:38.954Z] #5 DONE 0.1s [2020-11-10T19:50:39.005Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-10T19:50:39.005Z] - CONFIG_DUMMY: enabled (as module) [2020-11-10T19:50:39.005Z] - "ftp,tftp client in container": [2020-11-10T19:50:39.005Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-10T19:50:39.005Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-10T19:50:39.005Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-10T19:50:39.005Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-10T19:50:39.005Z] - Storage Drivers: [2020-11-10T19:50:39.005Z] - "aufs": [2020-11-10T19:50:39.005Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-10T19:50:39.005Z] - "btrfs": [2020-11-10T19:50:39.005Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-10T19:50:39.005Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-10T19:50:39.005Z] - "devicemapper": [2020-11-10T19:50:39.005Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-10T19:50:39.005Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-10T19:50:39.005Z] - "overlay": [2020-11-10T19:50:39.005Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-10T19:50:39.005Z] - "zfs": [2020-11-10T19:50:39.005Z] - /dev/zfs: missing [2020-11-10T19:50:39.005Z] - zfs command: missing [2020-11-10T19:50:39.005Z] - zpool command: missing [2020-11-10T19:50:39.005Z] [2020-11-10T19:50:39.005Z] Limits: [2020-11-10T19:50:39.005Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-10T19:50:39.005Z] [2020-11-10T19:50:39.005Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-10T19:50:39.179Z] #47 7.010 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:50:39.179Z] #47 7.028 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:50:39.179Z] #47 7.037 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:50:39.179Z] #47 7.117 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:50:39.179Z] #47 7.120 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:50:39.179Z] #47 7.127 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:50:39.179Z] #47 7.171 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:50:39.179Z] #47 7.173 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:50:39.179Z] #47 7.184 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:50:39.179Z] #47 7.190 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:50:39.214Z] [2020-11-10T19:50:39.214Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-10T19:50:39.443Z] + make bundles/buildx [2020-11-10T19:50:39.496Z] #41 19.29 CC criu/cr-check.o [2020-11-10T19:50:39.508Z] #47 7.434 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:50:39.508Z] #47 7.501 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:50:39.508Z] #47 7.518 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:50:39.508Z] #47 7.521 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:50:39.736Z] make: command: Command not found [2020-11-10T19:50:39.736Z] make: command: Command not found [2020-11-10T19:50:39.736Z] mkdir bundles [2020-11-10T19:50:39.736Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-11-10T19:50:39.736Z] --build-arg BUILDX_COMMIT \ [2020-11-10T19:50:39.736Z] --build-arg BUILDX_REPO \ [2020-11-10T19:50:39.736Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-11-10T19:50:39.736Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-11-10T19:50:39.736Z] . [2020-11-10T19:50:39.736Z] /bin/sh: 4: go: not found [2020-11-10T19:50:39.736Z] /bin/sh: 5: go: not found [2020-11-10T19:50:39.786Z] #6 DONE 0.8s [2020-11-10T19:50:39.786Z] [2020-11-10T19:50:39.786Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-10T19:50:39.786Z] #7 DONE 0.9s [2020-11-10T19:50:39.786Z] [2020-11-10T19:50:39.786Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-10T19:50:39.786Z] #24 DONE 0.0s [2020-11-10T19:50:39.786Z] [2020-11-10T19:50:39.786Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-10T19:50:39.786Z] #8 DONE 0.0s [2020-11-10T19:50:39.786Z] [2020-11-10T19:50:39.786Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-10T19:50:39.786Z] #60 CACHED [2020-11-10T19:50:39.786Z] [2020-11-10T19:50:39.786Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-10T19:50:39.786Z] #9 CACHED [2020-11-10T19:50:39.786Z] [2020-11-10T19:50:39.786Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-10T19:50:39.786Z] #37 CACHED [2020-11-10T19:50:39.786Z] [2020-11-10T19:50:39.786Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-10T19:50:39.786Z] #29 CACHED [2020-11-10T19:50:39.786Z] [2020-11-10T19:50:39.786Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-10T19:50:39.786Z] #10 CACHED [2020-11-10T19:50:39.786Z] [2020-11-10T19:50:39.786Z] #21 [internal] load build context [2020-11-10T19:50:39.798Z] #47 7.595 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:50:39.798Z] #47 7.617 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:50:39.798Z] #47 7.635 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:50:39.798Z] #47 7.746 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:50:39.798Z] #47 7.759 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-10T19:50:39.798Z] #47 7.785 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:50:39.798Z] #47 7.795 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:50:40.066Z] #41 19.85 CC criu/cr-dedup.o [2020-11-10T19:50:40.066Z] #41 ... [2020-11-10T19:50:40.066Z] [2020-11-10T19:50:40.066Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:50:40.066Z] #18 11.77 Selecting previously unselected package libnet1:amd64. [2020-11-10T19:50:40.066Z] #18 11.77 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 11.78 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:50:40.066Z] #18 11.87 Selecting previously unselected package libnl-3-200:amd64. [2020-11-10T19:50:40.066Z] #18 11.87 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 11.88 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-10T19:50:40.066Z] #18 11.95 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-10T19:50:40.066Z] #18 11.96 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 11.96 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-10T19:50:40.066Z] #18 12.06 Selecting previously unselected package libreadline5:amd64. [2020-11-10T19:50:40.066Z] #18 12.07 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 12.07 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-10T19:50:40.066Z] #18 12.14 Selecting previously unselected package net-tools. [2020-11-10T19:50:40.066Z] #18 12.14 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 12.14 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:50:40.066Z] #18 12.41 Selecting previously unselected package python-pip-whl. [2020-11-10T19:50:40.066Z] #18 12.41 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-10T19:50:40.066Z] #18 12.42 Unpacking python-pip-whl (18.1-5) ... [2020-11-10T19:50:40.066Z] #18 12.62 Selecting previously unselected package python3-lib2to3. [2020-11-10T19:50:40.066Z] #18 12.62 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-10T19:50:40.066Z] #18 12.63 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:50:40.066Z] #18 12.71 Selecting previously unselected package python3-distutils. [2020-11-10T19:50:40.066Z] #18 12.71 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-10T19:50:40.066Z] #18 12.71 Unpacking python3-distutils (3.7.3-1) ... [2020-11-10T19:50:40.066Z] #18 12.79 Selecting previously unselected package python3-pip. [2020-11-10T19:50:40.066Z] #18 12.80 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-10T19:50:40.066Z] #18 12.80 Unpacking python3-pip (18.1-5) ... [2020-11-10T19:50:40.066Z] #18 12.86 Selecting previously unselected package python3-pkg-resources. [2020-11-10T19:50:40.066Z] #18 12.87 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-10T19:50:40.066Z] #18 12.87 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:50:40.066Z] #18 12.94 Selecting previously unselected package python3-setuptools. [2020-11-10T19:50:40.066Z] #18 12.94 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-10T19:50:40.066Z] #18 12.95 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-10T19:50:40.066Z] #18 13.01 Selecting previously unselected package python3-wheel. [2020-11-10T19:50:40.066Z] #18 13.02 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-10T19:50:40.066Z] #18 13.03 Unpacking python3-wheel (0.32.3-2) ... [2020-11-10T19:50:40.066Z] #18 13.07 Selecting previously unselected package sudo. [2020-11-10T19:50:40.066Z] #18 13.07 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 13.08 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:50:40.066Z] #18 13.20 Selecting previously unselected package thin-provisioning-tools. [2020-11-10T19:50:40.066Z] #18 13.20 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 13.21 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:50:40.066Z] #18 13.28 Selecting previously unselected package uidmap. [2020-11-10T19:50:40.066Z] #18 13.29 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 13.29 Unpacking uidmap (1:4.5-1.1) ... [2020-11-10T19:50:40.066Z] #18 13.35 Selecting previously unselected package vim-runtime. [2020-11-10T19:50:40.066Z] #18 13.35 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:50:40.066Z] #18 13.36 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-10T19:50:40.066Z] #18 13.37 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-10T19:50:40.066Z] #18 13.38 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:50:40.066Z] #18 14.05 Selecting previously unselected package vim. [2020-11-10T19:50:40.066Z] #18 14.05 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 14.06 Unpacking vim (2:8.1.0875-5) ... [2020-11-10T19:50:40.066Z] #18 14.20 Selecting previously unselected package xfsprogs. [2020-11-10T19:50:40.066Z] #18 14.20 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 14.21 Unpacking xfsprogs (4.20.0-1) ... [2020-11-10T19:50:40.066Z] #18 14.34 Selecting previously unselected package zip. [2020-11-10T19:50:40.066Z] #18 14.35 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-10T19:50:40.066Z] #18 14.35 Unpacking zip (3.0-11+b1) ... [2020-11-10T19:50:40.067Z] #18 14.42 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:50:40.067Z] #18 14.44 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:50:40.067Z] #18 14.44 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-10T19:50:40.067Z] #18 14.45 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-10T19:50:40.067Z] #18 14.47 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-10T19:50:40.067Z] #18 14.48 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-10T19:50:40.067Z] #18 14.49 Setting up uidmap (1:4.5-1.1) ... [2020-11-10T19:50:40.067Z] #18 14.52 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-10T19:50:40.067Z] #18 14.53 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:50:40.067Z] #18 14.55 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:50:40.067Z] #18 14.56 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-10T19:50:40.067Z] #18 14.57 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-10T19:50:40.067Z] #18 14.58 Setting up xxd (2:8.1.0875-5) ... [2020-11-10T19:50:40.067Z] #18 14.59 Setting up zip (3.0-11+b1) ... [2020-11-10T19:50:40.067Z] #18 14.61 Setting up vim-common (2:8.1.0875-5) ... [2020-11-10T19:50:40.067Z] #18 14.63 Setting up bash-completion (1:2.8-6) ... [2020-11-10T19:50:40.067Z] #18 15.45 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-10T19:50:40.067Z] #18 15.54 Setting up xz-utils (5.2.4-1) ... [2020-11-10T19:50:40.067Z] #18 15.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-10T19:50:40.067Z] #18 15.78 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:50:40.067Z] #18 15.83 invoke-rc.d: could not determine current runlevel [2020-11-10T19:50:40.067Z] #18 15.84 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-10T19:50:40.067Z] #18 15.85 Setting up pigz (2.4-1) ... [2020-11-10T19:50:40.067Z] #18 15.90 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-10T19:50:40.067Z] #18 15.91 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-10T19:50:40.067Z] #18 15.93 Setting up python-pip-whl (18.1-5) ... [2020-11-10T19:50:40.067Z] #18 15.95 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-10T19:50:40.067Z] #18 15.96 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:50:40.067Z] #18 16.07 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-10T19:50:40.067Z] #18 16.08 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-10T19:50:40.067Z] #18 16.10 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:50:40.067Z] #18 16.11 Setting up vim (2:8.1.0875-5) ... [2020-11-10T19:50:40.067Z] #18 16.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-10T19:50:40.067Z] #18 16.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-10T19:50:40.067Z] #18 16.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-10T19:50:40.067Z] #18 16.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-10T19:50:40.067Z] #18 16.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-10T19:50:40.067Z] #18 16.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-10T19:50:40.067Z] #18 16.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-10T19:50:40.067Z] #18 16.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-10T19:50:40.067Z] #18 16.17 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-10T19:50:40.067Z] #18 16.18 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:50:40.067Z] #18 16.19 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-10T19:50:40.067Z] #18 16.20 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-10T19:50:40.067Z] #18 16.21 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-10T19:50:40.067Z] #18 16.22 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:50:40.067Z] #18 17.23 Setting up iptables (1.8.2-4) ... [2020-11-10T19:50:40.067Z] #18 17.28 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:50:40.067Z] #18 17.29 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:50:40.067Z] #18 17.30 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:50:40.067Z] #18 17.35 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:50:40.067Z] #18 17.35 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-10T19:50:40.067Z] #18 17.36 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-10T19:50:40.067Z] #18 17.38 Setting up python3 (3.7.3-1) ... [2020-11-10T19:50:40.067Z] #18 17.54 Setting up python3-wheel (0.32.3-2) ... [2020-11-10T19:50:40.067Z] #18 17.76 Setting up apparmor (2.13.2-10) ... [2020-11-10T19:50:40.067Z] #18 19.04 Setting up xfsprogs (4.20.0-1) ... [2020-11-10T19:50:40.067Z] #18 19.06 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:50:40.067Z] #18 19.18 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:50:40.067Z] #18 19.48 Setting up python3-distutils (3.7.3-1) ... [2020-11-10T19:50:40.067Z] #18 19.66 Setting up python3-setuptools (40.8.0-1) ... [2020-11-10T19:50:40.067Z] #18 ... [2020-11-10T19:50:40.067Z] [2020-11-10T19:50:40.067Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:40.067Z] #41 19.97 CC criu/cr-dump.o [2020-11-10T19:50:40.088Z] #47 7.897 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:50:40.088Z] #47 7.923 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:50:40.088Z] #47 7.951 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:50:40.088Z] #47 8.043 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:50:40.380Z] #47 8.248 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:50:40.380Z] #47 ... [2020-11-10T19:50:40.380Z] [2020-11-10T19:50:40.380Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:40.380Z] #41 6.725 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:50:40.380Z] #41 6.725 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:50:40.380Z] #41 6.735 Note: Building without GnuTLS support [2020-11-10T19:50:40.380Z] #41 6.738 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:50:40.380Z] #41 6.738 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:50:40.380Z] #41 7.460 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:50:40.380Z] #41 7.482 GEN .gitid [2020-11-10T19:50:40.380Z] #41 7.498 GEN criu/include/version.h [2020-11-10T19:50:40.380Z] #41 7.523 GEN include/common/asm [2020-11-10T19:50:40.380Z] #41 8.159 PBCC images/timens.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.186 DEP images/timens.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.199 PBCC images/fown.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.217 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.227 PBCC images/opts.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.252 PBCC images/memfd.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.266 DEP images/fown.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.281 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.334 DEP images/opts.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.362 DEP images/memfd.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.383 PBCC images/sit.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.413 DEP images/sit.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.442 PBCC images/macvlan.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.451 DEP images/macvlan.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.478 PBCC images/autofs.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.491 DEP images/autofs.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.538 PBCC images/sysctl.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.544 DEP images/sysctl.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.562 PBCC images/time.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.573 DEP images/time.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.603 PBCC images/binfmt-misc.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.607 DEP images/binfmt-misc.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.632 PBCC images/seccomp.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.637 DEP images/seccomp.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.663 PBCC images/userns.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.667 DEP images/userns.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.685 PBCC images/cgroup.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.694 DEP images/cgroup.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.711 PBCC images/ext-file.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.725 DEP images/ext-file.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.748 PBCC images/rpc.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.783 DEP images/rpc.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.810 PBCC images/siginfo.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.813 DEP images/siginfo.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.822 PBCC images/pagemap.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.833 DEP images/pagemap.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.852 PBCC images/rlimit.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.973 DEP images/rlimit.pb-c.d [2020-11-10T19:50:40.380Z] #41 8.982 PBCC images/file-lock.pb-c.c [2020-11-10T19:50:40.380Z] #41 8.987 DEP images/file-lock.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.017 PBCC images/tty.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.025 DEP images/tty.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.079 PBCC images/tun.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.119 PBCC images/netdev.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.149 DEP images/tun.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.183 DEP images/netdev.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.214 PBCC images/vma.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.249 DEP images/vma.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.327 PBCC images/creds.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.335 DEP images/creds.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.344 PBCC images/utsns.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.363 DEP images/utsns.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.443 PBCC images/ipc-desc.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.451 PBCC images/ipc-sem.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.463 DEP images/ipc-desc.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.493 DEP images/ipc-sem.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.533 PBCC images/ipc-msg.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.546 DEP images/ipc-msg.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.570 PBCC images/ipc-shm.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.579 DEP images/ipc-shm.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.602 PBCC images/ipc-var.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.622 DEP images/ipc-var.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.646 PBCC images/sk-opts.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.656 PBCC images/packet-sock.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.685 DEP images/sk-opts.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.697 DEP images/packet-sock.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.724 PBCC images/sk-netlink.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.740 DEP images/sk-netlink.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.772 PBCC images/sk-inet.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.782 DEP images/sk-inet.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.811 PBCC images/sk-unix.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.834 DEP images/sk-unix.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.862 PBCC images/mm.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.889 DEP images/mm.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.953 PBCC images/timerfd.pb-c.c [2020-11-10T19:50:40.380Z] #41 9.966 DEP images/timerfd.pb-c.d [2020-11-10T19:50:40.380Z] #41 9.997 PBCC images/timer.pb-c.c [2020-11-10T19:50:40.380Z] #41 10.00 DEP images/timer.pb-c.d [2020-11-10T19:50:40.380Z] #41 10.03 PBCC images/sa.pb-c.c [2020-11-10T19:50:40.380Z] #41 10.04 DEP images/sa.pb-c.d [2020-11-10T19:50:40.380Z] #41 10.06 PBCC images/pipe-data.pb-c.c [2020-11-10T19:50:40.380Z] #41 10.06 DEP images/pipe-data.pb-c.d [2020-11-10T19:50:40.380Z] #41 10.08 PBCC images/mnt.pb-c.c [2020-11-10T19:50:40.380Z] #41 10.11 DEP images/mnt.pb-c.d [2020-11-10T19:50:40.671Z] #41 10.14 PBCC images/sk-packet.pb-c.c [2020-11-10T19:50:40.671Z] #41 10.15 DEP images/sk-packet.pb-c.d [2020-11-10T19:50:40.671Z] #41 10.17 PBCC images/tcp-stream.pb-c.c [2020-11-10T19:50:40.671Z] #41 10.19 DEP images/tcp-stream.pb-c.d [2020-11-10T19:50:40.671Z] #41 ... [2020-11-10T19:50:40.671Z] [2020-11-10T19:50:40.671Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:50:40.671Z] #38 0.942 + git clone https://github.com/docker/distribution.git . [2020-11-10T19:50:40.671Z] #38 0.943 Cloning into '.'... [2020-11-10T19:50:40.671Z] #38 6.451 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-10T19:50:40.671Z] #38 7.497 + 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-11-10T19:50:40.671Z] #38 ... [2020-11-10T19:50:40.671Z] [2020-11-10T19:50:40.671Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:50:40.671Z] #30 1.150 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-10T19:50:40.671Z] #30 1.150 Cloning into '.'... [2020-11-10T19:50:40.671Z] #30 ... [2020-11-10T19:50:40.671Z] [2020-11-10T19:50:40.671Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:40.671Z] #41 10.30 PBCC images/pipe.pb-c.c [2020-11-10T19:50:40.671Z] #41 10.30 DEP images/pipe.pb-c.d [2020-11-10T19:50:40.671Z] #41 10.33 PBCC images/pstree.pb-c.c [2020-11-10T19:50:40.671Z] #41 10.33 DEP images/pstree.pb-c.d [2020-11-10T19:50:40.671Z] #41 10.35 PBCC images/fs.pb-c.c [2020-11-10T19:50:40.671Z] #41 10.36 DEP images/fs.pb-c.d [2020-11-10T19:50:40.671Z] #41 10.44 PBCC images/signalfd.pb-c.c [2020-11-10T19:50:40.671Z] #41 10.45 DEP images/signalfd.pb-c.d [2020-11-10T19:50:40.962Z] #41 10.49 PBCC images/fh.pb-c.c [2020-11-10T19:50:40.962Z] #41 10.49 PBCC images/fsnotify.pb-c.c [2020-11-10T19:50:40.962Z] #41 10.51 DEP images/fh.pb-c.d [2020-11-10T19:50:40.962Z] #41 10.53 DEP images/fsnotify.pb-c.d [2020-11-10T19:50:40.962Z] #41 10.57 PBCC images/eventpoll.pb-c.c [2020-11-10T19:50:40.962Z] #41 10.59 DEP images/eventpoll.pb-c.d [2020-11-10T19:50:40.962Z] #41 10.60 PBCC images/eventfd.pb-c.c [2020-11-10T19:50:40.962Z] #41 10.63 DEP images/eventfd.pb-c.d [2020-11-10T19:50:40.962Z] #41 10.64 PBCC images/remap-file-path.pb-c.c [2020-11-10T19:50:40.962Z] #41 10.64 DEP images/remap-file-path.pb-c.d [2020-11-10T19:50:40.962Z] #41 10.66 PBCC images/fifo.pb-c.c [2020-11-10T19:50:40.962Z] #41 10.66 DEP images/fifo.pb-c.d [2020-11-10T19:50:40.962Z] #41 10.67 PBCC images/ghost-file.pb-c.c [2020-11-10T19:50:40.962Z] #41 10.70 DEP images/ghost-file.pb-c.d [2020-11-10T19:50:41.011Z] #41 20.69 CC criu/cr-errno.o [2020-11-10T19:50:41.011Z] #41 20.72 CC criu/cr-restore.o [2020-11-10T19:50:41.253Z] #41 10.73 PBCC images/regfile.pb-c.c [2020-11-10T19:50:41.253Z] #41 10.77 DEP images/regfile.pb-c.d [2020-11-10T19:50:41.253Z] #41 10.78 PBCC images/ns.pb-c.c [2020-11-10T19:50:41.253Z] #41 10.78 DEP images/ns.pb-c.d [2020-11-10T19:50:41.253Z] #41 10.80 PBCC images/fdinfo.pb-c.c [2020-11-10T19:50:41.253Z] #41 10.82 DEP images/fdinfo.pb-c.d [2020-11-10T19:50:41.253Z] #41 10.85 PBCC images/core-aarch64.pb-c.c [2020-11-10T19:50:41.253Z] #41 10.87 PBCC images/core-arm.pb-c.c [2020-11-10T19:50:41.253Z] #41 10.88 PBCC images/core-ppc64.pb-c.c [2020-11-10T19:50:41.253Z] #41 10.90 PBCC images/core-s390.pb-c.c [2020-11-10T19:50:41.253Z] #41 10.92 PBCC images/core-x86.pb-c.c [2020-11-10T19:50:41.253Z] #41 10.93 PBCC images/core.pb-c.c [2020-11-10T19:50:41.253Z] #41 10.95 PBCC images/inventory.pb-c.c [2020-11-10T19:50:41.253Z] #41 10.98 DEP images/core-aarch64.pb-c.d [2020-11-10T19:50:41.253Z] #41 11.01 DEP images/core-arm.pb-c.d [2020-11-10T19:50:41.253Z] #41 11.02 DEP images/core-ppc64.pb-c.d [2020-11-10T19:50:41.253Z] #41 11.05 DEP images/core-s390.pb-c.d [2020-11-10T19:50:41.489Z] Sending build context to Docker daemon 56.83MB [2020-11-10T19:50:41.489Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-11-10T19:50:41.489Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-11-10T19:50:41.489Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-11-10T19:50:41.489Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-11-10T19:50:41.489Z] ---> 805dc2d65d1c [2020-11-10T19:50:41.489Z] Step 5/15 : ARG BUILDX_REPO [2020-11-10T19:50:41.489Z] ---> Using cache [2020-11-10T19:50:41.489Z] ---> 60aa6c04dc54 [2020-11-10T19:50:41.489Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-11-10T19:50:41.489Z] ---> Using cache [2020-11-10T19:50:41.489Z] ---> 254bf196f170 [2020-11-10T19:50:41.489Z] Step 7/15 : WORKDIR /buildx [2020-11-10T19:50:41.489Z] ---> Using cache [2020-11-10T19:50:41.489Z] ---> 50d3e5f1f03d [2020-11-10T19:50:41.489Z] Step 8/15 : ARG BUILDX_COMMIT [2020-11-10T19:50:41.489Z] ---> Using cache [2020-11-10T19:50:41.489Z] ---> fb9d36ed498e [2020-11-10T19:50:41.489Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-11-10T19:50:41.489Z] ---> Using cache [2020-11-10T19:50:41.489Z] ---> 137a84187370 [2020-11-10T19:50:41.489Z] Step 10/15 : ARG GOOS [2020-11-10T19:50:41.489Z] ---> Using cache [2020-11-10T19:50:41.489Z] ---> 2481b1ef8076 [2020-11-10T19:50:41.489Z] Step 11/15 : ARG GOARCH [2020-11-10T19:50:41.489Z] ---> Using cache [2020-11-10T19:50:41.489Z] ---> bb9d8028fb9d [2020-11-10T19:50:41.489Z] 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-11-10T19:50:41.489Z] ---> Using cache [2020-11-10T19:50:41.489Z] ---> 63666212846f [2020-11-10T19:50:41.489Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-11-10T19:50:41.489Z] ---> 805dc2d65d1c [2020-11-10T19:50:41.489Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-11-10T19:50:41.489Z] ---> Using cache [2020-11-10T19:50:41.489Z] ---> b2094113e231 [2020-11-10T19:50:41.489Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-11-10T19:50:41.489Z] ---> Using cache [2020-11-10T19:50:41.489Z] ---> c5db50787c99 [2020-11-10T19:50:41.549Z] #41 11.08 DEP images/core-x86.pb-c.d [2020-11-10T19:50:41.549Z] #41 11.18 DEP images/core.pb-c.d [2020-11-10T19:50:41.549Z] #41 ... [2020-11-10T19:50:41.549Z] [2020-11-10T19:50:41.549Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:50:41.549Z] #43 1.258 + RM_GOPATH=0 [2020-11-10T19:50:41.549Z] #43 1.258 + TMP_GOPATH= [2020-11-10T19:50:41.549Z] #43 1.258 + : /build [2020-11-10T19:50:41.549Z] #43 1.258 + '[' -z '' ']' [2020-11-10T19:50:41.549Z] #43 1.259 ++ mktemp -d [2020-11-10T19:50:41.549Z] #43 1.259 + export GOPATH=/tmp/tmp.z8EkI2vqdD [2020-11-10T19:50:41.549Z] #43 1.259 + GOPATH=/tmp/tmp.z8EkI2vqdD [2020-11-10T19:50:41.549Z] #43 1.260 + RM_GOPATH=1 [2020-11-10T19:50:41.549Z] #43 1.260 + case "$(go env GOARCH)" in [2020-11-10T19:50:41.549Z] #43 1.260 ++ go env GOARCH [2020-11-10T19:50:41.549Z] #43 1.265 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:41.549Z] #43 1.265 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:41.549Z] #43 1.265 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:41.549Z] #43 1.269 + dir=/tmp/install [2020-11-10T19:50:41.549Z] #43 1.269 + bin=vndr [2020-11-10T19:50:41.549Z] #43 1.269 + shift [2020-11-10T19:50:41.549Z] #43 1.269 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-10T19:50:41.549Z] #43 1.269 + . /tmp/install/vndr.installer [2020-11-10T19:50:41.549Z] #43 1.269 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:50:41.549Z] #43 1.269 + install_vndr [2020-11-10T19:50:41.549Z] #43 1.269 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-10T19:50:41.549Z] #43 1.269 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:50:41.549Z] #43 1.269 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.z8EkI2vqdD/src/github.com/LK4D4/vndr [2020-11-10T19:50:41.549Z] #43 1.270 Cloning into '/tmp/tmp.z8EkI2vqdD/src/github.com/LK4D4/vndr'... [2020-11-10T19:50:41.549Z] #43 1.693 + cd /tmp/tmp.z8EkI2vqdD/src/github.com/LK4D4/vndr [2020-11-10T19:50:41.549Z] #43 1.693 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:50:41.549Z] #43 1.696 + go build -buildmode=pie -v -o /build/vndr . [2020-11-10T19:50:41.549Z] #43 2.171 github.com/LK4D4/vndr/godl/singleflight [2020-11-10T19:50:41.549Z] #43 2.209 github.com/LK4D4/vndr/build [2020-11-10T19:50:41.549Z] #43 2.292 github.com/LK4D4/vndr/versioned [2020-11-10T19:50:41.549Z] #43 2.551 github.com/LK4D4/vndr/godl [2020-11-10T19:50:41.549Z] #43 3.896 github.com/LK4D4/vndr [2020-11-10T19:50:41.549Z] #43 DONE 9.5s [2020-11-10T19:50:41.549Z] [2020-11-10T19:50:41.549Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:41.549Z] #41 11.24 DEP images/inventory.pb-c.d [2020-11-10T19:50:41.549Z] #41 11.32 PBCC images/cpuinfo.pb-c.c [2020-11-10T19:50:41.549Z] #41 11.32 DEP images/cpuinfo.pb-c.d [2020-11-10T19:50:41.783Z] Successfully built c5db50787c99 [2020-11-10T19:50:41.783Z] Successfully tagged moby-buildx:latest [2020-11-10T19:50:41.783Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-11-10T19:50:41.783Z] if [ -n "${id}" ]; then \ [2020-11-10T19:50:41.783Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-11-10T19:50:41.783Z] && touch bundles/buildx; \ [2020-11-10T19:50:41.783Z] docker rm -f ${id}; \ [2020-11-10T19:50:41.783Z] fi [2020-11-10T19:50:41.790Z] Client: [2020-11-10T19:50:41.790Z] Debug Mode: false [2020-11-10T19:50:41.790Z] [2020-11-10T19:50:41.790Z] Server: [2020-11-10T19:50:41.790Z] Containers: 0 [2020-11-10T19:50:41.790Z] Running: 0 [2020-11-10T19:50:41.790Z] Paused: 0 [2020-11-10T19:50:41.790Z] Stopped: 0 [2020-11-10T19:50:41.790Z] Images: 1 [2020-11-10T19:50:41.790Z] Server Version: 19.03.13 [2020-11-10T19:50:41.790Z] Storage Driver: overlay2 [2020-11-10T19:50:41.790Z] Backing Filesystem: extfs [2020-11-10T19:50:41.790Z] Supports d_type: true [2020-11-10T19:50:41.790Z] Native Overlay Diff: true [2020-11-10T19:50:41.790Z] Logging Driver: json-file [2020-11-10T19:50:41.790Z] Cgroup Driver: cgroupfs [2020-11-10T19:50:41.790Z] Plugins: [2020-11-10T19:50:41.790Z] Volume: local [2020-11-10T19:50:41.790Z] Network: bridge host ipvlan macvlan null overlay [2020-11-10T19:50:41.790Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-10T19:50:41.790Z] Swarm: inactive [2020-11-10T19:50:41.790Z] Runtimes: runc [2020-11-10T19:50:41.790Z] Default Runtime: runc [2020-11-10T19:50:41.790Z] Init Binary: docker-init [2020-11-10T19:50:41.790Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-10T19:50:41.790Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-10T19:50:41.790Z] init version: fec3683 [2020-11-10T19:50:41.790Z] Security Options: [2020-11-10T19:50:41.790Z] apparmor [2020-11-10T19:50:41.790Z] seccomp [2020-11-10T19:50:41.790Z] Profile: default [2020-11-10T19:50:41.790Z] Kernel Version: 4.15.0-1083-aws [2020-11-10T19:50:41.790Z] Operating System: Ubuntu 16.04.7 LTS [2020-11-10T19:50:41.790Z] OSType: linux [2020-11-10T19:50:41.790Z] Architecture: aarch64 [2020-11-10T19:50:41.790Z] CPUs: 4 [2020-11-10T19:50:41.790Z] Total Memory: 7.525GiB [2020-11-10T19:50:41.790Z] Name: ip-10-100-39-230 [2020-11-10T19:50:41.790Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-11-10T19:50:41.790Z] Docker Root Dir: /var/lib/docker [2020-11-10T19:50:41.790Z] Debug Mode: false [2020-11-10T19:50:41.790Z] Registry: https://index.docker.io/v1/ [2020-11-10T19:50:41.790Z] Labels: [2020-11-10T19:50:41.790Z] Experimental: true [2020-11-10T19:50:41.790Z] Insecure Registries: [2020-11-10T19:50:41.790Z] 127.0.0.0/8 [2020-11-10T19:50:41.790Z] Live Restore Enabled: true [2020-11-10T19:50:41.790Z] [2020-11-10T19:50:41.790Z] WARNING: No swap limit support [Pipeline] sh [2020-11-10T19:50:41.848Z] #41 11.34 PBCC images/stats.pb-c.c [2020-11-10T19:50:41.848Z] #41 11.36 DEP images/stats.pb-c.d [2020-11-10T19:50:42.084Z] abd32b79d9ee04ebc890b39f8292d07f9a743ae3b9c0ba2797b9fd7d8f7649b7 [2020-11-10T19:50:42.084Z] bundles/buildx version [2020-11-10T19:50:42.084Z] buildx v0.3.1 6db68d0 [2020-11-10T19:50:42.084Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:2b41e8471935a95440472ca90e99aa33dacf56c0 . [2020-11-10T19:50:42.085Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:42.085Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:50:42.085Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41659/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-10T19:50:42.085Z] + bash /home/ubuntu/workspace/moby_PR-41659/check-config.sh [2020-11-10T19:50:42.085Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-10T19:50:42.085Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-11-10T19:50:42.085Z] [2020-11-10T19:50:42.085Z] Generally Necessary: [2020-11-10T19:50:42.085Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-10T19:50:42.085Z] - apparmor: enabled and tools installed [2020-11-10T19:50:42.314Z] #21 transferring context: 42.06MB 4.6s [2020-11-10T19:50:42.314Z] #21 transferring context: 52.01MB 5.1s done [2020-11-10T19:50:42.314Z] #21 DONE 5.2s [2020-11-10T19:50:42.314Z] [2020-11-10T19:50:42.314Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:50:42.314Z] #40 3.777 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-11-10T19:50:42.314Z] #40 3.785 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-11-10T19:50:42.314Z] #40 3.785 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2020-11-10T19:50:42.314Z] #40 ... [2020-11-10T19:50:42.314Z] [2020-11-10T19:50:42.314Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-10T19:50:42.314Z] #25 CACHED [2020-11-10T19:50:42.314Z] [2020-11-10T19:50:42.314Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-10T19:50:42.314Z] #26 CACHED [2020-11-10T19:50:42.314Z] [2020-11-10T19:50:42.314Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:50:42.314Z] #27 CACHED [2020-11-10T19:50:42.314Z] [2020-11-10T19:50:42.314Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:42.314Z] #22 CACHED [2020-11-10T19:50:42.314Z] [2020-11-10T19:50:42.314Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:42.348Z] - CONFIG_NAMESPACES: enabled [2020-11-10T19:50:42.348Z] - CONFIG_NET_NS: enabled [2020-11-10T19:50:42.348Z] - CONFIG_PID_NS: enabled [2020-11-10T19:50:42.348Z] - CONFIG_IPC_NS: enabled [2020-11-10T19:50:42.348Z] - CONFIG_UTS_NS: enabled [2020-11-10T19:50:42.348Z] - CONFIG_CGROUPS: enabled [2020-11-10T19:50:42.348Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-10T19:50:42.348Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-10T19:50:42.348Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-10T19:50:42.348Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-10T19:50:42.348Z] - CONFIG_CPUSETS: enabled [2020-11-10T19:50:42.348Z] - CONFIG_MEMCG: enabled [2020-11-10T19:50:42.348Z] - CONFIG_KEYS: enabled [2020-11-10T19:50:42.348Z] - CONFIG_VETH: enabled (as module) [2020-11-10T19:50:42.348Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-10T19:50:42.348Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-10T19:50:42.348Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-10T19:50:42.348Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-10T19:50:42.348Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-10T19:50:42.348Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-10T19:50:42.348Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-10T19:50:42.348Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-10T19:50:42.377Z] #2 [internal] load build definition from Dockerfile [2020-11-10T19:50:42.377Z] #2 transferring dockerfile: 16.58kB done [2020-11-10T19:50:42.377Z] #2 DONE 0.0s [2020-11-10T19:50:42.377Z] [2020-11-10T19:50:42.377Z] #1 [internal] load .dockerignore [2020-11-10T19:50:42.377Z] #1 transferring context: 87B done [2020-11-10T19:50:42.377Z] #1 DONE 0.0s [2020-11-10T19:50:42.377Z] [2020-11-10T19:50:42.377Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-10T19:50:42.392Z] #41 22.08 CC criu/cr-service.o [2020-11-10T19:50:42.614Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-10T19:50:42.614Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-10T19:50:42.614Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-10T19:50:42.614Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-10T19:50:42.614Z] [2020-11-10T19:50:42.614Z] Optional Features: [2020-11-10T19:50:42.614Z] - CONFIG_USER_NS: enabled [2020-11-10T19:50:42.614Z] - CONFIG_SECCOMP: enabled [2020-11-10T19:50:42.614Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-10T19:50:42.614Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-10T19:50:42.614Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-10T19:50:42.614Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-10T19:50:42.614Z] - CONFIG_BLK_CGROUP: enabled [2020-11-10T19:50:42.614Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-10T19:50:42.614Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-10T19:50:42.614Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-10T19:50:42.614Z] - CONFIG_CGROUP_PERF: enabled [2020-11-10T19:50:42.614Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-10T19:50:42.614Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-10T19:50:42.614Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-10T19:50:42.614Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-10T19:50:42.614Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-10T19:50:42.614Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-10T19:50:42.614Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-10T19:50:42.614Z] - CONFIG_IP_VS: enabled (as module) [2020-11-10T19:50:42.614Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-10T19:50:42.614Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-10T19:50:42.652Z] #41 22.47 CC criu/crtools.o [2020-11-10T19:50:42.670Z] #3 DONE 0.3s [2020-11-10T19:50:42.670Z] [2020-11-10T19:50:42.670Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-10T19:50:42.670Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-10T19:50:42.670Z] #4 CACHED [2020-11-10T19:50:42.670Z] [2020-11-10T19:50:42.670Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-10T19:50:42.877Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-10T19:50:42.877Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-10T19:50:42.877Z] - CONFIG_EXT4_FS: enabled [2020-11-10T19:50:42.877Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-10T19:50:42.877Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-10T19:50:42.877Z] - Network Drivers: [2020-11-10T19:50:42.877Z] - "overlay": [2020-11-10T19:50:42.877Z] - CONFIG_VXLAN: enabled (as module) [2020-11-10T19:50:42.877Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-10T19:50:42.877Z] Optional (for encrypted networks): [2020-11-10T19:50:42.877Z] - CONFIG_CRYPTO: enabled [2020-11-10T19:50:42.877Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-10T19:50:42.877Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-10T19:50:42.877Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-10T19:50:42.877Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-10T19:50:42.877Z] - CONFIG_XFRM: enabled [2020-11-10T19:50:42.877Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-10T19:50:42.877Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-10T19:50:42.877Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-10T19:50:42.877Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-10T19:50:42.877Z] - "ipvlan": [2020-11-10T19:50:42.877Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-10T19:50:42.877Z] - "macvlan": [2020-11-10T19:50:42.877Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-10T19:50:42.877Z] - CONFIG_DUMMY: enabled (as module) [2020-11-10T19:50:42.877Z] - "ftp,tftp client in container": [2020-11-10T19:50:42.882Z] #41 12.23 make[1]: Nothing to be done for 'all'. [2020-11-10T19:50:42.911Z] #41 ... [2020-11-10T19:50:42.911Z] [2020-11-10T19:50:42.911Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:50:42.911Z] #18 20.03 Setting up python3-pip (18.1-5) ... [2020-11-10T19:50:42.911Z] #18 20.35 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:50:42.911Z] #18 20.39 Processing triggers for mime-support (3.62) ... [2020-11-10T19:50:42.911Z] #18 DONE 22.7s [2020-11-10T19:50:42.911Z] [2020-11-10T19:50:42.911Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:42.911Z] #41 22.62 CC criu/eventfd.o [2020-11-10T19:50:42.911Z] #41 22.73 CC criu/eventpoll.o [2020-11-10T19:50:43.140Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-10T19:50:43.140Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-10T19:50:43.140Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-10T19:50:43.140Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-10T19:50:43.140Z] - Storage Drivers: [2020-11-10T19:50:43.140Z] - "aufs": [2020-11-10T19:50:43.140Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-10T19:50:43.140Z] - "btrfs": [2020-11-10T19:50:43.140Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-10T19:50:43.140Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-10T19:50:43.140Z] - "devicemapper": [2020-11-10T19:50:43.140Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-10T19:50:43.140Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-10T19:50:43.140Z] - "overlay": [2020-11-10T19:50:43.140Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-10T19:50:43.140Z] - "zfs": [2020-11-10T19:50:43.140Z] - /dev/zfs: missing [2020-11-10T19:50:43.140Z] - zfs command: missing [2020-11-10T19:50:43.140Z] - zpool command: missing [2020-11-10T19:50:43.140Z] [2020-11-10T19:50:43.140Z] Limits: [2020-11-10T19:50:43.140Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-10T19:50:43.140Z] [2020-11-10T19:50:43.140Z] + true [Pipeline] } [Pipeline] // stage [2020-11-10T19:50:43.169Z] #41 22.98 CC criu/external.o [2020-11-10T19:50:43.169Z] #41 23.07 CC criu/fault-injection.o [2020-11-10T19:50:43.169Z] #41 23.10 CC criu/fdstore.o [2020-11-10T19:50:43.172Z] #41 12.75 CC images/stats.o [2020-11-10T19:50:43.172Z] #41 ... [2020-11-10T19:50:43.172Z] [2020-11-10T19:50:43.172Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:50:43.172Z] #51 1.175 + RM_GOPATH=0 [2020-11-10T19:50:43.172Z] #51 1.175 + TMP_GOPATH= [2020-11-10T19:50:43.172Z] #51 1.176 + : /build [2020-11-10T19:50:43.172Z] #51 1.176 + '[' -z '' ']' [2020-11-10T19:50:43.172Z] #51 1.177 ++ mktemp -d [2020-11-10T19:50:43.172Z] #51 1.178 + export GOPATH=/tmp/tmp.GyqGw7kUDj [2020-11-10T19:50:43.172Z] #51 1.178 + GOPATH=/tmp/tmp.GyqGw7kUDj [2020-11-10T19:50:43.172Z] #51 1.178 + RM_GOPATH=1 [2020-11-10T19:50:43.172Z] #51 1.178 + case "$(go env GOARCH)" in [2020-11-10T19:50:43.172Z] #51 1.178 ++ go env GOARCH [2020-11-10T19:50:43.172Z] #51 1.183 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:43.172Z] #51 1.183 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:43.172Z] #51 1.183 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:43.172Z] #51 1.188 + dir=/tmp/install [2020-11-10T19:50:43.172Z] #51 1.188 + bin=runc [2020-11-10T19:50:43.172Z] #51 1.188 + shift [2020-11-10T19:50:43.172Z] #51 1.188 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-10T19:50:43.172Z] #51 1.188 + . /tmp/install/runc.installer [2020-11-10T19:50:43.172Z] #51 1.188 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-10T19:50:43.172Z] #51 1.188 + install_runc [2020-11-10T19:50:43.172Z] #51 1.189 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-10T19:50:43.172Z] #51 1.189 + uname -r [2020-11-10T19:50:43.172Z] #51 1.190 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-10T19:50:43.172Z] #51 1.190 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-10T19:50:43.172Z] #51 1.190 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.GyqGw7kUDj/src/github.com/opencontainers/runc [2020-11-10T19:50:43.172Z] #51 1.190 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-10T19:50:43.172Z] #51 1.191 Cloning into '/tmp/tmp.GyqGw7kUDj/src/github.com/opencontainers/runc'... [2020-11-10T19:50:43.172Z] #51 5.275 + cd /tmp/tmp.GyqGw7kUDj/src/github.com/opencontainers/runc [2020-11-10T19:50:43.172Z] #51 5.276 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-10T19:50:43.172Z] #51 5.632 + '[' -z '' ']' [2020-11-10T19:50:43.172Z] #51 5.632 + target=static [2020-11-10T19:50:43.172Z] #51 5.634 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-10T19:50:43.172Z] #51 6.229 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 . [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-10T19:50:43.306Z] #7 DONE 0.2s [2020-11-10T19:50:43.306Z] [2020-11-10T19:50:43.306Z] #5 [internal] load metadata for docker.io/library/debian:buster [2020-11-10T19:50:43.306Z] #5 DONE 0.2s [2020-11-10T19:50:43.306Z] [2020-11-10T19:50:43.306Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-10T19:50:43.429Z] #41 ... [2020-11-10T19:50:43.429Z] [2020-11-10T19:50:43.429Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-10T19:50:43.429Z] #19 0.471 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-10T19:50:43.429Z] #19 0.482 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-10T19:50:43.429Z] #19 0.483 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-10T19:50:43.429Z] #19 DONE 0.6s [2020-11-10T19:50:43.429Z] [2020-11-10T19:50:43.429Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:43.429Z] #41 23.20 CC criu/fifo.o [2020-11-10T19:50:43.429Z] #41 23.29 CC criu/file-ids.o [2020-11-10T19:50:43.429Z] #41 23.38 CC criu/file-lock.o [2020-11-10T19:50:43.463Z] #51 ... [2020-11-10T19:50:43.463Z] [2020-11-10T19:50:43.463Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:43.463Z] #41 13.02 CC images/core.o [2020-11-10T19:50:43.493Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2b41e8471935a95440472ca90e99aa33dacf56c0 . [2020-11-10T19:50:43.493Z] #2 [internal] load .dockerignore [2020-11-10T19:50:43.493Z] #2 transferring context: 87B done [2020-11-10T19:50:43.493Z] #2 DONE 0.0s [2020-11-10T19:50:43.493Z] [2020-11-10T19:50:43.493Z] #1 [internal] load build definition from Dockerfile [2020-11-10T19:50:43.493Z] #1 transferring dockerfile: 16.58kB 0.0s done [2020-11-10T19:50:43.493Z] #1 DONE 0.0s [2020-11-10T19:50:43.493Z] [2020-11-10T19:50:43.493Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-10T19:50:43.621Z] #6 DONE 0.7s [2020-11-10T19:50:43.621Z] [2020-11-10T19:50:43.621Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-10T19:50:43.621Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-10T19:50:43.621Z] #24 DONE 0.0s [2020-11-10T19:50:43.621Z] [2020-11-10T19:50:43.621Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-10T19:50:43.621Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-10T19:50:43.621Z] #60 CACHED [2020-11-10T19:50:43.621Z] [2020-11-10T19:50:43.621Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-10T19:50:43.621Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-10T19:50:43.688Z] #41 23.60 CC criu/files-ext.o [2020-11-10T19:50:43.754Z] #41 13.34 CC images/core-x86.o [2020-11-10T19:50:43.948Z] #41 23.69 CC criu/files-reg.o [2020-11-10T19:50:44.008Z] #21 transferring context: 34.59MB 3.7s [2020-11-10T19:50:44.008Z] #21 transferring context: 52.01MB 4.2s done [2020-11-10T19:50:44.044Z] #41 13.55 CC images/core-arm.o [2020-11-10T19:50:44.044Z] #41 13.68 CC images/core-aarch64.o [2020-11-10T19:50:44.067Z] #3 DONE 0.4s [2020-11-10T19:50:44.067Z] [2020-11-10T19:50:44.067Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-10T19:50:44.067Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-10T19:50:44.067Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-10T19:50:44.067Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-11-10T19:50:44.067Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-11-10T19:50:44.067Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 1.20MB / 8.28MB 0.2s [2020-11-10T19:50:44.268Z] #21 DONE 4.3s [2020-11-10T19:50:44.268Z] [2020-11-10T19:50:44.268Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:50:44.268Z] #11 2.664 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:50:44.269Z] #11 2.700 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:50:44.269Z] #11 2.700 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:50:44.269Z] #11 4.225 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-10T19:50:44.269Z] #11 ... [2020-11-10T19:50:44.269Z] [2020-11-10T19:50:44.269Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-10T19:50:44.269Z] #25 CACHED [2020-11-10T19:50:44.269Z] [2020-11-10T19:50:44.269Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-10T19:50:44.269Z] #26 CACHED [2020-11-10T19:50:44.269Z] [2020-11-10T19:50:44.269Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:50:44.269Z] #27 CACHED [2020-11-10T19:50:44.269Z] [2020-11-10T19:50:44.269Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:44.269Z] #22 CACHED [2020-11-10T19:50:44.330Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 6.63MB / 8.28MB 0.3s [2020-11-10T19:50:44.330Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 7.80MB / 8.28MB 0.4s [2020-11-10T19:50:44.334Z] #41 13.96 CC images/core-ppc64.o [2020-11-10T19:50:44.517Z] #41 24.30 CC criu/files.o [2020-11-10T19:50:44.529Z] [2020-11-10T19:50:44.529Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:44.549Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB done [2020-11-10T19:50:44.549Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-10T19:50:44.549Z] #8 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-11-10T19:50:44.549Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB done [2020-11-10T19:50:44.549Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB done [2020-11-10T19:50:44.549Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB done [2020-11-10T19:50:44.549Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 0B / 96.52MB 0.1s [2020-11-10T19:50:44.549Z] #8 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-11-10T19:50:44.549Z] #8 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0B / 157B 0.1s [2020-11-10T19:50:44.549Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB done [2020-11-10T19:50:44.549Z] #8 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.4s done [2020-11-10T19:50:44.549Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 6.88MB / 96.52MB 0.6s [2020-11-10T19:50:44.602Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.6s [2020-11-10T19:50:44.602Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.6s done [2020-11-10T19:50:44.602Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2020-11-10T19:50:44.625Z] #41 14.18 CC images/core-s390.o [2020-11-10T19:50:44.856Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 14.72MB / 96.52MB 0.7s [2020-11-10T19:50:44.856Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 19.91MB / 96.52MB 0.9s [2020-11-10T19:50:44.867Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.3s done [2020-11-10T19:50:44.867Z] #4 DONE 0.9s [2020-11-10T19:50:44.916Z] #41 14.51 CC images/cpuinfo.o [2020-11-10T19:50:45.086Z] #41 24.78 CC criu/filesystems.o [2020-11-10T19:50:45.086Z] #41 24.95 CC criu/fsnotify.o [2020-11-10T19:50:45.129Z] [2020-11-10T19:50:45.129Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-10T19:50:45.200Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 29.80MB / 96.52MB 1.0s [2020-11-10T19:50:45.200Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 35.98MB / 96.52MB 1.2s [2020-11-10T19:50:45.200Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 42.22MB / 96.52MB 1.3s [2020-11-10T19:50:45.206Z] #41 14.72 CC images/inventory.o [2020-11-10T19:50:45.206Z] #41 14.86 CC images/fdinfo.o [2020-11-10T19:50:45.206Z] #41 15.01 CC images/fown.o [2020-11-10T19:50:45.346Z] #41 25.21 CC criu/image-desc.o [2020-11-10T19:50:45.346Z] #41 25.24 CC criu/image.o [2020-11-10T19:50:45.391Z] #7 ... [2020-11-10T19:50:45.392Z] [2020-11-10T19:50:45.392Z] #5 [internal] load metadata for docker.io/library/debian:buster [2020-11-10T19:50:45.392Z] #5 DONE 0.3s [2020-11-10T19:50:45.392Z] [2020-11-10T19:50:45.392Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-10T19:50:45.392Z] #6 DONE 0.3s [2020-11-10T19:50:45.497Z] #41 15.12 CC images/ns.o [2020-11-10T19:50:45.497Z] #41 15.22 CC images/regfile.o [2020-11-10T19:50:45.511Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 49.33MB / 96.52MB 1.5s [2020-11-10T19:50:45.605Z] #41 25.44 CC criu/ipc_ns.o [2020-11-10T19:50:45.655Z] [2020-11-10T19:50:45.655Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-10T19:50:45.655Z] #7 DONE 0.6s [2020-11-10T19:50:45.788Z] #41 15.27 CC images/ghost-file.o [2020-11-10T19:50:45.788Z] #41 15.37 CC images/fifo.o [2020-11-10T19:50:45.788Z] #41 15.45 CC images/remap-file-path.o [2020-11-10T19:50:45.864Z] #41 25.76 CC criu/irmap.o [2020-11-10T19:50:45.918Z] [2020-11-10T19:50:45.918Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-10T19:50:45.918Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-10T19:50:46.079Z] #41 15.57 CC images/eventfd.o [2020-11-10T19:50:46.079Z] #41 15.71 CC images/eventpoll.o [2020-11-10T19:50:46.124Z] #41 25.92 CC criu/kcmp-ids.o [2020-11-10T19:50:46.124Z] #41 26.00 CC criu/kerndat.o [2020-11-10T19:50:46.187Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-10T19:50:46.188Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-10T19:50:46.188Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.1s [2020-11-10T19:50:46.272Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 56.36MB / 96.52MB 1.6s [2020-11-10T19:50:46.272Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 68.09MB / 96.52MB 1.9s [2020-11-10T19:50:46.272Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 75.15MB / 96.52MB 2.2s [2020-11-10T19:50:46.272Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 81.51MB / 96.52MB 2.4s [2020-11-10T19:50:46.370Z] #41 15.89 CC images/fh.o [2020-11-10T19:50:46.370Z] #41 15.98 CC images/fsnotify.o [2020-11-10T19:50:46.383Z] #41 26.27 CC criu/libnetlink.o [2020-11-10T19:50:46.383Z] #41 26.36 CC criu/log.o [2020-11-10T19:50:46.454Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 6.46MB / 9.86MB 0.3s [2020-11-10T19:50:46.454Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2020-11-10T19:50:46.454Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2020-11-10T19:50:46.511Z] #49 4.170 + RM_GOPATH=0 [2020-11-10T19:50:46.511Z] #49 4.170 + TMP_GOPATH= [2020-11-10T19:50:46.511Z] #49 4.170 + : /build [2020-11-10T19:50:46.511Z] #49 4.170 + '[' -z '' ']' [2020-11-10T19:50:46.511Z] #49 4.170 ++ mktemp -d [2020-11-10T19:50:46.511Z] #49 4.179 + export GOPATH=/tmp/tmp.RcoVC46FEe [2020-11-10T19:50:46.511Z] #49 4.180 + GOPATH=/tmp/tmp.RcoVC46FEe [2020-11-10T19:50:46.511Z] #49 4.181 + RM_GOPATH=1 [2020-11-10T19:50:46.511Z] #49 4.189 + case "$(go env GOARCH)" in [2020-11-10T19:50:46.511Z] #49 4.190 ++ go env GOARCH [2020-11-10T19:50:46.511Z] #49 4.227 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:46.511Z] #49 4.227 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:46.511Z] #49 4.227 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:46.511Z] #49 4.233 + dir=/tmp/install [2020-11-10T19:50:46.511Z] #49 4.233 + bin=shfmt [2020-11-10T19:50:46.511Z] #49 4.233 + shift [2020-11-10T19:50:46.511Z] #49 4.233 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-10T19:50:46.511Z] #49 4.233 + . /tmp/install/shfmt.installer [2020-11-10T19:50:46.511Z] #49 4.233 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:50:46.511Z] #49 4.233 + install_shfmt [2020-11-10T19:50:46.511Z] #49 4.233 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-10T19:50:46.511Z] #49 4.233 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:50:46.511Z] #49 4.233 + git clone https://github.com/mvdan/sh.git /tmp/tmp.RcoVC46FEe/src/github.com/mvdan/sh [2020-11-10T19:50:46.511Z] #49 4.238 Cloning into '/tmp/tmp.RcoVC46FEe/src/github.com/mvdan/sh'... [2020-11-10T19:50:46.593Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 92.44MB / 96.52MB 2.7s [2020-11-10T19:50:46.643Z] #41 26.51 CC criu/lsm.o [2020-11-10T19:50:46.643Z] #41 26.60 CC criu/mem.o [2020-11-10T19:50:46.643Z] #41 ... [2020-11-10T19:50:46.643Z] [2020-11-10T19:50:46.643Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:46.643Z] #54 15.19 + bin/containerd [2020-11-10T19:50:46.661Z] #41 16.21 CC images/signalfd.o [2020-11-10T19:50:46.661Z] #41 16.30 CC images/fs.o [2020-11-10T19:50:46.661Z] #41 16.36 CC images/pstree.o [2020-11-10T19:50:46.895Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 2.9s done [2020-11-10T19:50:46.895Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-10T19:50:46.901Z] #54 ... [2020-11-10T19:50:46.902Z] [2020-11-10T19:50:46.902Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:50:46.902Z] #20 1.452 Collecting yamllint==1.16.0 [2020-11-10T19:50:46.954Z] #41 16.45 CC images/pipe.o [2020-11-10T19:50:46.954Z] #41 16.53 CC images/tcp-stream.o [2020-11-10T19:50:46.954Z] #41 16.59 CC images/sk-packet.o [2020-11-10T19:50:47.091Z] #49 ... [2020-11-10T19:50:47.091Z] [2020-11-10T19:50:47.092Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:50:47.092Z] #30 1.957 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-10T19:50:47.092Z] #30 1.957 Cloning into '.'... [2020-11-10T19:50:47.092Z] #30 ... [2020-11-10T19:50:47.092Z] [2020-11-10T19:50:47.092Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:50:47.092Z] #11 3.768 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-11-10T19:50:47.092Z] #11 3.768 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-11-10T19:50:47.092Z] #11 3.768 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2020-11-10T19:50:47.189Z] #8 ... [2020-11-10T19:50:47.189Z] [2020-11-10T19:50:47.189Z] #21 [internal] load build context [2020-11-10T19:50:47.189Z] #21 transferring context: 52.01MB 3.5s done [2020-11-10T19:50:47.189Z] #21 DONE 3.5s [2020-11-10T19:50:47.189Z] [2020-11-10T19:50:47.189Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-10T19:50:47.189Z] #25 CACHED [2020-11-10T19:50:47.189Z] [2020-11-10T19:50:47.189Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-10T19:50:47.189Z] #26 CACHED [2020-11-10T19:50:47.265Z] #41 16.82 CC images/mnt.o [2020-11-10T19:50:47.265Z] #41 16.91 CC images/pipe-data.o [2020-11-10T19:50:47.352Z] #11 6.808 Reading package lists... [2020-11-10T19:50:47.352Z] #11 ... [2020-11-10T19:50:47.352Z] [2020-11-10T19:50:47.352Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:50:47.352Z] #38 2.040 + git clone https://github.com/docker/distribution.git . [2020-11-10T19:50:47.352Z] #38 2.040 Cloning into '.'... [2020-11-10T19:50:47.352Z] #38 ... [2020-11-10T19:50:47.352Z] [2020-11-10T19:50:47.352Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:50:47.352Z] #34 3.684 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-11-10T19:50:47.352Z] #34 3.753 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-11-10T19:50:47.352Z] #34 3.753 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2020-11-10T19:50:47.497Z] [2020-11-10T19:50:47.497Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:50:47.556Z] #41 17.04 CC images/sa.o [2020-11-10T19:50:47.556Z] #41 17.14 CC images/timer.o [2020-11-10T19:50:47.610Z] #34 6.980 Reading package lists... [2020-11-10T19:50:47.610Z] #34 ... [2020-11-10T19:50:47.610Z] [2020-11-10T19:50:47.610Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:50:47.610Z] #53 3.708 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-11-10T19:50:47.610Z] #53 3.772 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-11-10T19:50:47.610Z] #53 3.772 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2020-11-10T19:50:47.846Z] #41 17.26 CC images/timerfd.o [2020-11-10T19:50:47.846Z] #41 17.39 CC images/mm.o [2020-11-10T19:50:47.846Z] #41 17.50 CC images/sk-opts.o [2020-11-10T19:50:47.846Z] #41 17.60 CC images/sk-unix.o [2020-11-10T19:50:47.856Z] #56 3.700 + RM_GOPATH=0 [2020-11-10T19:50:47.856Z] #56 3.700 + TMP_GOPATH= [2020-11-10T19:50:47.856Z] #56 3.700 + : /build [2020-11-10T19:50:47.856Z] #56 3.700 + '[' -z '' ']' [2020-11-10T19:50:47.856Z] #56 3.700 ++ mktemp -d [2020-11-10T19:50:47.867Z] #53 6.675 Reading package lists... [2020-11-10T19:50:47.867Z] #53 ... [2020-11-10T19:50:47.867Z] [2020-11-10T19:50:47.867Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:47.867Z] #56 4.012 + RM_GOPATH=0 [2020-11-10T19:50:47.867Z] #56 4.012 + TMP_GOPATH= [2020-11-10T19:50:47.867Z] #56 4.012 + : /build [2020-11-10T19:50:47.867Z] #56 4.012 + '[' -z '' ']' [2020-11-10T19:50:47.867Z] #56 4.015 ++ mktemp -d [2020-11-10T19:50:47.867Z] #56 4.020 + export GOPATH=/tmp/tmp.vgQcqizE0N [2020-11-10T19:50:47.867Z] #56 4.020 + GOPATH=/tmp/tmp.vgQcqizE0N [2020-11-10T19:50:47.867Z] #56 4.020 + RM_GOPATH=1 [2020-11-10T19:50:47.867Z] #56 4.020 + case "$(go env GOARCH)" in [2020-11-10T19:50:47.867Z] #56 4.024 ++ go env GOARCH [2020-11-10T19:50:47.867Z] #56 4.048 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:47.867Z] #56 4.048 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:47.867Z] #56 4.050 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:47.867Z] #56 4.076 + dir=/tmp/install [2020-11-10T19:50:47.867Z] #56 4.089 + bin=rootlesskit [2020-11-10T19:50:47.867Z] #56 4.090 + shift [2020-11-10T19:50:47.867Z] #56 4.090 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-10T19:50:47.867Z] #56 4.090 + . /tmp/install/rootlesskit.installer [2020-11-10T19:50:47.867Z] #56 4.090 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:50:47.867Z] #56 4.090 + install_rootlesskit [2020-11-10T19:50:47.867Z] #56 4.091 + case "$1" in [2020-11-10T19:50:47.867Z] #56 4.091 + export CGO_ENABLED=0 [2020-11-10T19:50:47.867Z] #56 4.091 + CGO_ENABLED=0 [2020-11-10T19:50:47.867Z] #56 4.091 + _install_rootlesskit [2020-11-10T19:50:47.867Z] #56 4.091 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-10T19:50:47.867Z] #56 4.091 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:50:47.867Z] #56 4.091 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.vgQcqizE0N/src/github.com/rootless-containers/rootlesskit [2020-11-10T19:50:47.867Z] #56 4.095 Cloning into '/tmp/tmp.vgQcqizE0N/src/github.com/rootless-containers/rootlesskit'... [2020-11-10T19:50:47.869Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.6s done [2020-11-10T19:50:48.117Z] #56 3.708 + export GOPATH=/tmp/tmp.Fpmf5nf73u [2020-11-10T19:50:48.118Z] #56 3.708 + GOPATH=/tmp/tmp.Fpmf5nf73u [2020-11-10T19:50:48.118Z] #56 3.708 + RM_GOPATH=1 [2020-11-10T19:50:48.118Z] #56 3.708 + case "$(go env GOARCH)" in [2020-11-10T19:50:48.118Z] #56 3.708 ++ go env GOARCH [2020-11-10T19:50:48.118Z] #56 3.794 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:48.118Z] #56 3.794 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:48.118Z] #56 3.794 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:48.118Z] #56 3.833 + dir=/tmp/install [2020-11-10T19:50:48.118Z] #56 3.833 + bin=rootlesskit [2020-11-10T19:50:48.118Z] #56 3.833 + shift [2020-11-10T19:50:48.118Z] #56 3.833 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-10T19:50:48.118Z] #56 3.833 + . /tmp/install/rootlesskit.installer [2020-11-10T19:50:48.118Z] #56 3.833 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:50:48.118Z] #56 3.833 + install_rootlesskit [2020-11-10T19:50:48.118Z] #56 3.833 + case "$1" in [2020-11-10T19:50:48.118Z] #56 3.833 + export CGO_ENABLED=0 [2020-11-10T19:50:48.118Z] #56 3.833 + CGO_ENABLED=0 [2020-11-10T19:50:48.118Z] #56 3.833 + _install_rootlesskit [2020-11-10T19:50:48.118Z] #56 3.833 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-10T19:50:48.118Z] #56 3.833 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.Fpmf5nf73u/src/github.com/rootless-containers/rootlesskit [2020-11-10T19:50:48.118Z] #56 3.836 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:50:48.118Z] #56 3.836 Cloning into '/tmp/tmp.Fpmf5nf73u/src/github.com/rootless-containers/rootlesskit'... [2020-11-10T19:50:48.136Z] #41 17.75 CC images/sk-inet.o [2020-11-10T19:50:48.137Z] #41 ... [2020-11-10T19:50:48.137Z] [2020-11-10T19:50:48.137Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:50:48.137Z] #18 7.648 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-11-10T19:50:48.137Z] #18 7.661 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:50:48.137Z] #18 9.222 Selecting previously unselected package python3-minimal. [2020-11-10T19:50:48.137Z] #18 9.222 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-11-10T19:50:48.137Z] #18 9.283 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 9.288 Unpacking python3-minimal (3.7.3-1) ... [2020-11-10T19:50:48.137Z] #18 9.461 Selecting previously unselected package libmpdec2:s390x. [2020-11-10T19:50:48.137Z] #18 9.463 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 9.469 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-11-10T19:50:48.137Z] #18 9.580 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-11-10T19:50:48.137Z] #18 9.582 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 9.586 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-11-10T19:50:48.137Z] #18 10.36 Selecting previously unselected package python3.7. [2020-11-10T19:50:48.137Z] #18 10.36 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 10.37 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:50:48.137Z] #18 10.48 Selecting previously unselected package libpython3-stdlib:s390x. [2020-11-10T19:50:48.137Z] #18 10.48 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 10.51 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-11-10T19:50:48.137Z] #18 10.62 Setting up python3-minimal (3.7.3-1) ... [2020-11-10T19:50:48.137Z] #18 11.47 Selecting previously unselected package python3. [2020-11-10T19:50:48.137Z] #18 11.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 ... 23860 files and directories currently installed.) [2020-11-10T19:50:48.137Z] #18 11.52 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 11.53 Unpacking python3 (3.7.3-1) ... [2020-11-10T19:50:48.137Z] #18 11.66 Selecting previously unselected package libip4tc0:s390x. [2020-11-10T19:50:48.137Z] #18 11.67 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 11.67 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-11-10T19:50:48.137Z] #18 11.78 Selecting previously unselected package libip6tc0:s390x. [2020-11-10T19:50:48.137Z] #18 11.78 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 11.79 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-11-10T19:50:48.137Z] #18 11.86 Selecting previously unselected package libiptc0:s390x. [2020-11-10T19:50:48.137Z] #18 11.86 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 11.86 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-11-10T19:50:48.137Z] #18 11.94 Selecting previously unselected package libnfnetlink0:s390x. [2020-11-10T19:50:48.137Z] #18 11.94 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 11.94 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-11-10T19:50:48.137Z] #18 11.97 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-11-10T19:50:48.137Z] #18 11.97 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 11.97 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-11-10T19:50:48.137Z] #18 12.05 Selecting previously unselected package libnftnl11:s390x. [2020-11-10T19:50:48.137Z] #18 12.05 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 12.06 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-11-10T19:50:48.137Z] #18 12.09 Selecting previously unselected package iptables. [2020-11-10T19:50:48.137Z] #18 12.09 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 12.10 Unpacking iptables (1.8.2-4) ... [2020-11-10T19:50:48.137Z] #18 12.39 Selecting previously unselected package xxd. [2020-11-10T19:50:48.137Z] #18 12.39 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 12.39 Unpacking xxd (2:8.1.0875-5) ... [2020-11-10T19:50:48.137Z] #18 12.51 Selecting previously unselected package vim-common. [2020-11-10T19:50:48.137Z] #18 12.51 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:50:48.137Z] #18 12.52 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-10T19:50:48.137Z] #18 12.64 Selecting previously unselected package bash-completion. [2020-11-10T19:50:48.137Z] #18 12.65 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-10T19:50:48.137Z] #18 14.02 Unpacking bash-completion (1:2.8-6) ... [2020-11-10T19:50:48.137Z] #18 14.42 Selecting previously unselected package bzip2. [2020-11-10T19:50:48.137Z] #18 14.42 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 14.42 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:50:48.137Z] #18 14.48 Selecting previously unselected package xz-utils. [2020-11-10T19:50:48.137Z] #18 14.49 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 14.49 Unpacking xz-utils (5.2.4-1) ... [2020-11-10T19:50:48.137Z] #18 14.58 Selecting previously unselected package apparmor. [2020-11-10T19:50:48.137Z] #18 14.58 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 14.63 Unpacking apparmor (2.13.2-10) ... [2020-11-10T19:50:48.137Z] #18 14.89 Selecting previously unselected package aufs-tools. [2020-11-10T19:50:48.137Z] #18 14.89 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 14.89 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:50:48.137Z] #18 14.96 Selecting previously unselected package libonig5:s390x. [2020-11-10T19:50:48.137Z] #18 14.96 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 14.96 Unpacking libonig5:s390x (6.9.1-1) ... [2020-11-10T19:50:48.137Z] #18 15.03 Selecting previously unselected package libjq1:s390x. [2020-11-10T19:50:48.137Z] #18 15.03 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 15.04 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-10T19:50:48.137Z] #18 15.10 Selecting previously unselected package jq. [2020-11-10T19:50:48.137Z] #18 15.10 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 15.11 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-10T19:50:48.137Z] #18 15.15 Selecting previously unselected package libaio1:s390x. [2020-11-10T19:50:48.137Z] #18 15.15 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 15.15 Unpacking libaio1:s390x (0.3.112-3) ... [2020-11-10T19:50:48.137Z] #18 15.20 Selecting previously unselected package libgpm2:s390x. [2020-11-10T19:50:48.137Z] #18 15.20 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 15.20 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-11-10T19:50:48.137Z] #18 15.25 Selecting previously unselected package libicu63:s390x. [2020-11-10T19:50:48.137Z] #18 15.25 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-11-10T19:50:48.137Z] #18 15.25 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-11-10T19:50:48.137Z] #18 ... [2020-11-10T19:50:48.137Z] [2020-11-10T19:50:48.137Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:48.137Z] #47 9.903 go: extracting golang.org/x/text v0.3.2 [2020-11-10T19:50:48.137Z] #47 12.00 go: finding github.com/fatih/color v1.7.0 [2020-11-10T19:50:48.137Z] #47 12.01 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:50:48.137Z] #47 12.03 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:50:48.137Z] #47 12.06 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:50:48.137Z] #47 12.06 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:50:48.137Z] #47 12.07 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:50:48.137Z] #47 12.07 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:50:48.137Z] #47 12.07 go: finding github.com/pkg/errors v0.8.1 [2020-11-10T19:50:48.137Z] #47 12.08 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.08 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:50:48.137Z] #47 12.08 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.09 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:50:48.137Z] #47 12.09 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.10 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:50:48.137Z] #47 12.10 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.10 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.11 go: finding github.com/stretchr/testify v1.4.0 [2020-11-10T19:50:48.137Z] #47 12.11 go: finding github.com/spf13/viper v1.6.1 [2020-11-10T19:50:48.137Z] #47 12.13 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:50:48.137Z] #47 12.15 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.16 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.17 go: finding github.com/stretchr/objx v0.2.0 [2020-11-10T19:50:48.137Z] #47 12.17 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:50:48.137Z] #47 12.17 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.20 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:50:48.137Z] #47 12.20 go: finding github.com/gobwas/glob v0.2.3 [2020-11-10T19:50:48.137Z] #47 12.20 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:50:48.137Z] #47 12.21 go: finding github.com/spf13/cobra v0.0.5 [2020-11-10T19:50:48.137Z] #47 12.21 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:50:48.137Z] #47 12.22 go: finding github.com/spf13/pflag v1.0.5 [2020-11-10T19:50:48.137Z] #47 12.24 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:50:48.137Z] #47 12.25 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.26 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:50:48.137Z] #47 12.30 go: finding github.com/magiconair/properties v1.8.1 [2020-11-10T19:50:48.137Z] #47 12.30 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:50:48.137Z] #47 12.31 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:50:48.137Z] #47 12.34 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:50:48.137Z] #47 12.34 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:50:48.137Z] #47 12.42 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:50:48.137Z] #47 12.42 go: finding github.com/spf13/afero v1.1.2 [2020-11-10T19:50:48.137Z] #47 12.42 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:50:48.137Z] #47 12.43 go: finding golang.org/x/text v0.3.2 [2020-11-10T19:50:48.137Z] #47 12.43 go: finding github.com/spf13/cast v1.3.0 [2020-11-10T19:50:48.137Z] #47 12.43 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:50:48.137Z] #47 12.44 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.44 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:50:48.137Z] #47 12.45 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-10T19:50:48.137Z] #47 12.45 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:50:48.137Z] #47 12.46 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:50:48.137Z] #47 12.46 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:50:48.137Z] #47 12.47 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:50:48.137Z] #47 12.48 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:50:48.137Z] #47 12.48 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:50:48.137Z] #47 12.48 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:50:48.137Z] #47 12.49 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:50:48.137Z] #47 12.49 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:50:48.137Z] #47 12.49 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:50:48.137Z] #47 12.49 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-10T19:50:48.137Z] #47 12.50 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:50:48.137Z] #47 12.51 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:50:48.137Z] #47 12.55 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:50:48.137Z] #47 12.55 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:50:48.137Z] #47 12.56 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:50:48.137Z] #47 12.56 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:50:48.137Z] #47 12.56 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-10T19:50:48.137Z] #47 12.57 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:50:48.137Z] #47 12.57 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:50:48.137Z] #47 12.59 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-10T19:50:48.137Z] #47 12.59 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:50:48.137Z] #47 12.61 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:50:48.137Z] #47 12.66 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:50:48.137Z] #47 12.66 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:50:48.137Z] #47 12.67 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:50:48.137Z] #47 12.67 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:50:48.185Z] #27 0.826 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-10T19:50:48.185Z] #27 0.975 [2020-11-10T19:50:48.428Z] #47 ... [2020-11-10T19:50:48.428Z] [2020-11-10T19:50:48.428Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:50:48.428Z] #18 18.05 Selecting previously unselected package libnet1:s390x. [2020-11-10T19:50:48.428Z] #18 18.05 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-10T19:50:48.428Z] #18 18.05 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-10T19:50:48.428Z] #18 18.15 Selecting previously unselected package libnl-3-200:s390x. [2020-11-10T19:50:48.718Z] #18 18.15 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-11-10T19:50:48.718Z] #18 18.15 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-11-10T19:50:48.718Z] #18 18.20 Selecting previously unselected package libprotobuf-c1:s390x. [2020-11-10T19:50:48.718Z] #18 18.20 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-11-10T19:50:48.718Z] #18 18.20 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-10T19:50:48.718Z] #18 18.24 Selecting previously unselected package libreadline5:s390x. [2020-11-10T19:50:48.718Z] #18 18.24 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-11-10T19:50:48.718Z] #18 18.24 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-11-10T19:50:48.718Z] #18 18.29 Selecting previously unselected package net-tools. [2020-11-10T19:50:48.718Z] #18 18.30 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-11-10T19:50:48.718Z] #18 18.30 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:50:48.718Z] #18 18.49 Selecting previously unselected package python-pip-whl. [2020-11-10T19:50:48.718Z] #18 18.49 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-10T19:50:48.718Z] #18 18.49 Unpacking python-pip-whl (18.1-5) ... [2020-11-10T19:50:48.800Z] #56 ... [2020-11-10T19:50:48.800Z] [2020-11-10T19:50:48.800Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:48.800Z] #32 4.167 + RM_GOPATH=0 [2020-11-10T19:50:48.800Z] #32 4.167 + TMP_GOPATH= [2020-11-10T19:50:48.800Z] #32 4.167 + : /build [2020-11-10T19:50:48.800Z] #32 4.167 + '[' -z '' ']' [2020-11-10T19:50:48.800Z] #32 4.168 ++ mktemp -d [2020-11-10T19:50:48.800Z] #32 4.172 + export GOPATH=/tmp/tmp.CTpSuTTqU8 [2020-11-10T19:50:48.800Z] #32 4.172 + GOPATH=/tmp/tmp.CTpSuTTqU8 [2020-11-10T19:50:48.800Z] #32 4.172 + RM_GOPATH=1 [2020-11-10T19:50:48.800Z] #32 4.172 + case "$(go env GOARCH)" in [2020-11-10T19:50:48.800Z] #32 4.173 ++ go env GOARCH [2020-11-10T19:50:48.800Z] #32 4.202 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:48.800Z] #32 4.203 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:48.800Z] #32 4.213 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:48.800Z] #32 4.221 + dir=/tmp/install [2020-11-10T19:50:48.800Z] #32 4.221 + bin=tomlv [2020-11-10T19:50:48.800Z] #32 4.221 + shift [2020-11-10T19:50:48.800Z] #32 4.222 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-10T19:50:48.800Z] #32 4.222 + . /tmp/install/tomlv.installer [2020-11-10T19:50:48.800Z] #32 4.225 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:50:48.800Z] #32 4.248 + install_tomlv [2020-11-10T19:50:48.800Z] #32 4.249 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-10T19:50:48.801Z] #32 4.250 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:50:48.801Z] #32 4.251 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.CTpSuTTqU8/src/github.com/BurntSushi/toml [2020-11-10T19:50:48.801Z] #32 4.274 Cloning into '/tmp/tmp.CTpSuTTqU8/src/github.com/BurntSushi/toml'... [2020-11-10T19:50:48.801Z] #32 5.210 + cd /tmp/tmp.CTpSuTTqU8/src/github.com/BurntSushi/toml [2020-11-10T19:50:48.801Z] #32 5.210 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:50:48.801Z] #32 5.242 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-10T19:50:48.801Z] #32 6.178 runtime [2020-11-10T19:50:49.120Z] #27 1.107 0.1% ##### 7.8% ############# 18.8% ######################## 33.7% ################################## 48.0% ########################################## 59.2% ####################################################### 76.5% ################################################################## 92.5% ######################################################################## 100.0% [2020-11-10T19:50:49.350Z] #18 18.95 Selecting previously unselected package python3-lib2to3. [2020-11-10T19:50:49.350Z] #18 18.95 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-10T19:50:49.350Z] #18 18.96 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:50:49.350Z] #18 19.04 Selecting previously unselected package python3-distutils. [2020-11-10T19:50:49.350Z] #18 19.04 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-10T19:50:49.350Z] #18 19.04 Unpacking python3-distutils (3.7.3-1) ... [2020-11-10T19:50:49.350Z] #18 19.13 Selecting previously unselected package python3-pip. [2020-11-10T19:50:49.366Z] #32 ... [2020-11-10T19:50:49.366Z] [2020-11-10T19:50:49.366Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:49.366Z] #45 3.988 + RM_GOPATH=0 [2020-11-10T19:50:49.366Z] #45 3.988 + TMP_GOPATH= [2020-11-10T19:50:49.366Z] #45 3.988 + : /build [2020-11-10T19:50:49.366Z] #45 3.989 + '[' -z '' ']' [2020-11-10T19:50:49.366Z] #45 3.992 ++ mktemp -d [2020-11-10T19:50:49.366Z] #45 3.995 + export GOPATH=/tmp/tmp.mNll9aGQpr [2020-11-10T19:50:49.366Z] #45 3.996 + GOPATH=/tmp/tmp.mNll9aGQpr [2020-11-10T19:50:49.366Z] #45 3.996 + RM_GOPATH=1 [2020-11-10T19:50:49.366Z] #45 3.996 + case "$(go env GOARCH)" in [2020-11-10T19:50:49.366Z] #45 3.996 ++ go env GOARCH [2020-11-10T19:50:49.366Z] #45 4.061 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:49.366Z] #45 4.061 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:49.366Z] #45 4.061 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:49.366Z] #45 4.062 + dir=/tmp/install [2020-11-10T19:50:49.366Z] #45 4.062 + bin=gotestsum [2020-11-10T19:50:49.366Z] #45 4.062 + shift [2020-11-10T19:50:49.366Z] #45 4.062 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-10T19:50:49.366Z] #45 4.062 + . /tmp/install/gotestsum.installer [2020-11-10T19:50:49.366Z] #45 4.063 ++ : v0.5.3 [2020-11-10T19:50:49.366Z] #45 4.063 + install_gotestsum [2020-11-10T19:50:49.366Z] #45 4.064 + set -e [2020-11-10T19:50:49.366Z] #45 4.064 + export GO111MODULE=on [2020-11-10T19:50:49.366Z] #45 4.064 + GO111MODULE=on [2020-11-10T19:50:49.366Z] #45 4.064 + GOBIN=/build [2020-11-10T19:50:49.366Z] #45 4.064 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-10T19:50:49.366Z] #45 4.095 go: finding gotest.tools v0.5.3 [2020-11-10T19:50:49.366Z] #45 4.115 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-10T19:50:49.366Z] #45 5.003 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-10T19:50:49.366Z] #45 5.695 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-10T19:50:49.366Z] #45 6.593 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-10T19:50:49.366Z] #45 6.596 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:50:49.366Z] #45 6.599 go: downloading github.com/pkg/errors v0.9.1 [2020-11-10T19:50:49.366Z] #45 6.723 go: downloading github.com/fatih/color v1.9.0 [2020-11-10T19:50:49.366Z] #45 6.852 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:50:49.366Z] #45 6.856 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:50:49.367Z] #45 6.893 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:50:49.367Z] #45 6.965 go: extracting github.com/pkg/errors v0.9.1 [2020-11-10T19:50:49.367Z] #45 6.986 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:50:49.367Z] #45 7.183 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:50:49.367Z] #45 7.215 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-10T19:50:49.367Z] #45 7.235 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:50:49.421Z] #27 2.058 [2020-11-10T19:50:49.436Z] #20 ... [2020-11-10T19:50:49.436Z] [2020-11-10T19:50:49.436Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:49.436Z] #41 27.02 CC criu/memfd.o [2020-11-10T19:50:49.436Z] #41 27.18 CC criu/mount.o [2020-11-10T19:50:49.436Z] #41 28.13 CC criu/namespaces.o [2020-11-10T19:50:49.436Z] #41 28.57 CC criu/net.o [2020-11-10T19:50:49.508Z] #56 ... [2020-11-10T19:50:49.508Z] [2020-11-10T19:50:49.508Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:49.508Z] #47 4.059 + RM_GOPATH=0 [2020-11-10T19:50:49.508Z] #47 4.059 + TMP_GOPATH= [2020-11-10T19:50:49.508Z] #47 4.059 + : /build [2020-11-10T19:50:49.508Z] #47 4.059 + '[' -z '' ']' [2020-11-10T19:50:49.508Z] #47 4.059 ++ mktemp -d [2020-11-10T19:50:49.508Z] #47 4.059 + export GOPATH=/tmp/tmp.6sSGgtglNb [2020-11-10T19:50:49.508Z] #47 4.059 + GOPATH=/tmp/tmp.6sSGgtglNb [2020-11-10T19:50:49.508Z] #47 4.059 + RM_GOPATH=1 [2020-11-10T19:50:49.508Z] #47 4.059 + case "$(go env GOARCH)" in [2020-11-10T19:50:49.508Z] #47 4.059 ++ go env GOARCH [2020-11-10T19:50:49.508Z] #47 4.083 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:49.508Z] #47 4.084 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:49.508Z] #47 4.084 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:49.508Z] #47 4.093 + dir=/tmp/install [2020-11-10T19:50:49.508Z] #47 4.093 + bin=golangci_lint [2020-11-10T19:50:49.508Z] #47 4.094 + shift [2020-11-10T19:50:49.508Z] #47 4.094 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-10T19:50:49.508Z] #47 4.094 + . /tmp/install/golangci_lint.installer [2020-11-10T19:50:49.508Z] #47 4.095 ++ : v1.23.8 [2020-11-10T19:50:49.508Z] #47 4.095 + install_golangci_lint [2020-11-10T19:50:49.508Z] #47 4.098 + set -e [2020-11-10T19:50:49.508Z] #47 4.099 + export GO111MODULE=on [2020-11-10T19:50:49.508Z] #47 4.100 + GO111MODULE=on [2020-11-10T19:50:49.508Z] #47 4.100 + GOBIN=/build [2020-11-10T19:50:49.508Z] #47 4.100 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-10T19:50:49.508Z] #47 4.122 go: finding github.com v1.23.8 [2020-11-10T19:50:49.508Z] #47 4.128 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-10T19:50:49.508Z] #47 4.134 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-10T19:50:49.508Z] #47 4.136 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:50:49.508Z] #47 4.138 go: finding github.com/golangci v1.23.8 [2020-11-10T19:50:49.508Z] #47 5.122 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:50:49.624Z] #45 7.366 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:50:49.624Z] #45 7.475 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:50:49.641Z] #18 19.13 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-10T19:50:49.641Z] #18 19.14 Unpacking python3-pip (18.1-5) ... [2020-11-10T19:50:49.641Z] #18 19.26 Selecting previously unselected package python3-pkg-resources. [2020-11-10T19:50:49.641Z] #18 19.26 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-10T19:50:49.641Z] #18 19.26 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:50:49.641Z] #18 19.34 Selecting previously unselected package python3-setuptools. [2020-11-10T19:50:49.641Z] #18 19.34 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-10T19:50:49.641Z] #18 19.34 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-10T19:50:49.695Z] #41 29.38 CC criu/netfilter.o [2020-11-10T19:50:49.695Z] #41 29.47 CC criu/page-pipe.o [2020-11-10T19:50:49.715Z] #27 2.179 # 1.6% ######################################################## 78.2% ######################################################################## 100.0% [2020-11-10T19:50:49.715Z] #27 2.451 [2020-11-10T19:50:49.769Z] #47 ... [2020-11-10T19:50:49.769Z] [2020-11-10T19:50:49.769Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:50:49.769Z] #40 2.949 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:50:49.769Z] #40 2.988 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:50:49.769Z] #40 2.988 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:50:49.769Z] #40 4.709 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-10T19:50:49.769Z] #40 5.892 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [245 kB] [2020-11-10T19:50:49.769Z] #40 7.927 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-10T19:50:49.932Z] #18 19.53 Selecting previously unselected package python3-wheel. [2020-11-10T19:50:49.932Z] #18 19.53 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-10T19:50:49.932Z] #18 19.54 Unpacking python3-wheel (0.32.3-2) ... [2020-11-10T19:50:49.932Z] #18 19.60 Selecting previously unselected package sudo. [2020-11-10T19:50:49.932Z] #18 19.60 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-11-10T19:50:49.932Z] #18 19.60 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:50:49.954Z] #41 29.63 CC criu/page-xfer.o [2020-11-10T19:50:50.008Z] #27 2.582 ###### 8.8% ########################################### 61.1% ################################################### 70.9% ######################################################################## 100.0% [2020-11-10T19:50:50.030Z] #40 ... [2020-11-10T19:50:50.030Z] [2020-11-10T19:50:50.030Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:50:50.030Z] #53 2.541 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:50:50.030Z] #53 2.555 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:50:50.030Z] #53 2.555 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:50:50.030Z] #53 3.603 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-10T19:50:50.030Z] #53 4.992 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [245 kB] [2020-11-10T19:50:50.030Z] #53 7.128 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-10T19:50:50.030Z] #53 ... [2020-11-10T19:50:50.030Z] [2020-11-10T19:50:50.030Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:50:50.030Z] #30 2.562 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-10T19:50:50.030Z] #30 2.562 Cloning into '.'... [2020-11-10T19:50:50.030Z] #30 ... [2020-11-10T19:50:50.030Z] [2020-11-10T19:50:50.030Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:50:50.030Z] #38 2.911 + git clone https://github.com/docker/distribution.git . [2020-11-10T19:50:50.030Z] #38 2.914 Cloning into '.'... [2020-11-10T19:50:50.190Z] #45 7.704 go: extracting github.com/fatih/color v1.9.0 [2020-11-10T19:50:50.190Z] #45 7.871 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:50:50.190Z] #45 7.885 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:50:50.190Z] #45 8.029 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:50:50.213Z] #41 30.04 CC criu/pagemap-cache.o [2020-11-10T19:50:50.213Z] #41 30.15 CC criu/pagemap.o [2020-11-10T19:50:50.222Z] #18 19.92 Selecting previously unselected package thin-provisioning-tools. [2020-11-10T19:50:50.222Z] #18 19.92 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-11-10T19:50:50.222Z] #18 19.92 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:50:50.291Z] #38 ... [2020-11-10T19:50:50.291Z] [2020-11-10T19:50:50.291Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:50:50.291Z] #34 2.623 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:50:50.291Z] #34 2.665 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:50:50.291Z] #34 2.700 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:50:50.291Z] #34 4.723 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-10T19:50:50.291Z] #34 5.945 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [245 kB] [2020-11-10T19:50:50.291Z] #34 8.578 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-10T19:50:50.291Z] #34 ... [2020-11-10T19:50:50.291Z] [2020-11-10T19:50:50.291Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:50.291Z] #45 3.760 + RM_GOPATH=0 [2020-11-10T19:50:50.291Z] #45 3.760 + TMP_GOPATH= [2020-11-10T19:50:50.291Z] #45 3.760 + : /build [2020-11-10T19:50:50.291Z] #45 3.761 + '[' -z '' ']' [2020-11-10T19:50:50.291Z] #45 3.762 ++ mktemp -d [2020-11-10T19:50:50.291Z] #45 3.764 + export GOPATH=/tmp/tmp.W1hNYQtBCp [2020-11-10T19:50:50.291Z] #45 3.767 + GOPATH=/tmp/tmp.W1hNYQtBCp [2020-11-10T19:50:50.291Z] #45 3.767 + RM_GOPATH=1 [2020-11-10T19:50:50.291Z] #45 3.767 + case "$(go env GOARCH)" in [2020-11-10T19:50:50.291Z] #45 3.767 ++ go env GOARCH [2020-11-10T19:50:50.291Z] #45 3.795 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:50.291Z] #45 3.795 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:50.291Z] #45 3.799 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:50.291Z] #45 3.800 + dir=/tmp/install [2020-11-10T19:50:50.291Z] #45 3.800 + bin=gotestsum [2020-11-10T19:50:50.291Z] #45 3.800 + shift [2020-11-10T19:50:50.291Z] #45 3.800 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-10T19:50:50.291Z] #45 3.800 + . /tmp/install/gotestsum.installer [2020-11-10T19:50:50.291Z] #45 3.800 ++ : v0.5.3 [2020-11-10T19:50:50.291Z] #45 3.800 + install_gotestsum [2020-11-10T19:50:50.291Z] #45 3.800 + set -e [2020-11-10T19:50:50.291Z] #45 3.800 + export GO111MODULE=on [2020-11-10T19:50:50.291Z] #45 3.800 + GO111MODULE=on [2020-11-10T19:50:50.291Z] #45 3.800 + GOBIN=/build [2020-11-10T19:50:50.291Z] #45 3.800 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-10T19:50:50.291Z] #45 3.822 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-10T19:50:50.291Z] #45 3.823 go: finding gotest.tools v0.5.3 [2020-11-10T19:50:50.291Z] #45 4.752 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-10T19:50:50.291Z] #45 5.258 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-10T19:50:50.291Z] #45 5.951 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-10T19:50:50.291Z] #45 5.981 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:50:50.291Z] #45 5.989 go: downloading github.com/fatih/color v1.9.0 [2020-11-10T19:50:50.291Z] #45 6.043 go: downloading github.com/pkg/errors v0.9.1 [2020-11-10T19:50:50.291Z] #45 6.063 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:50:50.291Z] #45 6.118 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:50:50.291Z] #45 6.148 go: extracting github.com/pkg/errors v0.9.1 [2020-11-10T19:50:50.291Z] #45 6.182 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:50:50.350Z] #27 3.038 [2020-11-10T19:50:50.448Z] #45 8.173 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:50:50.472Z] #41 30.42 CC criu/parasite-syscall.o [2020-11-10T19:50:50.512Z] #18 20.09 Selecting previously unselected package uidmap. [2020-11-10T19:50:50.513Z] #18 20.10 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-11-10T19:50:50.513Z] #18 20.10 Unpacking uidmap (1:4.5-1.1) ... [2020-11-10T19:50:50.513Z] #18 20.17 Selecting previously unselected package vim-runtime. [2020-11-10T19:50:50.513Z] #18 20.17 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:50:50.513Z] #18 20.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-11-10T19:50:50.513Z] #18 20.22 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-10T19:50:50.552Z] #45 6.218 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:50:50.552Z] #45 6.366 go: extracting github.com/fatih/color v1.9.0 [2020-11-10T19:50:50.552Z] #45 6.468 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-10T19:50:50.705Z] #45 ... [2020-11-10T19:50:50.705Z] [2020-11-10T19:50:50.705Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:50:50.705Z] #53 6.675 Reading package lists... [2020-11-10T19:50:50.732Z] #41 30.67 CC criu/path.o [2020-11-10T19:50:50.803Z] #18 20.23 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:50:50.813Z] #45 6.471 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:50:50.991Z] #41 30.76 CC criu/pie-util-vdso-elf32.o [2020-11-10T19:50:50.991Z] #41 30.89 CC criu/pie-util-vdso.o [2020-11-10T19:50:51.007Z] #27 3.157 0.6% ######## 12.3% ################## 26.2% ############################# 41.0% ######################################### 57.7% #################################################### 73.6% ################################################################## 91.7% ######################################################################## 100.0% [2020-11-10T19:50:51.202Z] #60 ... [2020-11-10T19:50:51.202Z] [2020-11-10T19:50:51.202Z] #21 [internal] load build context [2020-11-10T19:50:51.202Z] #21 transferring context: 52.01MB 2.5s done [2020-11-10T19:50:51.202Z] #21 DONE 4.9s [2020-11-10T19:50:51.202Z] [2020-11-10T19:50:51.202Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-10T19:50:51.202Z] #60 DONE 5.0s [2020-11-10T19:50:51.202Z] [2020-11-10T19:50:51.202Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-10T19:50:51.202Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-10T19:50:51.202Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-11-10T19:50:51.202Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 4.2s [2020-11-10T19:50:51.202Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-10T19:50:51.202Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-11-10T19:50:51.202Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.5s done [2020-11-10T19:50:51.202Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.0s done [2020-11-10T19:50:51.202Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.2s [2020-11-10T19:50:51.202Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 4.5s done [2020-11-10T19:50:51.202Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.6s done [2020-11-10T19:50:51.202Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 [2020-11-10T19:50:51.202Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 4.7s [2020-11-10T19:50:51.202Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 4.7s [2020-11-10T19:50:51.202Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 4.7s [2020-11-10T19:50:51.202Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 4.7s done [2020-11-10T19:50:51.202Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 17.78MB / 97.69MB 5.0s [2020-11-10T19:50:51.202Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 5.20MB / 62.53MB 5.0s [2020-11-10T19:50:51.202Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 26.53MB / 97.69MB 5.1s [2020-11-10T19:50:51.202Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 12.07MB / 62.53MB 5.1s [2020-11-10T19:50:51.250Z] #41 31.02 CC criu/pie-util.o [2020-11-10T19:50:51.250Z] #41 31.07 CC criu/pipes.o [2020-11-10T19:50:51.250Z] #41 31.27 CC criu/plugin.o [2020-11-10T19:50:51.301Z] #27 3.996 [2020-11-10T19:50:51.384Z] #45 6.991 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:50:51.384Z] #45 7.083 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:50:51.384Z] #45 7.146 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:50:51.384Z] #45 7.150 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:50:51.384Z] #45 7.154 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:50:51.467Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 33.54MB / 97.69MB 5.2s [2020-11-10T19:50:51.467Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 17.78MB / 62.53MB 5.2s [2020-11-10T19:50:51.467Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 21.97MB / 62.53MB 5.3s [2020-11-10T19:50:51.509Z] #41 ... [2020-11-10T19:50:51.509Z] [2020-11-10T19:50:51.509Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:50:51.509Z] #20 6.661 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-10T19:50:51.509Z] #20 6.681 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-10T19:50:51.509Z] #20 6.693 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-10T19:50:51.509Z] #20 6.713 Collecting pyyaml (from yamllint==1.16.0) [2020-11-10T19:50:51.509Z] #20 6.759 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-10T19:50:51.509Z] #20 7.057 Building wheels for collected packages: pyyaml [2020-11-10T19:50:51.509Z] #20 7.057 Running setup.py bdist_wheel for pyyaml: started [2020-11-10T19:50:51.509Z] #20 7.305 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-10T19:50:51.509Z] #20 7.305 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-10T19:50:51.509Z] #20 7.322 Successfully built pyyaml [2020-11-10T19:50:51.509Z] #20 7.325 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-10T19:50:51.509Z] #20 7.401 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-10T19:50:51.509Z] #20 DONE 8.0s [2020-11-10T19:50:51.509Z] [2020-11-10T19:50:51.509Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:51.509Z] #41 31.40 CC criu/proc_parse.o [2020-11-10T19:50:51.846Z] #18 ... [2020-11-10T19:50:51.846Z] [2020-11-10T19:50:51.846Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:50:51.846Z] #30 15.22 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-10T19:50:51.846Z] #30 15.49 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-10T19:50:51.846Z] #30 DONE 21.5s [2020-11-10T19:50:51.848Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 45.06MB / 97.69MB 5.5s [2020-11-10T19:50:51.848Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 40.46MB / 62.53MB 5.5s [2020-11-10T19:50:51.848Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 44.54MB / 62.53MB 5.6s [2020-11-10T19:50:51.956Z] #45 7.532 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:50:51.957Z] #45 7.784 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:50:52.077Z] #41 ... [2020-11-10T19:50:52.077Z] [2020-11-10T19:50:52.077Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-10T19:50:52.077Z] #23 DONE 0.5s [2020-11-10T19:50:52.077Z] [2020-11-10T19:50:52.077Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-10T19:50:52.112Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 56.66MB / 97.69MB 5.9s [2020-11-10T19:50:52.112Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 56.34MB / 62.53MB 5.9s [2020-11-10T19:50:52.112Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 6.0s [2020-11-10T19:50:52.143Z] [2020-11-10T19:50:52.143Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:52.143Z] #41 17.97 CC images/tun.o [2020-11-10T19:50:52.143Z] #41 18.05 CC images/sk-netlink.o [2020-11-10T19:50:52.143Z] #41 18.10 CC images/packet-sock.o [2020-11-10T19:50:52.143Z] #41 18.23 CC images/ipc-var.o [2020-11-10T19:50:52.143Z] #41 18.29 CC images/ipc-desc.o [2020-11-10T19:50:52.143Z] #41 18.35 CC images/ipc-shm.o [2020-11-10T19:50:52.143Z] #41 18.40 CC images/ipc-msg.o [2020-11-10T19:50:52.143Z] #41 18.46 CC images/ipc-sem.o [2020-11-10T19:50:52.143Z] #41 18.52 CC images/utsns.o [2020-11-10T19:50:52.143Z] #41 18.57 CC images/creds.o [2020-11-10T19:50:52.143Z] #41 18.63 CC images/vma.o [2020-11-10T19:50:52.143Z] #41 18.73 CC images/netdev.o [2020-11-10T19:50:52.143Z] #41 18.99 CC images/tty.o [2020-11-10T19:50:52.143Z] #41 19.19 CC images/file-lock.o [2020-11-10T19:50:52.143Z] #41 19.29 CC images/rlimit.o [2020-11-10T19:50:52.143Z] #41 19.38 CC images/pagemap.o [2020-11-10T19:50:52.143Z] #41 19.56 CC images/siginfo.o [2020-11-10T19:50:52.143Z] #41 19.72 CC images/rpc.o [2020-11-10T19:50:52.143Z] #41 20.18 CC images/ext-file.o [2020-11-10T19:50:52.143Z] #41 20.23 CC images/cgroup.o [2020-11-10T19:50:52.143Z] #41 20.39 CC images/userns.o [2020-11-10T19:50:52.143Z] #41 20.46 CC images/google/protobuf/descriptor.o [2020-11-10T19:50:52.143Z] #41 21.06 CC images/opts.o [2020-11-10T19:50:52.143Z] #41 21.19 CC images/seccomp.o [2020-11-10T19:50:52.143Z] #41 21.37 CC images/binfmt-misc.o [2020-11-10T19:50:52.143Z] #41 21.47 CC images/time.o [2020-11-10T19:50:52.143Z] #41 21.54 CC images/sysctl.o [2020-11-10T19:50:52.143Z] #41 21.61 CC images/autofs.o [2020-11-10T19:50:52.143Z] #41 21.68 CC images/macvlan.o [2020-11-10T19:50:52.143Z] #41 21.72 CC images/sit.o [2020-11-10T19:50:52.143Z] #41 21.78 CC images/memfd.o [2020-11-10T19:50:52.143Z] #41 21.91 CC images/timens.o [2020-11-10T19:50:52.384Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 69.53MB / 97.69MB 6.1s [2020-11-10T19:50:52.384Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 79.14MB / 97.69MB 6.2s [2020-11-10T19:50:52.444Z] #41 22.04 LINK images/built-in.o [2020-11-10T19:50:52.444Z] #41 22.07 GEN compel/include/asm [2020-11-10T19:50:52.444Z] #41 22.13 GEN compel/include/version.h [2020-11-10T19:50:52.444Z] #41 22.13 touch .config [2020-11-10T19:50:52.444Z] #41 22.17 GEN include/common/config.h [2020-11-10T19:50:52.643Z] #53 13.99 Reading package lists... [2020-11-10T19:50:52.643Z] #53 ... [2020-11-10T19:50:52.643Z] [2020-11-10T19:50:52.643Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:52.643Z] #47 3.627 + RM_GOPATH=0 [2020-11-10T19:50:52.643Z] #47 3.627 + TMP_GOPATH= [2020-11-10T19:50:52.643Z] #47 3.627 + : /build [2020-11-10T19:50:52.643Z] #47 3.627 + '[' -z '' ']' [2020-11-10T19:50:52.643Z] #47 3.633 ++ mktemp -d [2020-11-10T19:50:52.643Z] #47 3.633 + export GOPATH=/tmp/tmp.uzBOahiinq [2020-11-10T19:50:52.643Z] #47 3.633 + GOPATH=/tmp/tmp.uzBOahiinq [2020-11-10T19:50:52.643Z] #47 3.633 + RM_GOPATH=1 [2020-11-10T19:50:52.643Z] #47 3.633 + case "$(go env GOARCH)" in [2020-11-10T19:50:52.643Z] #47 3.633 ++ go env GOARCH [2020-11-10T19:50:52.643Z] #47 3.660 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:52.643Z] #47 3.660 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:52.643Z] #47 3.660 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:52.643Z] #47 3.660 + dir=/tmp/install [2020-11-10T19:50:52.643Z] #47 3.660 + bin=golangci_lint [2020-11-10T19:50:52.643Z] #47 3.660 + shift [2020-11-10T19:50:52.643Z] #47 3.660 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-10T19:50:52.643Z] #47 3.660 + . /tmp/install/golangci_lint.installer [2020-11-10T19:50:52.643Z] #47 3.660 ++ : v1.23.8 [2020-11-10T19:50:52.643Z] #47 3.660 + install_golangci_lint [2020-11-10T19:50:52.643Z] #47 3.660 + set -e [2020-11-10T19:50:52.643Z] #47 3.660 + export GO111MODULE=on [2020-11-10T19:50:52.643Z] #47 3.660 + GO111MODULE=on [2020-11-10T19:50:52.643Z] #47 3.660 + GOBIN=/build [2020-11-10T19:50:52.643Z] #47 3.660 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-10T19:50:52.643Z] #47 3.680 go: finding github.com v1.23.8 [2020-11-10T19:50:52.643Z] #47 3.680 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:50:52.643Z] #47 3.680 go: finding github.com/golangci v1.23.8 [2020-11-10T19:50:52.643Z] #47 3.680 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-10T19:50:52.643Z] #47 3.682 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-10T19:50:52.643Z] #47 4.719 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:50:52.643Z] #47 5.602 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:50:52.643Z] #47 ... [2020-11-10T19:50:52.643Z] [2020-11-10T19:50:52.643Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:52.643Z] #62 4.063 + RM_GOPATH=0 [2020-11-10T19:50:52.643Z] #62 4.063 + TMP_GOPATH= [2020-11-10T19:50:52.643Z] #62 4.063 + : /build [2020-11-10T19:50:52.643Z] #62 4.063 + '[' -z '' ']' [2020-11-10T19:50:52.643Z] #62 4.071 ++ mktemp -d [2020-11-10T19:50:52.643Z] #62 4.071 + export GOPATH=/tmp/tmp.ctIh0YyYTl [2020-11-10T19:50:52.643Z] #62 4.071 + GOPATH=/tmp/tmp.ctIh0YyYTl [2020-11-10T19:50:52.643Z] #62 4.071 + RM_GOPATH=1 [2020-11-10T19:50:52.643Z] #62 4.071 + case "$(go env GOARCH)" in [2020-11-10T19:50:52.643Z] #62 4.071 ++ go env GOARCH [2020-11-10T19:50:52.643Z] #62 4.097 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:52.643Z] #62 4.097 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:52.643Z] #62 4.098 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:52.643Z] #62 4.102 + dir=/tmp/install [2020-11-10T19:50:52.643Z] #62 4.102 + bin=proxy [2020-11-10T19:50:52.643Z] #62 4.102 + shift [2020-11-10T19:50:52.643Z] #62 4.102 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-10T19:50:52.643Z] #62 4.102 + . /tmp/install/proxy.installer [2020-11-10T19:50:52.643Z] #62 4.102 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:50:52.643Z] #62 4.112 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:50:52.643Z] #62 4.112 + install_proxy [2020-11-10T19:50:52.643Z] #62 4.112 + case "$1" in [2020-11-10T19:50:52.643Z] #62 4.112 + export CGO_ENABLED=0 [2020-11-10T19:50:52.643Z] #62 4.112 + CGO_ENABLED=0 [2020-11-10T19:50:52.643Z] #62 4.112 + _install_proxy [2020-11-10T19:50:52.643Z] #62 4.112 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-10T19:50:52.643Z] #62 4.112 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.ctIh0YyYTl/src/github.com/docker/libnetwork [2020-11-10T19:50:52.643Z] #62 4.123 Cloning into '/tmp/tmp.ctIh0YyYTl/src/github.com/docker/libnetwork'... [2020-11-10T19:50:52.643Z] #62 ... [2020-11-10T19:50:52.643Z] [2020-11-10T19:50:52.643Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:50:52.643Z] #43 3.877 + RM_GOPATH=0 [2020-11-10T19:50:52.643Z] #43 3.877 + TMP_GOPATH= [2020-11-10T19:50:52.643Z] #43 3.877 + : /build [2020-11-10T19:50:52.643Z] #43 3.877 + '[' -z '' ']' [2020-11-10T19:50:52.643Z] #43 3.877 ++ mktemp -d [2020-11-10T19:50:52.643Z] #43 3.877 + export GOPATH=/tmp/tmp.1Y70B8kwId [2020-11-10T19:50:52.643Z] #43 3.877 + GOPATH=/tmp/tmp.1Y70B8kwId [2020-11-10T19:50:52.643Z] #43 3.877 + RM_GOPATH=1 [2020-11-10T19:50:52.643Z] #43 3.877 + case "$(go env GOARCH)" in [2020-11-10T19:50:52.643Z] #43 3.902 ++ go env GOARCH [2020-11-10T19:50:52.643Z] #43 3.908 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:52.643Z] #43 3.908 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:52.643Z] #43 3.908 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:52.643Z] #43 3.908 + dir=/tmp/install [2020-11-10T19:50:52.643Z] #43 3.908 + bin=vndr [2020-11-10T19:50:52.643Z] #43 3.908 + shift [2020-11-10T19:50:52.643Z] #43 3.908 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-10T19:50:52.643Z] #43 3.908 + . /tmp/install/vndr.installer [2020-11-10T19:50:52.643Z] #43 3.908 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:50:52.643Z] #43 3.908 + install_vndr [2020-11-10T19:50:52.643Z] #43 3.908 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-10T19:50:52.643Z] #43 3.908 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.1Y70B8kwId/src/github.com/LK4D4/vndr [2020-11-10T19:50:52.643Z] #43 3.910 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:50:52.643Z] #43 3.918 Cloning into '/tmp/tmp.1Y70B8kwId/src/github.com/LK4D4/vndr'... [2020-11-10T19:50:52.643Z] #43 4.840 + cd /tmp/tmp.1Y70B8kwId/src/github.com/LK4D4/vndr [2020-11-10T19:50:52.643Z] #43 4.841 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:50:52.643Z] #43 4.884 + go build -buildmode=pie -v -o /build/vndr . [2020-11-10T19:50:52.643Z] #43 6.615 vendor/golang.org/x/crypto/curve25519 [2020-11-10T19:50:52.643Z] #43 6.738 runtime [2020-11-10T19:50:52.647Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 95.54MB / 97.69MB 6.4s [2020-11-10T19:50:52.756Z] #41 22.21 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-11-10T19:50:52.756Z] #41 22.30 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-10T19:50:52.756Z] #41 22.33 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-10T19:50:52.756Z] #41 22.35 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-11-10T19:50:52.756Z] #41 22.35 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-11-10T19:50:52.756Z] #41 22.37 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-11-10T19:50:52.756Z] #41 22.37 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-10T19:50:52.756Z] #41 22.37 DEP compel/plugins/std/infect.d [2020-11-10T19:50:52.756Z] #41 22.46 DEP compel/plugins/std/string.d [2020-11-10T19:50:52.756Z] #41 22.56 DEP compel/plugins/std/log.d [2020-11-10T19:50:52.901Z] #43 ... [2020-11-10T19:50:52.901Z] [2020-11-10T19:50:52.901Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:50:52.901Z] #38 15.15 Checking out files: 91% (1524/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-11-10T19:50:52.901Z] #38 15.31 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-10T19:50:53.051Z] #41 22.62 DEP compel/plugins/std/fds.d [2020-11-10T19:50:53.051Z] #41 22.68 DEP compel/plugins/std/std.d [2020-11-10T19:50:53.051Z] #41 22.72 DEP compel/plugins/shmem/shmem.d [2020-11-10T19:50:53.051Z] #41 22.75 DEP compel/plugins/fds/fds.d [2020-11-10T19:50:53.051Z] #41 22.81 CC compel/plugins/std/std.o [2020-11-10T19:50:53.342Z] #41 22.91 CC compel/plugins/std/fds.o [2020-11-10T19:50:53.342Z] #41 23.02 CC compel/plugins/std/log.o [2020-11-10T19:50:53.344Z] #45 ... [2020-11-10T19:50:53.344Z] [2020-11-10T19:50:53.344Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:53.344Z] #56 9.085 + cd /tmp/tmp.Fpmf5nf73u/src/github.com/rootless-containers/rootlesskit [2020-11-10T19:50:53.344Z] #56 9.085 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:50:53.606Z] #56 9.280 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-10T19:50:53.606Z] #56 9.281 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-10T19:50:53.833Z] #38 ... [2020-11-10T19:50:53.833Z] [2020-11-10T19:50:53.833Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:50:53.833Z] #40 6.717 Reading package lists... [2020-11-10T19:50:53.973Z] #41 23.55 CC compel/plugins/std/string.o [2020-11-10T19:50:54.091Z] #40 14.10 Reading package lists... [2020-11-10T19:50:54.091Z] #40 ... [2020-11-10T19:50:54.091Z] [2020-11-10T19:50:54.091Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:54.091Z] #56 9.242 + cd /tmp/tmp.vgQcqizE0N/src/github.com/rootless-containers/rootlesskit [2020-11-10T19:50:54.091Z] #56 9.242 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:50:54.091Z] #56 9.564 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-10T19:50:54.091Z] #56 9.565 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-10T19:50:54.264Z] #41 23.83 CC compel/plugins/std/infect.o [2020-11-10T19:50:54.264Z] #41 23.94 CC compel/arch/s390/plugins/std/parasite-head.o [2020-11-10T19:50:54.264Z] #41 23.96 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-11-10T19:50:54.264Z] #41 23.99 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-11-10T19:50:54.264Z] #41 24.06 AR compel/plugins/std.lib.a [2020-11-10T19:50:54.325Z] #27 4.121 0.2% ## 3.7% ##### 7.2% ##### 8.3% ######## 11.4% ########### 16.0% ############## 20.6% ################ 23.5% #################### 28.4% ###################### 31.6% ######################### 35.3% ############################ 39.6% ################################ 44.5% ################################# 46.8% #################################### 50.5% ####################################### 55.2% ######################################### 58.2% ############################################ 62.0% ############################################## 64.6% ################################################# 68.5% ################################################## 70.0% #################################################### 73.0% ####################################################### 77.0% ########################################################## 80.8% ############################################################# 85.6% ############################################################### 88.4% ################################################################# 91.3% #################################################################### 95.5% ####################################################################### 99.5% ######################################################################## 100.0% [2020-11-10T19:50:54.326Z] #27 7.171 [2020-11-10T19:50:54.555Z] #41 24.09 CC compel/plugins/fds/fds.o [2020-11-10T19:50:54.555Z] #41 24.23 AR compel/plugins/fds.lib.a [2020-11-10T19:50:54.555Z] #41 24.25 HOSTDEP compel/src/lib/log-host.d [2020-11-10T19:50:54.555Z] #41 24.30 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-10T19:50:54.563Z] #56 ... [2020-11-10T19:50:54.563Z] [2020-11-10T19:50:54.563Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:54.563Z] #62 3.428 + RM_GOPATH=0 [2020-11-10T19:50:54.563Z] #62 3.428 + TMP_GOPATH= [2020-11-10T19:50:54.563Z] #62 3.428 + : /build [2020-11-10T19:50:54.563Z] #62 3.428 + '[' -z '' ']' [2020-11-10T19:50:54.563Z] #62 3.428 ++ mktemp -d [2020-11-10T19:50:54.563Z] #62 3.428 + export GOPATH=/tmp/tmp.sn0Ovc5hWH [2020-11-10T19:50:54.563Z] #62 3.428 + GOPATH=/tmp/tmp.sn0Ovc5hWH [2020-11-10T19:50:54.563Z] #62 3.428 + RM_GOPATH=1 [2020-11-10T19:50:54.563Z] #62 3.428 + case "$(go env GOARCH)" in [2020-11-10T19:50:54.563Z] #62 3.428 ++ go env GOARCH [2020-11-10T19:50:54.563Z] #62 3.471 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:54.563Z] #62 3.471 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:54.563Z] #62 3.471 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:54.563Z] #62 3.471 + dir=/tmp/install [2020-11-10T19:50:54.563Z] #62 3.471 + bin=proxy [2020-11-10T19:50:54.563Z] #62 3.471 + shift [2020-11-10T19:50:54.563Z] #62 3.471 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-10T19:50:54.563Z] #62 3.471 + . /tmp/install/proxy.installer [2020-11-10T19:50:54.563Z] #62 3.471 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:50:54.563Z] #62 3.471 + install_proxy [2020-11-10T19:50:54.563Z] #62 3.471 + case "$1" in [2020-11-10T19:50:54.563Z] #62 3.471 + export CGO_ENABLED=0 [2020-11-10T19:50:54.563Z] #62 3.471 + CGO_ENABLED=0 [2020-11-10T19:50:54.563Z] #62 3.471 + _install_proxy [2020-11-10T19:50:54.563Z] #62 3.471 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-10T19:50:54.563Z] #62 3.471 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.sn0Ovc5hWH/src/github.com/docker/libnetwork [2020-11-10T19:50:54.563Z] #62 3.471 Cloning into '/tmp/tmp.sn0Ovc5hWH/src/github.com/docker/libnetwork'... [2020-11-10T19:50:54.563Z] #62 3.471 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:50:54.563Z] #62 ... [2020-11-10T19:50:54.563Z] [2020-11-10T19:50:54.563Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:50:54.563Z] #43 3.477 + RM_GOPATH=0 [2020-11-10T19:50:54.563Z] #43 3.497 + TMP_GOPATH= [2020-11-10T19:50:54.563Z] #43 3.497 + : /build [2020-11-10T19:50:54.563Z] #43 3.497 + '[' -z '' ']' [2020-11-10T19:50:54.563Z] #43 3.497 ++ mktemp -d [2020-11-10T19:50:54.563Z] #43 3.497 + export GOPATH=/tmp/tmp.VuPOqTnYoW [2020-11-10T19:50:54.563Z] #43 3.497 + GOPATH=/tmp/tmp.VuPOqTnYoW [2020-11-10T19:50:54.563Z] #43 3.497 + RM_GOPATH=1 [2020-11-10T19:50:54.563Z] #43 3.497 + case "$(go env GOARCH)" in [2020-11-10T19:50:54.563Z] #43 3.501 ++ go env GOARCH [2020-11-10T19:50:54.563Z] #43 3.586 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:50:54.563Z] #43 3.601 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:54.563Z] #43 3.601 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:54.563Z] #43 3.601 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:54.563Z] #43 3.601 + dir=/tmp/install [2020-11-10T19:50:54.563Z] #43 3.601 + bin=vndr [2020-11-10T19:50:54.563Z] #43 3.601 + shift [2020-11-10T19:50:54.563Z] #43 3.601 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-10T19:50:54.563Z] #43 3.601 + . /tmp/install/vndr.installer [2020-11-10T19:50:54.563Z] #43 3.601 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:50:54.563Z] #43 3.601 + install_vndr [2020-11-10T19:50:54.563Z] #43 3.601 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-10T19:50:54.563Z] #43 3.601 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.VuPOqTnYoW/src/github.com/LK4D4/vndr [2020-11-10T19:50:54.563Z] #43 3.604 Cloning into '/tmp/tmp.VuPOqTnYoW/src/github.com/LK4D4/vndr'... [2020-11-10T19:50:54.563Z] #43 4.514 + cd /tmp/tmp.VuPOqTnYoW/src/github.com/LK4D4/vndr [2020-11-10T19:50:54.563Z] #43 4.522 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:50:54.563Z] #43 4.556 + go build -buildmode=pie -v -o /build/vndr . [2020-11-10T19:50:54.563Z] #43 5.965 runtime [2020-11-10T19:50:54.563Z] #43 6.204 runtime/cgo [2020-11-10T19:50:54.563Z] #43 ... [2020-11-10T19:50:54.563Z] [2020-11-10T19:50:54.563Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:54.563Z] #49 4.011 + RM_GOPATH=0 [2020-11-10T19:50:54.563Z] #49 4.011 + TMP_GOPATH= [2020-11-10T19:50:54.563Z] #49 4.011 + : /build [2020-11-10T19:50:54.563Z] #49 4.011 + '[' -z '' ']' [2020-11-10T19:50:54.563Z] #49 4.011 ++ mktemp -d [2020-11-10T19:50:54.563Z] #49 4.011 + export GOPATH=/tmp/tmp.o1k9O8UMYe [2020-11-10T19:50:54.563Z] #49 4.011 + GOPATH=/tmp/tmp.o1k9O8UMYe [2020-11-10T19:50:54.563Z] #49 4.012 + RM_GOPATH=1 [2020-11-10T19:50:54.563Z] #49 4.012 + case "$(go env GOARCH)" in [2020-11-10T19:50:54.563Z] #49 4.018 ++ go env GOARCH [2020-11-10T19:50:54.563Z] #49 4.067 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:54.563Z] #49 4.067 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:54.563Z] #49 4.068 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:54.563Z] #49 4.073 + dir=/tmp/install [2020-11-10T19:50:54.563Z] #49 4.074 + bin=shfmt [2020-11-10T19:50:54.563Z] #49 4.074 + shift [2020-11-10T19:50:54.563Z] #49 4.074 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-10T19:50:54.563Z] #49 4.074 + . /tmp/install/shfmt.installer [2020-11-10T19:50:54.563Z] #49 4.075 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:50:54.563Z] #49 4.076 + install_shfmt [2020-11-10T19:50:54.563Z] #49 4.077 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-10T19:50:54.563Z] #49 4.077 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:50:54.563Z] #49 4.077 + git clone https://github.com/mvdan/sh.git /tmp/tmp.o1k9O8UMYe/src/github.com/mvdan/sh [2020-11-10T19:50:54.563Z] #49 4.079 Cloning into '/tmp/tmp.o1k9O8UMYe/src/github.com/mvdan/sh'... [2020-11-10T19:50:54.825Z] #49 ... [2020-11-10T19:50:54.825Z] [2020-11-10T19:50:54.825Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:50:54.825Z] #32 4.048 + RM_GOPATH=0 [2020-11-10T19:50:54.825Z] #32 4.048 + TMP_GOPATH= [2020-11-10T19:50:54.825Z] #32 4.048 + : /build [2020-11-10T19:50:54.825Z] #32 4.048 + '[' -z '' ']' [2020-11-10T19:50:54.825Z] #32 4.048 ++ mktemp -d [2020-11-10T19:50:54.825Z] #32 4.048 + export GOPATH=/tmp/tmp.U5EKaEH4nt [2020-11-10T19:50:54.825Z] #32 4.048 + GOPATH=/tmp/tmp.U5EKaEH4nt [2020-11-10T19:50:54.825Z] #32 4.048 + RM_GOPATH=1 [2020-11-10T19:50:54.825Z] #32 4.048 + case "$(go env GOARCH)" in [2020-11-10T19:50:54.825Z] #32 4.048 ++ go env GOARCH [2020-11-10T19:50:54.825Z] #32 4.074 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:54.825Z] #32 4.075 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:50:54.825Z] #32 4.075 ++ dirname /tmp/install/install.sh [2020-11-10T19:50:54.825Z] #32 4.090 + dir=/tmp/install [2020-11-10T19:50:54.825Z] #32 4.090 + bin=tomlv [2020-11-10T19:50:54.825Z] #32 4.091 + shift [2020-11-10T19:50:54.825Z] #32 4.091 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-10T19:50:54.825Z] #32 4.091 + . /tmp/install/tomlv.installer [2020-11-10T19:50:54.825Z] #32 4.091 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:50:54.825Z] #32 4.093 + install_tomlv [2020-11-10T19:50:54.825Z] #32 4.094 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-10T19:50:54.825Z] #32 4.098 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:50:54.825Z] #32 4.099 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.U5EKaEH4nt/src/github.com/BurntSushi/toml [2020-11-10T19:50:54.825Z] #32 4.100 Cloning into '/tmp/tmp.U5EKaEH4nt/src/github.com/BurntSushi/toml'... [2020-11-10T19:50:54.825Z] #32 4.987 + cd /tmp/tmp.U5EKaEH4nt/src/github.com/BurntSushi/toml [2020-11-10T19:50:54.825Z] #32 4.987 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:50:54.825Z] #32 5.014 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-10T19:50:54.825Z] #32 5.734 runtime/cgo [2020-11-10T19:50:54.825Z] #32 5.825 runtime [2020-11-10T19:50:54.845Z] #41 24.37 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-11-10T19:50:54.845Z] #41 24.40 HOSTDEP compel/src/main-host.d [2020-11-10T19:50:54.845Z] #41 24.45 DEP compel/src/lib/ptrace.d [2020-11-10T19:50:54.845Z] #41 24.54 DEP compel/src/lib/infect.d [2020-11-10T19:50:54.845Z] #41 24.61 DEP compel/src/lib/infect-util.d [2020-11-10T19:50:55.136Z] #41 24.67 DEP compel/src/lib/infect-rpc.d [2020-11-10T19:50:55.136Z] #41 24.74 DEP compel/arch/s390/src/lib/infect.d [2020-11-10T19:50:55.136Z] #41 24.82 DEP compel/arch/s390/src/lib/cpu.d [2020-11-10T19:50:55.136Z] #41 24.84 DEP compel/src/lib/log.d [2020-11-10T19:50:55.367Z] #27 7.924 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-10T19:50:55.367Z] #27 8.064 [2020-11-10T19:50:55.367Z] #27 8.194 ##################### 29.8% ######################################################################## 100.0% [2020-11-10T19:50:55.367Z] #27 8.267 [2020-11-10T19:50:55.426Z] #41 24.88 DEP compel/src/main.d [2020-11-10T19:50:55.426Z] #41 24.92 DEP compel/src/lib/handle-elf.d [2020-11-10T19:50:55.426Z] #41 24.97 DEP compel/arch/s390/src/lib/handle-elf.d [2020-11-10T19:50:55.426Z] #41 25.03 CC compel/src/lib/log.o [2020-11-10T19:50:55.426Z] #41 25.17 CC compel/arch/s390/src/lib/cpu.o [2020-11-10T19:50:55.717Z] #41 25.35 CC compel/arch/s390/src/lib/infect.o [2020-11-10T19:50:55.845Z] #32 ... [2020-11-10T19:50:55.845Z] [2020-11-10T19:50:55.845Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:50:55.845Z] #11 5.913 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [245 kB] [2020-11-10T19:50:55.845Z] #11 8.668 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-10T19:50:55.972Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 4.9s done [2020-11-10T19:50:55.972Z] #8 ... [2020-11-10T19:50:55.972Z] [2020-11-10T19:50:55.972Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-10T19:50:55.972Z] #24 resolve docker.io/library/debian:buster@sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 done [2020-11-10T19:50:55.972Z] #24 sha256:8414aa82208bc4c2761dc149df67e25c6b8a9380e5d8c4e7b5c84ca2d04bb244 1.85kB / 1.85kB done [2020-11-10T19:50:55.972Z] #24 sha256:463210399eaa08582f27278fdc40d21705648b1fbf5aba088b4b835e39c52ce0 529B / 529B done [2020-11-10T19:50:55.972Z] #24 sha256:fcdd5d3014e4e669c40ba051441fa73e2d68e27894ec5fcc392a12bcde643f1d 1.50kB / 1.50kB done [2020-11-10T19:50:55.972Z] #24 sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 49.18MB / 49.18MB 4.5s done [2020-11-10T19:50:55.972Z] #24 extracting sha256:04aacb10cb67f5fa248646a0ac9f40af5a6d3b0dbef65505bb7766bed6bf4885 5.1s done [2020-11-10T19:50:55.972Z] #24 ... [2020-11-10T19:50:55.972Z] [2020-11-10T19:50:55.972Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-10T19:50:56.006Z] #27 8.852 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-10T19:50:56.006Z] #27 8.873 skipping existing 5cb8031fd95d [2020-11-10T19:50:56.006Z] #27 8.896 [2020-11-10T19:50:56.008Z] #41 ... [2020-11-10T19:50:56.008Z] [2020-11-10T19:50:56.008Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:50:56.008Z] #18 23.03 Selecting previously unselected package vim. [2020-11-10T19:50:56.008Z] #18 23.05 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-11-10T19:50:56.008Z] #18 23.07 Unpacking vim (2:8.1.0875-5) ... [2020-11-10T19:50:56.008Z] #18 23.33 Selecting previously unselected package xfsprogs. [2020-11-10T19:50:56.008Z] #18 23.34 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-11-10T19:50:56.008Z] #18 23.34 Unpacking xfsprogs (4.20.0-1) ... [2020-11-10T19:50:56.008Z] #18 23.53 Selecting previously unselected package zip. [2020-11-10T19:50:56.008Z] #18 23.53 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-11-10T19:50:56.008Z] #18 23.53 Unpacking zip (3.0-11+b1) ... [2020-11-10T19:50:56.008Z] #18 23.64 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:50:56.008Z] #18 23.65 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:50:56.008Z] #18 23.65 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-11-10T19:50:56.008Z] #18 23.66 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-11-10T19:50:56.008Z] #18 23.67 Setting up libgpm2:s390x (1.20.7-5) ... [2020-11-10T19:50:56.008Z] #18 23.67 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-11-10T19:50:56.008Z] #18 23.68 Setting up uidmap (1:4.5-1.1) ... [2020-11-10T19:50:56.008Z] #18 23.69 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-11-10T19:50:56.008Z] #18 23.69 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-10T19:50:56.008Z] #18 23.70 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:50:56.008Z] #18 23.71 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-10T19:50:56.008Z] #18 23.71 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-11-10T19:50:56.008Z] #18 23.72 Setting up xxd (2:8.1.0875-5) ... [2020-11-10T19:50:56.008Z] #18 23.73 Setting up zip (3.0-11+b1) ... [2020-11-10T19:50:56.008Z] #18 23.73 Setting up vim-common (2:8.1.0875-5) ... [2020-11-10T19:50:56.008Z] #18 23.75 Setting up bash-completion (1:2.8-6) ... [2020-11-10T19:50:56.008Z] #18 25.07 Setting up libiptc0:s390x (1.8.2-4) ... [2020-11-10T19:50:56.008Z] #18 25.08 Setting up xz-utils (5.2.4-1) ... [2020-11-10T19:50:56.008Z] #18 25.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-10T19:50:56.008Z] #18 25.09 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:50:56.008Z] #18 25.13 invoke-rc.d: could not determine current runlevel [2020-11-10T19:50:56.008Z] #18 25.13 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-10T19:50:56.008Z] #18 25.13 Setting up pigz (2.4-1) ... [2020-11-10T19:50:56.008Z] #18 25.14 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-11-10T19:50:56.008Z] #18 25.15 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-11-10T19:50:56.008Z] #18 25.16 Setting up python-pip-whl (18.1-5) ... [2020-11-10T19:50:56.008Z] #18 25.16 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-11-10T19:50:56.008Z] #18 25.17 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:50:56.008Z] #18 25.41 Setting up libaio1:s390x (0.3.112-3) ... [2020-11-10T19:50:56.008Z] #18 25.43 Setting up libonig5:s390x (6.9.1-1) ... [2020-11-10T19:50:56.008Z] #18 25.44 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-11-10T19:50:56.008Z] #18 25.46 Setting up vim (2:8.1.0875-5) ... [2020-11-10T19:50:56.008Z] #18 25.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-10T19:50:56.008Z] #18 25.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-10T19:50:56.008Z] #18 25.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-10T19:50:56.008Z] #18 25.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-10T19:50:56.008Z] #18 25.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-10T19:50:56.008Z] #18 25.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-10T19:50:56.008Z] #18 25.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-10T19:50:56.008Z] #18 25.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-10T19:50:56.008Z] #18 25.55 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-10T19:50:56.008Z] #18 25.56 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:50:56.008Z] #18 25.58 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-11-10T19:50:56.008Z] #18 25.60 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-10T19:50:56.008Z] #18 25.62 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-11-10T19:50:56.008Z] #18 25.65 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:50:56.107Z] #11 ... [2020-11-10T19:50:56.107Z] [2020-11-10T19:50:56.107Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:56.107Z] #45 9.254 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:50:56.107Z] #45 9.746 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:50:56.107Z] #45 11.49 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:50:56.617Z] #56 ... [2020-11-10T19:50:56.617Z] [2020-11-10T19:50:56.617Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:56.617Z] #47 11.90 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-10T19:50:56.617Z] #47 11.94 go: downloading github.com/spf13/viper v1.6.1 [2020-11-10T19:50:56.617Z] #47 11.96 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-10T19:50:56.617Z] #47 11.99 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:50:56.617Z] #47 12.10 go: downloading github.com/pkg/errors v0.8.1 [2020-11-10T19:50:56.617Z] #47 12.15 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:50:56.617Z] #47 12.18 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:50:56.617Z] #47 12.19 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:50:56.617Z] #47 12.24 go: downloading github.com/fatih/color v1.7.0 [2020-11-10T19:50:56.617Z] #47 12.42 go: extracting github.com/spf13/viper v1.6.1 [2020-11-10T19:50:56.617Z] #47 12.43 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-10T19:50:56.617Z] #47 12.45 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:50:56.617Z] #47 12.45 go: extracting github.com/pkg/errors v0.8.1 [2020-11-10T19:50:56.617Z] #47 12.68 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-10T19:50:56.617Z] #47 12.85 go: extracting github.com/fatih/color v1.7.0 [2020-11-10T19:50:56.617Z] #47 12.86 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:50:56.617Z] #47 12.94 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:50:56.617Z] #47 12.97 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-10T19:50:56.617Z] #47 13.06 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-10T19:50:56.618Z] #47 13.09 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:50:56.618Z] #47 13.21 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:50:56.618Z] #47 13.38 go: downloading github.com/spf13/afero v1.1.2 [2020-11-10T19:50:56.618Z] #47 13.44 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-10T19:50:56.618Z] #47 13.44 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:50:56.618Z] #47 13.49 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:50:56.618Z] #47 13.59 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-10T19:50:56.618Z] #47 13.67 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:50:56.618Z] #47 13.88 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:50:56.618Z] #47 14.01 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:50:56.618Z] #47 14.03 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:50:56.618Z] #47 14.05 go: extracting github.com/spf13/afero v1.1.2 [2020-11-10T19:50:56.618Z] #47 14.06 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:50:56.618Z] #47 14.10 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:50:56.618Z] #47 14.29 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:50:56.618Z] #47 14.44 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:50:56.618Z] #47 14.49 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:50:56.643Z] #27 9.420 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-10T19:50:56.643Z] #27 9.440 skipping existing 283607eaa57e [2020-11-10T19:50:56.643Z] #27 9.464 [2020-11-10T19:50:56.875Z] #47 14.51 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:50:57.133Z] #47 14.72 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:50:57.133Z] #47 14.80 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:50:57.289Z] #27 10.12 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-10T19:50:57.351Z] #28 DONE 4.9s [2020-11-10T19:50:57.351Z] [2020-11-10T19:50:57.351Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-10T19:50:57.351Z] #31 DONE 0.3s [2020-11-10T19:50:57.351Z] [2020-11-10T19:50:57.351Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-10T19:50:57.351Z] #33 DONE 0.0s [2020-11-10T19:50:57.351Z] [2020-11-10T19:50:57.351Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:57.351Z] #41 32.15 CC criu/protobuf-desc.o [2020-11-10T19:50:57.351Z] #41 32.38 CC criu/protobuf.o [2020-11-10T19:50:57.351Z] #41 32.50 CC criu/pstree.o [2020-11-10T19:50:57.351Z] #41 32.83 CC criu/rbtree.o [2020-11-10T19:50:57.351Z] #41 32.95 CC criu/rst-malloc.o [2020-11-10T19:50:57.351Z] #41 33.05 CC criu/seccomp.o [2020-11-10T19:50:57.351Z] #41 33.26 CC criu/seize.o [2020-11-10T19:50:57.351Z] #41 33.55 CC criu/servicefd.o [2020-11-10T19:50:57.351Z] #41 33.68 CC criu/shmem.o [2020-11-10T19:50:57.351Z] #41 33.96 CC criu/sigframe.o [2020-11-10T19:50:57.351Z] #41 34.05 CC criu/signalfd.o [2020-11-10T19:50:57.351Z] #41 34.17 CC criu/sk-inet.o [2020-11-10T19:50:57.351Z] #41 34.51 CC criu/sk-netlink.o [2020-11-10T19:50:57.351Z] #41 34.63 CC criu/sk-packet.o [2020-11-10T19:50:57.351Z] #41 34.82 CC criu/sk-queue.o [2020-11-10T19:50:57.351Z] #41 34.95 CC criu/sk-tcp.o [2020-11-10T19:50:57.351Z] #41 35.11 CC criu/sk-unix.o [2020-11-10T19:50:57.351Z] #41 35.80 CC criu/sockets.o [2020-11-10T19:50:57.351Z] #41 36.20 CC criu/stats.o [2020-11-10T19:50:57.351Z] #41 36.34 CC criu/string.o [2020-11-10T19:50:57.351Z] #41 36.40 CC criu/sysctl.o [2020-11-10T19:50:57.351Z] #41 36.67 CC criu/sysfs_parse.o [2020-11-10T19:50:57.351Z] #41 36.82 CC criu/timens.o [2020-11-10T19:50:57.351Z] #41 36.94 CC criu/timerfd.o [2020-11-10T19:50:57.351Z] #41 ... [2020-11-10T19:50:57.351Z] [2020-11-10T19:50:57.351Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-10T19:50:57.351Z] #36 DONE 0.0s [2020-11-10T19:50:57.351Z] [2020-11-10T19:50:57.351Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:57.351Z] #41 37.08 CC criu/tty.o [2020-11-10T19:50:57.351Z] #41 ... [2020-11-10T19:50:57.351Z] [2020-11-10T19:50:57.351Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-10T19:50:57.363Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 11.1s done [2020-11-10T19:50:57.390Z] #47 15.13 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:50:57.390Z] #47 15.18 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:50:57.582Z] #27 10.27 [2020-11-10T19:50:57.582Z] #27 10.35 ######################################################################## 100.0% [2020-11-10T19:50:57.582Z] #27 10.38 [2020-11-10T19:50:57.625Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 11.5s [2020-11-10T19:50:57.955Z] #47 15.60 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:50:57.955Z] #47 15.60 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:50:57.955Z] #47 15.66 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:50:58.070Z] #18 27.35 Setting up iptables (1.8.2-4) ... [2020-11-10T19:50:58.070Z] #18 27.35 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:50:58.070Z] #18 27.36 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:50:58.070Z] #18 27.36 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:50:58.070Z] #18 27.36 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:50:58.070Z] #18 27.37 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-10T19:50:58.070Z] #18 27.37 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-10T19:50:58.070Z] #18 27.38 Setting up python3 (3.7.3-1) ... [2020-11-10T19:50:58.070Z] #18 27.60 Setting up python3-wheel (0.32.3-2) ... [2020-11-10T19:50:58.212Z] #47 16.03 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:50:58.223Z] #27 11.00 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-10T19:50:58.288Z] #39 DONE 0.7s [2020-11-10T19:50:58.288Z] [2020-11-10T19:50:58.288Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:58.288Z] #41 37.80 CC criu/tun.o [2020-11-10T19:50:58.288Z] #41 37.96 CC criu/uffd.o [2020-11-10T19:50:58.360Z] #18 27.98 Setting up apparmor (2.13.2-10) ... [2020-11-10T19:50:58.521Z] #27 11.16 [2020-11-10T19:50:58.521Z] #27 11.26 ######################################################################## 100.0% [2020-11-10T19:50:58.521Z] #27 11.29 [2020-11-10T19:50:58.521Z] #27 11.30 Download of images into '/build' complete. [2020-11-10T19:50:58.521Z] #27 11.30 Use something like the following to load the result into a Docker daemon: [2020-11-10T19:50:58.521Z] #27 11.31 tar -cC '/build' . | docker load [2020-11-10T19:50:58.521Z] #27 DONE 11.4s [2020-11-10T19:50:58.521Z] [2020-11-10T19:50:58.521Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-10T19:50:58.548Z] #41 38.34 CC criu/util.o [2020-11-10T19:50:58.570Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 12.2s done [2020-11-10T19:50:58.659Z] #45 ... [2020-11-10T19:50:58.659Z] [2020-11-10T19:50:58.659Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:50:58.659Z] #38 16.76 Checking out files: 97% (1617/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-11-10T19:50:58.659Z] #38 16.82 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-10T19:50:58.659Z] #38 18.70 + 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-11-10T19:50:58.832Z] #8 ... [2020-11-10T19:50:58.832Z] [2020-11-10T19:50:58.832Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:8414aa82... [2020-11-10T19:50:58.832Z] #24 DONE 13.1s [2020-11-10T19:50:59.095Z] [2020-11-10T19:50:59.095Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-10T19:50:59.120Z] #41 38.92 CC criu/uts_ns.o [2020-11-10T19:50:59.120Z] #41 39.02 CC criu/vdso-compat.o [2020-11-10T19:50:59.120Z] #41 39.13 CC criu/vdso.o [2020-11-10T19:50:59.380Z] #41 39.40 LINK criu/built-in.o [2020-11-10T19:50:59.393Z] #18 28.91 Setting up xfsprogs (4.20.0-1) ... [2020-11-10T19:50:59.393Z] #18 28.92 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:50:59.591Z] #47 17.01 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:50:59.640Z] #41 39.50 LINK criu/criu [2020-11-10T19:50:59.706Z] #18 29.18 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:50:59.707Z] #18 ... [2020-11-10T19:50:59.707Z] [2020-11-10T19:50:59.707Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:50:59.707Z] #54 17.72 + cd /tmp/tmp.kR5Cvxmzej/src/github.com/containerd/containerd [2020-11-10T19:50:59.707Z] #54 17.72 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:50:59.707Z] #54 18.38 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-10T19:50:59.707Z] #54 18.38 + BUILDTAGS='netgo osusergo static_build' [2020-11-10T19:50:59.707Z] #54 18.38 + export EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:50:59.707Z] #54 18.38 + EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:50:59.707Z] #54 18.38 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-10T19:50:59.707Z] #54 18.38 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-10T19:50:59.707Z] #54 18.38 + '[' '' = dynamic ']' [2020-11-10T19:50:59.707Z] #54 18.38 + make [2020-11-10T19:50:59.707Z] #54 19.16 + bin/ctr [2020-11-10T19:50:59.849Z] #47 17.51 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:50:59.849Z] #47 17.61 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:50:59.849Z] #47 17.62 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:50:59.849Z] #47 17.62 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:50:59.899Z] #41 39.65 DEP lib/c/criu.d [2020-11-10T19:50:59.899Z] #41 39.68 CC images/rpc.pb-c.o [2020-11-10T19:50:59.997Z] #54 ... [2020-11-10T19:50:59.997Z] [2020-11-10T19:50:59.997Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:50:59.997Z] #41 25.74 CC compel/src/lib/infect-rpc.o [2020-11-10T19:50:59.997Z] #41 25.87 CC compel/src/lib/infect-util.o [2020-11-10T19:50:59.997Z] #41 26.00 CC compel/src/lib/infect.o [2020-11-10T19:50:59.997Z] #41 27.01 CC compel/src/lib/ptrace.o [2020-11-10T19:50:59.997Z] #41 27.23 AR compel/libcompel.a [2020-11-10T19:50:59.997Z] #41 27.26 HOSTCC compel/src/main-host.o [2020-11-10T19:50:59.997Z] #41 27.41 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-11-10T19:50:59.997Z] #41 27.47 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-10T19:50:59.997Z] #41 27.60 HOSTCC compel/src/lib/log-host.o [2020-11-10T19:50:59.997Z] #41 27.69 HOSTLINK compel/compel-host-bin [2020-11-10T19:50:59.997Z] #41 27.77 DEP soccr/soccr.d [2020-11-10T19:50:59.997Z] #41 27.86 CC soccr/soccr.o [2020-11-10T19:50:59.997Z] #41 28.33 AR soccr/libsoccr.a [2020-11-10T19:50:59.997Z] #41 28.35 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:50:59.997Z] #41 28.47 DEP criu/arch/s390/sigframe.d [2020-11-10T19:50:59.997Z] #41 28.51 DEP criu/arch/s390/crtools.d [2020-11-10T19:50:59.997Z] #41 28.58 DEP criu/arch/s390/cpu.d [2020-11-10T19:50:59.997Z] #41 28.63 CC criu/arch/s390/cpu.o [2020-11-10T19:50:59.997Z] #41 28.82 CC criu/arch/s390/crtools.o [2020-11-10T19:50:59.997Z] #41 29.25 CC criu/arch/s390/sigframe.o [2020-11-10T19:50:59.997Z] #41 29.32 LINK criu/arch/s390/crtools.built-in.o [2020-11-10T19:50:59.997Z] #41 29.35 DEP criu/pie/util-vdso.d [2020-11-10T19:50:59.997Z] #41 29.40 DEP criu/pie/util.d [2020-11-10T19:50:59.997Z] #41 29.47 CC criu/pie/util.o [2020-11-10T19:50:59.997Z] #41 29.57 CC criu/pie/util-vdso.o [2020-11-10T19:51:00.041Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 13.1s done [2020-11-10T19:51:00.041Z] #8 DONE 16.3s [2020-11-10T19:51:00.041Z] [2020-11-10T19:51:00.041Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-10T19:51:00.041Z] #9 DONE 0.2s [2020-11-10T19:51:00.041Z] [2020-11-10T19:51:00.041Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-10T19:51:00.173Z] #41 39.87 CC lib/c/criu.o [2020-11-10T19:51:00.288Z] #41 29.98 AR criu/pie/pie.lib.a [2020-11-10T19:51:00.340Z] #10 DONE 0.2s [2020-11-10T19:51:00.340Z] [2020-11-10T19:51:00.340Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-10T19:51:00.340Z] #29 DONE 0.1s [2020-11-10T19:51:00.340Z] [2020-11-10T19:51:00.340Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:00.420Z] #47 17.89 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:51:00.420Z] #47 17.92 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:51:00.435Z] #41 40.22 LINK lib/c/built-in.o [2020-11-10T19:51:00.435Z] #41 40.23 LINK lib/c/libcriu.so [2020-11-10T19:51:00.435Z] #41 40.25 LINK lib/c/libcriu.a [2020-11-10T19:51:00.435Z] #41 40.28 GEN magic.py [2020-11-10T19:51:00.435Z] #41 40.34 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:51:00.435Z] #41 40.34 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:51:00.579Z] #41 30.00 DEP criu/pie/restorer.d [2020-11-10T19:51:00.579Z] #41 30.11 DEP criu/arch/s390/restorer.d [2020-11-10T19:51:00.579Z] #41 30.26 DEP criu/arch/s390/vdso-pie.d [2020-11-10T19:51:00.579Z] #41 30.31 DEP criu/pie/parasite-vdso.d [2020-11-10T19:51:00.579Z] #41 30.39 DEP criu/pie/parasite.d [2020-11-10T19:51:00.582Z] #38 ... [2020-11-10T19:51:00.582Z] [2020-11-10T19:51:00.582Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:00.582Z] #47 5.876 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:51:00.582Z] #47 12.05 go: downloading github.com/spf13/viper v1.6.1 [2020-11-10T19:51:00.582Z] #47 12.06 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:51:00.582Z] #47 12.07 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:51:00.582Z] #47 12.15 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:51:00.582Z] #47 12.22 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:51:00.582Z] #47 12.24 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:51:00.582Z] #47 12.33 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:51:00.582Z] #47 12.38 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:00.582Z] #47 12.38 go: extracting github.com/spf13/viper v1.6.1 [2020-11-10T19:51:00.582Z] #47 12.50 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:51:00.582Z] #47 12.50 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:00.582Z] #47 12.59 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:00.582Z] #47 12.63 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:51:00.582Z] #47 13.23 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:00.582Z] #47 13.56 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:51:00.582Z] #47 13.62 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:00.582Z] #47 13.79 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:00.582Z] #47 13.95 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:51:00.582Z] #47 14.23 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:51:00.582Z] #47 14.65 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:00.582Z] #47 14.68 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:00.582Z] #47 14.71 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-10T19:51:00.582Z] #47 14.98 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-10T19:51:00.582Z] #47 14.99 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:00.582Z] #47 15.13 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:00.582Z] #47 15.86 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:51:00.582Z] #47 ... [2020-11-10T19:51:00.582Z] [2020-11-10T19:51:00.582Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:00.582Z] #45 14.65 go: finding github.com/fatih/color v1.9.0 [2020-11-10T19:51:00.582Z] #45 14.68 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:51:00.582Z] #45 14.70 go: finding github.com/pkg/errors v0.9.1 [2020-11-10T19:51:00.582Z] #45 14.82 go: finding github.com/spf13/pflag v1.0.3 [2020-11-10T19:51:00.582Z] #45 14.93 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:51:00.582Z] #45 14.98 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:51:00.582Z] #45 15.21 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:51:00.582Z] #45 15.33 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:51:00.582Z] #45 15.35 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:51:00.582Z] #45 15.39 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:51:00.582Z] #45 15.44 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:51:00.635Z] #32 ... [2020-11-10T19:51:00.635Z] [2020-11-10T19:51:00.635Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-10T19:51:00.635Z] #37 DONE 0.1s [2020-11-10T19:51:00.635Z] [2020-11-10T19:51:00.635Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:51:00.696Z] #41 40.34 Note: Building without GnuTLS support [2020-11-10T19:51:00.696Z] #41 40.34 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:51:00.696Z] #41 40.34 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:51:00.696Z] #41 40.61 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:51:00.869Z] #41 30.47 CC criu/pie/parasite.o [2020-11-10T19:51:00.960Z] #41 40.77 make[1]: Nothing to be done for 'all'. [2020-11-10T19:51:00.984Z] #47 ... [2020-11-10T19:51:00.984Z] [2020-11-10T19:51:00.984Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:00.984Z] #11 6.808 Reading package lists... [2020-11-10T19:51:00.984Z] #11 14.36 Reading package lists... [2020-11-10T19:51:00.984Z] #11 21.34 Building dependency tree... [2020-11-10T19:51:01.227Z] #41 40.93 make[1]: 'images/built-in.o' is up to date. [2020-11-10T19:51:01.227Z] #41 40.94 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-10T19:51:01.227Z] #41 40.95 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-10T19:51:01.227Z] #41 40.96 make[1]: 'compel/libcompel.a' is up to date. [2020-11-10T19:51:01.227Z] #41 40.97 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-10T19:51:01.227Z] #41 40.98 make[1]: Nothing to be done for 'all'. [2020-11-10T19:51:01.227Z] #41 40.98 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:51:01.227Z] #41 41.05 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:01.227Z] #41 41.06 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:01.227Z] #41 41.07 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:01.227Z] #41 41.10 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:01.227Z] #41 41.12 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:01.227Z] #41 41.12 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:01.227Z] #41 41.14 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:01.227Z] #41 41.16 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:01.241Z] #11 ... [2020-11-10T19:51:01.241Z] [2020-11-10T19:51:01.241Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:01.241Z] #34 6.980 Reading package lists... [2020-11-10T19:51:01.241Z] #34 14.42 Reading package lists... [2020-11-10T19:51:01.241Z] #34 21.71 Building dependency tree... [2020-11-10T19:51:01.313Z] #38 0.624 + git clone https://github.com/docker/distribution.git . [2020-11-10T19:51:01.313Z] #38 0.625 Cloning into '.'... [2020-11-10T19:51:01.499Z] #34 ... [2020-11-10T19:51:01.499Z] [2020-11-10T19:51:01.499Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:01.499Z] #49 13.66 + cd /tmp/tmp.RcoVC46FEe/src/github.com/mvdan/sh [2020-11-10T19:51:01.499Z] #49 13.66 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:51:01.499Z] #49 13.82 + GO111MODULE=on [2020-11-10T19:51:01.499Z] #49 13.82 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-10T19:51:01.499Z] #49 14.99 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:01.499Z] #49 15.09 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:01.499Z] #49 15.13 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:01.499Z] #49 15.41 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:01.500Z] #49 15.44 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:01.500Z] #49 16.23 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:01.500Z] #49 16.97 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:01.500Z] #49 18.32 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:01.501Z] #41 30.91 LINK criu/pie/parasite.built-in.o [2020-11-10T19:51:01.501Z] #41 30.92 GEN criu/pie/parasite-blob.h [2020-11-10T19:51:01.501Z] #41 30.94 CC criu/pie/parasite-vdso.o [2020-11-10T19:51:01.501Z] #41 31.19 CC criu/arch/s390/vdso-pie.o [2020-11-10T19:51:01.516Z] #41 41.17 INSTALL criu/criu [2020-11-10T19:51:01.757Z] #49 19.56 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:01.757Z] #49 ... [2020-11-10T19:51:01.757Z] [2020-11-10T19:51:01.757Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:01.757Z] #47 19.58 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:01.793Z] #41 31.28 CC criu/arch/s390/restorer.o [2020-11-10T19:51:01.793Z] #41 31.47 CC criu/pie/restorer.o [2020-11-10T19:51:02.085Z] #41 ... [2020-11-10T19:51:02.085Z] [2020-11-10T19:51:02.085Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:51:02.085Z] #18 29.68 Setting up python3-distutils (3.7.3-1) ... [2020-11-10T19:51:02.085Z] #18 30.00 Setting up python3-setuptools (40.8.0-1) ... [2020-11-10T19:51:02.085Z] #18 30.60 Setting up python3-pip (18.1-5) ... [2020-11-10T19:51:02.085Z] #18 31.21 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:02.085Z] #18 31.25 Processing triggers for mime-support (3.62) ... [2020-11-10T19:51:02.085Z] #18 DONE 31.7s [2020-11-10T19:51:02.085Z] [2020-11-10T19:51:02.085Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-10T19:51:02.088Z] #47 19.59 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:02.088Z] #47 19.59 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:02.088Z] #47 19.62 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:02.088Z] #47 19.62 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:02.088Z] #47 19.63 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:02.088Z] #47 19.63 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:02.088Z] #47 19.64 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:02.088Z] #47 19.64 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-10T19:51:02.088Z] #47 19.75 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-10T19:51:02.088Z] #47 19.84 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:02.088Z] #47 ... [2020-11-10T19:51:02.088Z] [2020-11-10T19:51:02.088Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:02.088Z] #45 9.903 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:51:02.088Z] #45 10.20 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:51:02.088Z] #45 12.41 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:51:02.088Z] #45 15.67 go: finding github.com/fatih/color v1.9.0 [2020-11-10T19:51:02.088Z] #45 15.68 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:51:02.088Z] #45 15.78 go: finding github.com/pkg/errors v0.9.1 [2020-11-10T19:51:02.088Z] #45 15.95 go: finding github.com/spf13/pflag v1.0.3 [2020-11-10T19:51:02.088Z] #45 15.96 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:51:02.088Z] #45 16.07 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:51:02.088Z] #45 16.37 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:51:02.088Z] #45 16.40 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:51:02.088Z] #45 16.51 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:51:02.088Z] #45 16.58 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:51:02.088Z] #45 16.59 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:51:02.346Z] #45 ... [2020-11-10T19:51:02.346Z] [2020-11-10T19:51:02.346Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:02.346Z] #47 19.90 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:02.346Z] #47 19.91 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:02.346Z] #47 19.95 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:02.346Z] #47 20.00 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:02.346Z] #47 20.01 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:02.346Z] #47 20.02 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:02.346Z] #47 20.03 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:02.346Z] #47 20.03 go: downloading golang.org/x/text v0.3.2 [2020-11-10T19:51:02.346Z] #47 20.06 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:02.346Z] #47 20.12 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:02.346Z] #47 20.24 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:02.604Z] #47 20.26 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:02.604Z] #47 20.27 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:02.604Z] #47 20.34 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:02.604Z] #47 20.35 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:02.604Z] #47 20.38 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:02.604Z] #47 20.45 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:02.718Z] #19 0.641 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-10T19:51:02.718Z] #19 0.651 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-10T19:51:02.718Z] #19 0.653 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-10T19:51:02.718Z] #19 DONE 0.9s [2020-11-10T19:51:02.718Z] [2020-11-10T19:51:02.718Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:51:02.904Z] #41 DONE 42.5s [2020-11-10T19:51:02.904Z] [2020-11-10T19:51:02.904Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:02.904Z] #54 31.49 + bin/containerd-stress [2020-11-10T19:51:02.904Z] #54 34.03 + bin/containerd-shim [2020-11-10T19:51:02.905Z] #54 36.95 + bin/containerd-shim-runc-v1 [2020-11-10T19:51:02.905Z] #54 39.04 + bin/containerd-shim-runc-v2 [2020-11-10T19:51:02.905Z] #54 39.96 + binaries [2020-11-10T19:51:02.905Z] #54 39.96 + install -D bin/containerd /build/containerd [2020-11-10T19:51:02.905Z] #54 39.99 + install -D bin/containerd-shim /build/containerd-shim [2020-11-10T19:51:02.905Z] #54 40.00 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-10T19:51:02.905Z] #54 40.01 + install -D bin/ctr /build/ctr [2020-11-10T19:51:02.905Z] #54 DONE 41.2s [2020-11-10T19:51:02.919Z] #47 20.50 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:02.919Z] #47 20.52 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:02.919Z] #47 20.52 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:02.919Z] #47 20.63 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:03.009Z] #38 ... [2020-11-10T19:51:03.009Z] [2020-11-10T19:51:03.009Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:03.009Z] #41 32.55 LINK criu/pie/restorer.built-in.o [2020-11-10T19:51:03.009Z] #41 32.55 GEN criu/pie/restorer-blob.h [2020-11-10T19:51:03.009Z] #41 32.59 DEP criu/vdso.d [2020-11-10T19:51:03.009Z] #41 32.74 DEP criu/uts_ns.d [2020-11-10T19:51:03.009Z] #41 32.80 DEP criu/util.d [2020-11-10T19:51:03.177Z] #47 20.71 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:03.177Z] #47 20.82 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:03.177Z] #47 20.95 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:03.177Z] #47 21.01 go: downloading github.com/spf13/cast v1.3.0 [2020-11-10T19:51:03.300Z] #41 32.87 DEP criu/uffd.d [2020-11-10T19:51:03.300Z] #41 33.02 DEP criu/tun.d [2020-11-10T19:51:03.300Z] #41 33.09 DEP criu/tty.d [2020-11-10T19:51:03.434Z] #47 21.13 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:03.434Z] #47 21.16 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:03.591Z] #41 33.24 DEP criu/timerfd.d [2020-11-10T19:51:03.591Z] #41 33.38 DEP criu/timens.d [2020-11-10T19:51:03.711Z] #47 21.35 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:03.881Z] #41 33.51 DEP criu/sysfs_parse.d [2020-11-10T19:51:03.881Z] #41 33.58 DEP criu/sysctl.d [2020-11-10T19:51:03.881Z] #41 33.65 DEP criu/string.d [2020-11-10T19:51:03.969Z] #47 21.46 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:03.969Z] #47 21.51 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:03.969Z] #47 21.62 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:03.969Z] #47 21.73 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:04.171Z] #41 33.68 DEP criu/stats.d [2020-11-10T19:51:04.171Z] #41 33.71 DEP criu/sockets.d [2020-11-10T19:51:04.171Z] #41 33.77 DEP criu/sk-unix.d [2020-11-10T19:51:04.171Z] #41 33.86 DEP criu/sk-tcp.d [2020-11-10T19:51:04.226Z] #47 21.91 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:04.226Z] #47 ... [2020-11-10T19:51:04.226Z] [2020-11-10T19:51:04.226Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:51:04.226Z] #38 17.06 + 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-11-10T19:51:04.226Z] #38 ... [2020-11-10T19:51:04.226Z] [2020-11-10T19:51:04.226Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:04.226Z] #47 21.96 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:04.226Z] #47 21.97 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:04.226Z] #47 21.97 go: extracting github.com/spf13/cast v1.3.0 [2020-11-10T19:51:04.226Z] #47 21.97 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:04.226Z] #47 22.04 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:04.408Z] #25 ... [2020-11-10T19:51:04.408Z] [2020-11-10T19:51:04.408Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-10T19:51:04.408Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.3s done [2020-11-10T19:51:04.408Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.4s done [2020-11-10T19:51:04.408Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.1s [2020-11-10T19:51:04.408Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.4s done [2020-11-10T19:51:04.462Z] #41 33.95 DEP criu/sk-queue.d [2020-11-10T19:51:04.462Z] #41 34.05 DEP criu/sk-packet.d [2020-11-10T19:51:04.462Z] #41 34.15 DEP criu/sk-netlink.d [2020-11-10T19:51:04.484Z] #47 22.17 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:04.484Z] #47 22.29 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:04.672Z] #8 ... [2020-11-10T19:51:04.672Z] [2020-11-10T19:51:04.672Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-10T19:51:04.672Z] #25 5.743 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:51:04.672Z] #25 5.758 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:51:04.672Z] #25 5.798 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:51:04.742Z] #47 22.55 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:04.742Z] #47 22.55 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:04.742Z] #47 22.60 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:04.753Z] #41 34.23 DEP criu/sk-inet.d [2020-11-10T19:51:04.753Z] #41 34.28 DEP criu/signalfd.d [2020-11-10T19:51:04.753Z] #41 34.35 DEP criu/sigframe.d [2020-11-10T19:51:04.753Z] #41 34.41 DEP criu/shmem.d [2020-11-10T19:51:04.792Z] #45 ... [2020-11-10T19:51:04.792Z] [2020-11-10T19:51:04.792Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:04.792Z] #47 18.06 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:04.792Z] #47 18.07 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:04.792Z] #47 18.07 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:51:04.792Z] #47 18.10 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:04.792Z] #47 18.10 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:04.792Z] #47 18.14 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:04.792Z] #47 18.17 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-10T19:51:04.792Z] #47 18.18 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:04.792Z] #47 18.26 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:04.792Z] #47 18.27 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:51:04.792Z] #47 18.27 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:04.792Z] #47 18.28 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:51:04.792Z] #47 18.29 go: downloading github.com/spf13/cast v1.3.0 [2020-11-10T19:51:04.792Z] #47 18.33 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:04.792Z] #47 18.39 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:04.792Z] #47 18.47 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:51:04.792Z] #47 18.49 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:04.792Z] #47 18.49 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:51:04.792Z] #47 18.49 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:04.792Z] #47 18.50 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:04.792Z] #47 18.54 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:04.792Z] #47 18.56 go: downloading golang.org/x/text v0.3.2 [2020-11-10T19:51:04.792Z] #47 18.72 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:04.792Z] #47 18.73 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-10T19:51:04.792Z] #47 18.80 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:04.792Z] #47 18.81 go: extracting github.com/spf13/cast v1.3.0 [2020-11-10T19:51:04.792Z] #47 18.96 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:04.792Z] #47 19.00 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:04.792Z] #47 19.08 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:51:04.792Z] #47 19.12 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:04.792Z] #47 19.15 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:04.792Z] #47 19.17 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:04.792Z] #47 19.21 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:04.792Z] #47 19.21 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:51:04.792Z] #47 19.35 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:04.792Z] #47 19.41 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:04.792Z] #47 19.41 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:04.792Z] #47 19.41 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:51:04.792Z] #47 19.41 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:04.792Z] #47 19.52 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:04.792Z] #47 19.52 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:51:04.792Z] #47 19.56 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:04.792Z] #47 19.59 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:51:04.792Z] #47 19.66 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:51:04.792Z] #47 19.76 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:51:04.792Z] #47 19.86 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:04.792Z] #47 19.98 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:51:04.792Z] #47 19.98 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:04.792Z] #47 19.99 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:04.792Z] #47 20.03 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:04.792Z] #47 20.07 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:51:04.792Z] #47 20.07 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:04.792Z] #47 20.11 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-10T19:51:04.792Z] #47 20.14 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:04.792Z] #47 20.14 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:04.792Z] #47 20.47 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:51:04.792Z] #47 20.47 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:51:04.792Z] #47 20.53 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:04.792Z] #47 20.61 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-10T19:51:04.936Z] #25 5.948 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-10T19:51:05.000Z] #47 22.74 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:05.000Z] #47 22.77 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:05.043Z] #41 34.53 DEP criu/servicefd.d [2020-11-10T19:51:05.043Z] #41 34.60 DEP criu/seize.d [2020-11-10T19:51:05.043Z] #41 34.74 DEP criu/seccomp.d [2020-11-10T19:51:05.052Z] #47 20.77 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:05.052Z] #47 20.82 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:51:05.202Z] #25 6.278 Get:5 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-10T19:51:05.278Z] #47 22.89 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:05.278Z] #47 23.12 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:05.278Z] #47 23.14 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:05.313Z] #47 21.10 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:05.333Z] #41 34.82 DEP criu/rst-malloc.d [2020-11-10T19:51:05.333Z] #41 34.85 DEP criu/rbtree.d [2020-11-10T19:51:05.333Z] #41 34.87 DEP criu/pstree.d [2020-11-10T19:51:05.333Z] #41 34.98 DEP criu/protobuf.d [2020-11-10T19:51:05.333Z] #41 35.06 GEN criu/protobuf-desc-gen.h [2020-11-10T19:51:05.439Z] [2020-11-10T19:51:05.439Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-10T19:51:05.439Z] #42 DONE 0.0s [2020-11-10T19:51:05.439Z] [2020-11-10T19:51:05.439Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-10T19:51:05.467Z] #25 6.385 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 Packages [239 kB] [2020-11-10T19:51:05.573Z] #47 21.23 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:05.573Z] #47 21.29 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:05.697Z] #44 DONE 0.3s [2020-11-10T19:51:05.697Z] [2020-11-10T19:51:05.697Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-10T19:51:05.874Z] #47 21.39 go: downloading github.com/spf13/afero v1.1.2 [2020-11-10T19:51:05.874Z] #47 21.58 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:05.874Z] #47 21.60 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:51:05.876Z] #38 ... [2020-11-10T19:51:05.876Z] [2020-11-10T19:51:05.876Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:05.876Z] #45 0.845 + RM_GOPATH=0 [2020-11-10T19:51:05.876Z] #45 0.845 + TMP_GOPATH= [2020-11-10T19:51:05.876Z] #45 0.846 + : /build [2020-11-10T19:51:05.876Z] #45 0.847 + '[' -z '' ']' [2020-11-10T19:51:05.876Z] #45 0.850 ++ mktemp -d [2020-11-10T19:51:05.876Z] #45 0.852 + export GOPATH=/tmp/tmp.NrzjsQGwDS [2020-11-10T19:51:05.876Z] #45 0.852 + GOPATH=/tmp/tmp.NrzjsQGwDS [2020-11-10T19:51:05.876Z] #45 0.852 + RM_GOPATH=1 [2020-11-10T19:51:05.876Z] #45 0.852 + case "$(go env GOARCH)" in [2020-11-10T19:51:05.876Z] #45 0.862 ++ go env GOARCH [2020-11-10T19:51:05.876Z] #45 0.889 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:05.876Z] #45 0.890 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:05.877Z] #45 0.922 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:05.877Z] #45 0.930 + dir=/tmp/install [2020-11-10T19:51:05.877Z] #45 0.930 + bin=gotestsum [2020-11-10T19:51:05.877Z] #45 0.931 + shift [2020-11-10T19:51:05.877Z] #45 0.932 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-10T19:51:05.877Z] #45 0.932 + . /tmp/install/gotestsum.installer [2020-11-10T19:51:05.877Z] #45 0.932 ++ : v0.5.3 [2020-11-10T19:51:05.877Z] #45 0.933 + install_gotestsum [2020-11-10T19:51:05.877Z] #45 0.938 + set -e [2020-11-10T19:51:05.877Z] #45 0.938 + export GO111MODULE=on [2020-11-10T19:51:05.877Z] #45 0.938 + GO111MODULE=on [2020-11-10T19:51:05.877Z] #45 0.938 + GOBIN=/build [2020-11-10T19:51:05.877Z] #45 0.938 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-10T19:51:05.877Z] #45 0.990 go: finding gotest.tools v0.5.3 [2020-11-10T19:51:05.877Z] #45 0.993 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-10T19:51:05.877Z] #45 1.758 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-10T19:51:05.877Z] #45 2.859 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-10T19:51:05.877Z] #45 4.304 go: downloading github.com/fatih/color v1.9.0 [2020-11-10T19:51:05.877Z] #45 4.307 go: downloading github.com/pkg/errors v0.9.1 [2020-11-10T19:51:05.877Z] #45 4.309 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:51:05.877Z] #45 4.312 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:51:05.877Z] #45 4.315 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:51:05.877Z] #45 4.339 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:51:05.877Z] #45 4.341 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-10T19:51:05.877Z] #45 4.450 go: extracting github.com/fatih/color v1.9.0 [2020-11-10T19:51:05.877Z] #45 4.456 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:51:05.877Z] #45 4.531 go: extracting github.com/pkg/errors v0.9.1 [2020-11-10T19:51:05.877Z] #45 4.607 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:51:05.877Z] #45 4.660 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:51:05.877Z] #45 4.666 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:51:05.877Z] #45 4.757 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:51:05.877Z] #45 4.821 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:51:05.877Z] #45 4.863 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:51:05.877Z] #45 5.006 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-10T19:51:05.909Z] #47 23.42 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:05.909Z] #47 23.52 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:05.909Z] #47 23.54 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:05.909Z] #47 23.57 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:05.955Z] #46 DONE 0.1s [2020-11-10T19:51:05.956Z] [2020-11-10T19:51:05.956Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-10T19:51:06.135Z] #47 21.86 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:06.135Z] #47 21.92 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:06.135Z] #47 21.92 go: downloading github.com/pkg/errors v0.8.1 [2020-11-10T19:51:06.135Z] #47 21.93 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:06.135Z] #47 21.93 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:06.166Z] #47 23.69 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:06.166Z] #47 23.87 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:06.196Z] #45 5.681 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:51:06.196Z] #45 5.686 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:51:06.214Z] #48 DONE 0.5s [2020-11-10T19:51:06.214Z] [2020-11-10T19:51:06.214Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-10T19:51:06.214Z] #50 DONE 0.0s [2020-11-10T19:51:06.365Z] #41 35.76 DEP criu/protobuf-desc.d [2020-11-10T19:51:06.365Z] #41 35.87 DEP criu/proc_parse.d [2020-11-10T19:51:06.365Z] #41 35.94 DEP criu/plugin.d [2020-11-10T19:51:06.365Z] #41 35.98 DEP criu/pipes.d [2020-11-10T19:51:06.399Z] #47 22.07 go: extracting github.com/spf13/afero v1.1.2 [2020-11-10T19:51:06.399Z] #47 22.12 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:06.399Z] #47 22.12 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:06.399Z] #47 22.13 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-10T19:51:06.399Z] #47 22.25 go: extracting github.com/pkg/errors v0.8.1 [2020-11-10T19:51:06.424Z] #47 24.02 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:06.424Z] #47 24.08 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:06.473Z] [2020-11-10T19:51:06.473Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-10T19:51:06.656Z] #41 36.10 DEP criu/pie-util.d [2020-11-10T19:51:06.656Z] #41 36.19 DEP criu/pie-util-vdso.d [2020-11-10T19:51:06.656Z] #41 36.24 DEP criu/path.d [2020-11-10T19:51:06.656Z] #41 36.35 DEP criu/parasite-syscall.d [2020-11-10T19:51:06.660Z] #47 22.31 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:06.660Z] #47 22.38 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:51:06.660Z] #47 22.45 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:06.660Z] #47 22.52 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:51:06.732Z] #52 DONE 0.2s [2020-11-10T19:51:06.732Z] [2020-11-10T19:51:06.732Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-10T19:51:06.862Z] #25 7.881 Fetched 8221 kB in 2s (3433 kB/s) [2020-11-10T19:51:06.921Z] #47 22.54 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-10T19:51:06.921Z] #47 22.61 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:06.921Z] #47 ... [2020-11-10T19:51:06.921Z] [2020-11-10T19:51:06.921Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:51:06.921Z] #53 17.24 Reading package lists... [2020-11-10T19:51:06.946Z] #41 36.48 DEP criu/pagemap.d [2020-11-10T19:51:06.946Z] #41 36.58 DEP criu/pagemap-cache.d [2020-11-10T19:51:06.946Z] #41 36.66 DEP criu/page-xfer.d [2020-11-10T19:51:07.182Z] #53 24.13 Reading package lists... [2020-11-10T19:51:07.182Z] #53 ... [2020-11-10T19:51:07.182Z] [2020-11-10T19:51:07.182Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:07.183Z] #62 20.56 Checking out files: 68% (1297/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-11-10T19:51:07.183Z] #62 21.15 + cd /tmp/tmp.sn0Ovc5hWH/src/github.com/docker/libnetwork [2020-11-10T19:51:07.183Z] #62 21.15 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:51:07.183Z] #62 21.36 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-10T19:51:07.183Z] #62 ... [2020-11-10T19:51:07.183Z] [2020-11-10T19:51:07.183Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:07.183Z] #49 13.05 + cd /tmp/tmp.o1k9O8UMYe/src/github.com/mvdan/sh [2020-11-10T19:51:07.183Z] #49 13.05 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:51:07.183Z] #49 13.19 + GO111MODULE=on [2020-11-10T19:51:07.183Z] #49 13.19 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-10T19:51:07.183Z] #49 14.56 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:07.183Z] #49 14.62 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:07.183Z] #49 14.70 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:07.183Z] #49 14.98 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:07.183Z] #49 15.02 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:07.183Z] #49 15.87 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:07.183Z] #49 16.56 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:07.183Z] #49 17.77 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:07.183Z] #49 19.00 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:07.183Z] #49 19.11 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:07.183Z] #49 19.35 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:07.183Z] #49 19.39 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:07.183Z] #49 20.24 runtime [2020-11-10T19:51:07.237Z] #41 36.78 DEP criu/page-pipe.d [2020-11-10T19:51:07.237Z] #41 36.83 DEP criu/netfilter.d [2020-11-10T19:51:07.237Z] #41 36.93 DEP criu/net.d [2020-11-10T19:51:07.411Z] #47 24.86 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:07.411Z] #47 25.03 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:07.443Z] #49 ... [2020-11-10T19:51:07.443Z] [2020-11-10T19:51:07.443Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:07.443Z] #47 22.88 go: downloading github.com/fatih/color v1.7.0 [2020-11-10T19:51:07.443Z] #47 23.10 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:51:07.443Z] #47 23.10 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:07.443Z] #47 23.16 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-10T19:51:07.529Z] #41 37.05 DEP criu/namespaces.d [2020-11-10T19:51:07.529Z] #41 37.15 DEP criu/mount.d [2020-11-10T19:51:07.529Z] #41 37.23 DEP criu/memfd.d [2020-11-10T19:51:07.668Z] #55 DONE 0.9s [2020-11-10T19:51:07.668Z] [2020-11-10T19:51:07.668Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-10T19:51:07.668Z] #59 DONE 0.3s [2020-11-10T19:51:07.671Z] #47 25.41 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:07.672Z] #47 25.41 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:07.705Z] #47 23.28 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-10T19:51:07.705Z] #47 ... [2020-11-10T19:51:07.705Z] [2020-11-10T19:51:07.705Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:07.705Z] #11 17.89 Reading package lists... [2020-11-10T19:51:07.705Z] #11 24.69 Reading package lists... [2020-11-10T19:51:07.705Z] #11 ... [2020-11-10T19:51:07.705Z] [2020-11-10T19:51:07.705Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:07.705Z] #40 18.40 Reading package lists... [2020-11-10T19:51:07.823Z] #41 37.35 DEP criu/mem.d [2020-11-10T19:51:07.823Z] #41 37.46 DEP criu/lsm.d [2020-11-10T19:51:07.823Z] #41 37.53 DEP criu/log.d [2020-11-10T19:51:07.823Z] #41 37.58 DEP criu/libnetlink.d [2020-11-10T19:51:07.927Z] [2020-11-10T19:51:07.927Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-10T19:51:07.931Z] #47 25.59 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:07.931Z] #47 25.65 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:07.931Z] #47 ... [2020-11-10T19:51:07.931Z] [2020-11-10T19:51:07.931Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:07.931Z] #40 14.10 Reading package lists... [2020-11-10T19:51:07.931Z] #40 21.13 Building dependency tree... [2020-11-10T19:51:07.931Z] #40 24.74 The following additional packages will be installed: [2020-11-10T19:51:07.931Z] #40 24.74 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-10T19:51:07.931Z] #40 24.75 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-10T19:51:07.931Z] #40 24.77 Suggested packages: [2020-11-10T19:51:07.931Z] #40 24.77 manpages-dev python-setuptools [2020-11-10T19:51:07.931Z] #40 26.17 The following NEW packages will be installed: [2020-11-10T19:51:07.931Z] #40 26.18 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-10T19:51:07.931Z] #40 26.19 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-10T19:51:07.931Z] #40 26.19 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-10T19:51:07.931Z] #40 26.19 python-six zlib1g-dev [2020-11-10T19:51:07.931Z] #40 26.64 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:07.931Z] #40 26.64 Need to get 4095 kB of archives. [2020-11-10T19:51:07.931Z] #40 26.64 After this operation, 22.5 MB of additional disk space will be used. [2020-11-10T19:51:07.931Z] #40 26.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-10T19:51:07.931Z] #40 26.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-10T19:51:07.931Z] #40 26.65 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-11-10T19:51:07.931Z] #40 26.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-10T19:51:07.931Z] #40 26.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-10T19:51:07.931Z] #40 26.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-10T19:51:07.931Z] #40 26.70 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-11-10T19:51:07.931Z] #40 26.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-11-10T19:51:07.931Z] #40 26.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-10T19:51:07.931Z] #40 26.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-10T19:51:07.931Z] #40 26.87 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-10T19:51:07.931Z] #40 27.00 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-10T19:51:07.931Z] #40 27.08 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-11-10T19:51:07.931Z] #40 27.09 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-11-10T19:51:07.931Z] #40 27.13 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-10T19:51:07.931Z] #40 27.13 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-10T19:51:07.931Z] #40 27.14 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-10T19:51:07.931Z] #40 28.56 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:07.931Z] #40 29.05 Fetched 4095 kB in 1s (5089 kB/s) [2020-11-10T19:51:07.931Z] #40 29.15 Selecting previously unselected package libcap-dev:amd64. [2020-11-10T19:51:07.931Z] #40 29.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-11-10T19:51:07.931Z] #40 29.35 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-10T19:51:07.931Z] #40 29.45 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-10T19:51:07.931Z] #40 29.66 Selecting previously unselected package libnet1:amd64. [2020-11-10T19:51:07.931Z] #40 29.67 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-10T19:51:07.931Z] #40 29.67 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:07.931Z] #40 29.83 Selecting previously unselected package libnet1-dev. [2020-11-10T19:51:07.931Z] #40 29.83 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-10T19:51:07.931Z] #40 29.83 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:07.931Z] #40 30.19 Selecting previously unselected package libnl-3-200:amd64. [2020-11-10T19:51:07.931Z] #40 30.20 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-10T19:51:07.931Z] #40 30.21 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-10T19:51:07.931Z] #40 30.41 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-10T19:51:07.931Z] #40 30.42 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-10T19:51:07.931Z] #40 30.51 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-10T19:51:07.966Z] #40 25.25 Reading package lists... [2020-11-10T19:51:07.966Z] #40 ... [2020-11-10T19:51:07.966Z] [2020-11-10T19:51:07.966Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:07.966Z] #47 23.64 go: extracting github.com/fatih/color v1.7.0 [2020-11-10T19:51:07.966Z] #47 23.75 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:51:08.118Z] #41 ... [2020-11-10T19:51:08.118Z] [2020-11-10T19:51:08.118Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:51:08.118Z] #20 2.878 Collecting yamllint==1.16.0 [2020-11-10T19:51:08.118Z] #20 3.034 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-10T19:51:08.118Z] #20 3.078 Collecting pyyaml (from yamllint==1.16.0) [2020-11-10T19:51:08.118Z] #20 3.182 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-10T19:51:08.118Z] #20 3.910 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-10T19:51:08.118Z] #20 3.929 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-10T19:51:08.118Z] #20 3.942 Building wheels for collected packages: pyyaml [2020-11-10T19:51:08.118Z] #20 3.947 Running setup.py bdist_wheel for pyyaml: started [2020-11-10T19:51:08.118Z] #20 4.487 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-10T19:51:08.118Z] #20 4.487 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-10T19:51:08.118Z] #20 4.560 Successfully built pyyaml [2020-11-10T19:51:08.118Z] #20 4.574 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-10T19:51:08.118Z] #20 4.863 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-10T19:51:08.118Z] #20 DONE 5.2s [2020-11-10T19:51:08.118Z] [2020-11-10T19:51:08.118Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:08.118Z] #41 37.64 DEP criu/kerndat.d [2020-11-10T19:51:08.118Z] #41 ... [2020-11-10T19:51:08.118Z] [2020-11-10T19:51:08.118Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:51:08.118Z] #38 34.93 + dpkg --print-architecture [2020-11-10T19:51:08.118Z] #38 34.93 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-10T19:51:08.118Z] #38 35.57 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-10T19:51:08.118Z] #38 35.57 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-10T19:51:08.193Z] #40 31.09 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-10T19:51:08.194Z] #40 ... [2020-11-10T19:51:08.194Z] [2020-11-10T19:51:08.194Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:08.194Z] #62 20.59 Checking out files: 58% (1113/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-11-10T19:51:08.194Z] #62 21.38 + cd /tmp/tmp.ctIh0YyYTl/src/github.com/docker/libnetwork [2020-11-10T19:51:08.194Z] #62 21.38 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:51:08.194Z] #62 21.82 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-10T19:51:08.257Z] #25 7.881 Reading package lists... [2020-11-10T19:51:08.288Z] #47 23.95 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:08.288Z] #47 ... [2020-11-10T19:51:08.288Z] [2020-11-10T19:51:08.288Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:08.288Z] #34 18.36 Reading package lists... [2020-11-10T19:51:08.298Z] #45 7.776 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:51:08.410Z] #38 ... [2020-11-10T19:51:08.410Z] [2020-11-10T19:51:08.410Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-10T19:51:08.410Z] #23 DONE 0.1s [2020-11-10T19:51:08.410Z] [2020-11-10T19:51:08.410Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:08.410Z] #41 37.80 DEP criu/kcmp-ids.d [2020-11-10T19:51:08.410Z] #41 37.84 DEP criu/irmap.d [2020-11-10T19:51:08.410Z] #41 37.95 DEP criu/ipc_ns.d [2020-11-10T19:51:08.410Z] #41 38.04 DEP criu/image.d [2020-11-10T19:51:08.410Z] #41 38.13 DEP criu/image-desc.d [2020-11-10T19:51:08.410Z] #41 38.20 DEP criu/fsnotify.d [2020-11-10T19:51:08.495Z] #61 DONE 0.5s [2020-11-10T19:51:08.495Z] [2020-11-10T19:51:08.495Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-10T19:51:08.495Z] #63 DONE 0.0s [2020-11-10T19:51:08.495Z] [2020-11-10T19:51:08.495Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-10T19:51:08.495Z] #64 DONE 0.0s [2020-11-10T19:51:08.495Z] [2020-11-10T19:51:08.495Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-10T19:51:08.522Z] #62 ... [2020-11-10T19:51:08.522Z] [2020-11-10T19:51:08.522Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:08.522Z] #47 26.14 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:08.522Z] #47 ... [2020-11-10T19:51:08.522Z] [2020-11-10T19:51:08.522Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:51:08.522Z] #53 13.99 Reading package lists... [2020-11-10T19:51:08.522Z] #53 21.63 Building dependency tree... [2020-11-10T19:51:08.522Z] #53 25.51 The following additional packages will be installed: [2020-11-10T19:51:08.522Z] #53 25.55 libbtrfs0 [2020-11-10T19:51:08.522Z] #53 25.78 The following NEW packages will be installed: [2020-11-10T19:51:08.522Z] #53 25.84 libbtrfs-dev libbtrfs0 [2020-11-10T19:51:08.522Z] #53 26.32 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:08.522Z] #53 26.32 Need to get 119 kB of archives. [2020-11-10T19:51:08.522Z] #53 26.32 After this operation, 387 kB of additional disk space will be used. [2020-11-10T19:51:08.522Z] #53 26.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-10T19:51:08.522Z] #53 26.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-10T19:51:08.522Z] #53 27.80 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:08.522Z] #53 28.05 Fetched 119 kB in 0s (443 kB/s) [2020-11-10T19:51:08.522Z] #53 28.39 Selecting previously unselected package libbtrfs0. [2020-11-10T19:51:08.522Z] #53 28.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-11-10T19:51:08.522Z] #53 28.49 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-10T19:51:08.522Z] #53 28.57 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-10T19:51:08.522Z] #53 29.07 Selecting previously unselected package libbtrfs-dev. [2020-11-10T19:51:08.522Z] #53 29.07 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-10T19:51:08.522Z] #53 29.08 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:51:08.522Z] #53 29.58 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-10T19:51:08.522Z] #53 29.60 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:51:08.522Z] #53 29.65 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:08.569Z] #34 25.25 Reading package lists... [2020-11-10T19:51:08.569Z] #34 ... [2020-11-10T19:51:08.569Z] [2020-11-10T19:51:08.569Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:08.569Z] #47 24.02 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:08.569Z] #47 24.03 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:08.569Z] #47 24.03 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:51:08.707Z] #41 38.32 DEP criu/filesystems.d [2020-11-10T19:51:08.707Z] #41 38.41 DEP criu/files.d [2020-11-10T19:51:08.781Z] #53 DONE 31.6s [2020-11-10T19:51:08.781Z] [2020-11-10T19:51:08.781Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:08.942Z] #45 8.570 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:51:08.997Z] #41 38.54 DEP criu/files-reg.d [2020-11-10T19:51:08.997Z] #41 38.61 DEP criu/files-ext.d [2020-11-10T19:51:08.997Z] #41 ... [2020-11-10T19:51:08.997Z] [2020-11-10T19:51:08.997Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-10T19:51:08.997Z] #28 DONE 0.8s [2020-11-10T19:51:08.997Z] [2020-11-10T19:51:08.997Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:08.997Z] #41 38.70 DEP criu/file-lock.d [2020-11-10T19:51:09.064Z] #65 DONE 0.8s [2020-11-10T19:51:09.064Z] [2020-11-10T19:51:09.064Z] #66 exporting to image [2020-11-10T19:51:09.064Z] #66 exporting layers [2020-11-10T19:51:09.151Z] #47 24.68 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:09.151Z] #47 24.78 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:09.151Z] #47 24.86 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:51:09.288Z] #41 ... [2020-11-10T19:51:09.288Z] [2020-11-10T19:51:09.288Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-10T19:51:09.288Z] #31 DONE 0.2s [2020-11-10T19:51:09.288Z] [2020-11-10T19:51:09.288Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:09.288Z] #41 38.81 DEP criu/file-ids.d [2020-11-10T19:51:09.288Z] #41 38.93 DEP criu/fifo.d [2020-11-10T19:51:09.288Z] #41 38.99 DEP criu/fdstore.d [2020-11-10T19:51:09.450Z] #47 24.98 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:09.450Z] #47 25.12 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:09.450Z] #47 25.23 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:09.450Z] #47 25.25 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:09.450Z] #47 25.33 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:09.579Z] #41 ... [2020-11-10T19:51:09.579Z] [2020-11-10T19:51:09.579Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-10T19:51:09.579Z] #33 DONE 0.1s [2020-11-10T19:51:09.579Z] [2020-11-10T19:51:09.579Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:09.579Z] #41 39.06 DEP criu/fault-injection.d [2020-11-10T19:51:09.579Z] #41 39.08 DEP criu/external.d [2020-11-10T19:51:09.579Z] #41 39.12 DEP criu/eventpoll.d [2020-11-10T19:51:09.579Z] #41 ... [2020-11-10T19:51:09.579Z] [2020-11-10T19:51:09.579Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-10T19:51:09.579Z] #36 DONE 0.1s [2020-11-10T19:51:09.579Z] [2020-11-10T19:51:09.579Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:09.579Z] #41 39.26 DEP criu/eventfd.d [2020-11-10T19:51:09.654Z] #25 9.197 Reading package lists... [2020-11-10T19:51:09.654Z] #25 10.55 Building dependency tree... [2020-11-10T19:51:09.732Z] #47 25.46 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:09.732Z] #47 25.49 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:09.732Z] #47 25.49 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:09.869Z] #41 39.33 DEP criu/crtools.d [2020-11-10T19:51:09.869Z] #41 39.43 DEP criu/cr-service.d [2020-11-10T19:51:09.869Z] #41 39.51 DEP criu/cr-restore.d [2020-11-10T19:51:09.869Z] #41 39.64 DEP criu/cr-errno.d [2020-11-10T19:51:09.997Z] #47 25.66 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:09.997Z] #47 25.71 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:09.997Z] #47 25.84 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:09.997Z] #47 25.89 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:10.158Z] #54 1.170 + RM_GOPATH=0 [2020-11-10T19:51:10.158Z] #54 1.170 + TMP_GOPATH= [2020-11-10T19:51:10.158Z] #54 1.170 + : /build [2020-11-10T19:51:10.158Z] #54 1.170 + '[' -z '' ']' [2020-11-10T19:51:10.158Z] #54 1.170 ++ mktemp -d [2020-11-10T19:51:10.158Z] #54 1.172 + export GOPATH=/tmp/tmp.RbSFWcGAvl [2020-11-10T19:51:10.158Z] #54 1.172 + GOPATH=/tmp/tmp.RbSFWcGAvl [2020-11-10T19:51:10.158Z] #54 1.172 + RM_GOPATH=1 [2020-11-10T19:51:10.158Z] #54 1.172 + case "$(go env GOARCH)" in [2020-11-10T19:51:10.158Z] #54 1.175 ++ go env GOARCH [2020-11-10T19:51:10.158Z] #54 1.199 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:10.158Z] #54 1.199 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:10.158Z] #54 1.203 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:10.158Z] #54 1.204 + dir=/tmp/install [2020-11-10T19:51:10.158Z] #54 1.205 + bin=containerd [2020-11-10T19:51:10.158Z] #54 1.205 + shift [2020-11-10T19:51:10.158Z] #54 1.205 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-10T19:51:10.158Z] #54 1.205 + . /tmp/install/containerd.installer [2020-11-10T19:51:10.158Z] #54 1.207 ++ set -e [2020-11-10T19:51:10.158Z] #54 1.208 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:51:10.158Z] #54 1.208 + install_containerd [2020-11-10T19:51:10.158Z] #54 1.211 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-10T19:51:10.158Z] #54 1.218 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:51:10.158Z] #54 1.218 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RbSFWcGAvl/src/github.com/containerd/containerd [2020-11-10T19:51:10.158Z] #54 1.235 Cloning into '/tmp/tmp.RbSFWcGAvl/src/github.com/containerd/containerd'... [2020-11-10T19:51:10.160Z] #41 39.64 DEP criu/cr-dump.d [2020-11-10T19:51:10.160Z] #41 39.76 DEP criu/cr-dedup.d [2020-11-10T19:51:10.160Z] #41 39.85 DEP criu/cr-check.d [2020-11-10T19:51:10.230Z] #25 11.26 The following additional packages will be installed: [2020-11-10T19:51:10.230Z] #25 11.26 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-10T19:51:10.230Z] #25 11.26 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-10T19:51:10.230Z] #25 11.26 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-10T19:51:10.230Z] #25 11.27 Suggested packages: [2020-11-10T19:51:10.230Z] #25 11.27 krb5-doc krb5-user [2020-11-10T19:51:10.230Z] #25 11.27 Recommended packages: [2020-11-10T19:51:10.230Z] #25 11.27 krb5-locales publicsuffix libsasl2-modules [2020-11-10T19:51:10.262Z] #47 26.03 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:10.262Z] #47 26.04 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:10.262Z] #47 26.05 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:10.262Z] #47 26.05 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:10.262Z] #47 26.05 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:10.450Z] #41 40.00 DEP criu/config.d [2020-11-10T19:51:10.450Z] #41 40.07 DEP criu/clone-noasan.d [2020-11-10T19:51:10.450Z] #41 40.12 DEP criu/cgroup.d [2020-11-10T19:51:10.487Z] #45 ... [2020-11-10T19:51:10.487Z] [2020-11-10T19:51:10.487Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:10.487Z] #40 1.140 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:51:10.487Z] #40 1.233 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:51:10.487Z] #40 1.262 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:51:10.487Z] #40 2.433 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-10T19:51:10.487Z] #40 4.165 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [234 kB] [2020-11-10T19:51:10.487Z] #40 6.152 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-10T19:51:10.487Z] #40 ... [2020-11-10T19:51:10.487Z] [2020-11-10T19:51:10.487Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:10.487Z] #22 0.516 + RM_GOPATH=0 [2020-11-10T19:51:10.487Z] #22 0.516 + TMP_GOPATH= [2020-11-10T19:51:10.487Z] #22 0.516 + : /build [2020-11-10T19:51:10.487Z] #22 0.516 + '[' -z '' ']' [2020-11-10T19:51:10.487Z] #22 0.516 ++ mktemp -d [2020-11-10T19:51:10.487Z] #22 0.518 + export GOPATH=/tmp/tmp.HMpJFROVyW [2020-11-10T19:51:10.487Z] #22 0.518 + GOPATH=/tmp/tmp.HMpJFROVyW [2020-11-10T19:51:10.487Z] #22 0.518 + RM_GOPATH=1 [2020-11-10T19:51:10.487Z] #22 0.518 + case "$(go env GOARCH)" in [2020-11-10T19:51:10.487Z] #22 0.519 ++ go env GOARCH [2020-11-10T19:51:10.487Z] #22 0.523 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:10.487Z] #22 0.523 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:10.487Z] #22 0.524 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:10.487Z] #22 0.525 + dir=/tmp/install [2020-11-10T19:51:10.487Z] #22 0.525 + bin=dockercli [2020-11-10T19:51:10.487Z] #22 0.525 + shift [2020-11-10T19:51:10.487Z] #22 0.525 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-10T19:51:10.487Z] #22 0.525 + . /tmp/install/dockercli.installer [2020-11-10T19:51:10.487Z] #22 0.525 ++ : stable [2020-11-10T19:51:10.487Z] #22 0.525 ++ : 17.06.2-ce [2020-11-10T19:51:10.487Z] #22 0.526 + install_dockercli [2020-11-10T19:51:10.487Z] #22 0.526 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-10T19:51:10.487Z] #22 0.526 Install docker/cli version 17.06.2-ce from stable [2020-11-10T19:51:10.487Z] #22 0.526 ++ uname -m [2020-11-10T19:51:10.487Z] #22 0.527 + arch=ppc64le [2020-11-10T19:51:10.487Z] #22 0.527 + '[' ppc64le '!=' x86_64 ']' [2020-11-10T19:51:10.487Z] #22 0.527 + '[' ppc64le '!=' s390x ']' [2020-11-10T19:51:10.487Z] #22 0.528 + '[' ppc64le '!=' armhf ']' [2020-11-10T19:51:10.487Z] #22 0.528 + build_dockercli [2020-11-10T19:51:10.487Z] #22 0.528 + git clone https://github.com/docker/docker-ce /tmp/tmp.HMpJFROVyW/tmp/docker-ce [2020-11-10T19:51:10.487Z] #22 0.530 Cloning into '/tmp/tmp.HMpJFROVyW/tmp/docker-ce'... [2020-11-10T19:51:10.493Z] #25 11.52 The following NEW packages will be installed: [2020-11-10T19:51:10.493Z] #25 11.52 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-10T19:51:10.493Z] #25 11.52 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-10T19:51:10.493Z] #25 11.52 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-10T19:51:10.493Z] #25 11.52 libssh2-1 libssl1.1 openssl [2020-11-10T19:51:10.523Z] #47 26.28 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:10.523Z] #47 26.43 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:10.741Z] #41 40.25 DEP criu/cgroup-props.d [2020-11-10T19:51:10.741Z] #41 40.32 DEP criu/bitmap.d [2020-11-10T19:51:10.741Z] #41 40.33 DEP criu/bfd.d [2020-11-10T19:51:10.741Z] #41 40.36 DEP criu/autofs.d [2020-11-10T19:51:10.741Z] #41 40.47 DEP criu/aio.d [2020-11-10T19:51:10.758Z] #25 11.82 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2020-11-10T19:51:10.758Z] #25 11.82 Need to get 4772 kB of archives. [2020-11-10T19:51:10.758Z] #25 11.82 After this operation, 11.5 MB of additional disk space will be used. [2020-11-10T19:51:10.758Z] #25 11.82 Get:1 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2020-11-10T19:51:10.758Z] #25 11.82 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u3 [89.7 kB] [2020-11-10T19:51:10.758Z] #25 11.83 Get:3 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2020-11-10T19:51:10.758Z] #25 11.83 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u3 [216 kB] [2020-11-10T19:51:10.758Z] #25 11.84 Get:5 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u3 [1382 kB] [2020-11-10T19:51:10.758Z] #25 11.87 Get:6 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u3 [823 kB] [2020-11-10T19:51:10.758Z] #25 11.88 Get:7 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-10T19:51:10.758Z] #25 11.89 Get:8 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2020-11-10T19:51:10.784Z] #47 26.52 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:10.787Z] #22 ... [2020-11-10T19:51:10.787Z] [2020-11-10T19:51:10.787Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:10.787Z] #11 0.991 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:51:10.787Z] #11 1.047 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:51:10.787Z] #11 1.050 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:51:10.787Z] #11 2.268 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-10T19:51:10.787Z] #11 3.989 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [234 kB] [2020-11-10T19:51:10.787Z] #11 5.819 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-10T19:51:10.787Z] #11 ... [2020-11-10T19:51:10.787Z] [2020-11-10T19:51:10.787Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:10.787Z] #62 0.663 + RM_GOPATH=0 [2020-11-10T19:51:10.787Z] #62 0.663 + TMP_GOPATH= [2020-11-10T19:51:10.787Z] #62 0.663 + : /build [2020-11-10T19:51:10.787Z] #62 0.663 + '[' -z '' ']' [2020-11-10T19:51:10.787Z] #62 0.664 ++ mktemp -d [2020-11-10T19:51:10.787Z] #62 0.665 + export GOPATH=/tmp/tmp.2sljYFP6DA [2020-11-10T19:51:10.787Z] #62 0.665 + GOPATH=/tmp/tmp.2sljYFP6DA [2020-11-10T19:51:10.787Z] #62 0.665 + RM_GOPATH=1 [2020-11-10T19:51:10.787Z] #62 0.665 + case "$(go env GOARCH)" in [2020-11-10T19:51:10.787Z] #62 0.666 ++ go env GOARCH [2020-11-10T19:51:10.787Z] #62 0.681 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:10.787Z] #62 0.681 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:10.787Z] #62 0.682 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:10.787Z] #62 0.683 + dir=/tmp/install [2020-11-10T19:51:10.787Z] #62 0.683 + bin=proxy [2020-11-10T19:51:10.787Z] #62 0.683 + shift [2020-11-10T19:51:10.787Z] #62 0.684 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-10T19:51:10.787Z] #62 0.684 + . /tmp/install/proxy.installer [2020-11-10T19:51:10.787Z] #62 0.684 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:51:10.787Z] #62 0.684 + install_proxy [2020-11-10T19:51:10.787Z] #62 0.684 + case "$1" in [2020-11-10T19:51:10.787Z] #62 0.684 + export CGO_ENABLED=0 [2020-11-10T19:51:10.787Z] #62 0.684 + CGO_ENABLED=0 [2020-11-10T19:51:10.787Z] #62 0.685 + _install_proxy [2020-11-10T19:51:10.787Z] #62 0.685 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-10T19:51:10.787Z] #62 0.685 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.2sljYFP6DA/src/github.com/docker/libnetwork [2020-11-10T19:51:10.787Z] #62 0.685 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:51:10.787Z] #62 0.687 Cloning into '/tmp/tmp.2sljYFP6DA/src/github.com/docker/libnetwork'... [2020-11-10T19:51:11.021Z] #25 11.96 Get:9 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3 [64.7 kB] [2020-11-10T19:51:11.021Z] #25 11.96 Get:10 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3 [122 kB] [2020-11-10T19:51:11.021Z] #25 11.96 Get:11 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3 [353 kB] [2020-11-10T19:51:11.021Z] #25 11.96 Get:12 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3 [150 kB] [2020-11-10T19:51:11.021Z] #25 11.97 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2020-11-10T19:51:11.021Z] #25 11.97 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2020-11-10T19:51:11.021Z] #25 11.97 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2020-11-10T19:51:11.021Z] #25 11.97 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2020-11-10T19:51:11.021Z] #25 12.00 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2020-11-10T19:51:11.021Z] #25 12.03 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2020-11-10T19:51:11.021Z] #25 12.03 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-11-10T19:51:11.021Z] #25 12.03 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-11-10T19:51:11.021Z] #25 12.03 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-11-10T19:51:11.032Z] #41 40.59 DEP criu/action-scripts.d [2020-11-10T19:51:11.032Z] #41 40.72 CC criu/action-scripts.o [2020-11-10T19:51:11.044Z] #47 26.65 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:11.044Z] #47 26.72 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:11.044Z] #47 ... [2020-11-10T19:51:11.044Z] [2020-11-10T19:51:11.044Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:11.044Z] #43 16.62 vendor/golang.org/x/crypto/internal/subtle [2020-11-10T19:51:11.044Z] #43 16.80 vendor/golang.org/x/crypto/curve25519 [2020-11-10T19:51:11.044Z] #43 ... [2020-11-10T19:51:11.044Z] [2020-11-10T19:51:11.044Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:11.044Z] #47 26.86 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-10T19:51:11.284Z] #25 12.36 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:11.284Z] #25 12.40 Fetched 4772 kB in 0s (10.3 MB/s) [2020-11-10T19:51:11.284Z] #25 12.43 Selecting previously unselected package libsasl2-modules-db:arm64. [2020-11-10T19:51:11.284Z] #25 12.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6670 files and directories currently installed.) [2020-11-10T19:51:11.284Z] #25 12.43 Preparing to unpack .../00-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-11-10T19:51:11.284Z] #25 12.44 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-10T19:51:11.284Z] #25 12.48 Selecting previously unselected package libsasl2-2:arm64. [2020-11-10T19:51:11.284Z] #25 12.48 Preparing to unpack .../01-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-11-10T19:51:11.305Z] #47 26.94 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-10T19:51:11.305Z] #47 26.94 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:11.305Z] #47 26.97 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:11.311Z] #62 ... [2020-11-10T19:51:11.311Z] [2020-11-10T19:51:11.311Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:11.311Z] #49 0.843 + RM_GOPATH=0 [2020-11-10T19:51:11.311Z] #49 0.844 + TMP_GOPATH= [2020-11-10T19:51:11.311Z] #49 0.844 + : /build [2020-11-10T19:51:11.311Z] #49 0.845 + '[' -z '' ']' [2020-11-10T19:51:11.311Z] #49 0.851 ++ mktemp -d [2020-11-10T19:51:11.311Z] #49 0.853 + export GOPATH=/tmp/tmp.lH7H8jJfB6 [2020-11-10T19:51:11.311Z] #49 0.854 + GOPATH=/tmp/tmp.lH7H8jJfB6 [2020-11-10T19:51:11.311Z] #49 0.854 + RM_GOPATH=1 [2020-11-10T19:51:11.311Z] #49 0.854 + case "$(go env GOARCH)" in [2020-11-10T19:51:11.311Z] #49 0.864 ++ go env GOARCH [2020-11-10T19:51:11.311Z] #49 0.875 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:11.311Z] #49 0.875 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:11.311Z] #49 0.878 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:11.311Z] #49 0.882 + dir=/tmp/install [2020-11-10T19:51:11.311Z] #49 0.883 + bin=shfmt [2020-11-10T19:51:11.311Z] #49 0.883 + shift [2020-11-10T19:51:11.311Z] #49 0.883 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-10T19:51:11.311Z] #49 0.883 + . /tmp/install/shfmt.installer [2020-11-10T19:51:11.311Z] #49 0.883 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:51:11.311Z] #49 0.884 + install_shfmt [2020-11-10T19:51:11.311Z] #49 0.884 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:51:11.311Z] #49 0.884 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-10T19:51:11.311Z] #49 0.885 + git clone https://github.com/mvdan/sh.git /tmp/tmp.lH7H8jJfB6/src/github.com/mvdan/sh [2020-11-10T19:51:11.311Z] #49 0.887 Cloning into '/tmp/tmp.lH7H8jJfB6/src/github.com/mvdan/sh'... [2020-11-10T19:51:11.311Z] #49 9.972 + cd /tmp/tmp.lH7H8jJfB6/src/github.com/mvdan/sh [2020-11-10T19:51:11.311Z] #49 9.972 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:51:11.311Z] #49 10.11 + GO111MODULE=on [2020-11-10T19:51:11.311Z] #49 10.11 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-10T19:51:11.311Z] #49 ... [2020-11-10T19:51:11.311Z] [2020-11-10T19:51:11.311Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:51:11.311Z] #30 0.712 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-10T19:51:11.311Z] #30 0.714 Cloning into '.'... [2020-11-10T19:51:11.311Z] #30 ... [2020-11-10T19:51:11.311Z] [2020-11-10T19:51:11.311Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:51:11.311Z] #53 1.062 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:51:11.311Z] #53 1.147 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:51:11.311Z] #53 1.165 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:51:11.311Z] #53 2.454 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-10T19:51:11.311Z] #53 4.598 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [234 kB] [2020-11-10T19:51:11.311Z] #53 6.188 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-10T19:51:11.311Z] #53 ... [2020-11-10T19:51:11.311Z] [2020-11-10T19:51:11.311Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:11.311Z] #43 0.806 + RM_GOPATH=0 [2020-11-10T19:51:11.311Z] #43 0.806 + TMP_GOPATH= [2020-11-10T19:51:11.311Z] #43 0.806 + : /build [2020-11-10T19:51:11.311Z] #43 0.806 + '[' -z '' ']' [2020-11-10T19:51:11.311Z] #43 0.806 ++ mktemp -d [2020-11-10T19:51:11.311Z] #43 0.812 + export GOPATH=/tmp/tmp.3bUuWNBVTW [2020-11-10T19:51:11.311Z] #43 0.812 + GOPATH=/tmp/tmp.3bUuWNBVTW [2020-11-10T19:51:11.311Z] #43 0.812 + RM_GOPATH=1 [2020-11-10T19:51:11.311Z] #43 0.812 + case "$(go env GOARCH)" in [2020-11-10T19:51:11.311Z] #43 0.812 ++ go env GOARCH [2020-11-10T19:51:11.311Z] #43 0.893 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:11.311Z] #43 0.894 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:11.311Z] #43 0.895 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:11.311Z] #43 0.896 + dir=/tmp/install [2020-11-10T19:51:11.311Z] #43 0.898 + bin=vndr [2020-11-10T19:51:11.311Z] #43 0.898 + shift [2020-11-10T19:51:11.311Z] #43 0.899 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-10T19:51:11.311Z] #43 0.899 + . /tmp/install/vndr.installer [2020-11-10T19:51:11.311Z] #43 0.904 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:51:11.311Z] #43 0.906 + install_vndr [2020-11-10T19:51:11.311Z] #43 0.907 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-10T19:51:11.311Z] #43 0.909 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:51:11.311Z] #43 0.909 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.3bUuWNBVTW/src/github.com/LK4D4/vndr [2020-11-10T19:51:11.311Z] #43 0.914 Cloning into '/tmp/tmp.3bUuWNBVTW/src/github.com/LK4D4/vndr'... [2020-11-10T19:51:11.311Z] #43 1.830 + cd /tmp/tmp.3bUuWNBVTW/src/github.com/LK4D4/vndr [2020-11-10T19:51:11.311Z] #43 1.833 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:51:11.311Z] #43 1.855 + go build -buildmode=pie -v -o /build/vndr . [2020-11-10T19:51:11.311Z] #43 3.139 internal/race [2020-11-10T19:51:11.311Z] #43 3.159 runtime/internal/sys [2020-11-10T19:51:11.311Z] #43 3.240 runtime/internal/atomic [2020-11-10T19:51:11.311Z] #43 3.241 sync/atomic [2020-11-10T19:51:11.311Z] #43 3.243 internal/cpu [2020-11-10T19:51:11.311Z] #43 3.561 runtime/internal/math [2020-11-10T19:51:11.311Z] #43 3.905 unicode [2020-11-10T19:51:11.311Z] #43 3.952 unicode/utf8 [2020-11-10T19:51:11.311Z] #43 4.067 math/bits [2020-11-10T19:51:11.311Z] #43 4.270 internal/bytealg [2020-11-10T19:51:11.311Z] #43 5.470 runtime [2020-11-10T19:51:11.311Z] #43 5.575 internal/testlog [2020-11-10T19:51:11.311Z] #43 6.215 math [2020-11-10T19:51:11.311Z] #43 6.395 encoding [2020-11-10T19:51:11.311Z] #43 6.952 unicode/utf16 [2020-11-10T19:51:11.311Z] #43 7.620 container/list [2020-11-10T19:51:11.311Z] #43 9.544 crypto/internal/subtle [2020-11-10T19:51:11.311Z] #43 10.04 crypto/subtle [2020-11-10T19:51:11.311Z] #43 10.40 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-10T19:51:11.311Z] #43 10.74 internal/nettrace [2020-11-10T19:51:11.322Z] #41 40.89 CC criu/aio.o [2020-11-10T19:51:11.548Z] #25 12.49 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-10T19:51:11.548Z] #25 12.54 Selecting previously unselected package libldap-common. [2020-11-10T19:51:11.548Z] #25 12.54 Preparing to unpack .../02-libldap-common_2.4.47+dfsg-3+deb10u3_all.deb ... [2020-11-10T19:51:11.548Z] #25 12.55 Unpacking libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-10T19:51:11.548Z] #25 12.60 Selecting previously unselected package libldap-2.4-2:arm64. [2020-11-10T19:51:11.548Z] #25 12.60 Preparing to unpack .../03-libldap-2.4-2_2.4.47+dfsg-3+deb10u3_arm64.deb ... [2020-11-10T19:51:11.548Z] #25 12.60 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u3) ... [2020-11-10T19:51:11.565Z] #47 27.26 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:11.610Z] #43 ... [2020-11-10T19:51:11.610Z] [2020-11-10T19:51:11.610Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:11.611Z] #56 0.849 + RM_GOPATH=0 [2020-11-10T19:51:11.611Z] #56 0.849 + TMP_GOPATH= [2020-11-10T19:51:11.611Z] #56 0.849 + : /build [2020-11-10T19:51:11.611Z] #56 0.849 + '[' -z '' ']' [2020-11-10T19:51:11.611Z] #56 0.849 ++ mktemp -d [2020-11-10T19:51:11.611Z] #56 0.855 + export GOPATH=/tmp/tmp.ld0U25ttCY [2020-11-10T19:51:11.611Z] #56 0.855 + GOPATH=/tmp/tmp.ld0U25ttCY [2020-11-10T19:51:11.611Z] #56 0.855 + RM_GOPATH=1 [2020-11-10T19:51:11.611Z] #56 0.855 + case "$(go env GOARCH)" in [2020-11-10T19:51:11.611Z] #56 0.856 ++ go env GOARCH [2020-11-10T19:51:11.611Z] #56 0.894 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:11.611Z] #56 0.910 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:11.611Z] #56 0.916 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:11.611Z] #56 0.917 + dir=/tmp/install [2020-11-10T19:51:11.611Z] #56 0.918 + bin=rootlesskit [2020-11-10T19:51:11.611Z] #56 0.918 + shift [2020-11-10T19:51:11.611Z] #56 0.918 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-10T19:51:11.611Z] #56 0.918 + . /tmp/install/rootlesskit.installer [2020-11-10T19:51:11.611Z] #56 0.918 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:51:11.611Z] #56 0.918 + install_rootlesskit [2020-11-10T19:51:11.611Z] #56 0.918 + case "$1" in [2020-11-10T19:51:11.611Z] #56 0.918 + export CGO_ENABLED=0 [2020-11-10T19:51:11.611Z] #56 0.918 + CGO_ENABLED=0 [2020-11-10T19:51:11.611Z] #56 0.918 + _install_rootlesskit [2020-11-10T19:51:11.611Z] #56 0.918 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-10T19:51:11.611Z] #56 0.919 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.ld0U25ttCY/src/github.com/rootless-containers/rootlesskit [2020-11-10T19:51:11.611Z] #56 0.919 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:51:11.611Z] #56 0.943 Cloning into '/tmp/tmp.ld0U25ttCY/src/github.com/rootless-containers/rootlesskit'... [2020-11-10T19:51:11.611Z] #56 6.779 + cd /tmp/tmp.ld0U25ttCY/src/github.com/rootless-containers/rootlesskit [2020-11-10T19:51:11.611Z] #56 6.779 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:51:11.611Z] #56 7.268 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-10T19:51:11.611Z] #56 7.269 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-10T19:51:11.611Z] #56 ... [2020-11-10T19:51:11.611Z] [2020-11-10T19:51:11.611Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:11.611Z] #34 1.071 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:51:11.611Z] #34 1.181 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:51:11.611Z] #34 1.190 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:51:11.611Z] #34 2.424 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-10T19:51:11.611Z] #34 4.512 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [234 kB] [2020-11-10T19:51:11.611Z] #34 6.477 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-10T19:51:11.613Z] #41 41.20 CC criu/autofs.o [2020-11-10T19:51:11.810Z] #25 12.76 Selecting previously unselected package libssl1.1:arm64. [2020-11-10T19:51:11.811Z] #25 12.76 Preparing to unpack .../04-libssl1.1_1.1.1d-0+deb10u3_arm64.deb ... [2020-11-10T19:51:11.811Z] #25 12.76 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-11-10T19:51:11.910Z] #34 ... [2020-11-10T19:51:11.910Z] [2020-11-10T19:51:11.910Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:11.910Z] #32 0.823 + RM_GOPATH=0 [2020-11-10T19:51:11.910Z] #32 0.823 + TMP_GOPATH= [2020-11-10T19:51:11.910Z] #32 0.823 + : /build [2020-11-10T19:51:11.910Z] #32 0.823 + '[' -z '' ']' [2020-11-10T19:51:11.910Z] #32 0.824 ++ mktemp -d [2020-11-10T19:51:11.910Z] #32 0.825 + export GOPATH=/tmp/tmp.9jXCwSboMT [2020-11-10T19:51:11.910Z] #32 0.825 + GOPATH=/tmp/tmp.9jXCwSboMT [2020-11-10T19:51:11.910Z] #32 0.825 + RM_GOPATH=1 [2020-11-10T19:51:11.910Z] #32 0.826 + case "$(go env GOARCH)" in [2020-11-10T19:51:11.910Z] #32 0.871 ++ go env GOARCH [2020-11-10T19:51:11.910Z] #32 0.891 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:11.910Z] #32 0.891 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:11.910Z] #32 0.895 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:11.910Z] #32 0.898 + dir=/tmp/install [2020-11-10T19:51:11.910Z] #32 0.898 + bin=tomlv [2020-11-10T19:51:11.910Z] #32 0.898 + shift [2020-11-10T19:51:11.910Z] #32 0.898 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-10T19:51:11.910Z] #32 0.900 + . /tmp/install/tomlv.installer [2020-11-10T19:51:11.910Z] #32 0.900 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:51:11.910Z] #32 0.901 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:51:11.910Z] #32 0.902 + install_tomlv [2020-11-10T19:51:11.910Z] #32 0.902 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-10T19:51:11.910Z] #32 0.902 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.9jXCwSboMT/src/github.com/BurntSushi/toml [2020-11-10T19:51:11.910Z] #32 0.910 Cloning into '/tmp/tmp.9jXCwSboMT/src/github.com/BurntSushi/toml'... [2020-11-10T19:51:11.910Z] #32 2.298 + cd /tmp/tmp.9jXCwSboMT/src/github.com/BurntSushi/toml [2020-11-10T19:51:11.910Z] #32 2.298 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:51:11.910Z] #32 2.322 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-10T19:51:11.910Z] #32 3.033 internal/cpu [2020-11-10T19:51:11.910Z] #32 3.054 math/bits [2020-11-10T19:51:11.910Z] #32 3.091 runtime/internal/sys [2020-11-10T19:51:11.910Z] #32 3.124 runtime/internal/atomic [2020-11-10T19:51:11.910Z] #32 3.503 runtime/internal/math [2020-11-10T19:51:11.910Z] #32 3.814 unicode/utf8 [2020-11-10T19:51:11.910Z] #32 4.039 unicode [2020-11-10T19:51:11.910Z] #32 4.344 internal/bytealg [2020-11-10T19:51:11.910Z] #32 5.123 math [2020-11-10T19:51:11.910Z] #32 5.664 internal/testlog [2020-11-10T19:51:11.910Z] #32 6.506 encoding [2020-11-10T19:51:11.910Z] #32 6.543 runtime [2020-11-10T19:51:11.910Z] #32 6.915 runtime/cgo [2020-11-10T19:51:11.910Z] #32 ... [2020-11-10T19:51:11.910Z] [2020-11-10T19:51:11.910Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:11.910Z] #47 0.827 + RM_GOPATH=0 [2020-11-10T19:51:11.910Z] #47 0.830 + TMP_GOPATH= [2020-11-10T19:51:11.910Z] #47 0.831 + : /build [2020-11-10T19:51:11.910Z] #47 0.833 + '[' -z '' ']' [2020-11-10T19:51:11.910Z] #47 0.838 ++ mktemp -d [2020-11-10T19:51:11.910Z] #47 0.839 + export GOPATH=/tmp/tmp.xYETDlpLAX [2020-11-10T19:51:11.910Z] #47 0.840 + GOPATH=/tmp/tmp.xYETDlpLAX [2020-11-10T19:51:11.910Z] #47 0.840 + RM_GOPATH=1 [2020-11-10T19:51:11.910Z] #47 0.841 + case "$(go env GOARCH)" in [2020-11-10T19:51:11.910Z] #47 0.869 ++ go env GOARCH [2020-11-10T19:51:11.910Z] #47 0.882 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:11.910Z] #47 0.882 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:11.910Z] #47 0.885 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:11.910Z] #47 0.894 + dir=/tmp/install [2020-11-10T19:51:11.910Z] #47 0.897 + bin=golangci_lint [2020-11-10T19:51:11.910Z] #47 0.897 + shift [2020-11-10T19:51:11.910Z] #47 0.897 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-10T19:51:11.910Z] #47 0.898 + . /tmp/install/golangci_lint.installer [2020-11-10T19:51:11.910Z] #47 0.899 ++ : v1.23.8 [2020-11-10T19:51:11.910Z] #47 0.903 + install_golangci_lint [2020-11-10T19:51:11.910Z] #47 0.904 + set -e [2020-11-10T19:51:11.910Z] #47 0.905 + export GO111MODULE=on [2020-11-10T19:51:11.910Z] #47 0.905 + GO111MODULE=on [2020-11-10T19:51:11.910Z] #47 0.905 + GOBIN=/build [2020-11-10T19:51:11.910Z] #47 0.905 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-10T19:51:11.910Z] #47 0.975 go: finding github.com v1.23.8 [2020-11-10T19:51:11.910Z] #47 0.977 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-10T19:51:11.910Z] #47 0.978 go: finding github.com/golangci v1.23.8 [2020-11-10T19:51:11.910Z] #47 0.979 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-10T19:51:11.910Z] #47 0.980 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:51:11.910Z] #47 1.715 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:51:11.910Z] #47 2.910 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:51:11.910Z] #47 10.51 go: downloading github.com/fatih/color v1.7.0 [2020-11-10T19:51:11.910Z] #47 10.53 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:51:11.910Z] #47 10.57 go: downloading github.com/spf13/viper v1.6.1 [2020-11-10T19:51:11.910Z] #47 10.59 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:11.910Z] #47 10.61 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:51:11.910Z] #47 10.71 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:11.910Z] #47 10.78 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:11.910Z] #47 10.80 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:11.910Z] #47 10.81 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:51:11.910Z] #47 10.90 go: extracting github.com/fatih/color v1.7.0 [2020-11-10T19:51:11.910Z] #47 10.99 go: extracting github.com/spf13/viper v1.6.1 [2020-11-10T19:51:11.910Z] #47 11.25 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:51:11.910Z] #47 11.40 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:11.910Z] #47 11.45 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:12.055Z] #54 ... [2020-11-10T19:51:12.055Z] [2020-11-10T19:51:12.055Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:12.055Z] #49 19.77 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:12.055Z] #49 19.99 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:12.055Z] #49 20.14 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:12.055Z] #49 21.00 runtime [2020-11-10T19:51:12.074Z] #25 13.15 Selecting previously unselected package openssl. [2020-11-10T19:51:12.074Z] #25 13.15 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u3_arm64.deb ... [2020-11-10T19:51:12.074Z] #25 13.15 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-10T19:51:12.209Z] #47 11.66 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:51:12.210Z] #47 ... [2020-11-10T19:51:12.210Z] [2020-11-10T19:51:12.210Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:12.210Z] #49 11.75 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:12.210Z] #49 11.79 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:12.210Z] #49 11.83 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:12.244Z] #41 41.85 CC criu/bfd.o [2020-11-10T19:51:12.244Z] #41 42.03 CC criu/bitmap.o [2020-11-10T19:51:12.313Z] #49 ... [2020-11-10T19:51:12.313Z] [2020-11-10T19:51:12.313Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:12.313Z] #47 26.76 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:12.313Z] #47 26.76 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:12.313Z] #47 26.79 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:12.313Z] #47 26.79 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:12.313Z] #47 27.09 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-10T19:51:12.313Z] #47 27.36 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:12.313Z] #47 27.39 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-10T19:51:12.313Z] #47 27.41 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:12.313Z] #47 27.53 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:12.313Z] #47 27.91 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:12.313Z] #47 28.19 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:12.313Z] #47 28.20 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:12.313Z] #47 28.33 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:12.313Z] #47 28.50 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:12.313Z] #47 28.50 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:12.313Z] #47 28.56 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:12.313Z] #47 28.67 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:12.313Z] #47 28.68 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:12.313Z] #47 28.82 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:12.313Z] #47 28.94 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:12.313Z] #47 29.16 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:12.313Z] #47 29.40 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:12.313Z] #47 29.43 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:12.313Z] #47 29.63 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:12.313Z] #47 29.87 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:12.340Z] #25 13.38 Selecting previously unselected package ca-certificates. [2020-11-10T19:51:12.340Z] #25 13.38 Preparing to unpack .../06-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-10T19:51:12.340Z] #25 13.39 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-10T19:51:12.340Z] #25 13.59 Selecting previously unselected package libkeyutils1:arm64. [2020-11-10T19:51:12.340Z] #25 13.59 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2020-11-10T19:51:12.509Z] #49 12.09 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:12.509Z] #49 12.09 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:12.534Z] #41 42.07 CC criu/cgroup-props.o [2020-11-10T19:51:12.573Z] #47 ... [2020-11-10T19:51:12.573Z] [2020-11-10T19:51:12.573Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:12.573Z] #11 25.48 The following additional packages will be installed: [2020-11-10T19:51:12.573Z] #11 25.49 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-10T19:51:12.573Z] #11 25.49 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-10T19:51:12.573Z] #11 25.50 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-10T19:51:12.573Z] #11 25.50 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-10T19:51:12.573Z] #11 25.51 Suggested packages: [2020-11-10T19:51:12.573Z] #11 25.52 gcc-8-locales seccomp wine64 [2020-11-10T19:51:12.573Z] #11 26.89 The following NEW packages will be installed: [2020-11-10T19:51:12.573Z] #11 26.90 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-10T19:51:12.573Z] #11 26.90 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-10T19:51:12.573Z] #11 26.90 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-10T19:51:12.573Z] #11 26.90 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-10T19:51:12.573Z] #11 26.91 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-10T19:51:12.573Z] #11 26.92 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-10T19:51:12.573Z] #11 27.48 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:12.573Z] #11 27.48 Need to get 77.7 MB of archives. [2020-11-10T19:51:12.573Z] #11 27.48 After this operation, 487 MB of additional disk space will be used. [2020-11-10T19:51:12.573Z] #11 27.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-11-10T19:51:12.573Z] #11 27.70 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-11-10T19:51:12.573Z] #11 27.98 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-10T19:51:12.573Z] #11 27.99 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-11-10T19:51:12.573Z] #11 27.99 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-10T19:51:12.573Z] #11 28.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-10T19:51:12.573Z] #11 28.80 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-10T19:51:12.573Z] #11 29.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-10T19:51:12.573Z] #11 29.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-11-10T19:51:12.573Z] #11 33.53 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-11-10T19:51:12.573Z] #11 ... [2020-11-10T19:51:12.573Z] [2020-11-10T19:51:12.573Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:12.573Z] #40 31.10 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-10T19:51:12.573Z] #40 31.22 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-10T19:51:12.573Z] #40 31.64 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-10T19:51:12.573Z] #40 31.65 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-10T19:51:12.573Z] #40 31.66 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-10T19:51:12.573Z] #40 31.89 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-10T19:51:12.573Z] #40 31.90 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-10T19:51:12.573Z] #40 31.91 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-10T19:51:12.573Z] #40 32.40 Selecting previously unselected package libprotobuf17:amd64. [2020-11-10T19:51:12.573Z] #40 32.40 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:12.573Z] #40 32.44 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:12.573Z] #40 33.23 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-10T19:51:12.573Z] #40 33.25 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:12.573Z] #40 33.26 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:12.573Z] #40 33.63 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-10T19:51:12.573Z] #40 33.64 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:12.573Z] #40 33.67 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:12.573Z] #40 35.21 Selecting previously unselected package libprotoc17:amd64. [2020-11-10T19:51:12.573Z] #40 35.22 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:12.573Z] #40 35.22 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:12.603Z] #25 13.60 Unpacking libkeyutils1:arm64 (1.6-6) ... [2020-11-10T19:51:12.603Z] #25 13.64 Selecting previously unselected package libkrb5support0:arm64. [2020-11-10T19:51:12.603Z] #25 13.64 Preparing to unpack .../08-libkrb5support0_1.17-3_arm64.deb ... [2020-11-10T19:51:12.603Z] #25 13.64 Unpacking libkrb5support0:arm64 (1.17-3) ... [2020-11-10T19:51:12.603Z] #25 13.71 Selecting previously unselected package libk5crypto3:arm64. [2020-11-10T19:51:12.603Z] #25 13.71 Preparing to unpack .../09-libk5crypto3_1.17-3_arm64.deb ... [2020-11-10T19:51:12.825Z] #41 42.46 CC criu/cgroup.o [2020-11-10T19:51:12.865Z] #25 13.71 Unpacking libk5crypto3:arm64 (1.17-3) ... [2020-11-10T19:51:12.865Z] #25 13.87 Selecting previously unselected package libkrb5-3:arm64. [2020-11-10T19:51:12.865Z] #25 13.87 Preparing to unpack .../10-libkrb5-3_1.17-3_arm64.deb ... [2020-11-10T19:51:12.865Z] #25 13.87 Unpacking libkrb5-3:arm64 (1.17-3) ... [2020-11-10T19:51:13.128Z] #25 14.07 Selecting previously unselected package libgssapi-krb5-2:arm64. [2020-11-10T19:51:13.128Z] #25 14.07 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3_arm64.deb ... [2020-11-10T19:51:13.128Z] #25 14.07 Unpacking libgssapi-krb5-2:arm64 (1.17-3) ... [2020-11-10T19:51:13.128Z] #25 14.21 Selecting previously unselected package libnghttp2-14:arm64. [2020-11-10T19:51:13.128Z] #25 14.21 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2020-11-10T19:51:13.128Z] #25 14.30 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-11-10T19:51:13.219Z] #40 ... [2020-11-10T19:51:13.219Z] [2020-11-10T19:51:13.219Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:13.219Z] #34 25.85 The following additional packages will be installed: [2020-11-10T19:51:13.219Z] #34 25.87 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-10T19:51:13.219Z] #34 25.88 Suggested packages: [2020-11-10T19:51:13.219Z] #34 25.90 cmake-doc ninja-build lrzip [2020-11-10T19:51:13.219Z] #34 25.90 Recommended packages: [2020-11-10T19:51:13.219Z] #34 25.90 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-10T19:51:13.219Z] #34 26.94 The following NEW packages will be installed: [2020-11-10T19:51:13.219Z] #34 26.95 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-10T19:51:13.219Z] #34 26.96 vim-common xxd [2020-11-10T19:51:13.219Z] #34 27.42 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:13.219Z] #34 27.42 Need to get 14.9 MB of archives. [2020-11-10T19:51:13.219Z] #34 27.42 After this operation, 61.8 MB of additional disk space will be used. [2020-11-10T19:51:13.219Z] #34 27.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-10T19:51:13.219Z] #34 27.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-10T19:51:13.219Z] #34 27.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-10T19:51:13.219Z] #34 27.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-10T19:51:13.219Z] #34 28.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-10T19:51:13.219Z] #34 28.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-10T19:51:13.219Z] #34 28.86 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-10T19:51:13.219Z] #34 28.87 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-10T19:51:13.219Z] #34 28.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-10T19:51:13.219Z] #34 28.89 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-10T19:51:13.219Z] #34 30.96 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:13.219Z] #34 31.61 Fetched 14.9 MB in 2s (6789 kB/s) [2020-11-10T19:51:13.219Z] #34 31.72 Selecting previously unselected package xxd. [2020-11-10T19:51:13.219Z] #34 31.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-10T19:51:13.219Z] #34 31.84 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-10T19:51:13.219Z] #34 31.89 Unpacking xxd (2:8.1.0875-5) ... [2020-11-10T19:51:13.219Z] #34 32.11 Selecting previously unselected package vim-common. [2020-11-10T19:51:13.219Z] #34 32.11 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:51:13.219Z] #34 32.23 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-10T19:51:13.219Z] #34 32.93 Selecting previously unselected package cmake-data. [2020-11-10T19:51:13.219Z] #34 32.93 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-10T19:51:13.219Z] #34 32.94 Unpacking cmake-data (3.13.4-1) ... [2020-11-10T19:51:13.258Z] #66 exporting layers 3.6s done [2020-11-10T19:51:13.258Z] #66 writing image sha256:162ed5e0571b3632c940369527f5a5d692dc3d80db5363e79b76dbb55b32b410 done [2020-11-10T19:51:13.258Z] #66 naming to docker.io/library/docker:2b41e8471935a95440472ca90e99aa33dacf56c0 done [2020-11-10T19:51:13.258Z] #66 DONE 3.6s [2020-11-10T19:51:13.262Z] Running on azwin-2-5d7b90 in d:\jenkins\workspace\moby_PR-41659 [Pipeline] { [Pipeline] } [Pipeline] // stage [Pipeline] ws [2020-11-10T19:51:13.294Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] stage [Pipeline] { (Validate) [Pipeline] checkout [Pipeline] sh [2020-11-10T19:51:13.391Z] #25 14.34 Selecting previously unselected package libpsl5:arm64. [2020-11-10T19:51:13.391Z] #25 14.35 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2020-11-10T19:51:13.391Z] #25 14.35 Unpacking libpsl5:arm64 (0.20.2-2) ... [2020-11-10T19:51:13.391Z] #25 14.41 Selecting previously unselected package librtmp1:arm64. [2020-11-10T19:51:13.391Z] #25 14.41 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2020-11-10T19:51:13.391Z] #25 14.41 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-10T19:51:13.391Z] #25 14.55 Selecting previously unselected package libssh2-1:arm64. [2020-11-10T19:51:13.476Z] #34 ... [2020-11-10T19:51:13.476Z] [2020-11-10T19:51:13.476Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:13.476Z] #11 36.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-10T19:51:13.476Z] #11 36.32 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-10T19:51:13.476Z] #11 36.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-10T19:51:13.476Z] #11 36.33 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-10T19:51:13.476Z] #11 36.33 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-11-10T19:51:13.476Z] #11 36.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-10T19:51:13.476Z] #11 36.34 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-10T19:51:13.476Z] #11 36.35 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-10T19:51:13.476Z] #11 36.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-10T19:51:13.476Z] #11 36.43 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-10T19:51:13.476Z] #11 36.44 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-10T19:51:13.476Z] #11 36.53 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-10T19:51:13.616Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41659/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/validate/default [2020-11-10T19:51:13.657Z] #25 ... [2020-11-10T19:51:13.657Z] [2020-11-10T19:51:13.657Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-10T19:51:13.657Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.7s done [2020-11-10T19:51:13.657Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 4.9s done [2020-11-10T19:51:13.657Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2020-11-10T19:51:13.657Z] #8 DONE 27.8s [2020-11-10T19:51:13.657Z] [2020-11-10T19:51:13.657Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-10T19:51:13.657Z] #25 14.55 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2020-11-10T19:51:13.657Z] #25 14.56 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2020-11-10T19:51:13.657Z] #25 ... [2020-11-10T19:51:13.657Z] [2020-11-10T19:51:13.657Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-10T19:51:13.735Z] #11 36.56 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-11-10T19:51:13.735Z] #11 36.56 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-10T19:51:13.735Z] #11 36.56 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-10T19:51:14.045Z] #49 13.41 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:14.184Z] Congratulations! All commits are properly signed with the DCO! [2020-11-10T19:51:14.331Z] #41 43.72 CC criu/clone-noasan.o [2020-11-10T19:51:14.331Z] #41 43.84 CC criu/config.o [2020-11-10T19:51:14.346Z] #49 14.01 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:14.443Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-11-10T19:51:14.443Z] No api/types/ or api/swagger.yaml changes in diff. [2020-11-10T19:51:14.443Z] Congratulations! All TOML source files changed here have valid syntax. [2020-11-10T19:51:14.443Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-11-10T19:51:14.443Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-11-10T19:51:14.443Z] Congratulations! No new tests were added to integration-cli. [2020-11-10T19:51:14.443Z] [2020-11-10T19:51:14.443Z] INFO Start validation with golang-ci-lint [2020-11-10T19:51:14.443Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-11-10T19:51:14.443Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-10T19:51:14.443Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-10T19:51:14.870Z] #47 30.00 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:14.963Z] #41 44.51 CC criu/cr-check.o [2020-11-10T19:51:15.108Z] #11 38.06 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:15.365Z] #11 38.27 Fetched 77.7 MB in 9s (8192 kB/s) [2020-11-10T19:51:15.365Z] #11 38.38 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-10T19:51:15.595Z] #41 45.21 CC criu/cr-dedup.o [2020-11-10T19:51:15.595Z] #41 45.37 CC criu/cr-dump.o [2020-11-10T19:51:15.623Z] #11 38.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-10T19:51:15.623Z] #11 38.47 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-10T19:51:15.623Z] #11 38.50 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-10T19:51:15.888Z] #49 15.35 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:16.266Z] #47 32.15 go: extracting golang.org/x/text v0.3.2 [2020-11-10T19:51:16.528Z] #47 ... [2020-11-10T19:51:16.528Z] [2020-11-10T19:51:16.528Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:51:16.528Z] #53 24.13 Reading package lists... [2020-11-10T19:51:16.528Z] #53 30.82 Building dependency tree... [2020-11-10T19:51:16.528Z] #53 34.17 The following additional packages will be installed: [2020-11-10T19:51:16.528Z] #53 34.19 libbtrfs0 [2020-11-10T19:51:16.528Z] #53 34.35 The following NEW packages will be installed: [2020-11-10T19:51:16.528Z] #53 34.37 libbtrfs-dev libbtrfs0 [2020-11-10T19:51:16.528Z] #53 34.85 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:16.528Z] #53 34.85 Need to get 119 kB of archives. [2020-11-10T19:51:16.528Z] #53 34.85 After this operation, 387 kB of additional disk space will be used. [2020-11-10T19:51:16.528Z] #53 34.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-10T19:51:16.528Z] #53 34.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-10T19:51:16.528Z] #53 36.20 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:16.528Z] #53 36.34 Fetched 119 kB in 0s (300 kB/s) [2020-11-10T19:51:16.528Z] #53 36.47 Selecting previously unselected package libbtrfs0. [2020-11-10T19:51:16.528Z] #53 36.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 ... 15410 files and directories currently installed.) [2020-11-10T19:51:16.528Z] #53 36.57 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-10T19:51:16.528Z] #53 36.58 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-10T19:51:16.528Z] #53 36.66 Selecting previously unselected package libbtrfs-dev. [2020-11-10T19:51:16.528Z] #53 36.67 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-10T19:51:16.528Z] #53 36.71 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:51:16.627Z] #41 46.30 CC criu/cr-errno.o [2020-11-10T19:51:16.627Z] #41 46.32 CC criu/cr-restore.o [2020-11-10T19:51:16.789Z] #53 37.02 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-10T19:51:16.789Z] #53 37.07 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:51:16.789Z] #53 37.09 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:16.963Z] #49 16.57 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:16.963Z] #49 16.60 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:17.259Z] #49 16.86 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:17.259Z] #49 ... [2020-11-10T19:51:17.259Z] [2020-11-10T19:51:17.259Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:17.259Z] #62 15.73 Checking out files: 59% (1130/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-11-10T19:51:17.259Z] #62 16.29 + cd /tmp/tmp.2sljYFP6DA/src/github.com/docker/libnetwork [2020-11-10T19:51:17.259Z] #62 16.29 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:51:17.259Z] #62 16.88 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-10T19:51:17.737Z] #53 DONE 37.9s [2020-11-10T19:51:17.737Z] [2020-11-10T19:51:17.737Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:18.148Z] #11 41.06 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-10T19:51:18.148Z] #11 41.10 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-10T19:51:18.148Z] #11 41.11 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-10T19:51:18.680Z] #54 1.077 + RM_GOPATH=0 [2020-11-10T19:51:18.680Z] #54 1.077 + TMP_GOPATH= [2020-11-10T19:51:18.680Z] #54 1.077 + : /build [2020-11-10T19:51:18.680Z] #54 1.077 + '[' -z '' ']' [2020-11-10T19:51:18.693Z] #41 47.95 CC criu/cr-service.o [2020-11-10T19:51:18.941Z] #54 1.079 ++ mktemp -d [2020-11-10T19:51:18.941Z] #54 1.079 + export GOPATH=/tmp/tmp.4hD5jCEp1v [2020-11-10T19:51:18.941Z] #54 1.079 + GOPATH=/tmp/tmp.4hD5jCEp1v [2020-11-10T19:51:18.941Z] #54 1.079 + RM_GOPATH=1 [2020-11-10T19:51:18.941Z] #54 1.079 + case "$(go env GOARCH)" in [2020-11-10T19:51:18.941Z] #54 1.080 ++ go env GOARCH [2020-11-10T19:51:18.941Z] #54 1.101 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:18.941Z] #54 1.101 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:18.941Z] #54 1.102 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:18.941Z] #54 1.105 + dir=/tmp/install [2020-11-10T19:51:18.942Z] #54 1.105 + bin=containerd [2020-11-10T19:51:18.942Z] #54 1.105 + shift [2020-11-10T19:51:18.942Z] #54 1.105 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-10T19:51:18.942Z] #54 1.105 + . /tmp/install/containerd.installer [2020-11-10T19:51:18.942Z] #54 1.106 ++ set -e [2020-11-10T19:51:18.942Z] #54 1.106 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:51:18.942Z] #54 1.106 + install_containerd [2020-11-10T19:51:18.942Z] #54 1.106 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-10T19:51:18.942Z] #54 1.106 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:51:18.942Z] #54 1.106 + git clone https://github.com/containerd/containerd.git /tmp/tmp.4hD5jCEp1v/src/github.com/containerd/containerd [2020-11-10T19:51:18.942Z] #54 1.132 Cloning into '/tmp/tmp.4hD5jCEp1v/src/github.com/containerd/containerd'... [2020-11-10T19:51:19.007Z] #9 DONE 4.5s [2020-11-10T19:51:19.007Z] [2020-11-10T19:51:19.007Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-10T19:51:19.007Z] #10 DONE 0.9s [2020-11-10T19:51:19.007Z] [2020-11-10T19:51:19.007Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-10T19:51:19.007Z] #37 DONE 0.1s [2020-11-10T19:51:19.007Z] [2020-11-10T19:51:19.007Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:19.273Z] #45 ... [2020-11-10T19:51:19.273Z] [2020-11-10T19:51:19.273Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-10T19:51:19.273Z] #29 DONE 0.3s [2020-11-10T19:51:19.325Z] #41 48.67 CC criu/crtools.o [2020-11-10T19:51:19.325Z] #41 48.83 CC criu/eventfd.o [2020-11-10T19:51:19.325Z] #41 48.93 CC criu/eventpoll.o [2020-11-10T19:51:19.551Z] [2020-11-10T19:51:19.551Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:51:19.615Z] #41 49.34 CC criu/external.o [2020-11-10T19:51:19.906Z] #41 49.53 CC criu/fault-injection.o [2020-11-10T19:51:19.906Z] #41 49.60 CC criu/fdstore.o [2020-11-10T19:51:20.201Z] #41 49.78 CC criu/fifo.o [2020-11-10T19:51:20.529Z] #41 50.04 CC criu/file-ids.o [2020-11-10T19:51:20.529Z] #41 50.17 CC criu/file-lock.o [2020-11-10T19:51:20.672Z] #11 ... [2020-11-10T19:51:20.672Z] [2020-11-10T19:51:20.672Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:51:20.672Z] #30 38.11 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-11-10T19:51:20.672Z] #30 38.92 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-10T19:51:20.672Z] #30 39.81 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-10T19:51:20.820Z] #41 50.55 CC criu/files-ext.o [2020-11-10T19:51:20.826Z] #62 ... [2020-11-10T19:51:20.826Z] [2020-11-10T19:51:20.826Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:20.826Z] #45 10.28 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:51:20.826Z] #45 13.96 go: finding github.com/fatih/color v1.9.0 [2020-11-10T19:51:20.826Z] #45 13.97 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:51:20.826Z] #45 14.00 go: finding github.com/pkg/errors v0.9.1 [2020-11-10T19:51:20.826Z] #45 14.07 go: finding github.com/spf13/pflag v1.0.3 [2020-11-10T19:51:20.826Z] #45 14.23 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:51:20.826Z] #45 14.39 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:51:20.826Z] #45 14.68 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:51:20.826Z] #45 14.75 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:51:20.826Z] #45 14.80 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:51:20.826Z] #45 14.82 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:51:20.826Z] #45 15.05 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:51:20.826Z] #45 ... [2020-11-10T19:51:20.826Z] [2020-11-10T19:51:20.826Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:20.826Z] #47 11.82 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:20.826Z] #47 11.97 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:20.826Z] #47 13.77 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:51:20.826Z] #47 16.43 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:20.826Z] #47 16.44 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:20.826Z] #47 16.45 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:20.826Z] #47 16.45 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:51:20.826Z] #47 16.45 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-10T19:51:20.826Z] #47 16.45 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:20.826Z] #47 16.45 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:20.826Z] #47 16.47 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:20.826Z] #47 16.55 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:20.826Z] #47 16.67 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-10T19:51:20.826Z] #47 16.71 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:20.826Z] #47 16.75 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:20.826Z] #47 16.82 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:20.826Z] #47 16.90 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:20.826Z] #47 16.94 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:20.826Z] #47 17.00 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:20.826Z] #47 17.07 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:20.826Z] #47 17.17 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:51:20.826Z] #47 17.17 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:20.826Z] #47 17.28 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:20.826Z] #47 17.32 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:20.826Z] #47 17.35 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:20.826Z] #47 17.44 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:51:20.826Z] #47 17.44 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:20.826Z] #47 17.53 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:20.826Z] #47 17.53 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:51:20.826Z] #47 17.56 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:20.826Z] #47 17.57 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-10T19:51:20.826Z] #47 17.57 go: downloading github.com/spf13/afero v1.1.2 [2020-11-10T19:51:20.826Z] #47 17.61 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:51:20.826Z] #47 17.73 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-10T19:51:20.826Z] #47 18.02 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:20.826Z] #47 18.05 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:51:20.826Z] #47 18.15 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:51:20.826Z] #47 18.18 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:51:20.826Z] #47 18.19 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:20.826Z] #47 18.29 go: extracting github.com/spf13/afero v1.1.2 [2020-11-10T19:51:20.826Z] #47 18.36 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:51:20.826Z] #47 18.36 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:51:20.826Z] #47 18.38 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:20.826Z] #47 18.42 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:51:20.826Z] #47 18.44 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-10T19:51:20.826Z] #47 18.44 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:51:20.826Z] #47 18.45 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:20.826Z] #47 18.55 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:20.826Z] #47 18.65 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:20.826Z] #47 18.71 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:51:20.826Z] #47 18.74 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:51:20.826Z] #47 18.75 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:20.826Z] #47 18.78 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-10T19:51:20.826Z] #47 18.80 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:51:20.826Z] #47 18.84 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:20.826Z] #47 18.91 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:20.826Z] #47 18.91 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:20.826Z] #47 18.92 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:51:20.826Z] #47 19.04 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:20.826Z] #47 19.04 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:20.826Z] #47 19.05 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:20.826Z] #47 19.10 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:51:20.826Z] #47 19.22 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:20.826Z] #47 19.26 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:20.826Z] #47 19.26 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:20.826Z] #47 19.26 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-10T19:51:20.826Z] #47 19.37 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:20.826Z] #47 19.37 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:20.826Z] #47 19.41 go: downloading golang.org/x/text v0.3.2 [2020-11-10T19:51:20.826Z] #47 19.49 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:20.826Z] #47 19.50 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:20.826Z] #47 19.56 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:51:20.826Z] #47 19.64 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:51:20.826Z] #47 19.79 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:51:20.826Z] #47 19.83 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:20.826Z] #47 19.92 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-10T19:51:20.826Z] #47 20.19 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:20.826Z] #47 20.31 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:21.110Z] #41 50.68 CC criu/files-reg.o [2020-11-10T19:51:21.237Z] #30 ... [2020-11-10T19:51:21.237Z] [2020-11-10T19:51:21.237Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:21.237Z] #32 29.12 sync [2020-11-10T19:51:21.237Z] #32 29.12 internal/reflectlite [2020-11-10T19:51:21.237Z] #32 31.78 errors [2020-11-10T19:51:21.237Z] #32 31.79 sort [2020-11-10T19:51:21.237Z] #32 32.28 strconv [2020-11-10T19:51:21.237Z] #32 33.56 io [2020-11-10T19:51:21.237Z] #32 35.06 internal/oserror [2020-11-10T19:51:21.237Z] #32 35.20 syscall [2020-11-10T19:51:21.237Z] #32 36.18 reflect [2020-11-10T19:51:21.408Z] #41 ... [2020-11-10T19:51:21.408Z] [2020-11-10T19:51:21.408Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:51:21.408Z] #38 DONE 51.1s [2020-11-10T19:51:21.468Z] #47 20.99 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:21.468Z] #47 21.07 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:21.468Z] #47 21.09 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:51:21.468Z] #47 ... [2020-11-10T19:51:21.468Z] [2020-11-10T19:51:21.468Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:21.468Z] #43 11.22 runtime/cgo [2020-11-10T19:51:21.468Z] #43 14.46 vendor/golang.org/x/crypto/internal/subtle [2020-11-10T19:51:21.494Z] #32 ... [2020-11-10T19:51:21.494Z] [2020-11-10T19:51:21.494Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:21.494Z] #43 29.01 sync [2020-11-10T19:51:21.494Z] #43 29.01 internal/reflectlite [2020-11-10T19:51:21.494Z] #43 30.85 github.com/LK4D4/vndr/godl/singleflight [2020-11-10T19:51:21.494Z] #43 30.99 math/rand [2020-11-10T19:51:21.494Z] #43 32.04 internal/singleflight [2020-11-10T19:51:21.494Z] #43 32.55 sort [2020-11-10T19:51:21.494Z] #43 32.61 io [2020-11-10T19:51:21.494Z] #43 33.84 strconv [2020-11-10T19:51:21.494Z] #43 34.23 bytes [2020-11-10T19:51:21.494Z] #43 36.79 bufio [2020-11-10T19:51:21.494Z] #43 37.92 reflect [2020-11-10T19:51:21.494Z] #43 39.25 syscall [2020-11-10T19:51:21.494Z] #43 ... [2020-11-10T19:51:21.494Z] [2020-11-10T19:51:21.494Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:21.494Z] #40 36.42 Selecting previously unselected package protobuf-c-compiler. [2020-11-10T19:51:21.494Z] #40 36.43 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-10T19:51:21.494Z] #40 36.46 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-10T19:51:21.494Z] #40 36.67 Selecting previously unselected package protobuf-compiler. [2020-11-10T19:51:21.494Z] #40 36.67 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:21.494Z] #40 36.68 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-10T19:51:21.494Z] #40 36.95 Selecting previously unselected package python-pkg-resources. [2020-11-10T19:51:21.494Z] #40 36.95 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-10T19:51:21.494Z] #40 36.97 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-10T19:51:21.494Z] #40 37.23 Selecting previously unselected package python-six. [2020-11-10T19:51:21.494Z] #40 37.23 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-10T19:51:21.494Z] #40 37.24 Unpacking python-six (1.12.0-1) ... [2020-11-10T19:51:21.494Z] #40 37.42 Selecting previously unselected package python-protobuf. [2020-11-10T19:51:21.494Z] #40 37.42 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:21.495Z] #40 37.43 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-10T19:51:21.495Z] #40 38.08 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-10T19:51:21.495Z] #40 43.14 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:21.495Z] #40 43.17 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:21.495Z] #40 43.19 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-10T19:51:21.495Z] #40 43.20 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-10T19:51:21.495Z] #40 43.22 Setting up python-six (1.12.0-1) ... [2020-11-10T19:51:21.496Z] #54 ... [2020-11-10T19:51:21.496Z] [2020-11-10T19:51:21.496Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:21.496Z] #11 24.69 Reading package lists... [2020-11-10T19:51:21.496Z] #11 31.91 Building dependency tree... [2020-11-10T19:51:21.496Z] #11 35.39 The following additional packages will be installed: [2020-11-10T19:51:21.496Z] #11 35.39 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-10T19:51:21.496Z] #11 35.39 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-10T19:51:21.496Z] #11 35.42 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-10T19:51:21.496Z] #11 35.42 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-10T19:51:21.496Z] #11 35.44 Suggested packages: [2020-11-10T19:51:21.496Z] #11 35.44 gcc-8-locales seccomp wine64 [2020-11-10T19:51:21.496Z] #11 36.66 The following NEW packages will be installed: [2020-11-10T19:51:21.496Z] #11 36.67 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-10T19:51:21.496Z] #11 36.67 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-10T19:51:21.496Z] #11 36.67 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-10T19:51:21.496Z] #11 36.68 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-10T19:51:21.496Z] #11 36.69 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-10T19:51:21.496Z] #11 36.70 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-10T19:51:21.496Z] #11 37.08 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:21.496Z] #11 37.08 Need to get 77.7 MB of archives. [2020-11-10T19:51:21.496Z] #11 37.08 After this operation, 487 MB of additional disk space will be used. [2020-11-10T19:51:21.496Z] #11 37.08 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-11-10T19:51:21.496Z] #11 37.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-11-10T19:51:21.496Z] #11 37.73 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-10T19:51:21.496Z] #11 37.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-11-10T19:51:21.497Z] #11 37.78 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-10T19:51:21.497Z] #11 37.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-10T19:51:21.497Z] #11 38.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-10T19:51:21.497Z] #11 38.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-10T19:51:21.497Z] #11 38.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-11-10T19:51:21.497Z] #11 ... [2020-11-10T19:51:21.497Z] [2020-11-10T19:51:21.497Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:21.497Z] #40 25.25 Reading package lists... [2020-11-10T19:51:21.497Z] #40 31.94 Building dependency tree... [2020-11-10T19:51:21.497Z] #40 35.41 The following additional packages will be installed: [2020-11-10T19:51:21.497Z] #40 35.41 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-10T19:51:21.497Z] #40 35.42 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-10T19:51:21.497Z] #40 35.43 Suggested packages: [2020-11-10T19:51:21.497Z] #40 35.43 manpages-dev python-setuptools [2020-11-10T19:51:21.497Z] #40 36.84 The following NEW packages will be installed: [2020-11-10T19:51:21.497Z] #40 36.84 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-10T19:51:21.497Z] #40 36.84 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-10T19:51:21.497Z] #40 36.84 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-10T19:51:21.497Z] #40 36.85 python-six zlib1g-dev [2020-11-10T19:51:21.497Z] #40 37.24 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:21.497Z] #40 37.24 Need to get 4095 kB of archives. [2020-11-10T19:51:21.497Z] #40 37.24 After this operation, 22.5 MB of additional disk space will be used. [2020-11-10T19:51:21.497Z] #40 37.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-10T19:51:21.497Z] #40 37.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-10T19:51:21.497Z] #40 37.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-11-10T19:51:21.497Z] #40 37.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-11-10T19:51:21.497Z] #40 37.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-10T19:51:21.497Z] #40 37.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-10T19:51:21.497Z] #40 37.28 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-11-10T19:51:21.497Z] #40 37.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-11-10T19:51:21.497Z] #40 37.31 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-10T19:51:21.497Z] #40 37.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-10T19:51:21.497Z] #40 37.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-10T19:51:21.497Z] #40 37.52 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-10T19:51:21.497Z] #40 37.58 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-11-10T19:51:21.497Z] #40 37.60 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-11-10T19:51:21.497Z] #40 37.65 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-10T19:51:21.497Z] #40 37.65 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-10T19:51:21.497Z] #40 37.65 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-10T19:51:21.497Z] #40 39.28 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:21.497Z] #40 39.52 Fetched 4095 kB in 1s (5663 kB/s) [2020-11-10T19:51:21.497Z] #40 39.64 Selecting previously unselected package libcap-dev:amd64. [2020-11-10T19:51:21.497Z] #40 39.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-11-10T19:51:21.497Z] #40 39.72 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-10T19:51:21.497Z] #40 39.73 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-10T19:51:21.497Z] #40 39.88 Selecting previously unselected package libnet1:amd64. [2020-11-10T19:51:21.497Z] #40 39.92 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-10T19:51:21.497Z] #40 39.95 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:21.497Z] #40 40.11 Selecting previously unselected package libnet1-dev. [2020-11-10T19:51:21.497Z] #40 40.14 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-10T19:51:21.497Z] #40 40.14 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:21.497Z] #40 40.33 Selecting previously unselected package libnl-3-200:amd64. [2020-11-10T19:51:21.497Z] #40 40.34 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-10T19:51:21.497Z] #40 40.34 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-10T19:51:21.497Z] #40 40.55 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-10T19:51:21.497Z] #40 40.55 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-10T19:51:21.497Z] #40 40.56 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-10T19:51:21.497Z] #40 40.88 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-10T19:51:21.497Z] #40 40.88 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-10T19:51:21.497Z] #40 40.90 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-10T19:51:21.497Z] #40 41.01 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-10T19:51:21.497Z] #40 41.03 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-10T19:51:21.497Z] #40 41.05 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-10T19:51:21.497Z] #40 41.17 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-10T19:51:21.497Z] #40 41.22 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-10T19:51:21.497Z] #40 41.23 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-10T19:51:21.497Z] #40 41.55 Selecting previously unselected package libprotobuf17:amd64. [2020-11-10T19:51:21.497Z] #40 41.55 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:21.497Z] #40 41.56 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:21.716Z] [2020-11-10T19:51:21.716Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:21.767Z] #43 ... [2020-11-10T19:51:21.767Z] [2020-11-10T19:51:21.767Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:21.767Z] #47 21.26 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:51:22.060Z] #40 ... [2020-11-10T19:51:22.060Z] [2020-11-10T19:51:22.060Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:22.060Z] #11 44.85 Selecting previously unselected package binutils-mingw-w64. [2020-11-10T19:51:22.060Z] #11 44.85 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-10T19:51:22.060Z] #11 44.88 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-10T19:51:22.060Z] #11 45.08 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-10T19:51:22.060Z] #11 45.08 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-10T19:51:22.071Z] #47 21.58 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:51:22.071Z] #47 21.72 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:22.071Z] #47 21.75 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:22.073Z] #40 ... [2020-11-10T19:51:22.073Z] [2020-11-10T19:51:22.073Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:22.073Z] #34 25.25 Reading package lists... [2020-11-10T19:51:22.073Z] #34 32.45 Building dependency tree... [2020-11-10T19:51:22.073Z] #34 35.99 The following additional packages will be installed: [2020-11-10T19:51:22.073Z] #34 36.03 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-10T19:51:22.073Z] #34 36.04 Suggested packages: [2020-11-10T19:51:22.073Z] #34 36.05 cmake-doc ninja-build lrzip [2020-11-10T19:51:22.073Z] #34 36.05 Recommended packages: [2020-11-10T19:51:22.073Z] #34 36.05 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-10T19:51:22.073Z] #34 37.15 The following NEW packages will be installed: [2020-11-10T19:51:22.073Z] #34 37.16 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-10T19:51:22.073Z] #34 37.17 vim-common xxd [2020-11-10T19:51:22.073Z] #34 37.56 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:22.073Z] #34 37.56 Need to get 14.9 MB of archives. [2020-11-10T19:51:22.073Z] #34 37.56 After this operation, 61.8 MB of additional disk space will be used. [2020-11-10T19:51:22.073Z] #34 37.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-10T19:51:22.073Z] #34 37.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-10T19:51:22.073Z] #34 37.64 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-10T19:51:22.073Z] #34 37.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-10T19:51:22.073Z] #34 39.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-10T19:51:22.073Z] #34 39.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-10T19:51:22.073Z] #34 39.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-10T19:51:22.073Z] #34 39.13 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-10T19:51:22.073Z] #34 39.14 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-10T19:51:22.073Z] #34 39.16 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-10T19:51:22.073Z] #34 40.73 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:22.073Z] #34 40.92 Fetched 14.9 MB in 2s (6717 kB/s) [2020-11-10T19:51:22.073Z] #34 41.04 Selecting previously unselected package xxd. [2020-11-10T19:51:22.073Z] #34 41.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-10T19:51:22.073Z] #34 41.12 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-10T19:51:22.073Z] #34 41.13 Unpacking xxd (2:8.1.0875-5) ... [2020-11-10T19:51:22.073Z] #34 41.35 Selecting previously unselected package vim-common. [2020-11-10T19:51:22.073Z] #34 41.36 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:51:22.073Z] #34 41.43 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-10T19:51:22.073Z] #34 41.78 Selecting previously unselected package cmake-data. [2020-11-10T19:51:22.073Z] #34 41.78 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-10T19:51:22.073Z] #34 41.81 Unpacking cmake-data (3.13.4-1) ... [2020-11-10T19:51:22.333Z] #11 45.10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-10T19:51:22.334Z] #34 ... [2020-11-10T19:51:22.334Z] [2020-11-10T19:51:22.334Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:22.334Z] #47 38.08 go: finding github.com/fatih/color v1.7.0 [2020-11-10T19:51:22.370Z] #47 21.86 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:22.370Z] #47 21.91 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:51:22.370Z] #47 21.94 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:22.370Z] #47 21.99 go: downloading github.com/spf13/cast v1.3.0 [2020-11-10T19:51:22.370Z] #47 22.00 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:22.370Z] #47 22.09 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:22.370Z] #47 22.09 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:22.370Z] #47 22.12 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:22.370Z] #47 22.12 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:22.370Z] #47 22.18 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-10T19:51:22.372Z] #41 51.92 CC criu/files.o [2020-11-10T19:51:22.596Z] #47 38.18 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:51:22.596Z] #47 38.42 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:51:22.663Z] #41 ... [2020-11-10T19:51:22.663Z] [2020-11-10T19:51:22.663Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-10T19:51:22.663Z] #39 DONE 0.2s [2020-11-10T19:51:22.663Z] [2020-11-10T19:51:22.663Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:22.663Z] #51 50.24 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-11-10T19:51:22.667Z] #47 22.31 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:22.667Z] #47 22.31 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:22.667Z] #47 22.35 go: extracting github.com/spf13/cast v1.3.0 [2020-11-10T19:51:22.667Z] #47 22.42 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:51:22.857Z] #47 38.45 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:22.857Z] #47 38.48 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:22.857Z] #47 38.50 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:51:22.857Z] #47 38.51 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:22.857Z] #47 38.53 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:51:22.857Z] #47 38.57 go: finding github.com/pkg/errors v0.8.1 [2020-11-10T19:51:22.857Z] #47 38.61 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:51:22.857Z] #47 38.61 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:22.857Z] #47 38.66 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:22.857Z] #47 38.70 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:22.857Z] #47 38.71 go: finding github.com/spf13/viper v1.6.1 [2020-11-10T19:51:22.857Z] #47 38.73 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:22.857Z] #47 38.75 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:22.857Z] #47 38.75 go: finding github.com/stretchr/testify v1.4.0 [2020-11-10T19:51:22.857Z] #47 38.75 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:22.857Z] #47 38.77 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:22.966Z] #47 22.49 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:51:22.966Z] #47 22.50 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-10T19:51:22.966Z] #47 22.51 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:22.966Z] #47 22.66 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:51:23.130Z] #47 38.84 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:23.130Z] #47 38.89 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:23.130Z] #47 38.89 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:51:23.130Z] #47 38.93 go: finding github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:23.130Z] #47 38.97 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:23.130Z] #47 39.00 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:23.266Z] #47 22.66 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:23.266Z] #47 22.75 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:23.266Z] #47 22.95 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:51:23.266Z] #11 46.15 Selecting previously unselected package dmsetup. [2020-11-10T19:51:23.266Z] #11 46.15 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-10T19:51:23.266Z] #11 46.17 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-10T19:51:23.294Z] #51 51.26 + mkdir -p /build [2020-11-10T19:51:23.410Z] #47 39.07 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:23.410Z] #47 39.15 go: finding github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:23.410Z] #47 39.18 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:23.410Z] #47 39.27 go: finding github.com/spf13/cobra v0.0.5 [2020-11-10T19:51:23.565Z] #47 23.20 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:23.565Z] #47 23.36 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:23.593Z] #51 51.26 + cp runc /build/runc [2020-11-10T19:51:23.593Z] #51 DONE 51.5s [2020-11-10T19:51:23.593Z] [2020-11-10T19:51:23.593Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:23.593Z] #41 52.73 CC criu/filesystems.o [2020-11-10T19:51:23.593Z] #41 52.99 CC criu/fsnotify.o [2020-11-10T19:51:23.672Z] #47 39.27 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:51:23.672Z] #47 39.40 go: finding github.com/spf13/pflag v1.0.5 [2020-11-10T19:51:23.672Z] #47 ... [2020-11-10T19:51:23.672Z] [2020-11-10T19:51:23.672Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:23.672Z] #62 DONE 39.5s [2020-11-10T19:51:23.672Z] [2020-11-10T19:51:23.672Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:23.672Z] #47 39.48 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:23.834Z] #11 ... [2020-11-10T19:51:23.834Z] [2020-11-10T19:51:23.834Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:23.834Z] #62 DONE 41.3s [2020-11-10T19:51:23.834Z] [2020-11-10T19:51:23.834Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:23.834Z] #11 46.53 Selecting previously unselected package mingw-w64-common. [2020-11-10T19:51:23.834Z] #11 46.53 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-10T19:51:23.834Z] #11 46.56 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-10T19:51:23.834Z] #11 ... [2020-11-10T19:51:23.834Z] [2020-11-10T19:51:23.834Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:23.834Z] #34 36.58 Selecting previously unselected package libicu63:amd64. [2020-11-10T19:51:23.834Z] #34 36.58 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-10T19:51:23.834Z] #34 36.59 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-10T19:51:23.834Z] #34 44.01 Selecting previously unselected package libxml2:amd64. [2020-11-10T19:51:23.834Z] #34 44.01 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-10T19:51:23.834Z] #34 44.01 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-10T19:51:23.834Z] #34 44.85 Selecting previously unselected package libarchive13:amd64. [2020-11-10T19:51:23.834Z] #34 44.85 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-10T19:51:23.834Z] #34 44.88 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-10T19:51:23.834Z] #34 45.77 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-10T19:51:23.834Z] #34 45.78 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-10T19:51:23.834Z] #34 45.80 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-10T19:51:23.834Z] #34 46.23 Selecting previously unselected package librhash0:amd64. [2020-11-10T19:51:23.834Z] #34 46.23 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-10T19:51:23.834Z] #34 46.24 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-10T19:51:23.834Z] #34 46.56 Selecting previously unselected package libuv1:amd64. [2020-11-10T19:51:23.834Z] #34 46.57 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-10T19:51:23.834Z] #34 46.57 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-10T19:51:23.834Z] #34 ... [2020-11-10T19:51:23.834Z] [2020-11-10T19:51:23.834Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:23.834Z] #47 34.16 go: extracting golang.org/x/text v0.3.2 [2020-11-10T19:51:23.834Z] #47 39.92 go: finding github.com/fatih/color v1.7.0 [2020-11-10T19:51:23.834Z] #47 39.98 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:51:23.834Z] #47 40.11 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:51:23.834Z] #47 40.12 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:23.834Z] #47 40.43 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:51:23.834Z] #47 40.44 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:51:23.834Z] #47 40.44 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:23.834Z] #47 40.54 go: finding github.com/pkg/errors v0.8.1 [2020-11-10T19:51:23.834Z] #47 40.57 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:23.834Z] #47 40.57 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:51:23.834Z] #47 40.57 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:23.834Z] #47 40.60 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:23.835Z] #47 40.62 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:23.835Z] #47 40.71 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:23.835Z] #47 40.86 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:23.835Z] #47 40.87 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:23.835Z] #47 40.87 go: finding github.com/stretchr/testify v1.4.0 [2020-11-10T19:51:23.835Z] #47 40.96 go: finding github.com/spf13/viper v1.6.1 [2020-11-10T19:51:23.835Z] #47 41.02 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:23.835Z] #47 41.05 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:23.835Z] #47 41.09 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:23.835Z] #47 41.11 go: finding github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:23.835Z] #47 41.26 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:23.835Z] #47 41.28 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:23.835Z] #47 41.30 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:51:23.835Z] #47 41.38 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:23.835Z] #47 41.48 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:23.835Z] #47 41.51 go: finding github.com/spf13/cobra v0.0.5 [2020-11-10T19:51:23.835Z] #47 41.59 go: finding github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:23.835Z] #47 41.59 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:51:23.835Z] #47 ... [2020-11-10T19:51:23.835Z] [2020-11-10T19:51:23.835Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:23.888Z] #41 53.45 CC criu/image-desc.o [2020-11-10T19:51:23.888Z] #41 53.50 CC criu/image.o [2020-11-10T19:51:23.934Z] #47 39.63 go: finding github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:23.934Z] #47 39.69 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:51:23.934Z] #47 39.69 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:23.934Z] #47 39.71 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:23.934Z] #47 39.75 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:51:23.934Z] #47 39.75 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:23.934Z] #47 39.77 go: finding github.com/spf13/afero v1.1.2 [2020-11-10T19:51:23.934Z] #47 39.81 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:23.934Z] #47 39.85 go: finding github.com/spf13/cast v1.3.0 [2020-11-10T19:51:24.052Z] #30 ... [2020-11-10T19:51:24.052Z] [2020-11-10T19:51:24.052Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-10T19:51:24.052Z] #25 14.75 Selecting previously unselected package libcurl4:arm64. [2020-11-10T19:51:24.052Z] #25 14.75 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2020-11-10T19:51:24.052Z] #25 14.76 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-11-10T19:51:24.052Z] #25 14.92 Selecting previously unselected package curl. [2020-11-10T19:51:24.052Z] #25 14.92 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2020-11-10T19:51:24.052Z] #25 14.92 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-10T19:51:24.052Z] #25 14.99 Selecting previously unselected package libonig5:arm64. [2020-11-10T19:51:24.052Z] #25 14.99 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2020-11-10T19:51:24.052Z] #25 14.99 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-11-10T19:51:24.052Z] #25 17.40 Selecting previously unselected package libjq1:arm64. [2020-11-10T19:51:24.052Z] #25 17.41 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-11-10T19:51:24.052Z] #25 17.77 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-10T19:51:24.052Z] #25 18.43 Selecting previously unselected package jq. [2020-11-10T19:51:24.052Z] #25 18.43 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-11-10T19:51:24.052Z] #25 18.44 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-10T19:51:24.052Z] #25 18.51 Setting up libkeyutils1:arm64 (1.6-6) ... [2020-11-10T19:51:24.052Z] #25 18.56 Setting up libpsl5:arm64 (0.20.2-2) ... [2020-11-10T19:51:24.052Z] #25 18.62 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-11-10T19:51:24.052Z] #25 18.82 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-11-10T19:51:24.052Z] #25 18.84 Setting up libldap-common (2.4.47+dfsg-3+deb10u3) ... [2020-11-10T19:51:24.052Z] #25 18.87 Setting up libkrb5support0:arm64 (1.17-3) ... [2020-11-10T19:51:24.052Z] #25 19.09 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-10T19:51:24.052Z] #25 19.12 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-10T19:51:24.052Z] #25 19.13 Setting up libk5crypto3:arm64 (1.17-3) ... [2020-11-10T19:51:24.052Z] #25 19.14 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-10T19:51:24.052Z] #25 19.15 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2020-11-10T19:51:24.052Z] #25 19.17 Setting up libkrb5-3:arm64 (1.17-3) ... [2020-11-10T19:51:24.052Z] #25 19.18 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-10T19:51:24.052Z] #25 19.21 Setting up libonig5:arm64 (6.9.1-1) ... [2020-11-10T19:51:24.052Z] #25 19.21 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-10T19:51:24.052Z] #25 19.22 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u3) ... [2020-11-10T19:51:24.052Z] #25 19.24 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-10T19:51:24.052Z] #25 20.06 Updating certificates in /etc/ssl/certs... [2020-11-10T19:51:24.052Z] #25 22.47 126 added, 0 removed; done. [2020-11-10T19:51:24.052Z] #25 22.51 Setting up libgssapi-krb5-2:arm64 (1.17-3) ... [2020-11-10T19:51:24.052Z] #25 22.53 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-10T19:51:24.052Z] #25 22.54 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-11-10T19:51:24.052Z] #25 22.55 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-10T19:51:24.052Z] #25 22.57 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:24.052Z] #25 22.59 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-10T19:51:24.052Z] #25 22.62 Updating certificates in /etc/ssl/certs... [2020-11-10T19:51:24.052Z] #25 24.76 0 added, 0 removed; done. [2020-11-10T19:51:24.052Z] #25 24.76 Running hooks in /etc/ca-certificates/update.d... [2020-11-10T19:51:24.052Z] #25 24.76 done. [2020-11-10T19:51:24.052Z] #25 ... [2020-11-10T19:51:24.052Z] [2020-11-10T19:51:24.052Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:24.052Z] #45 5.092 + RM_GOPATH=0 [2020-11-10T19:51:24.052Z] #45 5.092 + TMP_GOPATH= [2020-11-10T19:51:24.052Z] #45 5.092 + : /build [2020-11-10T19:51:24.052Z] #45 5.092 + '[' -z '' ']' [2020-11-10T19:51:24.052Z] #45 5.093 ++ mktemp -d [2020-11-10T19:51:24.052Z] #45 5.095 + export GOPATH=/tmp/tmp.LwvA3kU3pr [2020-11-10T19:51:24.052Z] #45 5.095 + GOPATH=/tmp/tmp.LwvA3kU3pr [2020-11-10T19:51:24.052Z] #45 5.095 + RM_GOPATH=1 [2020-11-10T19:51:24.052Z] #45 5.095 + case "$(go env GOARCH)" in [2020-11-10T19:51:24.052Z] #45 5.096 ++ go env GOARCH [2020-11-10T19:51:24.052Z] #45 5.116 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:24.052Z] #45 5.116 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:24.052Z] #45 5.118 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:24.052Z] #45 5.118 + dir=/tmp/install [2020-11-10T19:51:24.052Z] #45 5.118 + bin=gotestsum [2020-11-10T19:51:24.052Z] #45 5.118 + shift [2020-11-10T19:51:24.052Z] #45 5.118 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-10T19:51:24.052Z] #45 5.118 + . /tmp/install/gotestsum.installer [2020-11-10T19:51:24.052Z] #45 5.118 ++ : v0.5.3 [2020-11-10T19:51:24.052Z] #45 5.118 + install_gotestsum [2020-11-10T19:51:24.052Z] #45 5.127 + set -e [2020-11-10T19:51:24.052Z] #45 5.127 + export GO111MODULE=on [2020-11-10T19:51:24.052Z] #45 5.127 + GO111MODULE=on [2020-11-10T19:51:24.052Z] #45 5.127 + GOBIN=/build [2020-11-10T19:51:24.052Z] #45 5.127 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-10T19:51:24.052Z] #45 5.144 go: finding gotest.tools v0.5.3 [2020-11-10T19:51:24.052Z] #45 5.144 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-10T19:51:24.093Z] #34 46.89 Selecting previously unselected package cmake. [2020-11-10T19:51:24.093Z] #34 46.92 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-10T19:51:24.093Z] #34 46.96 Unpacking cmake (3.13.4-1) ... [2020-11-10T19:51:24.196Z] #47 39.94 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:24.196Z] #47 39.97 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:51:24.196Z] #47 40.11 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:51:24.214Z] #47 23.83 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-10T19:51:24.214Z] #47 23.87 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:24.214Z] #47 23.87 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:24.214Z] #47 23.90 go: downloading github.com/pkg/errors v0.8.1 [2020-11-10T19:51:24.316Z] #45 ... [2020-11-10T19:51:24.316Z] [2020-11-10T19:51:24.316Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-10T19:51:24.316Z] #25 DONE 25.3s [2020-11-10T19:51:24.316Z] [2020-11-10T19:51:24.316Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-10T19:51:24.316Z] #26 DONE 0.1s [2020-11-10T19:51:24.316Z] [2020-11-10T19:51:24.316Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:24.459Z] #47 40.12 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:24.459Z] #47 40.21 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-10T19:51:24.459Z] #47 40.26 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:51:24.514Z] #47 24.00 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-10T19:51:24.514Z] #47 24.04 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:24.514Z] #47 24.16 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:24.514Z] #47 24.16 go: extracting github.com/pkg/errors v0.8.1 [2020-11-10T19:51:24.541Z] #41 53.88 CC criu/ipc_ns.o [2020-11-10T19:51:24.541Z] #41 54.25 CC criu/irmap.o [2020-11-10T19:51:24.721Z] #47 40.27 go: finding golang.org/x/text v0.3.2 [2020-11-10T19:51:24.721Z] #47 40.40 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:24.721Z] #47 40.43 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:51:24.721Z] #47 40.43 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:24.814Z] #47 24.33 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:24.814Z] #47 24.36 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:24.814Z] #47 24.36 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:24.831Z] #41 54.40 CC criu/kcmp-ids.o [2020-11-10T19:51:24.831Z] #41 54.50 CC criu/kerndat.o [2020-11-10T19:51:24.983Z] #47 40.57 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:24.983Z] #47 40.60 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:24.983Z] #47 40.60 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:51:24.983Z] #47 40.63 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:24.983Z] #47 40.66 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:51:24.983Z] #47 40.71 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:24.983Z] #47 40.72 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:24.983Z] #47 40.73 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:24.983Z] #47 40.76 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:51:24.983Z] #47 40.80 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:24.983Z] #47 40.81 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:24.983Z] #47 40.82 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:24.983Z] #47 40.84 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:24.983Z] #47 40.86 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:25.114Z] #47 24.70 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:25.114Z] #47 ... [2020-11-10T19:51:25.114Z] [2020-11-10T19:51:25.114Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:25.114Z] #34 14.74 Fetched 8173 kB in 14s (596 kB/s) [2020-11-10T19:51:25.114Z] #34 14.74 Reading package lists... [2020-11-10T19:51:25.122Z] #41 54.80 CC criu/libnetlink.o [2020-11-10T19:51:25.122Z] #41 54.89 CC criu/log.o [2020-11-10T19:51:25.246Z] #47 40.88 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:51:25.246Z] #47 40.96 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:25.246Z] #47 41.11 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:25.412Z] #41 55.05 CC criu/lsm.o [2020-11-10T19:51:25.412Z] #41 55.16 CC criu/mem.o [2020-11-10T19:51:25.413Z] #34 20.44 Reading package lists... [2020-11-10T19:51:25.413Z] #34 ... [2020-11-10T19:51:25.413Z] [2020-11-10T19:51:25.413Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:25.413Z] #47 24.88 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:51:25.413Z] #47 24.95 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:25.413Z] #47 24.97 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:25.507Z] #47 41.18 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:25.712Z] #47 25.12 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:25.712Z] #47 25.12 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:25.712Z] #47 25.14 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:51:25.712Z] #47 25.19 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:25.712Z] #47 25.19 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:25.712Z] #47 ... [2020-11-10T19:51:25.712Z] [2020-11-10T19:51:25.712Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:25.712Z] #40 15.12 Fetched 8173 kB in 14s (582 kB/s) [2020-11-10T19:51:25.712Z] #40 15.12 Reading package lists... [2020-11-10T19:51:25.712Z] #40 22.23 Reading package lists... [2020-11-10T19:51:25.712Z] #40 ... [2020-11-10T19:51:25.712Z] [2020-11-10T19:51:25.712Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:25.712Z] #47 25.39 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:25.769Z] #47 41.38 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:51:25.769Z] #47 ... [2020-11-10T19:51:25.769Z] [2020-11-10T19:51:25.769Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:25.769Z] #43 31.40 sync [2020-11-10T19:51:25.769Z] #43 31.41 internal/reflectlite [2020-11-10T19:51:25.769Z] #43 33.41 github.com/LK4D4/vndr/godl/singleflight [2020-11-10T19:51:25.769Z] #43 34.15 math/rand [2020-11-10T19:51:25.769Z] #43 35.39 errors [2020-11-10T19:51:25.769Z] #43 35.51 sort [2020-11-10T19:51:25.769Z] #43 35.76 io [2020-11-10T19:51:25.769Z] #43 36.86 strconv [2020-11-10T19:51:25.769Z] #43 37.07 bytes [2020-11-10T19:51:25.769Z] #43 39.67 bufio [2020-11-10T19:51:25.769Z] #43 41.08 reflect [2020-11-10T19:51:25.769Z] #43 ... [2020-11-10T19:51:25.769Z] [2020-11-10T19:51:25.769Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:25.769Z] #47 41.57 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:25.769Z] #47 41.57 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:25.769Z] #47 41.61 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:26.011Z] #47 25.42 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:26.011Z] #47 25.42 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:26.011Z] #47 25.44 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:26.011Z] #47 ... [2020-11-10T19:51:26.011Z] [2020-11-10T19:51:26.011Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:51:26.011Z] #53 15.56 Fetched 8173 kB in 15s (563 kB/s) [2020-11-10T19:51:26.011Z] #53 15.56 Reading package lists... [2020-11-10T19:51:26.011Z] #53 22.55 Reading package lists... [2020-11-10T19:51:26.011Z] #53 ... [2020-11-10T19:51:26.011Z] [2020-11-10T19:51:26.011Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:26.011Z] #11 15.55 Fetched 8173 kB in 15s (560 kB/s) [2020-11-10T19:51:26.011Z] #11 15.55 Reading package lists... [2020-11-10T19:51:26.030Z] #47 41.69 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:26.030Z] #47 ... [2020-11-10T19:51:26.030Z] [2020-11-10T19:51:26.030Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:26.030Z] #32 31.85 internal/reflectlite [2020-11-10T19:51:26.030Z] #32 31.87 sync [2020-11-10T19:51:26.030Z] #32 35.02 errors [2020-11-10T19:51:26.030Z] #32 35.02 sort [2020-11-10T19:51:26.030Z] #32 35.48 strconv [2020-11-10T19:51:26.030Z] #32 36.07 io [2020-11-10T19:51:26.030Z] #32 37.18 internal/oserror [2020-11-10T19:51:26.030Z] #32 37.26 syscall [2020-11-10T19:51:26.030Z] #32 40.17 reflect [2020-11-10T19:51:26.043Z] #41 55.64 CC criu/memfd.o [2020-11-10T19:51:26.292Z] #32 ... [2020-11-10T19:51:26.292Z] [2020-11-10T19:51:26.292Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:51:26.292Z] #30 44.13 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-10T19:51:26.292Z] #30 44.56 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-10T19:51:26.292Z] #30 44.78 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-10T19:51:26.310Z] #11 22.48 Reading package lists... [2020-11-10T19:51:26.310Z] #11 ... [2020-11-10T19:51:26.310Z] [2020-11-10T19:51:26.310Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:26.310Z] #47 25.83 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:26.310Z] #47 26.00 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:26.310Z] #47 ... [2020-11-10T19:51:26.310Z] [2020-11-10T19:51:26.310Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:51:26.310Z] #38 15.82 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-10T19:51:26.310Z] #38 17.09 + 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-11-10T19:51:26.333Z] #41 55.81 CC criu/mount.o [2020-11-10T19:51:26.610Z] #38 ... [2020-11-10T19:51:26.610Z] [2020-11-10T19:51:26.610Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:26.610Z] #34 20.44 Reading package lists... [2020-11-10T19:51:27.365Z] #41 56.96 CC criu/namespaces.o [2020-11-10T19:51:27.641Z] #27 3.153 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-10T19:51:27.970Z] #34 26.44 Building dependency tree... [2020-11-10T19:51:27.971Z] #34 ... [2020-11-10T19:51:27.971Z] [2020-11-10T19:51:27.971Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:27.971Z] #49 17.43 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:27.971Z] #49 18.39 runtime/cgo [2020-11-10T19:51:27.971Z] #49 18.59 runtime [2020-11-10T19:51:27.971Z] #49 ... [2020-11-10T19:51:27.971Z] [2020-11-10T19:51:27.971Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:27.971Z] #47 27.27 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:27.996Z] #41 57.49 CC criu/net.o [2020-11-10T19:51:28.273Z] #34 50.91 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-10T19:51:28.273Z] #34 50.93 Setting up xxd (2:8.1.0875-5) ... [2020-11-10T19:51:28.273Z] #34 50.94 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-10T19:51:28.273Z] #34 50.95 Setting up vim-common (2:8.1.0875-5) ... [2020-11-10T19:51:28.273Z] #34 51.00 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-10T19:51:28.273Z] #34 51.01 Setting up cmake-data (3.13.4-1) ... [2020-11-10T19:51:28.273Z] #34 51.03 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-10T19:51:28.273Z] #34 51.05 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-10T19:51:28.273Z] #34 51.07 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-10T19:51:28.273Z] #34 51.09 Setting up cmake (3.13.4-1) ... [2020-11-10T19:51:28.273Z] #34 51.10 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:28.273Z] #34 51.19 Processing triggers for mime-support (3.62) ... [2020-11-10T19:51:28.487Z] #27 4.022 #=#=# [2020-11-10T19:51:28.664Z] #41 58.26 CC criu/netfilter.o [2020-11-10T19:51:28.664Z] #41 58.36 CC criu/page-pipe.o [2020-11-10T19:51:28.955Z] #41 58.51 CC criu/page-xfer.o [2020-11-10T19:51:29.021Z] #27 4.278 #=#=# 0.0% #### 5.7% ####### 10.2% [2020-11-10T19:51:29.021Z] #27 ... [2020-11-10T19:51:29.021Z] [2020-11-10T19:51:29.021Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:29.021Z] #34 6.011 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:51:29.021Z] #34 6.102 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:51:29.021Z] #34 6.103 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:51:29.021Z] #34 7.340 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-10T19:51:29.021Z] #34 9.233 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [239 kB] [2020-11-10T19:51:29.205Z] #34 DONE 52.1s [2020-11-10T19:51:29.205Z] [2020-11-10T19:51:29.205Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:29.205Z] #47 41.74 go: finding github.com/spf13/pflag v1.0.5 [2020-11-10T19:51:29.205Z] #47 41.76 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:29.205Z] #47 41.80 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:29.205Z] #47 41.82 go: finding github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:29.205Z] #47 41.89 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:51:29.205Z] #47 41.93 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:51:29.205Z] #47 42.02 go: finding github.com/spf13/afero v1.1.2 [2020-11-10T19:51:29.205Z] #47 42.07 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:29.205Z] #47 42.18 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:29.205Z] #47 42.23 go: finding github.com/spf13/cast v1.3.0 [2020-11-10T19:51:29.205Z] #47 42.31 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:29.205Z] #47 42.37 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:51:29.205Z] #47 42.39 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:29.205Z] #47 42.44 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:51:29.205Z] #47 42.52 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:29.205Z] #47 42.65 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-10T19:51:29.205Z] #47 42.72 go: finding golang.org/x/text v0.3.2 [2020-11-10T19:51:29.205Z] #47 42.73 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:51:29.205Z] #47 42.88 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:29.205Z] #47 42.91 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:29.205Z] #47 42.94 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:51:29.205Z] #47 42.96 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:29.205Z] #47 42.99 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:29.205Z] #47 43.00 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:51:29.205Z] #47 43.03 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:29.205Z] #47 43.03 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:51:29.205Z] #47 43.07 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:29.205Z] #47 43.09 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:51:29.205Z] #47 43.12 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:29.205Z] #47 43.13 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:29.205Z] #47 43.20 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:29.205Z] #47 43.22 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:29.205Z] #47 43.27 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:29.205Z] #47 43.30 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:29.205Z] #47 43.35 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:29.205Z] #47 43.36 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:51:29.205Z] #47 43.39 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:29.205Z] #47 43.43 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:29.205Z] #47 43.46 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:29.205Z] #47 43.77 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:51:29.205Z] #47 43.83 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:29.205Z] #47 43.83 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:29.205Z] #47 43.91 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:29.205Z] #47 43.92 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:29.246Z] #41 58.99 CC criu/pagemap-cache.o [2020-11-10T19:51:29.292Z] #34 ... [2020-11-10T19:51:29.292Z] [2020-11-10T19:51:29.292Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:29.292Z] #56 5.312 + RM_GOPATH=0 [2020-11-10T19:51:29.292Z] #56 5.312 + TMP_GOPATH= [2020-11-10T19:51:29.292Z] #56 5.312 + : /build [2020-11-10T19:51:29.292Z] #56 5.312 + '[' -z '' ']' [2020-11-10T19:51:29.292Z] #56 5.312 ++ mktemp -d [2020-11-10T19:51:29.292Z] #56 5.313 + export GOPATH=/tmp/tmp.6pUuHaEa4S [2020-11-10T19:51:29.292Z] #56 5.313 + GOPATH=/tmp/tmp.6pUuHaEa4S [2020-11-10T19:51:29.292Z] #56 5.313 + RM_GOPATH=1 [2020-11-10T19:51:29.292Z] #56 5.313 + case "$(go env GOARCH)" in [2020-11-10T19:51:29.292Z] #56 5.315 ++ go env GOARCH [2020-11-10T19:51:29.292Z] #56 5.374 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:29.292Z] #56 5.374 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:29.292Z] #56 5.376 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:29.292Z] #56 5.376 + dir=/tmp/install [2020-11-10T19:51:29.292Z] #56 5.376 + bin=rootlesskit [2020-11-10T19:51:29.292Z] #56 5.376 + shift [2020-11-10T19:51:29.292Z] #56 5.376 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-10T19:51:29.292Z] #56 5.376 + . /tmp/install/rootlesskit.installer [2020-11-10T19:51:29.292Z] #56 5.376 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:51:29.292Z] #56 5.376 + install_rootlesskit [2020-11-10T19:51:29.292Z] #56 5.376 + case "$1" in [2020-11-10T19:51:29.292Z] #56 5.376 + export CGO_ENABLED=0 [2020-11-10T19:51:29.292Z] #56 5.376 + CGO_ENABLED=0 [2020-11-10T19:51:29.292Z] #56 5.376 + _install_rootlesskit [2020-11-10T19:51:29.292Z] #56 5.376 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-10T19:51:29.292Z] #56 5.376 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.6pUuHaEa4S/src/github.com/rootless-containers/rootlesskit [2020-11-10T19:51:29.292Z] #56 5.378 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:51:29.292Z] #56 5.412 Cloning into '/tmp/tmp.6pUuHaEa4S/src/github.com/rootless-containers/rootlesskit'... [2020-11-10T19:51:29.292Z] #56 ... [2020-11-10T19:51:29.292Z] [2020-11-10T19:51:29.292Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:29.292Z] #22 5.540 + RM_GOPATH=0 [2020-11-10T19:51:29.292Z] #22 5.540 + TMP_GOPATH= [2020-11-10T19:51:29.292Z] #22 5.540 + : /build [2020-11-10T19:51:29.292Z] #22 5.540 + '[' -z '' ']' [2020-11-10T19:51:29.292Z] #22 5.540 ++ mktemp -d [2020-11-10T19:51:29.292Z] #22 5.551 + export GOPATH=/tmp/tmp.HxH9r9NxHc [2020-11-10T19:51:29.292Z] #22 5.551 + GOPATH=/tmp/tmp.HxH9r9NxHc [2020-11-10T19:51:29.292Z] #22 5.551 + RM_GOPATH=1 [2020-11-10T19:51:29.292Z] #22 5.551 + case "$(go env GOARCH)" in [2020-11-10T19:51:29.292Z] #22 5.551 ++ go env GOARCH [2020-11-10T19:51:29.292Z] #22 5.564 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:29.292Z] #22 5.564 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:29.292Z] #22 5.572 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:29.292Z] #22 5.592 + dir=/tmp/install [2020-11-10T19:51:29.292Z] #22 5.592 + bin=dockercli [2020-11-10T19:51:29.292Z] #22 5.592 + shift [2020-11-10T19:51:29.292Z] #22 5.592 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-10T19:51:29.292Z] #22 5.592 + . /tmp/install/dockercli.installer [2020-11-10T19:51:29.292Z] #22 5.592 ++ : stable [2020-11-10T19:51:29.292Z] #22 5.592 ++ : 17.06.2-ce [2020-11-10T19:51:29.292Z] #22 5.592 + install_dockercli [2020-11-10T19:51:29.292Z] #22 5.592 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-10T19:51:29.292Z] #22 5.592 ++ uname -m [2020-11-10T19:51:29.292Z] #22 5.596 Install docker/cli version 17.06.2-ce from stable [2020-11-10T19:51:29.292Z] #22 5.597 + arch=aarch64 [2020-11-10T19:51:29.292Z] #22 5.597 + '[' aarch64 '!=' x86_64 ']' [2020-11-10T19:51:29.292Z] #22 5.597 + '[' aarch64 '!=' s390x ']' [2020-11-10T19:51:29.292Z] #22 5.597 + '[' aarch64 '!=' armhf ']' [2020-11-10T19:51:29.292Z] #22 5.597 + build_dockercli [2020-11-10T19:51:29.292Z] #22 5.597 + git clone https://github.com/docker/docker-ce /tmp/tmp.HxH9r9NxHc/tmp/docker-ce [2020-11-10T19:51:29.292Z] #22 5.602 Cloning into '/tmp/tmp.HxH9r9NxHc/tmp/docker-ce'... [2020-11-10T19:51:29.292Z] #22 ... [2020-11-10T19:51:29.292Z] [2020-11-10T19:51:29.292Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:29.292Z] #32 5.112 + RM_GOPATH=0 [2020-11-10T19:51:29.292Z] #32 5.112 + TMP_GOPATH= [2020-11-10T19:51:29.292Z] #32 5.112 + : /build [2020-11-10T19:51:29.292Z] #32 5.112 + '[' -z '' ']' [2020-11-10T19:51:29.292Z] #32 5.128 ++ mktemp -d [2020-11-10T19:51:29.292Z] #32 5.131 + export GOPATH=/tmp/tmp.RrJd3VUDdw [2020-11-10T19:51:29.292Z] #32 5.131 + GOPATH=/tmp/tmp.RrJd3VUDdw [2020-11-10T19:51:29.292Z] #32 5.131 + RM_GOPATH=1 [2020-11-10T19:51:29.292Z] #32 5.131 + case "$(go env GOARCH)" in [2020-11-10T19:51:29.292Z] #32 5.133 ++ go env GOARCH [2020-11-10T19:51:29.292Z] #32 5.166 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:29.292Z] #32 5.166 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:29.292Z] #32 5.167 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:29.292Z] #32 5.188 + dir=/tmp/install [2020-11-10T19:51:29.292Z] #32 5.188 + bin=tomlv [2020-11-10T19:51:29.292Z] #32 5.188 + shift [2020-11-10T19:51:29.292Z] #32 5.188 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-10T19:51:29.292Z] #32 5.188 + . /tmp/install/tomlv.installer [2020-11-10T19:51:29.292Z] #32 5.188 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:51:29.292Z] #32 5.188 + install_tomlv [2020-11-10T19:51:29.292Z] #32 5.188 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-10T19:51:29.292Z] #32 5.188 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.RrJd3VUDdw/src/github.com/BurntSushi/toml [2020-11-10T19:51:29.292Z] #32 5.189 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:51:29.292Z] #32 5.201 Cloning into '/tmp/tmp.RrJd3VUDdw/src/github.com/BurntSushi/toml'... [2020-11-10T19:51:29.292Z] #32 6.193 + cd /tmp/tmp.RrJd3VUDdw/src/github.com/BurntSushi/toml [2020-11-10T19:51:29.292Z] #32 6.193 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-10T19:51:29.292Z] #32 6.200 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-10T19:51:29.292Z] #32 6.826 runtime/internal/sys [2020-11-10T19:51:29.292Z] #32 6.830 math/bits [2020-11-10T19:51:29.292Z] #32 6.846 internal/cpu [2020-11-10T19:51:29.292Z] #32 7.025 runtime/internal/atomic [2020-11-10T19:51:29.292Z] #32 7.289 runtime/internal/math [2020-11-10T19:51:29.292Z] #32 7.386 math [2020-11-10T19:51:29.292Z] #32 7.472 unicode/utf8 [2020-11-10T19:51:29.292Z] #32 7.835 unicode [2020-11-10T19:51:29.292Z] #32 7.933 internal/bytealg [2020-11-10T19:51:29.292Z] #32 8.381 internal/testlog [2020-11-10T19:51:29.292Z] #32 9.105 encoding [2020-11-10T19:51:29.292Z] #32 9.498 runtime/cgo [2020-11-10T19:51:29.292Z] #32 9.770 runtime [2020-11-10T19:51:29.536Z] #41 59.11 CC criu/pagemap.o [2020-11-10T19:51:29.557Z] #32 ... [2020-11-10T19:51:29.557Z] [2020-11-10T19:51:29.557Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:29.557Z] #43 4.799 + RM_GOPATH=0 [2020-11-10T19:51:29.557Z] #43 4.799 + TMP_GOPATH= [2020-11-10T19:51:29.557Z] #43 4.799 + : /build [2020-11-10T19:51:29.557Z] #43 4.799 + '[' -z '' ']' [2020-11-10T19:51:29.557Z] #43 4.801 ++ mktemp -d [2020-11-10T19:51:29.557Z] #43 4.807 + export GOPATH=/tmp/tmp.OG4kbFhZjk [2020-11-10T19:51:29.557Z] #43 4.807 + GOPATH=/tmp/tmp.OG4kbFhZjk [2020-11-10T19:51:29.557Z] #43 4.807 + RM_GOPATH=1 [2020-11-10T19:51:29.557Z] #43 4.807 + case "$(go env GOARCH)" in [2020-11-10T19:51:29.557Z] #43 4.825 ++ go env GOARCH [2020-11-10T19:51:29.557Z] #43 4.838 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:51:29.557Z] #43 4.838 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:29.557Z] #43 4.838 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:29.557Z] #43 4.838 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:29.557Z] #43 4.838 + dir=/tmp/install [2020-11-10T19:51:29.557Z] #43 4.838 + bin=vndr [2020-11-10T19:51:29.557Z] #43 4.838 + shift [2020-11-10T19:51:29.557Z] #43 4.838 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-10T19:51:29.557Z] #43 4.838 + . /tmp/install/vndr.installer [2020-11-10T19:51:29.557Z] #43 4.838 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:51:29.557Z] #43 4.838 + install_vndr [2020-11-10T19:51:29.557Z] #43 4.838 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-10T19:51:29.557Z] #43 4.838 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.OG4kbFhZjk/src/github.com/LK4D4/vndr [2020-11-10T19:51:29.557Z] #43 4.838 Cloning into '/tmp/tmp.OG4kbFhZjk/src/github.com/LK4D4/vndr'... [2020-11-10T19:51:29.557Z] #43 5.514 + cd /tmp/tmp.OG4kbFhZjk/src/github.com/LK4D4/vndr [2020-11-10T19:51:29.557Z] #43 5.514 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-10T19:51:29.557Z] #43 5.525 + go build -buildmode=pie -v -o /build/vndr . [2020-11-10T19:51:29.557Z] #43 6.618 internal/race [2020-11-10T19:51:29.557Z] #43 6.651 runtime/internal/atomic [2020-11-10T19:51:29.557Z] #43 6.685 internal/cpu [2020-11-10T19:51:29.557Z] #43 6.739 runtime/internal/sys [2020-11-10T19:51:29.557Z] #43 6.804 sync/atomic [2020-11-10T19:51:29.557Z] #43 7.268 unicode [2020-11-10T19:51:29.557Z] #43 7.274 unicode/utf8 [2020-11-10T19:51:29.557Z] #43 7.298 runtime/internal/math [2020-11-10T19:51:29.557Z] #43 7.397 internal/bytealg [2020-11-10T19:51:29.557Z] #43 7.836 math [2020-11-10T19:51:29.557Z] #43 8.493 internal/testlog [2020-11-10T19:51:29.557Z] #43 8.925 encoding [2020-11-10T19:51:29.557Z] #43 9.273 unicode/utf16 [2020-11-10T19:51:29.557Z] #43 9.410 runtime [2020-11-10T19:51:29.557Z] #43 9.742 container/list [2020-11-10T19:51:29.557Z] #43 ... [2020-11-10T19:51:29.557Z] [2020-11-10T19:51:29.557Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:51:29.557Z] #38 4.761 + git clone https://github.com/docker/distribution.git . [2020-11-10T19:51:29.557Z] #38 4.772 Cloning into '.'... [2020-11-10T19:51:29.557Z] #38 ... [2020-11-10T19:51:29.557Z] [2020-11-10T19:51:29.557Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:29.557Z] #47 3.897 + RM_GOPATH=0 [2020-11-10T19:51:29.557Z] #47 3.897 + TMP_GOPATH= [2020-11-10T19:51:29.557Z] #47 3.897 + : /build [2020-11-10T19:51:29.557Z] #47 3.897 + '[' -z '' ']' [2020-11-10T19:51:29.557Z] #47 3.900 ++ mktemp -d [2020-11-10T19:51:29.557Z] #47 3.901 + export GOPATH=/tmp/tmp.wOQ2GgHZMu [2020-11-10T19:51:29.557Z] #47 3.901 + GOPATH=/tmp/tmp.wOQ2GgHZMu [2020-11-10T19:51:29.557Z] #47 3.901 + RM_GOPATH=1 [2020-11-10T19:51:29.557Z] #47 3.901 + case "$(go env GOARCH)" in [2020-11-10T19:51:29.557Z] #47 3.907 ++ go env GOARCH [2020-11-10T19:51:29.557Z] #47 3.921 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:29.557Z] #47 3.921 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:29.557Z] #47 3.935 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:29.557Z] #47 3.935 + dir=/tmp/install [2020-11-10T19:51:29.557Z] #47 3.935 + bin=golangci_lint [2020-11-10T19:51:29.557Z] #47 3.935 + shift [2020-11-10T19:51:29.557Z] #47 3.935 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-10T19:51:29.557Z] #47 3.935 + . /tmp/install/golangci_lint.installer [2020-11-10T19:51:29.557Z] #47 3.935 ++ : v1.23.8 [2020-11-10T19:51:29.557Z] #47 3.935 + install_golangci_lint [2020-11-10T19:51:29.557Z] #47 3.935 + set -e [2020-11-10T19:51:29.557Z] #47 3.935 + export GO111MODULE=on [2020-11-10T19:51:29.557Z] #47 3.935 + GO111MODULE=on [2020-11-10T19:51:29.557Z] #47 3.935 + GOBIN=/build [2020-11-10T19:51:29.557Z] #47 3.935 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-10T19:51:29.557Z] #47 4.349 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-10T19:51:29.557Z] #47 4.349 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-10T19:51:29.557Z] #47 4.349 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:51:29.557Z] #47 4.349 go: finding github.com/golangci v1.23.8 [2020-11-10T19:51:29.557Z] #47 4.349 go: finding github.com v1.23.8 [2020-11-10T19:51:29.557Z] #47 4.949 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:51:29.557Z] #47 5.498 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-10T19:51:29.827Z] #41 59.41 CC criu/parasite-syscall.o [2020-11-10T19:51:29.828Z] #47 ... [2020-11-10T19:51:29.828Z] [2020-11-10T19:51:29.828Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:29.828Z] #11 6.097 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:51:29.828Z] #11 6.125 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:51:29.828Z] #11 6.126 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:51:29.828Z] #11 7.247 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-10T19:51:29.828Z] #11 9.213 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [239 kB] [2020-11-10T19:51:29.828Z] #11 ... [2020-11-10T19:51:29.828Z] [2020-11-10T19:51:29.828Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:29.828Z] #40 5.642 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:51:29.828Z] #40 5.691 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:51:29.828Z] #40 5.691 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:51:29.828Z] #40 6.641 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-10T19:51:29.828Z] #40 8.370 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [239 kB] [2020-11-10T19:51:29.828Z] #40 10.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-10T19:51:30.094Z] #40 ... [2020-11-10T19:51:30.094Z] [2020-11-10T19:51:30.094Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:30.094Z] #62 4.609 + RM_GOPATH=0 [2020-11-10T19:51:30.094Z] #62 4.609 + TMP_GOPATH= [2020-11-10T19:51:30.094Z] #62 4.609 + : /build [2020-11-10T19:51:30.094Z] #62 4.610 + '[' -z '' ']' [2020-11-10T19:51:30.094Z] #62 4.619 ++ mktemp -d [2020-11-10T19:51:30.094Z] #62 4.619 + export GOPATH=/tmp/tmp.dSCvI1HELW [2020-11-10T19:51:30.094Z] #62 4.619 + GOPATH=/tmp/tmp.dSCvI1HELW [2020-11-10T19:51:30.094Z] #62 4.619 + RM_GOPATH=1 [2020-11-10T19:51:30.094Z] #62 4.619 + case "$(go env GOARCH)" in [2020-11-10T19:51:30.094Z] #62 4.619 ++ go env GOARCH [2020-11-10T19:51:30.094Z] #62 4.637 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:30.094Z] #62 4.637 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:30.094Z] #62 4.637 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:30.094Z] #62 4.641 + dir=/tmp/install [2020-11-10T19:51:30.094Z] #62 4.642 Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:51:30.094Z] #62 4.642 + bin=proxy [2020-11-10T19:51:30.094Z] #62 4.642 + shift [2020-11-10T19:51:30.094Z] #62 4.642 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-10T19:51:30.094Z] #62 4.642 + . /tmp/install/proxy.installer [2020-11-10T19:51:30.094Z] #62 4.642 ++ : d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:51:30.094Z] #62 4.642 + install_proxy [2020-11-10T19:51:30.094Z] #62 4.642 + case "$1" in [2020-11-10T19:51:30.094Z] #62 4.642 + export CGO_ENABLED=0 [2020-11-10T19:51:30.094Z] #62 4.642 + CGO_ENABLED=0 [2020-11-10T19:51:30.094Z] #62 4.642 + _install_proxy [2020-11-10T19:51:30.094Z] #62 4.642 + echo 'Install docker-proxy version d511c60c5c23e6753631244f271a1ec6097254a5' [2020-11-10T19:51:30.094Z] #62 4.642 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.dSCvI1HELW/src/github.com/docker/libnetwork [2020-11-10T19:51:30.094Z] #62 4.644 Cloning into '/tmp/tmp.dSCvI1HELW/src/github.com/docker/libnetwork'... [2020-11-10T19:51:30.094Z] #62 ... [2020-11-10T19:51:30.094Z] [2020-11-10T19:51:30.094Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:30.094Z] #49 5.087 + RM_GOPATH=0 [2020-11-10T19:51:30.094Z] #49 5.087 + TMP_GOPATH= [2020-11-10T19:51:30.094Z] #49 5.087 + : /build [2020-11-10T19:51:30.094Z] #49 5.087 + '[' -z '' ']' [2020-11-10T19:51:30.094Z] #49 5.087 ++ mktemp -d [2020-11-10T19:51:30.094Z] #49 5.094 + export GOPATH=/tmp/tmp.pG9OwJO7Qx [2020-11-10T19:51:30.094Z] #49 5.094 + GOPATH=/tmp/tmp.pG9OwJO7Qx [2020-11-10T19:51:30.094Z] #49 5.094 + RM_GOPATH=1 [2020-11-10T19:51:30.094Z] #49 5.094 + case "$(go env GOARCH)" in [2020-11-10T19:51:30.094Z] #49 5.097 ++ go env GOARCH [2020-11-10T19:51:30.094Z] #49 5.136 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:30.094Z] #49 5.136 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:30.094Z] #49 5.136 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:30.094Z] #49 5.149 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:51:30.094Z] #49 5.159 + dir=/tmp/install [2020-11-10T19:51:30.094Z] #49 5.159 + bin=shfmt [2020-11-10T19:51:30.094Z] #49 5.159 + shift [2020-11-10T19:51:30.094Z] #49 5.159 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-10T19:51:30.094Z] #49 5.159 + . /tmp/install/shfmt.installer [2020-11-10T19:51:30.094Z] #49 5.159 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:51:30.094Z] #49 5.159 + install_shfmt [2020-11-10T19:51:30.094Z] #49 5.159 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-10T19:51:30.094Z] #49 5.159 + git clone https://github.com/mvdan/sh.git /tmp/tmp.pG9OwJO7Qx/src/github.com/mvdan/sh [2020-11-10T19:51:30.094Z] #49 5.160 Cloning into '/tmp/tmp.pG9OwJO7Qx/src/github.com/mvdan/sh'... [2020-11-10T19:51:30.094Z] #49 ... [2020-11-10T19:51:30.094Z] [2020-11-10T19:51:30.094Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:51:30.094Z] #53 5.463 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:51:30.094Z] #53 5.520 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:51:30.094Z] #53 5.581 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:51:30.094Z] #53 6.640 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-10T19:51:30.094Z] #53 8.496 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [239 kB] [2020-11-10T19:51:30.094Z] #53 10.36 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-10T19:51:30.118Z] #41 59.69 CC criu/path.o [2020-11-10T19:51:30.118Z] #41 59.78 CC criu/pie-util-vdso.o [2020-11-10T19:51:30.361Z] #53 ... [2020-11-10T19:51:30.361Z] [2020-11-10T19:51:30.361Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:30.408Z] #41 59.90 CC criu/pie-util.o [2020-11-10T19:51:30.409Z] #41 59.96 CC criu/pipes.o [2020-11-10T19:51:30.505Z] #30 ... [2020-11-10T19:51:30.505Z] [2020-11-10T19:51:30.505Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:30.505Z] #32 45.68 time [2020-11-10T19:51:30.772Z] #41 60.21 CC criu/plugin.o [2020-11-10T19:51:30.772Z] #41 60.33 CC criu/proc_parse.o [2020-11-10T19:51:30.890Z] #27 4.278 #=#=# 0.0% #### 5.7% ####### 10.2% ########## 14.7% ############# 18.7% ################ 22.3% ################## 25.3% #################### 27.9% ###################### 31.8% ######################## 33.6% ########################## 37.0% ############################## 42.8% #################################### 51.3% ########################################### 60.5% ################################################ 68.0% ################################################### 71.0% ######################################################## 78.2% ############################################################ 84.6% ################################################################### 93.1% ######################################################################## 100.0% [2020-11-10T19:51:31.176Z] #27 6.908 [2020-11-10T19:51:31.686Z] #47 31.27 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:31.734Z] #47 ... [2020-11-10T19:51:31.734Z] [2020-11-10T19:51:31.734Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:31.734Z] #35 1.149 + RM_GOPATH=0 [2020-11-10T19:51:31.734Z] #35 1.150 + TMP_GOPATH= [2020-11-10T19:51:31.734Z] #35 1.150 + : /build [2020-11-10T19:51:31.734Z] #35 1.150 + '[' -z '' ']' [2020-11-10T19:51:31.734Z] #35 1.156 ++ mktemp -d [2020-11-10T19:51:31.734Z] #35 1.160 + export GOPATH=/tmp/tmp.KeMK5bdv9E [2020-11-10T19:51:31.734Z] #35 1.160 + GOPATH=/tmp/tmp.KeMK5bdv9E [2020-11-10T19:51:31.734Z] #35 1.160 + RM_GOPATH=1 [2020-11-10T19:51:31.734Z] #35 1.161 + case "$(go env GOARCH)" in [2020-11-10T19:51:31.734Z] #35 1.161 ++ go env GOARCH [2020-11-10T19:51:31.734Z] #35 1.204 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:31.734Z] #35 1.205 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:31.734Z] #35 1.205 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:31.734Z] #35 1.210 + dir=/tmp/install [2020-11-10T19:51:31.734Z] #35 1.211 + bin=tini [2020-11-10T19:51:31.734Z] #35 1.211 + shift [2020-11-10T19:51:31.734Z] #35 1.211 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-10T19:51:31.734Z] #35 1.212 + . /tmp/install/tini.installer [2020-11-10T19:51:31.734Z] #35 1.212 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:51:31.734Z] #35 1.212 + install_tini [2020-11-10T19:51:31.734Z] #35 1.212 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-10T19:51:31.734Z] #35 1.213 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:51:31.734Z] #35 1.213 + git clone https://github.com/krallin/tini.git /tmp/tmp.KeMK5bdv9E/tini [2020-11-10T19:51:31.734Z] #35 1.215 Cloning into '/tmp/tmp.KeMK5bdv9E/tini'... [2020-11-10T19:51:31.734Z] #35 2.021 + cd /tmp/tmp.KeMK5bdv9E/tini [2020-11-10T19:51:31.734Z] #35 2.029 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:51:31.734Z] #35 2.042 + cmake . [2020-11-10T19:51:31.809Z] #41 61.27 CC criu/protobuf-desc.o [2020-11-10T19:51:31.809Z] #41 61.52 CC criu/protobuf.o [2020-11-10T19:51:31.992Z] #35 2.853 -- The C compiler identification is GNU 8.3.0 [2020-11-10T19:51:32.100Z] #41 61.68 CC criu/pstree.o [2020-11-10T19:51:32.233Z] #27 7.208 0.0% ############# 18.6% ########################### 38.3% ############################################### 65.5% ########################################################## 81.3% ######################################################################## 100.0% [2020-11-10T19:51:32.250Z] #35 2.920 -- Check for working C compiler: /usr/bin/cc [2020-11-10T19:51:32.498Z] #27 8.281 [2020-11-10T19:51:32.731Z] #41 62.19 CC criu/rbtree.o [2020-11-10T19:51:32.731Z] #41 62.33 CC criu/rst-malloc.o [2020-11-10T19:51:32.753Z] #47 ... [2020-11-10T19:51:32.753Z] [2020-11-10T19:51:32.753Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:32.753Z] #40 22.23 Reading package lists... [2020-11-10T19:51:32.753Z] #40 28.31 Building dependency tree... [2020-11-10T19:51:32.753Z] #40 30.53 The following additional packages will be installed: [2020-11-10T19:51:32.753Z] #40 30.54 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-10T19:51:32.753Z] #40 30.54 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-10T19:51:32.753Z] #40 30.54 Suggested packages: [2020-11-10T19:51:32.753Z] #40 30.55 manpages-dev python-setuptools [2020-11-10T19:51:32.753Z] #40 31.70 The following NEW packages will be installed: [2020-11-10T19:51:32.753Z] #40 31.70 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-10T19:51:32.753Z] #40 31.70 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-10T19:51:32.753Z] #40 31.70 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-10T19:51:32.753Z] #40 31.70 python-six zlib1g-dev [2020-11-10T19:51:32.753Z] #40 31.78 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:32.753Z] #40 31.78 Need to get 4075 kB of archives. [2020-11-10T19:51:32.753Z] #40 31.78 After this operation, 24.5 MB of additional disk space will be used. [2020-11-10T19:51:32.753Z] #40 31.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-11-10T19:51:32.753Z] #40 31.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-11-10T19:51:32.753Z] #40 31.82 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-11-10T19:51:32.753Z] #40 31.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-11-10T19:51:32.753Z] #40 31.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-11-10T19:51:32.753Z] #40 31.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-11-10T19:51:32.753Z] #40 31.89 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-11-10T19:51:32.753Z] #40 31.90 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-11-10T19:51:32.753Z] #40 31.94 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-11-10T19:51:32.753Z] #40 32.05 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-11-10T19:51:32.753Z] #40 32.06 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-11-10T19:51:32.753Z] #40 32.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-11-10T19:51:32.753Z] #40 32.34 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-11-10T19:51:32.753Z] #40 32.35 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-11-10T19:51:32.753Z] #40 32.37 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-10T19:51:32.753Z] #40 32.39 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-11-10T19:51:32.753Z] #40 32.40 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-11-10T19:51:32.815Z] #35 ... [2020-11-10T19:51:32.815Z] [2020-11-10T19:51:32.815Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:32.815Z] #40 47.64 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-10T19:51:32.815Z] #40 47.64 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-10T19:51:32.815Z] #40 47.65 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:32.815Z] #40 47.66 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-10T19:51:32.815Z] #40 47.68 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:32.815Z] #40 47.69 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-10T19:51:32.815Z] #40 47.70 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:32.815Z] #40 47.72 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:32.815Z] #40 47.73 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-10T19:51:32.815Z] #40 47.74 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-10T19:51:32.816Z] #40 55.24 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-10T19:51:32.816Z] #40 55.25 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:32.816Z] #40 DONE 55.7s [2020-11-10T19:51:33.022Z] #41 62.43 CC criu/seccomp.o [2020-11-10T19:51:33.022Z] #41 62.69 CC criu/seize.o [2020-11-10T19:51:33.056Z] #32 ... [2020-11-10T19:51:33.056Z] [2020-11-10T19:51:33.056Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:33.056Z] #11 42.93 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-11-10T19:51:33.056Z] #11 46.03 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-10T19:51:33.056Z] #11 46.05 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-10T19:51:33.056Z] #11 46.08 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-10T19:51:33.056Z] #11 46.11 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-10T19:51:33.056Z] #11 46.11 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-11-10T19:51:33.056Z] #11 46.12 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-10T19:51:33.056Z] #11 46.13 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-10T19:51:33.056Z] #11 46.17 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-10T19:51:33.056Z] #11 46.19 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-10T19:51:33.056Z] #11 46.20 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-10T19:51:33.056Z] #11 46.21 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-10T19:51:33.056Z] #11 46.29 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-10T19:51:33.056Z] #11 46.30 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-11-10T19:51:33.056Z] #11 46.31 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-10T19:51:33.056Z] #11 46.31 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-10T19:51:33.056Z] #11 47.48 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:33.056Z] #11 47.70 Fetched 77.7 MB in 10s (8161 kB/s) [2020-11-10T19:51:33.056Z] #11 47.81 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-10T19:51:33.056Z] #11 47.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-10T19:51:33.056Z] #11 47.89 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-10T19:51:33.056Z] #11 47.90 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-10T19:51:33.056Z] #11 50.35 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-10T19:51:33.056Z] #11 50.35 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-10T19:51:33.056Z] #11 50.38 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-10T19:51:33.056Z] #11 ... [2020-11-10T19:51:33.056Z] [2020-11-10T19:51:33.056Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:33.056Z] #40 43.04 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-10T19:51:33.056Z] #40 43.05 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:33.056Z] #40 43.06 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:33.056Z] #40 43.35 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-10T19:51:33.056Z] #40 43.37 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:33.056Z] #40 43.37 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:33.056Z] #40 45.30 Selecting previously unselected package libprotoc17:amd64. [2020-11-10T19:51:33.056Z] #40 45.32 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:33.056Z] #40 45.34 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:33.056Z] #40 46.39 Selecting previously unselected package protobuf-c-compiler. [2020-11-10T19:51:33.056Z] #40 46.39 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-10T19:51:33.056Z] #40 46.41 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-10T19:51:33.056Z] #40 46.56 Selecting previously unselected package protobuf-compiler. [2020-11-10T19:51:33.056Z] #40 46.56 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:33.056Z] #40 46.58 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-10T19:51:33.056Z] #40 46.76 Selecting previously unselected package python-pkg-resources. [2020-11-10T19:51:33.056Z] #40 46.77 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-10T19:51:33.056Z] #40 46.77 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-10T19:51:33.056Z] #40 46.98 Selecting previously unselected package python-six. [2020-11-10T19:51:33.056Z] #40 46.98 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-10T19:51:33.056Z] #40 47.00 Unpacking python-six (1.12.0-1) ... [2020-11-10T19:51:33.056Z] #40 47.12 Selecting previously unselected package python-protobuf. [2020-11-10T19:51:33.056Z] #40 47.12 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-10T19:51:33.056Z] #40 47.13 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-10T19:51:33.056Z] #40 47.76 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-10T19:51:33.056Z] #40 52.32 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:33.056Z] #40 52.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:33.056Z] #40 52.36 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-10T19:51:33.056Z] #40 52.38 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-10T19:51:33.056Z] #40 52.40 Setting up python-six (1.12.0-1) ... [2020-11-10T19:51:33.056Z] #40 ... [2020-11-10T19:51:33.056Z] [2020-11-10T19:51:33.056Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:33.056Z] #11 53.42 Selecting previously unselected package binutils-mingw-w64. [2020-11-10T19:51:33.073Z] [2020-11-10T19:51:33.073Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:33.318Z] #11 53.42 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-10T19:51:33.318Z] #11 53.43 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-10T19:51:33.318Z] #11 53.58 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-10T19:51:33.318Z] #11 53.58 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-10T19:51:33.318Z] #11 53.59 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-10T19:51:33.348Z] #41 62.96 CC criu/servicefd.o [2020-11-10T19:51:33.581Z] #11 53.83 Selecting previously unselected package dmsetup. [2020-11-10T19:51:33.581Z] #11 53.83 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-10T19:51:33.581Z] #11 53.84 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-10T19:51:33.638Z] #41 63.12 CC criu/shmem.o [2020-11-10T19:51:33.638Z] #41 63.38 CC criu/sigframe.o [2020-11-10T19:51:33.834Z] #40 33.51 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:33.843Z] #11 54.02 Selecting previously unselected package mingw-w64-common. [2020-11-10T19:51:33.843Z] #11 54.03 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-10T19:51:33.843Z] #11 54.03 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-10T19:51:33.929Z] #41 63.44 CC criu/signalfd.o [2020-11-10T19:51:33.929Z] #41 63.57 CC criu/sk-inet.o [2020-11-10T19:51:34.136Z] #40 33.83 Fetched 4075 kB in 1s (5854 kB/s) [2020-11-10T19:51:34.136Z] #40 33.89 Selecting previously unselected package libcap-dev:ppc64el. [2020-11-10T19:51:34.180Z] #27 8.625 0.0% ############## 20.6% ######################## 34.7% ############################### 43.9% ############################################## 65.2% ######################################################## 78.1% ################################################################### 94.1% ######################################################################## 100.0% [2020-11-10T19:51:34.435Z] #40 33.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 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-11-10T19:51:34.436Z] #40 33.95 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-11-10T19:51:34.436Z] #40 33.97 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-11-10T19:51:34.436Z] #40 34.15 Selecting previously unselected package libnet1:ppc64el. [2020-11-10T19:51:34.436Z] #40 34.17 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-10T19:51:34.436Z] #40 34.18 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:34.444Z] #27 ... [2020-11-10T19:51:34.444Z] [2020-11-10T19:51:34.444Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:51:34.444Z] #30 5.105 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-10T19:51:34.444Z] #30 5.110 Cloning into '.'... [2020-11-10T19:51:34.571Z] #41 63.99 CC criu/sk-netlink.o [2020-11-10T19:51:34.571Z] #41 64.13 CC criu/sk-packet.o [2020-11-10T19:51:34.711Z] #30 ... [2020-11-10T19:51:34.711Z] [2020-11-10T19:51:34.711Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:34.736Z] #40 34.37 Selecting previously unselected package libnet1-dev. [2020-11-10T19:51:34.736Z] #40 34.39 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-10T19:51:34.736Z] #40 34.40 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:34.862Z] #41 64.32 CC criu/sk-queue.o [2020-11-10T19:51:34.862Z] #41 64.47 CC criu/sk-tcp.o [2020-11-10T19:51:35.036Z] #40 34.61 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-10T19:51:35.036Z] #40 34.63 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-10T19:51:35.036Z] #40 34.64 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-10T19:51:35.153Z] #41 64.67 CC criu/sk-unix.o [2020-11-10T19:51:35.334Z] #40 34.81 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-11-10T19:51:35.334Z] #40 34.84 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-11-10T19:51:35.334Z] #40 34.85 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-10T19:51:35.553Z] #27 10.39 #=#=# ##O#- # [2020-11-10T19:51:35.553Z] #27 ... [2020-11-10T19:51:35.553Z] [2020-11-10T19:51:35.553Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:35.553Z] #45 6.385 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-10T19:51:35.553Z] #45 6.996 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-10T19:51:35.553Z] #45 8.248 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-10T19:51:35.553Z] #45 8.249 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:51:35.553Z] #45 8.288 go: downloading github.com/pkg/errors v0.9.1 [2020-11-10T19:51:35.553Z] #45 8.437 go: downloading github.com/fatih/color v1.9.0 [2020-11-10T19:51:35.553Z] #45 8.518 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:51:35.553Z] #45 8.674 go: extracting github.com/pkg/errors v0.9.1 [2020-11-10T19:51:35.553Z] #45 8.740 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:51:35.553Z] #45 8.753 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:51:35.553Z] #45 8.841 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-10T19:51:35.553Z] #45 8.890 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:51:35.553Z] #45 8.892 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:51:35.553Z] #45 8.975 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:51:35.553Z] #45 9.237 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:51:35.553Z] #45 9.255 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:51:35.553Z] #45 9.266 go: extracting github.com/fatih/color v1.9.0 [2020-11-10T19:51:35.553Z] #45 9.269 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:51:35.553Z] #45 9.270 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:51:35.553Z] #45 9.354 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:51:35.553Z] #45 9.742 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:51:35.553Z] #45 11.17 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:51:35.553Z] #45 11.24 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:51:35.553Z] #45 11.67 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:51:35.553Z] #45 ... [2020-11-10T19:51:35.553Z] [2020-11-10T19:51:35.553Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:35.553Z] #47 11.94 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:51:35.553Z] #47 12.02 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:51:35.553Z] #47 12.03 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:51:35.553Z] #47 12.03 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:35.553Z] #47 12.15 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:51:35.553Z] #47 12.15 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-10T19:51:35.553Z] #47 12.15 go: downloading github.com/pkg/errors v0.8.1 [2020-11-10T19:51:35.553Z] #47 12.26 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:51:35.553Z] #47 12.27 go: downloading github.com/fatih/color v1.7.0 [2020-11-10T19:51:35.553Z] #47 12.31 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-10T19:51:35.553Z] #47 12.41 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:51:35.553Z] #47 12.41 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:51:35.553Z] #47 12.48 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:35.553Z] #47 12.81 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:51:35.553Z] #47 12.86 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:35.553Z] #47 12.92 go: extracting github.com/fatih/color v1.7.0 [2020-11-10T19:51:35.553Z] #47 12.96 go: downloading github.com/spf13/viper v1.6.1 [2020-11-10T19:51:35.553Z] #47 13.14 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-10T19:51:35.553Z] #47 13.17 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:35.553Z] #47 13.22 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:51:35.553Z] #47 13.25 go: extracting github.com/pkg/errors v0.8.1 [2020-11-10T19:51:35.553Z] #47 13.33 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-10T19:51:35.553Z] #47 13.46 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:35.553Z] #47 13.50 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:35.553Z] #47 13.63 go: extracting github.com/spf13/viper v1.6.1 [2020-11-10T19:51:35.553Z] #47 13.70 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:51:35.553Z] #47 13.71 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:51:35.553Z] #47 13.72 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-10T19:51:35.553Z] #47 13.81 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:51:35.553Z] #47 13.90 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-10T19:51:35.553Z] #47 14.08 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:35.553Z] #47 14.26 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:35.553Z] #47 14.38 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:35.553Z] #47 14.84 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:35.553Z] #47 15.07 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:35.553Z] #47 15.18 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:51:35.553Z] #47 15.20 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:35.553Z] #47 15.42 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-10T19:51:35.553Z] #47 15.55 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:35.553Z] #47 15.59 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-10T19:51:35.553Z] #47 15.80 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:35.553Z] #47 15.87 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:35.553Z] #47 15.87 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:51:35.553Z] #47 15.88 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:35.553Z] #47 15.89 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:35.553Z] #47 15.91 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:35.553Z] #47 15.95 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:35.553Z] #47 16.12 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:35.553Z] #47 16.42 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:35.553Z] #47 16.50 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:35.553Z] #47 16.58 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:51:35.600Z] #41 2.549 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:51:35.600Z] #41 2.550 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:51:35.600Z] #41 2.576 Note: Building without GnuTLS support [2020-11-10T19:51:35.600Z] #41 2.589 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:51:35.600Z] #41 2.590 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:51:35.639Z] #40 35.25 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-10T19:51:35.639Z] #40 35.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-10T19:51:35.639Z] #40 35.26 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-10T19:51:35.639Z] #40 ... [2020-11-10T19:51:35.639Z] [2020-11-10T19:51:35.639Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:35.639Z] #47 35.39 go: extracting golang.org/x/text v0.3.2 [2020-11-10T19:51:35.772Z] #11 ... [2020-11-10T19:51:35.772Z] [2020-11-10T19:51:35.772Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:35.772Z] #34 45.57 Selecting previously unselected package libicu63:amd64. [2020-11-10T19:51:35.772Z] #34 45.58 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-10T19:51:35.772Z] #34 45.60 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-10T19:51:35.772Z] #34 52.53 Selecting previously unselected package libxml2:amd64. [2020-11-10T19:51:35.772Z] #34 52.53 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-10T19:51:35.772Z] #34 52.54 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-10T19:51:35.772Z] #34 53.14 Selecting previously unselected package libarchive13:amd64. [2020-11-10T19:51:35.772Z] #34 53.15 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-10T19:51:35.772Z] #34 53.16 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-10T19:51:35.772Z] #34 53.52 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-10T19:51:35.772Z] #34 53.54 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-10T19:51:35.772Z] #34 53.55 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-10T19:51:35.772Z] #34 53.68 Selecting previously unselected package librhash0:amd64. [2020-11-10T19:51:35.772Z] #34 53.68 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-10T19:51:35.772Z] #34 53.69 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-10T19:51:35.772Z] #34 53.88 Selecting previously unselected package libuv1:amd64. [2020-11-10T19:51:35.772Z] #34 53.88 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-10T19:51:35.772Z] #34 53.89 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-10T19:51:35.772Z] #34 54.07 Selecting previously unselected package cmake. [2020-11-10T19:51:35.772Z] #34 54.07 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-10T19:51:35.772Z] #34 54.09 Unpacking cmake (3.13.4-1) ... [2020-11-10T19:51:35.772Z] #34 ... [2020-11-10T19:51:35.772Z] [2020-11-10T19:51:35.772Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:35.772Z] #32 51.30 internal/poll [2020-11-10T19:51:35.772Z] #32 ... [2020-11-10T19:51:35.772Z] [2020-11-10T19:51:35.772Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:35.772Z] #49 41.68 syscall [2020-11-10T19:51:35.772Z] #49 41.71 reflect [2020-11-10T19:51:35.772Z] #49 49.38 time [2020-11-10T19:51:35.784Z] #41 65.42 CC criu/sockets.o [2020-11-10T19:51:36.034Z] #49 ... [2020-11-10T19:51:36.034Z] [2020-11-10T19:51:36.034Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:36.034Z] #43 41.87 syscall [2020-11-10T19:51:36.034Z] #43 49.17 time [2020-11-10T19:51:36.075Z] #41 65.65 CC criu/stats.o [2020-11-10T19:51:36.075Z] #41 65.72 CC criu/string.o [2020-11-10T19:51:36.075Z] #41 65.74 CC criu/sysctl.o [2020-11-10T19:51:36.127Z] using credential docker-jenkins-github-credentials [2020-11-10T19:51:36.164Z] #41 ... [2020-11-10T19:51:36.164Z] [2020-11-10T19:51:36.164Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:36.164Z] #49 43.73 syscall [2020-11-10T19:51:36.164Z] #49 43.74 reflect [2020-11-10T19:51:36.164Z] #49 52.65 context [2020-11-10T19:51:36.164Z] #49 53.79 os [2020-11-10T19:51:36.164Z] #49 ... [2020-11-10T19:51:36.164Z] [2020-11-10T19:51:36.164Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:36.164Z] #35 4.062 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-10T19:51:36.164Z] #35 4.167 -- Detecting C compiler ABI info [2020-11-10T19:51:36.164Z] #35 4.981 -- Detecting C compiler ABI info - done [2020-11-10T19:51:36.164Z] #35 5.054 -- Detecting C compile features [2020-11-10T19:51:36.202Z] Cloning the remote Git repository [2020-11-10T19:51:36.203Z] Cloning with configured refspecs honoured and without tags [2020-11-10T19:51:36.287Z] #47 ... [2020-11-10T19:51:36.287Z] [2020-11-10T19:51:36.287Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:51:36.287Z] #53 22.55 Reading package lists... [2020-11-10T19:51:36.287Z] #53 30.03 Building dependency tree... [2020-11-10T19:51:36.287Z] #53 32.78 The following additional packages will be installed: [2020-11-10T19:51:36.287Z] #53 32.79 libbtrfs0 [2020-11-10T19:51:36.287Z] #53 32.98 The following NEW packages will be installed: [2020-11-10T19:51:36.287Z] #53 32.98 libbtrfs-dev libbtrfs0 [2020-11-10T19:51:36.287Z] #53 33.15 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:36.287Z] #53 33.15 Need to get 120 kB of archives. [2020-11-10T19:51:36.287Z] #53 33.15 After this operation, 423 kB of additional disk space will be used. [2020-11-10T19:51:36.287Z] #53 33.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-10T19:51:36.287Z] #53 33.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-10T19:51:36.287Z] #53 34.59 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:36.287Z] #53 34.88 Fetched 120 kB in 0s (1548 kB/s) [2020-11-10T19:51:36.287Z] #53 34.99 Selecting previously unselected package libbtrfs0. [2020-11-10T19:51:36.287Z] #53 34.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 ... 15339 files and directories currently installed.) [2020-11-10T19:51:36.287Z] #53 35.14 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-10T19:51:36.287Z] #53 35.15 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-10T19:51:36.287Z] #53 35.30 Selecting previously unselected package libbtrfs-dev. [2020-11-10T19:51:36.287Z] #53 35.33 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-10T19:51:36.287Z] #53 35.33 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:51:36.287Z] #53 35.53 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-10T19:51:36.287Z] #53 35.55 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:51:36.287Z] #53 35.56 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:36.287Z] #53 DONE 35.9s [2020-11-10T19:51:36.297Z] #43 ... [2020-11-10T19:51:36.297Z] [2020-11-10T19:51:36.297Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:36.297Z] #40 56.37 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-10T19:51:36.297Z] #40 56.40 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-10T19:51:36.297Z] #40 56.43 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:36.297Z] #40 56.44 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-10T19:51:36.297Z] #40 56.46 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:36.297Z] #40 56.47 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-10T19:51:36.297Z] #40 56.48 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:36.297Z] #40 56.50 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-10T19:51:36.297Z] #40 56.51 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-10T19:51:36.297Z] #40 56.53 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-10T19:51:36.365Z] #41 65.90 CC criu/sysfs_parse.o [2020-11-10T19:51:36.365Z] #41 65.98 CC criu/timens.o [2020-11-10T19:51:36.421Z] #35 7.293 -- Detecting C compile features - done [2020-11-10T19:51:36.421Z] #35 ... [2020-11-10T19:51:36.421Z] [2020-11-10T19:51:36.421Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:36.421Z] #32 44.20 time [2020-11-10T19:51:36.421Z] #32 51.21 internal/poll [2020-11-10T19:51:36.421Z] #32 53.26 internal/syscall/execenv [2020-11-10T19:51:36.421Z] #32 53.26 internal/fmtsort [2020-11-10T19:51:36.421Z] #32 53.53 internal/syscall/unix [2020-11-10T19:51:36.421Z] #32 53.73 os [2020-11-10T19:51:36.421Z] #32 54.16 strings [2020-11-10T19:51:36.507Z] #47 17.23 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:51:36.507Z] #47 ... [2020-11-10T19:51:36.507Z] [2020-11-10T19:51:36.507Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:36.507Z] #27 10.39 #=#=# ##O#- # ##O=# # [2020-11-10T19:51:36.587Z] [2020-11-10T19:51:36.587Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:36.587Z] #40 35.42 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-11-10T19:51:36.587Z] #40 35.44 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-11-10T19:51:36.587Z] #40 35.45 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-10T19:51:36.587Z] #40 35.58 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-11-10T19:51:36.587Z] #40 35.59 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-11-10T19:51:36.587Z] #40 35.60 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-10T19:51:36.587Z] #40 35.75 Selecting previously unselected package libprotobuf17:ppc64el. [2020-11-10T19:51:36.587Z] #40 35.75 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-11-10T19:51:36.587Z] #40 35.76 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-10T19:51:36.656Z] #41 66.09 CC criu/timerfd.o [2020-11-10T19:51:36.656Z] #41 66.27 CC criu/tty.o [2020-11-10T19:51:36.678Z] #32 ... [2020-11-10T19:51:36.678Z] [2020-11-10T19:51:36.678Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:36.678Z] #35 7.342 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-10T19:51:36.392Z] Cloning repository https://github.com/moby/moby.git [2020-11-10T19:51:36.888Z] #40 36.67 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-11-10T19:51:36.935Z] #35 7.727 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-10T19:51:37.187Z] #40 36.69 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-11-10T19:51:37.187Z] #40 36.70 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-10T19:51:37.192Z] #35 7.878 -- Configuring done [2020-11-10T19:51:37.192Z] #35 7.914 -- Generating done [2020-11-10T19:51:37.192Z] #35 7.916 -- Build files have been written to: /tmp/tmp.KeMK5bdv9E/tini [2020-11-10T19:51:37.192Z] #35 7.920 + make tini-static [2020-11-10T19:51:37.288Z] #41 67.03 CC criu/tun.o [2020-11-10T19:51:37.486Z] #40 ... [2020-11-10T19:51:37.486Z] [2020-11-10T19:51:37.486Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:37.486Z] #62 DONE 37.1s [2020-11-10T19:51:37.486Z] [2020-11-10T19:51:37.486Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:37.486Z] #40 36.97 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-11-10T19:51:37.486Z] #40 36.98 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-11-10T19:51:37.486Z] #40 36.98 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-10T19:51:37.579Z] #41 67.22 CC criu/uffd.o [2020-11-10T19:51:37.757Z] #35 8.422 Scanning dependencies of target tini-static [2020-11-10T19:51:37.757Z] #35 8.522 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-10T19:51:37.869Z] #41 67.64 CC criu/util.o [2020-11-10T19:51:38.501Z] #41 68.12 CC criu/uts_ns.o [2020-11-10T19:51:38.501Z] #41 68.17 CC criu/vdso.o [2020-11-10T19:51:36.783Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-11-10T19:51:37.853Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:51:37.853Z] > git --version # timeout=10 [2020-11-10T19:51:37.900Z] > git --version # 'git version 2.24.1.windows.2' [2020-11-10T19:51:37.901Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:51:37.904Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:51:38.792Z] #41 68.31 LINK criu/built-in.o [2020-11-10T19:51:38.792Z] #41 68.36 LINK criu/criu [2020-11-10T19:51:38.792Z] #41 68.45 DEP lib/c/criu.d [2020-11-10T19:51:38.792Z] #41 68.50 CC images/rpc.pb-c.o [2020-11-10T19:51:39.033Z] #40 ... [2020-11-10T19:51:39.033Z] [2020-11-10T19:51:39.033Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:39.033Z] #11 22.48 Reading package lists... [2020-11-10T19:51:39.033Z] #11 28.63 Building dependency tree... [2020-11-10T19:51:39.033Z] #11 30.62 The following additional packages will be installed: [2020-11-10T19:51:39.033Z] #11 30.63 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-10T19:51:39.033Z] #11 30.63 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-10T19:51:39.033Z] #11 30.63 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-10T19:51:39.033Z] #11 30.63 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-10T19:51:39.033Z] #11 30.63 Suggested packages: [2020-11-10T19:51:39.033Z] #11 30.63 gcc-8-locales seccomp wine64 [2020-11-10T19:51:39.033Z] #11 31.49 The following NEW packages will be installed: [2020-11-10T19:51:39.033Z] #11 31.50 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-10T19:51:39.033Z] #11 31.50 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-10T19:51:39.033Z] #11 31.50 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-10T19:51:39.033Z] #11 31.50 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-10T19:51:39.033Z] #11 31.50 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-10T19:51:39.033Z] #11 31.50 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-10T19:51:39.033Z] #11 31.67 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:39.033Z] #11 31.67 Need to get 78.9 MB of archives. [2020-11-10T19:51:39.033Z] #11 31.67 After this operation, 532 MB of additional disk space will be used. [2020-11-10T19:51:39.033Z] #11 31.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-11-10T19:51:39.033Z] #11 31.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2020-11-10T19:51:39.033Z] #11 32.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-10T19:51:39.033Z] #11 32.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-11-10T19:51:39.033Z] #11 32.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-11-10T19:51:39.033Z] #11 32.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-10T19:51:39.033Z] #11 32.83 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-10T19:51:39.033Z] #11 33.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-10T19:51:39.033Z] #11 33.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2020-11-10T19:51:39.033Z] #11 36.31 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2020-11-10T19:51:39.033Z] #11 ... [2020-11-10T19:51:39.033Z] [2020-11-10T19:51:39.033Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:39.033Z] #54 0.272 + RM_GOPATH=0 [2020-11-10T19:51:39.033Z] #54 0.273 + TMP_GOPATH= [2020-11-10T19:51:39.033Z] #54 0.273 + : /build [2020-11-10T19:51:39.033Z] #54 0.273 + '[' -z '' ']' [2020-11-10T19:51:39.033Z] #54 0.274 ++ mktemp -d [2020-11-10T19:51:39.033Z] #54 0.277 + export GOPATH=/tmp/tmp.gUAyrLkcgL [2020-11-10T19:51:39.033Z] #54 0.277 + GOPATH=/tmp/tmp.gUAyrLkcgL [2020-11-10T19:51:39.033Z] #54 0.277 + RM_GOPATH=1 [2020-11-10T19:51:39.033Z] #54 0.277 + case "$(go env GOARCH)" in [2020-11-10T19:51:39.033Z] #54 0.302 ++ go env GOARCH [2020-11-10T19:51:39.033Z] #54 0.333 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:39.033Z] #54 0.333 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:39.033Z] #54 0.337 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:39.033Z] #54 0.353 + dir=/tmp/install [2020-11-10T19:51:39.033Z] #54 0.354 + bin=containerd [2020-11-10T19:51:39.033Z] #54 0.355 + shift [2020-11-10T19:51:39.033Z] #54 0.356 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-10T19:51:39.033Z] #54 0.358 + . /tmp/install/containerd.installer [2020-11-10T19:51:39.033Z] #54 0.359 ++ set -e [2020-11-10T19:51:39.033Z] #54 0.361 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:51:39.033Z] #54 0.366 + install_containerd [2020-11-10T19:51:39.033Z] #54 0.373 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-10T19:51:39.033Z] #54 0.374 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:51:39.033Z] #54 0.375 + git clone https://github.com/containerd/containerd.git /tmp/tmp.gUAyrLkcgL/src/github.com/containerd/containerd [2020-11-10T19:51:39.033Z] #54 0.416 Cloning into '/tmp/tmp.gUAyrLkcgL/src/github.com/containerd/containerd'... [2020-11-10T19:51:39.083Z] #41 68.73 CC lib/c/criu.o [2020-11-10T19:51:39.170Z] #27 11.71 0.0% 1.4% #### 5.6% ####### 9.7% ######## 11.9% ########## 14.1% ############ 17.0% ############## 19.7% ################# 24.5% ################### 26.8% ###################### 31.7% ########################## 36.8% ############################# 40.6% ################################ 44.9% ################################### 49.8% ####################################### 55.1% ########################################## 58.8% ########################################## 59.6% ############################################# 63.6% ################################################ 67.2% ################################################## 70.1% ##################################################### 73.6% ####################################################### 76.5% ######################################################## 78.2% ########################################################## 81.2% ########################################################### 82.8% ############################################################## 87.5% ################################################################## 92.0% ##################################################################### 96.3% ######################################################################## 100.0% [2020-11-10T19:51:39.630Z] #40 ... [2020-11-10T19:51:39.630Z] [2020-11-10T19:51:39.630Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:39.630Z] #45 DONE 54.8s [2020-11-10T19:51:39.630Z] [2020-11-10T19:51:39.630Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:39.630Z] #34 57.68 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-10T19:51:39.630Z] #34 57.73 Setting up xxd (2:8.1.0875-5) ... [2020-11-10T19:51:39.630Z] #34 57.74 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-10T19:51:39.630Z] #34 57.76 Setting up vim-common (2:8.1.0875-5) ... [2020-11-10T19:51:39.630Z] #34 57.81 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-10T19:51:39.630Z] #34 57.82 Setting up cmake-data (3.13.4-1) ... [2020-11-10T19:51:39.630Z] #34 57.84 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-10T19:51:39.630Z] #34 57.85 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-10T19:51:39.630Z] #34 57.86 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-10T19:51:39.630Z] #34 57.87 Setting up cmake (3.13.4-1) ... [2020-11-10T19:51:39.630Z] #34 57.88 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:39.630Z] #34 58.51 Processing triggers for mime-support (3.62) ... [2020-11-10T19:51:39.630Z] #34 DONE 59.3s [2020-11-10T19:51:39.630Z] [2020-11-10T19:51:39.630Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:39.630Z] #49 54.83 context [2020-11-10T19:51:39.630Z] #49 55.04 encoding/binary [2020-11-10T19:51:39.660Z] #35 ... [2020-11-10T19:51:39.660Z] [2020-11-10T19:51:39.660Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:39.660Z] #45 DONE 57.2s [2020-11-10T19:51:39.660Z] [2020-11-10T19:51:39.660Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:39.660Z] #35 10.43 [100%] Linking C executable tini-static [2020-11-10T19:51:39.677Z] #54 ... [2020-11-10T19:51:39.677Z] [2020-11-10T19:51:39.677Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:39.677Z] #34 29.27 The following additional packages will be installed: [2020-11-10T19:51:39.677Z] #34 29.27 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-10T19:51:39.677Z] #34 29.28 Suggested packages: [2020-11-10T19:51:39.677Z] #34 29.28 cmake-doc ninja-build lrzip [2020-11-10T19:51:39.677Z] #34 29.28 Recommended packages: [2020-11-10T19:51:39.677Z] #34 29.28 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-10T19:51:39.677Z] #34 30.28 The following NEW packages will be installed: [2020-11-10T19:51:39.677Z] #34 30.29 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-10T19:51:39.677Z] #34 30.29 vim-common xxd [2020-11-10T19:51:39.677Z] #34 30.48 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:39.677Z] #34 30.48 Need to get 14.9 MB of archives. [2020-11-10T19:51:39.677Z] #34 30.48 After this operation, 67.2 MB of additional disk space will be used. [2020-11-10T19:51:39.677Z] #34 30.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-10T19:51:39.677Z] #34 30.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-10T19:51:39.677Z] #34 30.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-11-10T19:51:39.677Z] #34 30.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-10T19:51:39.677Z] #34 31.43 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-11-10T19:51:39.677Z] #34 31.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-11-10T19:51:39.677Z] #34 31.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-11-10T19:51:39.677Z] #34 31.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-11-10T19:51:39.677Z] #34 31.58 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-11-10T19:51:39.677Z] #34 31.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-11-10T19:51:39.677Z] #34 33.61 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:39.677Z] #34 34.00 Fetched 14.9 MB in 2s (9899 kB/s) [2020-11-10T19:51:39.677Z] #34 34.11 Selecting previously unselected package xxd. [2020-11-10T19:51:39.677Z] #34 34.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-10T19:51:39.677Z] #34 34.31 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-10T19:51:39.677Z] #34 34.31 Unpacking xxd (2:8.1.0875-5) ... [2020-11-10T19:51:39.677Z] #34 34.58 Selecting previously unselected package vim-common. [2020-11-10T19:51:39.677Z] #34 34.58 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:51:39.677Z] #34 34.64 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-10T19:51:39.677Z] #34 35.00 Selecting previously unselected package cmake-data. [2020-11-10T19:51:39.677Z] #34 35.02 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-10T19:51:39.677Z] #34 35.03 Unpacking cmake-data (3.13.4-1) ... [2020-11-10T19:51:39.677Z] #34 38.44 Selecting previously unselected package libicu63:ppc64el. [2020-11-10T19:51:39.677Z] #34 38.44 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-10T19:51:39.677Z] #34 38.46 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-10T19:51:39.677Z] #34 ... [2020-11-10T19:51:39.677Z] [2020-11-10T19:51:39.677Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:39.677Z] #11 39.02 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-11-10T19:51:39.677Z] #11 39.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-11-10T19:51:39.677Z] #11 39.04 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-10T19:51:39.677Z] #11 39.05 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-10T19:51:39.677Z] #11 39.06 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-11-10T19:51:39.677Z] #11 39.06 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-11-10T19:51:39.677Z] #11 39.08 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-11-10T19:51:39.677Z] #11 39.10 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-11-10T19:51:39.677Z] #11 39.11 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-11-10T19:51:39.677Z] #11 39.13 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-11-10T19:51:39.677Z] #11 39.15 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-11-10T19:51:39.677Z] #11 39.19 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-11-10T19:51:39.677Z] #11 39.21 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-11-10T19:51:39.677Z] #11 39.21 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-11-10T19:51:39.677Z] #11 39.22 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-11-10T19:51:39.717Z] #41 69.19 LINK lib/c/built-in.o [2020-11-10T19:51:39.717Z] #41 69.19 LINK lib/c/libcriu.so [2020-11-10T19:51:39.717Z] #41 69.22 LINK lib/c/libcriu.a [2020-11-10T19:51:39.717Z] #41 69.29 GEN magic.py [2020-11-10T19:51:39.717Z] #41 69.38 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:51:39.717Z] #41 69.38 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:51:39.717Z] #41 69.38 Note: Building without GnuTLS support [2020-11-10T19:51:39.717Z] #41 69.38 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:51:39.717Z] #41 69.38 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:51:39.790Z] #27 15.31 [2020-11-10T19:51:39.790Z] #27 ... [2020-11-10T19:51:39.790Z] [2020-11-10T19:51:39.790Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:39.790Z] #56 10.87 Checking out files: 94% (750/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-11-10T19:51:39.790Z] #56 11.06 + cd /tmp/tmp.6pUuHaEa4S/src/github.com/rootless-containers/rootlesskit [2020-11-10T19:51:39.790Z] #56 11.06 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-10T19:51:39.790Z] #56 11.51 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-10T19:51:39.790Z] #56 11.51 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-10T19:51:40.007Z] #41 69.60 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:51:40.056Z] #56 ... [2020-11-10T19:51:40.056Z] [2020-11-10T19:51:40.056Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:40.056Z] #62 20.16 Checking out files: 54% (1032/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) [2020-11-10T19:51:40.056Z] #62 ... [2020-11-10T19:51:40.056Z] [2020-11-10T19:51:40.056Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:40.056Z] #11 11.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-10T19:51:40.056Z] #11 19.20 Fetched 8221 kB in 13s (615 kB/s) [2020-11-10T19:51:40.056Z] #11 19.20 Reading package lists... [2020-11-10T19:51:40.056Z] #11 ... [2020-11-10T19:51:40.056Z] [2020-11-10T19:51:40.056Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:40.056Z] #34 11.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-10T19:51:40.056Z] #34 18.97 Fetched 8221 kB in 13s (621 kB/s) [2020-11-10T19:51:40.298Z] #41 69.87 make[1]: Nothing to be done for 'all'. [2020-11-10T19:51:40.298Z] #41 70.11 make[1]: 'images/built-in.o' is up to date. [2020-11-10T19:51:40.322Z] #34 18.97 Reading package lists... [2020-11-10T19:51:40.322Z] #34 ... [2020-11-10T19:51:40.322Z] [2020-11-10T19:51:40.322Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:40.574Z] #49 56.27 os [2020-11-10T19:51:40.589Z] #41 70.12 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-10T19:51:40.589Z] #41 70.14 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-10T19:51:40.589Z] #41 70.15 make[1]: 'compel/libcompel.a' is up to date. [2020-11-10T19:51:40.589Z] #41 70.16 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-10T19:51:40.589Z] #41 70.16 make[1]: Nothing to be done for 'all'. [2020-11-10T19:51:40.589Z] #41 70.17 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:51:40.589Z] #41 70.21 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:40.589Z] #41 70.21 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:40.589Z] #41 70.22 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:40.589Z] #41 70.27 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:40.589Z] #41 70.29 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:40.589Z] #41 70.30 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:40.589Z] #41 70.31 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:40.589Z] #41 70.35 make[2]: Nothing to be done for 'all'. [2020-11-10T19:51:40.590Z] #27 15.70 #=#=# 0.5% 1.3% ## 3.3% [2020-11-10T19:51:40.590Z] #27 ... [2020-11-10T19:51:40.590Z] [2020-11-10T19:51:40.590Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:40.590Z] #43 11.55 crypto/internal/subtle [2020-11-10T19:51:40.590Z] #43 11.87 crypto/subtle [2020-11-10T19:51:40.590Z] #43 11.88 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-10T19:51:40.590Z] #43 11.90 internal/nettrace [2020-11-10T19:51:40.590Z] #43 11.91 runtime/cgo [2020-11-10T19:51:40.590Z] #43 13.58 vendor/golang.org/x/crypto/internal/subtle [2020-11-10T19:51:40.590Z] #43 ... [2020-11-10T19:51:40.590Z] [2020-11-10T19:51:40.590Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:40.590Z] #47 18.65 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:40.590Z] #47 19.07 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:40.590Z] #47 19.09 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:51:40.590Z] #47 19.35 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:51:40.590Z] #47 19.70 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:40.590Z] #47 19.81 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:40.590Z] #47 19.84 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:40.590Z] #47 19.90 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:40.590Z] #47 20.88 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-10T19:51:40.590Z] #47 20.91 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:40.590Z] #47 20.92 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:40.590Z] #47 20.92 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:51:40.590Z] #47 20.92 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:51:40.590Z] #47 20.92 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:40.590Z] #47 20.93 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:40.590Z] #47 20.98 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:40.590Z] #47 20.99 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:40.590Z] #47 21.10 go: downloading github.com/spf13/cast v1.3.0 [2020-11-10T19:51:40.590Z] #47 21.10 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:40.590Z] #47 21.10 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:51:40.590Z] #47 21.12 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:40.590Z] #47 21.15 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:51:40.590Z] #47 21.17 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-10T19:51:40.590Z] #47 21.17 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:40.590Z] #47 21.20 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:51:40.590Z] #47 21.25 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:40.590Z] #47 21.25 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:40.590Z] #47 21.29 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:40.590Z] #47 21.31 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:40.590Z] #47 21.40 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-10T19:51:40.590Z] #47 21.45 go: extracting github.com/spf13/cast v1.3.0 [2020-11-10T19:51:40.590Z] #47 21.45 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:40.854Z] #47 21.50 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:40.854Z] #47 21.56 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-10T19:51:40.854Z] #47 21.56 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:40.854Z] #47 21.57 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:40.854Z] #47 21.61 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:40.854Z] #47 21.68 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:40.854Z] #47 21.77 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:51:40.854Z] #47 21.78 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:40.854Z] #47 21.85 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:51:40.880Z] #41 70.35 INSTALL criu/criu [2020-11-10T19:51:41.029Z] #35 11.76 [100%] Built target tini-static [2020-11-10T19:51:41.029Z] #35 11.83 + mkdir -p /build [2020-11-10T19:51:41.029Z] #35 11.83 + cp tini-static /build/docker-init [2020-11-10T19:51:41.029Z] #35 DONE 11.9s [2020-11-10T19:51:41.029Z] [2020-11-10T19:51:41.029Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:41.029Z] #41 5.031 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:51:41.029Z] #41 5.113 GEN .gitid [2020-11-10T19:51:41.029Z] #41 5.164 GEN criu/include/version.h [2020-11-10T19:51:41.029Z] #41 5.291 GEN include/common/asm [2020-11-10T19:51:41.029Z] #41 8.175 PBCC images/timens.pb-c.c [2020-11-10T19:51:41.029Z] #41 8.228 DEP images/timens.pb-c.d [2020-11-10T19:51:41.029Z] #41 8.318 PBCC images/fown.pb-c.c [2020-11-10T19:51:41.119Z] #47 21.93 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:41.119Z] #47 22.12 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:41.119Z] #47 22.16 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:41.119Z] #47 22.18 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:41.207Z] #41 DONE 70.7s [2020-11-10T19:51:41.207Z] [2020-11-10T19:51:41.207Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:41.220Z] #11 40.77 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:51:41.220Z] #11 40.93 Fetched 78.9 MB in 8s (10.3 MB/s) [2020-11-10T19:51:41.220Z] #11 41.05 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-10T19:51:41.286Z] #41 8.399 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-10T19:51:41.286Z] #41 ... [2020-11-10T19:51:41.286Z] [2020-11-10T19:51:41.286Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:41.286Z] #43 48.93 time [2020-11-10T19:51:41.286Z] #43 55.14 strings [2020-11-10T19:51:41.286Z] #43 55.33 os [2020-11-10T19:51:41.286Z] #43 58.51 regexp/syntax [2020-11-10T19:51:41.286Z] #43 ... [2020-11-10T19:51:41.286Z] [2020-11-10T19:51:41.286Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:41.286Z] #41 8.497 PBCC images/opts.pb-c.c [2020-11-10T19:51:41.286Z] #41 8.565 PBCC images/memfd.pb-c.c [2020-11-10T19:51:41.385Z] #47 22.24 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:41.385Z] #47 22.25 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:41.385Z] #47 22.26 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:41.385Z] #47 22.34 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:41.385Z] #47 22.34 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:51:41.385Z] #47 22.36 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:41.385Z] #47 22.38 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:41.385Z] #47 22.43 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:41.385Z] #47 22.47 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:41.385Z] #47 22.54 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:41.520Z] #11 41.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-10T19:51:41.520Z] #11 41.10 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-11-10T19:51:41.520Z] #11 41.12 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-10T19:51:41.547Z] #41 8.655 DEP images/fown.pb-c.d [2020-11-10T19:51:41.547Z] #41 ... [2020-11-10T19:51:41.547Z] [2020-11-10T19:51:41.547Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:41.547Z] #11 54.36 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-10T19:51:41.547Z] #11 54.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-10T19:51:41.547Z] #11 54.38 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-10T19:51:41.547Z] #11 61.53 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-10T19:51:41.547Z] #11 61.56 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-10T19:51:41.547Z] #11 61.56 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:51:41.547Z] #11 61.73 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-10T19:51:41.547Z] #11 61.74 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-10T19:51:41.547Z] #11 61.76 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:51:41.547Z] #11 ... [2020-11-10T19:51:41.547Z] [2020-11-10T19:51:41.547Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:41.547Z] #41 8.747 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-10T19:51:41.547Z] #41 8.870 DEP images/opts.pb-c.d [2020-11-10T19:51:41.961Z] #49 57.75 encoding/base64 [2020-11-10T19:51:42.087Z] #47 22.90 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:51:42.087Z] #47 23.02 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:42.114Z] #41 9.093 DEP images/memfd.pb-c.d [2020-11-10T19:51:42.114Z] #41 9.230 PBCC images/sit.pb-c.c [2020-11-10T19:51:42.114Z] #41 9.406 DEP images/sit.pb-c.d [2020-11-10T19:51:42.287Z] #47 ... [2020-11-10T19:51:42.287Z] [2020-11-10T19:51:42.287Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-10T19:51:42.353Z] #47 23.13 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:42.353Z] #47 23.18 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:51:42.353Z] #47 23.21 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:42.353Z] #47 23.24 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:51:42.353Z] #47 23.46 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:42.372Z] #41 9.543 PBCC images/macvlan.pb-c.c [2020-11-10T19:51:42.372Z] #41 9.550 DEP images/macvlan.pb-c.d [2020-11-10T19:51:42.372Z] #41 9.625 PBCC images/autofs.pb-c.c [2020-11-10T19:51:42.372Z] #41 9.670 DEP images/autofs.pb-c.d [2020-11-10T19:51:42.578Z] #42 DONE 0.2s [2020-11-10T19:51:42.578Z] [2020-11-10T19:51:42.578Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-10T19:51:42.578Z] #44 DONE 0.1s [2020-11-10T19:51:42.578Z] [2020-11-10T19:51:42.578Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-10T19:51:42.623Z] #47 23.54 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:42.623Z] #47 23.54 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:51:42.623Z] #47 23.61 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:42.623Z] #47 23.69 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:42.623Z] #47 23.70 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:51:42.628Z] #41 9.718 PBCC images/sysctl.pb-c.c [2020-11-10T19:51:42.628Z] #41 9.762 DEP images/sysctl.pb-c.d [2020-11-10T19:51:42.628Z] #41 9.793 PBCC images/time.pb-c.c [2020-11-10T19:51:42.628Z] #41 9.834 DEP images/time.pb-c.d [2020-11-10T19:51:42.628Z] #41 9.894 PBCC images/binfmt-misc.pb-c.c [2020-11-10T19:51:42.868Z] #46 DONE 0.1s [2020-11-10T19:51:42.868Z] [2020-11-10T19:51:42.868Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:42.885Z] #41 9.905 DEP images/binfmt-misc.pb-c.d [2020-11-10T19:51:42.885Z] #41 9.995 PBCC images/seccomp.pb-c.c [2020-11-10T19:51:42.885Z] #41 10.04 DEP images/seccomp.pb-c.d [2020-11-10T19:51:42.885Z] #41 10.11 PBCC images/userns.pb-c.c [2020-11-10T19:51:42.885Z] #41 10.14 DEP images/userns.pb-c.d [2020-11-10T19:51:42.885Z] #41 10.20 PBCC images/cgroup.pb-c.c [2020-11-10T19:51:42.885Z] #41 10.23 DEP images/cgroup.pb-c.d [2020-11-10T19:51:42.906Z] #49 58.66 strings [2020-11-10T19:51:42.981Z] #47 ... [2020-11-10T19:51:42.981Z] [2020-11-10T19:51:42.981Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:43.142Z] #41 10.29 PBCC images/ext-file.pb-c.c [2020-11-10T19:51:43.142Z] #41 10.30 DEP images/ext-file.pb-c.d [2020-11-10T19:51:43.142Z] #41 10.35 PBCC images/rpc.pb-c.c [2020-11-10T19:51:43.245Z] #27 15.70 #=#=# 0.5% 1.3% ## 3.3% ## 4.0% ### 4.5% #### 6.1% ##### 7.7% ###### 9.2% ####### 10.5% ######## 12.1% ######### 13.2% ########## 14.5% ########### 15.7% ############ 17.1% ############ 18.0% ############# 19.4% ############## 20.7% ############### 21.9% ################ 22.8% ################ 22.8% ################# 23.9% ################## 25.3% ################### 26.8% ################### 27.6% [2020-11-10T19:51:43.246Z] #27 ... [2020-11-10T19:51:43.246Z] [2020-11-10T19:51:43.246Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:43.246Z] #49 13.95 + cd /tmp/tmp.pG9OwJO7Qx/src/github.com/mvdan/sh [2020-11-10T19:51:43.246Z] #49 13.95 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-10T19:51:43.246Z] #49 14.09 + GO111MODULE=on [2020-11-10T19:51:43.246Z] #49 14.09 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-10T19:51:43.246Z] #49 15.55 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:43.246Z] #49 15.56 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:43.246Z] #49 15.76 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:43.246Z] #49 15.93 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:43.246Z] #49 16.11 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:43.246Z] #49 16.84 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:43.246Z] #49 17.96 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:43.246Z] #49 19.15 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:43.246Z] #49 20.69 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-10T19:51:43.246Z] #49 20.80 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-10T19:51:43.246Z] #49 21.17 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-10T19:51:43.246Z] #49 21.27 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-10T19:51:43.246Z] #49 22.46 runtime/cgo [2020-11-10T19:51:43.246Z] #49 22.63 runtime [2020-11-10T19:51:43.246Z] #49 ... [2020-11-10T19:51:43.246Z] [2020-11-10T19:51:43.246Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:43.246Z] #47 24.20 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:51:43.246Z] #47 24.20 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:43.246Z] #47 24.20 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:51:43.246Z] #47 24.20 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:51:43.246Z] #47 24.35 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:43.399Z] #41 10.40 DEP images/rpc.pb-c.d [2020-11-10T19:51:43.399Z] #41 10.45 PBCC images/siginfo.pb-c.c [2020-11-10T19:51:43.399Z] #41 10.51 DEP images/siginfo.pb-c.d [2020-11-10T19:51:43.399Z] #41 10.55 PBCC images/pagemap.pb-c.c [2020-11-10T19:51:43.399Z] #41 10.61 DEP images/pagemap.pb-c.d [2020-11-10T19:51:43.478Z] #49 ... [2020-11-10T19:51:43.478Z] [2020-11-10T19:51:43.478Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:43.478Z] #40 63.21 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-10T19:51:43.478Z] #40 63.24 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:43.478Z] #40 DONE 63.6s [2020-11-10T19:51:43.478Z] [2020-11-10T19:51:43.478Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:43.500Z] #54 ... [2020-11-10T19:51:43.500Z] [2020-11-10T19:51:43.500Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:43.500Z] #47 71.30 + /build/golangci-lint --version [2020-11-10T19:51:43.500Z] #47 71.40 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-10T19:51:43.510Z] #47 24.45 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:43.510Z] #47 24.58 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:51:43.656Z] #41 10.69 PBCC images/rlimit.pb-c.c [2020-11-10T19:51:43.656Z] #41 10.75 DEP images/rlimit.pb-c.d [2020-11-10T19:51:43.657Z] #41 10.83 PBCC images/file-lock.pb-c.c [2020-11-10T19:51:43.657Z] #41 10.86 DEP images/file-lock.pb-c.d [2020-11-10T19:51:43.774Z] #47 24.58 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:43.774Z] #47 24.79 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:43.774Z] #47 24.85 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:43.794Z] #47 DONE 71.6s [2020-11-10T19:51:43.794Z] [2020-11-10T19:51:43.794Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:43.914Z] #41 10.90 PBCC images/tty.pb-c.c [2020-11-10T19:51:43.914Z] #41 10.95 DEP images/tty.pb-c.d [2020-11-10T19:51:43.914Z] #41 11.03 PBCC images/tun.pb-c.c [2020-11-10T19:51:43.914Z] #41 11.09 PBCC images/netdev.pb-c.c [2020-11-10T19:51:43.914Z] #41 11.16 DEP images/tun.pb-c.d [2020-11-10T19:51:44.050Z] #47 24.97 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:44.050Z] #47 25.02 go: downloading github.com/spf13/afero v1.1.2 [2020-11-10T19:51:44.050Z] #47 25.15 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:44.171Z] #41 11.23 DEP images/netdev.pb-c.d [2020-11-10T19:51:44.172Z] #41 11.30 PBCC images/vma.pb-c.c [2020-11-10T19:51:44.172Z] #41 11.36 DEP images/vma.pb-c.d [2020-11-10T19:51:44.172Z] #41 11.39 PBCC images/creds.pb-c.c [2020-11-10T19:51:44.172Z] #41 11.42 DEP images/creds.pb-c.d [2020-11-10T19:51:44.335Z] #47 25.35 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:44.335Z] #47 25.37 go: downloading golang.org/x/text v0.3.2 [2020-11-10T19:51:44.428Z] #54 ... [2020-11-10T19:51:44.428Z] [2020-11-10T19:51:44.428Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-10T19:51:44.429Z] #41 11.48 PBCC images/utsns.pb-c.c [2020-11-10T19:51:44.429Z] #41 11.51 DEP images/utsns.pb-c.d [2020-11-10T19:51:44.429Z] #41 11.55 PBCC images/ipc-desc.pb-c.c [2020-11-10T19:51:44.429Z] #41 11.58 PBCC images/ipc-sem.pb-c.c [2020-11-10T19:51:44.429Z] #41 11.61 DEP images/ipc-desc.pb-c.d [2020-11-10T19:51:44.429Z] #41 11.67 DEP images/ipc-sem.pb-c.d [2020-11-10T19:51:44.605Z] #47 25.42 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:44.605Z] #47 25.45 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:51:44.605Z] #47 25.45 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:44.605Z] #47 25.56 go: extracting github.com/spf13/afero v1.1.2 [2020-11-10T19:51:44.686Z] #41 11.74 PBCC images/ipc-msg.pb-c.c [2020-11-10T19:51:44.686Z] #41 11.79 DEP images/ipc-msg.pb-c.d [2020-11-10T19:51:44.686Z] #41 11.88 PBCC images/ipc-shm.pb-c.c [2020-11-10T19:51:44.686Z] #41 11.89 DEP images/ipc-shm.pb-c.d [2020-11-10T19:51:44.686Z] #41 11.93 PBCC images/ipc-var.pb-c.c [2020-11-10T19:51:44.686Z] #41 11.97 DEP images/ipc-var.pb-c.d [2020-11-10T19:51:44.686Z] #41 12.03 PBCC images/sk-opts.pb-c.c [2020-11-10T19:51:44.719Z] #48 DONE 0.2s [2020-11-10T19:51:44.719Z] [2020-11-10T19:51:44.719Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-10T19:51:44.872Z] #47 25.90 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:44.872Z] #47 25.90 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:44.944Z] #41 12.10 PBCC images/packet-sock.pb-c.c [2020-11-10T19:51:44.944Z] #41 12.17 DEP images/sk-opts.pb-c.d [2020-11-10T19:51:44.944Z] #41 12.24 DEP images/packet-sock.pb-c.d [2020-11-10T19:51:44.944Z] #41 12.29 PBCC images/sk-netlink.pb-c.c [2020-11-10T19:51:45.009Z] #50 DONE 0.1s [2020-11-10T19:51:45.009Z] [2020-11-10T19:51:45.009Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-10T19:51:45.009Z] #52 DONE 0.2s [2020-11-10T19:51:45.009Z] [2020-11-10T19:51:45.009Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:45.136Z] #11 44.09 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-10T19:51:45.136Z] #11 44.11 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-11-10T19:51:45.136Z] #11 44.11 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-10T19:51:45.140Z] #47 26.16 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:45.201Z] #41 12.41 DEP images/sk-netlink.pb-c.d [2020-11-10T19:51:45.202Z] #41 12.49 PBCC images/sk-inet.pb-c.c [2020-11-10T19:51:45.202Z] #41 12.54 DEP images/sk-inet.pb-c.d [2020-11-10T19:51:45.407Z] #47 26.39 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:45.433Z] #11 ... [2020-11-10T19:51:45.433Z] [2020-11-10T19:51:45.433Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:45.433Z] #34 44.96 Selecting previously unselected package libxml2:ppc64el. [2020-11-10T19:51:45.433Z] #34 44.97 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-11-10T19:51:45.433Z] #34 44.99 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-10T19:51:45.458Z] #41 12.61 PBCC images/sk-unix.pb-c.c [2020-11-10T19:51:45.459Z] #41 12.66 DEP images/sk-unix.pb-c.d [2020-11-10T19:51:45.459Z] #41 12.71 PBCC images/mm.pb-c.c [2020-11-10T19:51:45.459Z] #41 12.76 DEP images/mm.pb-c.d [2020-11-10T19:51:45.459Z] #41 12.79 PBCC images/timerfd.pb-c.c [2020-11-10T19:51:45.716Z] #41 12.83 DEP images/timerfd.pb-c.d [2020-11-10T19:51:45.716Z] #41 12.89 PBCC images/timer.pb-c.c [2020-11-10T19:51:45.716Z] #41 12.92 DEP images/timer.pb-c.d [2020-11-10T19:51:45.716Z] #41 12.97 PBCC images/sa.pb-c.c [2020-11-10T19:51:45.716Z] #41 13.06 DEP images/sa.pb-c.d [2020-11-10T19:51:45.973Z] #41 13.11 PBCC images/pipe-data.pb-c.c [2020-11-10T19:51:45.973Z] #41 13.13 DEP images/pipe-data.pb-c.d [2020-11-10T19:51:45.973Z] #41 13.20 PBCC images/mnt.pb-c.c [2020-11-10T19:51:45.973Z] #41 13.28 DEP images/mnt.pb-c.d [2020-11-10T19:51:45.991Z] #47 26.87 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:45.991Z] #47 ... [2020-11-10T19:51:45.991Z] [2020-11-10T19:51:45.991Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:45.991Z] #45 17.01 go: finding github.com/fatih/color v1.9.0 [2020-11-10T19:51:45.991Z] #45 17.04 go: finding github.com/pkg/errors v0.9.1 [2020-11-10T19:51:45.991Z] #45 17.06 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T19:51:45.991Z] #45 17.07 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-10T19:51:45.991Z] #45 17.08 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-10T19:51:45.991Z] #45 17.09 go: finding github.com/spf13/pflag v1.0.3 [2020-11-10T19:51:45.991Z] #45 17.57 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T19:51:45.991Z] #45 17.95 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T19:51:45.991Z] #45 17.99 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-10T19:51:45.991Z] #45 18.09 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T19:51:45.991Z] #45 18.12 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T19:51:46.025Z] #41 2.192 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:51:46.025Z] #41 2.193 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:51:46.025Z] #41 2.203 Note: Building without GnuTLS support [2020-11-10T19:51:46.025Z] #41 2.219 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:51:46.025Z] #41 2.219 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:51:46.041Z] #54 74.00 + bin/containerd [2020-11-10T19:51:46.085Z] #34 45.62 Selecting previously unselected package libarchive13:ppc64el. [2020-11-10T19:51:46.085Z] #34 45.63 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-11-10T19:51:46.085Z] #34 45.64 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-10T19:51:46.231Z] #41 13.37 PBCC images/sk-packet.pb-c.c [2020-11-10T19:51:46.231Z] #41 13.43 DEP images/sk-packet.pb-c.d [2020-11-10T19:51:46.231Z] #41 13.51 PBCC images/tcp-stream.pb-c.c [2020-11-10T19:51:46.231Z] #41 13.57 DEP images/tcp-stream.pb-c.d [2020-11-10T19:51:46.276Z] #45 ... [2020-11-10T19:51:46.276Z] [2020-11-10T19:51:46.276Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:51:46.276Z] #38 16.75 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-10T19:51:46.276Z] #38 18.86 + 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-11-10T19:51:46.276Z] #38 ... [2020-11-10T19:51:46.276Z] [2020-11-10T19:51:46.276Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:46.384Z] #34 45.94 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-11-10T19:51:46.384Z] #34 45.96 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-11-10T19:51:46.384Z] #34 45.96 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-10T19:51:46.384Z] #34 46.12 Selecting previously unselected package librhash0:ppc64el. [2020-11-10T19:51:46.489Z] #41 13.64 PBCC images/pipe.pb-c.c [2020-11-10T19:51:46.543Z] #27 15.70 #=#=# 0.5% 1.3% ## 3.3% ## 4.0% ### 4.5% #### 6.1% ##### 7.7% ###### 9.2% ####### 10.5% ######## 12.1% ######### 13.2% ########## 14.5% ########### 15.7% ############ 17.1% ############ 18.0% ############# 19.4% ############## 20.7% ############### 21.9% ################ 22.8% ################ 22.8% ################# 23.9% ################## 25.3% ################### 26.8% ################### 27.6% #################### 28.0% ##################### 29.5% ###################### 30.7% ###################### 31.9% ######################## 33.7% ######################### 35.6% ########################## 36.8% ########################### 37.9% ############################ 39.3% ############################# 40.8% ############################# 41.6% ############################## 43.0% ############################### 43.9% ################################ 45.2% ################################# 46.4% ################################## 47.4% ################################## 48.2% ################################## 48.4% ################################### 49.1% ################################### 49.6% #################################### 50.4% #################################### 51.0% ##################################### 51.9% ##################################### 52.6% ###################################### 53.4% ###################################### 53.7% ####################################### 54.6% ####################################### 55.5% ######################################## 56.5% ######################################### 57.1% [2020-11-10T19:51:46.543Z] #27 ... [2020-11-10T19:51:46.543Z] [2020-11-10T19:51:46.543Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:51:46.543Z] #53 17.56 Fetched 8221 kB in 12s (666 kB/s) [2020-11-10T19:51:46.543Z] #53 17.56 Reading package lists... [2020-11-10T19:51:46.686Z] #34 46.13 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-11-10T19:51:46.686Z] #34 46.13 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-11-10T19:51:46.686Z] #34 46.30 Selecting previously unselected package libuv1:ppc64el. [2020-11-10T19:51:46.686Z] #34 46.31 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-11-10T19:51:46.686Z] #34 46.32 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-11-10T19:51:46.746Z] #41 13.73 DEP images/pipe.pb-c.d [2020-11-10T19:51:46.746Z] #41 13.77 PBCC images/pstree.pb-c.c [2020-11-10T19:51:46.746Z] #41 13.80 DEP images/pstree.pb-c.d [2020-11-10T19:51:46.746Z] #41 13.86 PBCC images/fs.pb-c.c [2020-11-10T19:51:46.746Z] #41 13.92 DEP images/fs.pb-c.d [2020-11-10T19:51:46.746Z] #41 13.97 PBCC images/signalfd.pb-c.c [2020-11-10T19:51:46.746Z] #41 14.03 DEP images/signalfd.pb-c.d [2020-11-10T19:51:46.746Z] #41 14.09 PBCC images/fh.pb-c.c [2020-11-10T19:51:46.807Z] #53 23.50 Reading package lists... [2020-11-10T19:51:46.807Z] #53 ... [2020-11-10T19:51:46.807Z] [2020-11-10T19:51:46.807Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:46.807Z] #40 17.64 Fetched 8221 kB in 12s (673 kB/s) [2020-11-10T19:51:46.807Z] #40 17.64 Reading package lists... [2020-11-10T19:51:46.807Z] #40 25.11 Reading package lists... [2020-11-10T19:51:46.807Z] #40 ... [2020-11-10T19:51:46.807Z] [2020-11-10T19:51:46.807Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:46.985Z] #34 46.49 Selecting previously unselected package cmake. [2020-11-10T19:51:46.985Z] #34 46.49 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-11-10T19:51:46.985Z] #34 46.50 Unpacking cmake (3.13.4-1) ... [2020-11-10T19:51:47.004Z] #41 14.14 PBCC images/fsnotify.pb-c.c [2020-11-10T19:51:47.004Z] #41 14.19 DEP images/fh.pb-c.d [2020-11-10T19:51:47.004Z] #41 14.23 DEP images/fsnotify.pb-c.d [2020-11-10T19:51:47.004Z] #41 14.30 PBCC images/eventpoll.pb-c.c [2020-11-10T19:51:47.261Z] #41 14.36 DEP images/eventpoll.pb-c.d [2020-11-10T19:51:47.261Z] #41 14.42 PBCC images/eventfd.pb-c.c [2020-11-10T19:51:47.261Z] #41 14.44 DEP images/eventfd.pb-c.d [2020-11-10T19:51:47.423Z] #41 4.115 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:51:47.423Z] #41 4.181 GEN .gitid [2020-11-10T19:51:47.423Z] #41 4.204 GEN criu/include/version.h [2020-11-10T19:51:47.519Z] #41 14.49 PBCC images/remap-file-path.pb-c.c [2020-11-10T19:51:47.519Z] #41 14.50 DEP images/remap-file-path.pb-c.d [2020-11-10T19:51:47.519Z] #41 14.56 PBCC images/fifo.pb-c.c [2020-11-10T19:51:47.519Z] #41 14.58 DEP images/fifo.pb-c.d [2020-11-10T19:51:47.519Z] #41 14.65 PBCC images/ghost-file.pb-c.c [2020-11-10T19:51:47.519Z] #41 14.72 DEP images/ghost-file.pb-c.d [2020-11-10T19:51:47.519Z] #41 14.78 PBCC images/regfile.pb-c.c [2020-11-10T19:51:47.683Z] #41 4.289 GEN include/common/asm [2020-11-10T19:51:47.776Z] #41 14.80 DEP images/regfile.pb-c.d [2020-11-10T19:51:47.777Z] #41 14.89 PBCC images/ns.pb-c.c [2020-11-10T19:51:47.777Z] #41 14.92 DEP images/ns.pb-c.d [2020-11-10T19:51:47.777Z] #41 14.96 PBCC images/fdinfo.pb-c.c [2020-11-10T19:51:47.945Z] #41 ... [2020-11-10T19:51:47.945Z] [2020-11-10T19:51:47.945Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:47.945Z] #32 53.60 internal/syscall/execenv [2020-11-10T19:51:47.945Z] #32 53.80 internal/syscall/unix [2020-11-10T19:51:47.945Z] #32 54.12 os [2020-11-10T19:51:47.945Z] #32 54.74 internal/fmtsort [2020-11-10T19:51:47.945Z] #32 55.81 strings [2020-11-10T19:51:47.945Z] #32 58.75 fmt [2020-11-10T19:51:47.945Z] #32 58.91 path/filepath [2020-11-10T19:51:47.945Z] #32 60.48 io/ioutil [2020-11-10T19:51:47.945Z] #32 61.11 path [2020-11-10T19:51:47.945Z] #32 61.71 text/tabwriter [2020-11-10T19:51:47.945Z] #32 63.31 flag [2020-11-10T19:51:47.945Z] #32 63.33 github.com/BurntSushi/toml [2020-11-10T19:51:47.945Z] #32 ... [2020-11-10T19:51:47.945Z] [2020-11-10T19:51:47.945Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:47.945Z] #35 1.722 + RM_GOPATH=0 [2020-11-10T19:51:47.945Z] #35 1.722 + TMP_GOPATH= [2020-11-10T19:51:47.945Z] #35 1.722 + : /build [2020-11-10T19:51:47.945Z] #35 1.722 + '[' -z '' ']' [2020-11-10T19:51:47.945Z] #35 1.722 ++ mktemp -d [2020-11-10T19:51:47.945Z] #35 1.722 + export GOPATH=/tmp/tmp.DfoBRxWToq [2020-11-10T19:51:47.945Z] #35 1.722 + GOPATH=/tmp/tmp.DfoBRxWToq [2020-11-10T19:51:47.945Z] #35 1.722 + RM_GOPATH=1 [2020-11-10T19:51:47.945Z] #35 1.722 + case "$(go env GOARCH)" in [2020-11-10T19:51:47.945Z] #35 1.722 ++ go env GOARCH [2020-11-10T19:51:47.945Z] #35 1.787 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:47.945Z] #35 1.787 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:47.945Z] #35 1.787 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:47.945Z] #35 1.838 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:51:47.945Z] #35 1.838 + dir=/tmp/install [2020-11-10T19:51:47.945Z] #35 1.838 + bin=tini [2020-11-10T19:51:47.945Z] #35 1.838 + shift [2020-11-10T19:51:47.945Z] #35 1.838 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-10T19:51:47.945Z] #35 1.838 + . /tmp/install/tini.installer [2020-11-10T19:51:47.945Z] #35 1.838 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:51:47.945Z] #35 1.838 + install_tini [2020-11-10T19:51:47.945Z] #35 1.838 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-10T19:51:47.945Z] #35 1.838 + git clone https://github.com/krallin/tini.git /tmp/tmp.DfoBRxWToq/tini [2020-11-10T19:51:47.945Z] #35 1.838 Cloning into '/tmp/tmp.DfoBRxWToq/tini'... [2020-11-10T19:51:47.945Z] #35 2.615 + cd /tmp/tmp.DfoBRxWToq/tini [2020-11-10T19:51:47.945Z] #35 2.616 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:51:47.945Z] #35 2.623 + cmake . [2020-11-10T19:51:47.945Z] #35 3.236 -- The C compiler identification is GNU 8.3.0 [2020-11-10T19:51:47.945Z] #35 3.286 -- Check for working C compiler: /usr/bin/cc [2020-11-10T19:51:47.945Z] #35 4.105 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-10T19:51:47.945Z] #35 4.107 -- Detecting C compiler ABI info [2020-11-10T19:51:47.945Z] #35 5.016 -- Detecting C compiler ABI info - done [2020-11-10T19:51:47.945Z] #35 5.139 -- Detecting C compile features [2020-11-10T19:51:47.945Z] #35 7.183 -- Detecting C compile features - done [2020-11-10T19:51:47.945Z] #35 7.196 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-10T19:51:47.945Z] #35 7.591 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-10T19:51:47.945Z] #35 7.717 -- Configuring done [2020-11-10T19:51:47.945Z] #35 7.764 -- Generating done [2020-11-10T19:51:47.945Z] #35 7.768 -- Build files have been written to: /tmp/tmp.DfoBRxWToq/tini [2020-11-10T19:51:47.945Z] #35 7.771 + make tini-static [2020-11-10T19:51:47.945Z] #35 8.064 Scanning dependencies of target tini-static [2020-11-10T19:51:47.945Z] #35 8.272 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-10T19:51:48.034Z] #41 15.06 DEP images/fdinfo.pb-c.d [2020-11-10T19:51:48.034Z] #41 15.12 PBCC images/core-aarch64.pb-c.c [2020-11-10T19:51:48.034Z] #41 15.19 PBCC images/core-arm.pb-c.c [2020-11-10T19:51:48.034Z] #41 15.24 PBCC images/core-ppc64.pb-c.c [2020-11-10T19:51:48.034Z] #41 15.30 PBCC images/core-s390.pb-c.c [2020-11-10T19:51:48.292Z] #41 15.34 PBCC images/core-x86.pb-c.c [2020-11-10T19:51:48.292Z] #41 15.43 PBCC images/core.pb-c.c [2020-11-10T19:51:48.292Z] #41 15.49 PBCC images/inventory.pb-c.c [2020-11-10T19:51:48.292Z] #41 15.57 DEP images/core-aarch64.pb-c.d [2020-11-10T19:51:48.517Z] #35 9.414 [100%] Linking C executable tini-static [2020-11-10T19:51:48.549Z] #41 15.62 DEP images/core-arm.pb-c.d [2020-11-10T19:51:48.550Z] #41 15.69 DEP images/core-ppc64.pb-c.d [2020-11-10T19:51:48.550Z] #41 15.75 DEP images/core-s390.pb-c.d [2020-11-10T19:51:48.550Z] #41 15.81 DEP images/core-x86.pb-c.d [2020-11-10T19:51:48.807Z] #41 15.92 DEP images/core.pb-c.d [2020-11-10T19:51:48.807Z] #41 16.01 DEP images/inventory.pb-c.d [2020-11-10T19:51:48.807Z] #41 16.05 PBCC images/cpuinfo.pb-c.c [2020-11-10T19:51:49.064Z] #41 16.09 DEP images/cpuinfo.pb-c.d [2020-11-10T19:51:49.064Z] #41 16.14 PBCC images/stats.pb-c.c [2020-11-10T19:51:49.064Z] #41 16.19 DEP images/stats.pb-c.d [2020-11-10T19:51:49.098Z] #35 ... [2020-11-10T19:51:49.098Z] [2020-11-10T19:51:49.098Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:49.098Z] #43 54.70 internal/fmtsort [2020-11-10T19:51:49.098Z] #43 55.38 os [2020-11-10T19:51:49.098Z] #43 55.98 strings [2020-11-10T19:51:49.098Z] #43 58.88 regexp/syntax [2020-11-10T19:51:49.098Z] #43 60.13 fmt [2020-11-10T19:51:49.098Z] #43 64.07 regexp [2020-11-10T19:51:49.098Z] #43 ... [2020-11-10T19:51:49.098Z] [2020-11-10T19:51:49.098Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:49.098Z] #35 10.08 [100%] Built target tini-static [2020-11-10T19:51:49.360Z] #35 10.19 + mkdir -p /build [2020-11-10T19:51:49.360Z] #35 10.20 + cp tini-static /build/docker-init [2020-11-10T19:51:49.624Z] #35 DONE 10.5s [2020-11-10T19:51:49.624Z] [2020-11-10T19:51:49.624Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:49.624Z] #41 5.894 PBCC images/timens.pb-c.c [2020-11-10T19:51:49.624Z] #41 5.914 DEP images/timens.pb-c.d [2020-11-10T19:51:49.624Z] #41 6.025 PBCC images/fown.pb-c.c [2020-11-10T19:51:49.624Z] #41 6.031 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-10T19:51:49.624Z] #41 6.089 PBCC images/opts.pb-c.c [2020-11-10T19:51:49.624Z] #41 6.136 PBCC images/memfd.pb-c.c [2020-11-10T19:51:49.624Z] #41 6.231 DEP images/fown.pb-c.d [2020-11-10T19:51:49.624Z] #41 6.308 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-10T19:51:49.624Z] #41 6.443 DEP images/opts.pb-c.d [2020-11-10T19:51:49.629Z] #41 ... [2020-11-10T19:51:49.629Z] [2020-11-10T19:51:49.629Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:49.629Z] #32 57.33 path [2020-11-10T19:51:49.629Z] #32 58.46 text/tabwriter [2020-11-10T19:51:49.629Z] #32 58.47 fmt [2020-11-10T19:51:49.629Z] #32 59.57 path/filepath [2020-11-10T19:51:49.629Z] #32 60.98 io/ioutil [2020-11-10T19:51:49.629Z] #32 62.86 github.com/BurntSushi/toml [2020-11-10T19:51:49.629Z] #32 62.88 flag [2020-11-10T19:51:49.629Z] #32 64.77 log [2020-11-10T19:51:49.629Z] #32 67.21 github.com/BurntSushi/toml/cmd/tomlv [2020-11-10T19:51:49.768Z] #34 ... [2020-11-10T19:51:49.768Z] [2020-11-10T19:51:49.768Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:49.768Z] #40 38.93 Selecting previously unselected package libprotoc17:ppc64el. [2020-11-10T19:51:49.768Z] #40 38.93 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-11-10T19:51:49.768Z] #40 38.94 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-10T19:51:49.768Z] #40 39.44 Selecting previously unselected package protobuf-c-compiler. [2020-11-10T19:51:49.768Z] #40 39.45 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-11-10T19:51:49.768Z] #40 39.46 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-10T19:51:49.768Z] #40 39.55 Selecting previously unselected package protobuf-compiler. [2020-11-10T19:51:49.768Z] #40 39.56 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-11-10T19:51:49.768Z] #40 39.56 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-10T19:51:49.768Z] #40 39.76 Selecting previously unselected package python-pkg-resources. [2020-11-10T19:51:49.768Z] #40 39.77 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-10T19:51:49.768Z] #40 39.79 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-10T19:51:49.768Z] #40 40.09 Selecting previously unselected package python-six. [2020-11-10T19:51:49.768Z] #40 40.09 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-10T19:51:49.768Z] #40 40.10 Unpacking python-six (1.12.0-1) ... [2020-11-10T19:51:49.768Z] #40 40.22 Selecting previously unselected package python-protobuf. [2020-11-10T19:51:49.768Z] #40 40.22 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-11-10T19:51:49.768Z] #40 40.23 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-10T19:51:49.768Z] #40 40.84 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-10T19:51:49.768Z] #40 45.30 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-10T19:51:49.768Z] #40 45.30 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:49.768Z] #40 45.30 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-10T19:51:49.768Z] #40 45.31 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-10T19:51:49.768Z] #40 45.31 Setting up python-six (1.12.0-1) ... [2020-11-10T19:51:49.768Z] #40 ... [2020-11-10T19:51:49.768Z] [2020-11-10T19:51:49.768Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:49.768Z] #47 42.57 go: finding github.com/fatih/color v1.7.0 [2020-11-10T19:51:49.768Z] #47 42.67 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:51:49.768Z] #47 42.78 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:51:49.768Z] #47 42.89 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:51:49.768Z] #47 42.97 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:51:49.768Z] #47 43.00 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:51:49.768Z] #47 43.07 go: finding github.com/pkg/errors v0.8.1 [2020-11-10T19:51:49.768Z] #47 43.08 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:51:49.768Z] #47 43.19 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:51:49.768Z] #47 43.22 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:51:49.768Z] #47 43.29 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:51:49.768Z] #47 43.30 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:49.768Z] #47 43.32 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:51:49.768Z] #47 43.34 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:51:49.768Z] #47 43.38 go: finding github.com/spf13/viper v1.6.1 [2020-11-10T19:51:49.768Z] #47 43.39 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:51:49.768Z] #47 43.45 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:51:49.768Z] #47 43.51 go: finding github.com/stretchr/testify v1.4.0 [2020-11-10T19:51:49.768Z] #47 43.54 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:51:49.768Z] #47 43.64 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:51:49.768Z] #47 43.74 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:51:49.768Z] #47 43.74 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:51:49.768Z] #47 43.75 go: finding github.com/spf13/cobra v0.0.5 [2020-11-10T19:51:49.768Z] #47 43.76 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:51:49.768Z] #47 43.77 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:51:49.768Z] #47 43.85 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:51:49.768Z] #47 43.89 go: finding github.com/stretchr/objx v0.2.0 [2020-11-10T19:51:49.768Z] #47 43.91 go: finding github.com/spf13/pflag v1.0.5 [2020-11-10T19:51:49.768Z] #47 43.92 go: finding github.com/gobwas/glob v0.2.3 [2020-11-10T19:51:49.768Z] #47 43.99 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:51:49.768Z] #47 43.99 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:51:49.768Z] #47 44.07 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:51:49.768Z] #47 44.09 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:51:49.768Z] #47 44.11 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:51:49.768Z] #47 44.12 go: finding github.com/magiconair/properties v1.8.1 [2020-11-10T19:51:49.768Z] #47 44.12 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:51:49.768Z] #47 44.22 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:51:49.768Z] #47 44.25 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:51:49.768Z] #47 44.28 go: finding github.com/spf13/afero v1.1.2 [2020-11-10T19:51:49.768Z] #47 44.29 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:51:49.768Z] #47 44.39 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:51:49.768Z] #47 44.40 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:51:49.768Z] #47 44.44 go: finding github.com/spf13/cast v1.3.0 [2020-11-10T19:51:49.768Z] #47 44.46 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:51:49.768Z] #47 44.50 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:51:49.768Z] #47 44.56 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-10T19:51:49.768Z] #47 44.63 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:51:49.768Z] #47 44.73 go: finding golang.org/x/text v0.3.2 [2020-11-10T19:51:49.768Z] #47 44.80 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:51:49.768Z] #47 44.86 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:51:49.768Z] #47 44.86 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:51:49.768Z] #47 44.90 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:51:49.768Z] #47 44.91 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:51:49.768Z] #47 44.94 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:51:49.768Z] #47 44.97 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:49.768Z] #47 45.00 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:51:49.768Z] #47 45.00 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:51:49.768Z] #47 45.03 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:51:49.768Z] #47 45.09 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:51:49.768Z] #47 45.10 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:49.768Z] #47 45.12 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:49.768Z] #47 45.12 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-10T19:51:49.768Z] #47 45.19 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:51:49.768Z] #47 45.19 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:51:49.768Z] #47 45.21 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-10T19:51:49.768Z] #47 45.21 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:51:49.768Z] #47 45.31 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:49.768Z] #47 45.59 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:51:49.768Z] #47 45.59 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:49.768Z] #47 45.82 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:51:49.768Z] #47 45.94 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:51:49.768Z] #47 45.94 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:51:49.768Z] #47 45.99 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:51:49.768Z] #47 46.07 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:51:50.063Z] #27 15.70 #=#=# 0.5% 1.3% ## 3.3% ## 4.0% ### 4.5% #### 6.1% ##### 7.7% ###### 9.2% ####### 10.5% ######## 12.1% ######### 13.2% ########## 14.5% ########### 15.7% ############ 17.1% ############ 18.0% ############# 19.4% ############## 20.7% ############### 21.9% ################ 22.8% ################ 22.8% ################# 23.9% ################## 25.3% ################### 26.8% ################### 27.6% #################### 28.0% ##################### 29.5% ###################### 30.7% ###################### 31.9% ######################## 33.7% ######################### 35.6% ########################## 36.8% ########################### 37.9% ############################ 39.3% ############################# 40.8% ############################# 41.6% ############################## 43.0% ############################### 43.9% ################################ 45.2% ################################# 46.4% ################################## 47.4% ################################## 48.2% ################################## 48.4% ################################### 49.1% ################################### 49.6% #################################### 50.4% #################################### 51.0% ##################################### 51.9% ##################################### 52.6% ###################################### 53.4% ###################################### 53.7% ####################################### 54.6% ####################################### 55.5% ######################################## 56.5% ######################################### 57.1% ######################################### 58.1% ########################################## 59.5% ########################################### 60.6% ############################################ 61.6% ############################################# 62.8% ############################################# 63.3% ############################################## 64.4% ############################################### 66.3% ################################################ 66.8% ################################################ 67.5% ################################################# 68.3% ################################################# 68.9% ################################################## 69.7% ################################################## 70.5% ################################################### 71.3% #################################################### 72.3% #################################################### 73.0% ##################################################### 74.9% ####################################################### 77.2% ######################################################## 78.8% ######################################################### 79.7% ########################################################## 80.8% ########################################################### 82.0% ############################################################ 83.8% ############################################################# 85.0% ############################################################## 86.2% ############################################################## 87.2% ############################################################### 88.5% ################################################################ 89.5% ################################################################# 90.8% ################################################################## 92.1% ################################################################### 93.6% #################################################################### 94.5% [2020-11-10T19:51:50.064Z] #27 ... [2020-11-10T19:51:50.064Z] [2020-11-10T19:51:50.064Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:50.064Z] #62 20.16 Checking out files: 54% (1032/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-11-10T19:51:50.064Z] #62 21.15 + cd /tmp/tmp.dSCvI1HELW/src/github.com/docker/libnetwork [2020-11-10T19:51:50.064Z] #62 21.15 + git checkout -q d511c60c5c23e6753631244f271a1ec6097254a5 [2020-11-10T19:51:50.064Z] #62 22.02 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-10T19:51:50.071Z] #47 ... [2020-11-10T19:51:50.071Z] [2020-11-10T19:51:50.071Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:50.071Z] #32 39.61 sync [2020-11-10T19:51:50.071Z] #32 39.61 internal/reflectlite [2020-11-10T19:51:50.071Z] #32 43.00 sort [2020-11-10T19:51:50.071Z] #32 43.01 errors [2020-11-10T19:51:50.071Z] #32 43.59 internal/oserror [2020-11-10T19:51:50.071Z] #32 43.60 io [2020-11-10T19:51:50.071Z] #32 43.62 strconv [2020-11-10T19:51:50.071Z] #32 43.69 syscall [2020-11-10T19:51:50.071Z] #32 48.04 bytes [2020-11-10T19:51:50.071Z] #32 48.05 strings [2020-11-10T19:51:50.071Z] #32 ... [2020-11-10T19:51:50.071Z] [2020-11-10T19:51:50.071Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:50.071Z] #40 49.63 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-10T19:51:50.071Z] #40 49.64 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-10T19:51:50.071Z] #40 49.65 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-10T19:51:50.071Z] #40 49.66 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-11-10T19:51:50.071Z] #40 49.67 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-10T19:51:50.071Z] #40 49.67 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-10T19:51:50.071Z] #40 49.69 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-10T19:51:50.071Z] #40 49.71 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-10T19:51:50.071Z] #40 49.71 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-10T19:51:50.071Z] #40 49.73 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-10T19:51:50.196Z] #41 6.650 DEP images/memfd.pb-c.d [2020-11-10T19:51:50.196Z] #41 6.824 PBCC images/sit.pb-c.c [2020-11-10T19:51:50.332Z] #62 ... [2020-11-10T19:51:50.332Z] [2020-11-10T19:51:50.332Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:50.368Z] #40 ... [2020-11-10T19:51:50.368Z] [2020-11-10T19:51:50.368Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:50.368Z] #34 49.62 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-10T19:51:50.368Z] #34 49.63 Setting up xxd (2:8.1.0875-5) ... [2020-11-10T19:51:50.369Z] #34 49.64 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-11-10T19:51:50.369Z] #34 49.65 Setting up vim-common (2:8.1.0875-5) ... [2020-11-10T19:51:50.369Z] #34 49.75 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-11-10T19:51:50.369Z] #34 49.76 Setting up cmake-data (3.13.4-1) ... [2020-11-10T19:51:50.369Z] #34 49.78 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-10T19:51:50.369Z] #34 49.79 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-10T19:51:50.369Z] #34 49.80 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-10T19:51:50.369Z] #34 49.81 Setting up cmake (3.13.4-1) ... [2020-11-10T19:51:50.369Z] #34 49.82 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:50.369Z] #34 49.87 Processing triggers for mime-support (3.62) ... [2020-11-10T19:51:50.369Z] #34 DONE 50.1s [2020-11-10T19:51:50.457Z] #41 6.960 DEP images/sit.pb-c.d [2020-11-10T19:51:50.458Z] #41 7.036 PBCC images/macvlan.pb-c.c [2020-11-10T19:51:50.458Z] #41 7.080 DEP images/macvlan.pb-c.d [2020-11-10T19:51:50.458Z] #41 7.165 PBCC images/autofs.pb-c.c [2020-11-10T19:51:50.597Z] #27 15.70 #=#=# 0.5% 1.3% ## 3.3% ## 4.0% ### 4.5% #### 6.1% ##### 7.7% ###### 9.2% ####### 10.5% ######## 12.1% ######### 13.2% ########## 14.5% ########### 15.7% ############ 17.1% ############ 18.0% ############# 19.4% ############## 20.7% ############### 21.9% ################ 22.8% ################ 22.8% ################# 23.9% ################## 25.3% ################### 26.8% ################### 27.6% #################### 28.0% ##################### 29.5% ###################### 30.7% ###################### 31.9% ######################## 33.7% ######################### 35.6% ########################## 36.8% ########################### 37.9% ############################ 39.3% ############################# 40.8% ############################# 41.6% ############################## 43.0% ############################### 43.9% ################################ 45.2% ################################# 46.4% ################################## 47.4% ################################## 48.2% ################################## 48.4% ################################### 49.1% ################################### 49.6% #################################### 50.4% #################################### 51.0% ##################################### 51.9% ##################################### 52.6% ###################################### 53.4% ###################################### 53.7% ####################################### 54.6% ####################################### 55.5% ######################################## 56.5% ######################################### 57.1% ######################################### 58.1% ########################################## 59.5% ########################################### 60.6% ############################################ 61.6% ############################################# 62.8% ############################################# 63.3% ############################################## 64.4% ############################################### 66.3% ################################################ 66.8% ################################################ 67.5% ################################################# 68.3% ################################################# 68.9% ################################################## 69.7% ################################################## 70.5% ################################################### 71.3% #################################################### 72.3% #################################################### 73.0% ##################################################### 74.9% ####################################################### 77.2% ######################################################## 78.8% ######################################################### 79.7% ########################################################## 80.8% ########################################################### 82.0% ############################################################ 83.8% ############################################################# 85.0% ############################################################## 86.2% ############################################################## 87.2% ############################################################### 88.5% ################################################################ 89.5% ################################################################# 90.8% ################################################################## 92.1% ################################################################### 93.6% #################################################################### 94.5% ##################################################################### 95.9% ##################################################################### 97.1% ###################################################################### 98.6% ######################################################################## 100.0% [2020-11-10T19:51:50.668Z] [2020-11-10T19:51:50.668Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:50.668Z] #35 0.288 + RM_GOPATH=0 [2020-11-10T19:51:50.668Z] #35 0.288 + TMP_GOPATH= [2020-11-10T19:51:50.668Z] #35 0.289 + : /build [2020-11-10T19:51:50.668Z] #35 0.289 + '[' -z '' ']' [2020-11-10T19:51:50.718Z] #41 7.216 DEP images/autofs.pb-c.d [2020-11-10T19:51:50.718Z] #41 7.315 PBCC images/sysctl.pb-c.c [2020-11-10T19:51:50.718Z] #41 7.410 DEP images/sysctl.pb-c.d [2020-11-10T19:51:50.718Z] #41 7.427 PBCC images/time.pb-c.c [2020-11-10T19:51:50.862Z] #27 26.43 [2020-11-10T19:51:50.968Z] #35 0.290 ++ mktemp -d [2020-11-10T19:51:50.968Z] #35 0.292 + export GOPATH=/tmp/tmp.fiQfBiJm7b [2020-11-10T19:51:50.968Z] #35 0.292 + GOPATH=/tmp/tmp.fiQfBiJm7b [2020-11-10T19:51:50.968Z] #35 0.292 + RM_GOPATH=1 [2020-11-10T19:51:50.968Z] #35 0.292 + case "$(go env GOARCH)" in [2020-11-10T19:51:50.968Z] #35 0.294 ++ go env GOARCH [2020-11-10T19:51:50.968Z] #35 0.303 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:50.968Z] #35 0.303 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:51:50.968Z] #35 0.305 ++ dirname /tmp/install/install.sh [2020-11-10T19:51:50.968Z] #35 0.307 + dir=/tmp/install [2020-11-10T19:51:50.968Z] #35 0.307 + bin=tini [2020-11-10T19:51:50.968Z] #35 0.307 + shift [2020-11-10T19:51:50.968Z] #35 0.307 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-10T19:51:50.968Z] #35 0.308 + . /tmp/install/tini.installer [2020-11-10T19:51:50.968Z] #35 0.308 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:51:50.968Z] #35 0.309 + install_tini [2020-11-10T19:51:50.968Z] #35 0.309 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-10T19:51:50.968Z] #35 0.310 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:51:50.968Z] #35 0.310 + git clone https://github.com/krallin/tini.git /tmp/tmp.fiQfBiJm7b/tini [2020-11-10T19:51:50.968Z] #35 0.313 Cloning into '/tmp/tmp.fiQfBiJm7b/tini'... [2020-11-10T19:51:50.979Z] #41 7.441 DEP images/time.pb-c.d [2020-11-10T19:51:50.979Z] #41 7.496 PBCC images/binfmt-misc.pb-c.c [2020-11-10T19:51:50.979Z] #41 7.521 DEP images/binfmt-misc.pb-c.d [2020-11-10T19:51:50.979Z] #41 7.566 PBCC images/seccomp.pb-c.c [2020-11-10T19:51:50.979Z] #41 7.587 DEP images/seccomp.pb-c.d [2020-11-10T19:51:50.979Z] #41 7.650 PBCC images/userns.pb-c.c [2020-11-10T19:51:50.979Z] #41 7.695 DEP images/userns.pb-c.d [2020-11-10T19:51:51.097Z] #32 ... [2020-11-10T19:51:51.097Z] [2020-11-10T19:51:51.097Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:51.097Z] #41 17.91 make[1]: Nothing to be done for 'all'. [2020-11-10T19:51:51.240Z] #41 7.742 PBCC images/cgroup.pb-c.c [2020-11-10T19:51:51.240Z] #41 7.779 DEP images/cgroup.pb-c.d [2020-11-10T19:51:51.240Z] #41 7.840 PBCC images/ext-file.pb-c.c [2020-11-10T19:51:51.240Z] #41 7.860 DEP images/ext-file.pb-c.d [2020-11-10T19:51:51.240Z] #41 7.906 PBCC images/rpc.pb-c.c [2020-11-10T19:51:51.365Z] #41 ... [2020-11-10T19:51:51.365Z] [2020-11-10T19:51:51.365Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:51.365Z] #49 58.91 path/filepath [2020-11-10T19:51:51.365Z] #49 59.13 encoding/base64 [2020-11-10T19:51:51.365Z] #49 60.35 fmt [2020-11-10T19:51:51.365Z] #49 60.95 golang.org/x/sys/unix [2020-11-10T19:51:51.365Z] #49 64.89 encoding/json [2020-11-10T19:51:51.365Z] #49 ... [2020-11-10T19:51:51.365Z] [2020-11-10T19:51:51.365Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:51.365Z] #43 60.49 fmt [2020-11-10T19:51:51.365Z] #43 63.87 regexp [2020-11-10T19:51:51.365Z] #43 65.07 go/token [2020-11-10T19:51:51.365Z] #43 66.24 go/scanner [2020-11-10T19:51:51.365Z] #43 67.67 go/ast [2020-11-10T19:51:51.365Z] #43 68.16 internal/lazyregexp [2020-11-10T19:51:51.365Z] #43 68.61 net/url [2020-11-10T19:51:51.501Z] #41 7.991 DEP images/rpc.pb-c.d [2020-11-10T19:51:51.501Z] #41 8.064 PBCC images/siginfo.pb-c.c [2020-11-10T19:51:51.501Z] #41 8.104 DEP images/siginfo.pb-c.d [2020-11-10T19:51:51.501Z] #41 8.152 PBCC images/pagemap.pb-c.c [2020-11-10T19:51:51.501Z] #41 8.193 DEP images/pagemap.pb-c.d [2020-11-10T19:51:51.501Z] #41 ... [2020-11-10T19:51:51.501Z] [2020-11-10T19:51:51.501Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:51.501Z] #11 61.74 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-10T19:51:51.501Z] #11 61.76 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-10T19:51:51.501Z] #11 61.76 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-10T19:51:51.501Z] #11 68.34 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-10T19:51:51.501Z] #11 68.36 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-10T19:51:51.501Z] #11 68.36 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:51:51.501Z] #11 68.57 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-10T19:51:51.501Z] #11 68.58 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-10T19:51:51.501Z] #11 68.59 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:51:51.763Z] #11 ... [2020-11-10T19:51:51.763Z] [2020-11-10T19:51:51.763Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:51.763Z] #41 8.269 PBCC images/rlimit.pb-c.c [2020-11-10T19:51:51.763Z] #41 8.317 DEP images/rlimit.pb-c.d [2020-11-10T19:51:51.763Z] #41 8.392 PBCC images/file-lock.pb-c.c [2020-11-10T19:51:51.763Z] #41 8.429 DEP images/file-lock.pb-c.d [2020-11-10T19:51:51.763Z] #41 8.488 PBCC images/tty.pb-c.c [2020-11-10T19:51:52.022Z] #35 ... [2020-11-10T19:51:52.022Z] [2020-11-10T19:51:52.022Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:52.022Z] #43 41.70 internal/reflectlite [2020-11-10T19:51:52.022Z] #43 41.71 sync [2020-11-10T19:51:52.022Z] #43 43.94 math/rand [2020-11-10T19:51:52.022Z] #43 43.94 internal/singleflight [2020-11-10T19:51:52.022Z] #43 43.95 github.com/LK4D4/vndr/godl/singleflight [2020-11-10T19:51:52.022Z] #43 46.75 sort [2020-11-10T19:51:52.022Z] #43 46.80 io [2020-11-10T19:51:52.022Z] #43 46.81 strconv [2020-11-10T19:51:52.022Z] #43 47.00 syscall [2020-11-10T19:51:52.022Z] #43 50.64 vendor/golang.org/x/net/dns/dnsmessage [2020-11-10T19:51:52.022Z] #43 51.69 bytes [2020-11-10T19:51:52.024Z] #41 8.543 DEP images/tty.pb-c.d [2020-11-10T19:51:52.024Z] #41 8.629 PBCC images/tun.pb-c.c [2020-11-10T19:51:52.024Z] #41 8.675 PBCC images/netdev.pb-c.c [2020-11-10T19:51:52.024Z] #41 8.744 DEP images/tun.pb-c.d [2020-11-10T19:51:52.024Z] #41 8.796 DEP images/netdev.pb-c.d [2020-11-10T19:51:52.269Z] #27 27.92 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-10T19:51:52.285Z] #41 8.861 PBCC images/vma.pb-c.c [2020-11-10T19:51:52.285Z] #41 8.914 DEP images/vma.pb-c.d [2020-11-10T19:51:52.285Z] #41 8.980 PBCC images/creds.pb-c.c [2020-11-10T19:51:52.285Z] #41 9.006 DEP images/creds.pb-c.d [2020-11-10T19:51:52.285Z] #41 9.045 PBCC images/utsns.pb-c.c [2020-11-10T19:51:52.303Z] #43 ... [2020-11-10T19:51:52.303Z] [2020-11-10T19:51:52.303Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:52.334Z] #43 ... [2020-11-10T19:51:52.334Z] [2020-11-10T19:51:52.334Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:51:52.334Z] #30 45.31 Checking out files: 90% (1378/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-11-10T19:51:52.334Z] #30 45.76 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-10T19:51:52.334Z] #30 45.84 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-10T19:51:52.334Z] #30 ... [2020-11-10T19:51:52.334Z] [2020-11-10T19:51:52.334Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:52.334Z] #35 1.835 + cd /tmp/tmp.fiQfBiJm7b/tini [2020-11-10T19:51:52.334Z] #35 1.837 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:51:52.334Z] #35 1.858 + cmake . [2020-11-10T19:51:52.533Z] #27 28.25 [2020-11-10T19:51:52.546Z] #41 9.075 DEP images/utsns.pb-c.d [2020-11-10T19:51:52.546Z] #41 9.143 PBCC images/ipc-desc.pb-c.c [2020-11-10T19:51:52.546Z] #41 9.176 PBCC images/ipc-sem.pb-c.c [2020-11-10T19:51:52.546Z] #41 9.182 DEP images/ipc-desc.pb-c.d [2020-11-10T19:51:52.546Z] #41 9.237 DEP images/ipc-sem.pb-c.d [2020-11-10T19:51:52.546Z] #41 9.252 PBCC images/ipc-msg.pb-c.c [2020-11-10T19:51:52.546Z] #41 9.304 DEP images/ipc-msg.pb-c.d [2020-11-10T19:51:52.807Z] #41 9.377 PBCC images/ipc-shm.pb-c.c [2020-11-10T19:51:52.807Z] #41 9.386 DEP images/ipc-shm.pb-c.d [2020-11-10T19:51:52.807Z] #41 9.433 PBCC images/ipc-var.pb-c.c [2020-11-10T19:51:52.807Z] #41 9.471 DEP images/ipc-var.pb-c.d [2020-11-10T19:51:52.807Z] #41 9.512 PBCC images/sk-opts.pb-c.c [2020-11-10T19:51:52.807Z] #41 9.530 PBCC images/packet-sock.pb-c.c [2020-11-10T19:51:52.807Z] #41 9.580 DEP images/sk-opts.pb-c.d [2020-11-10T19:51:53.069Z] #41 9.620 DEP images/packet-sock.pb-c.d [2020-11-10T19:51:53.069Z] #41 9.682 PBCC images/sk-netlink.pb-c.c [2020-11-10T19:51:53.069Z] #41 9.767 DEP images/sk-netlink.pb-c.d [2020-11-10T19:51:53.111Z] #27 28.67 #=#=# ######################################################################## 100.0% [2020-11-10T19:51:53.111Z] #27 28.80 [2020-11-10T19:51:53.189Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|deps|imports|files|compiled_files|exports_file) took 34.749619573s [2020-11-10T19:51:53.189Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 165.042175ms [2020-11-10T19:51:53.330Z] #41 9.834 PBCC images/sk-inet.pb-c.c [2020-11-10T19:51:53.330Z] #41 9.923 DEP images/sk-inet.pb-c.d [2020-11-10T19:51:53.330Z] #41 9.995 PBCC images/sk-unix.pb-c.c [2020-11-10T19:51:53.330Z] #41 10.08 DEP images/sk-unix.pb-c.d [2020-11-10T19:51:53.388Z] #35 2.731 -- The C compiler identification is GNU 8.3.0 [2020-11-10T19:51:53.388Z] #35 2.799 -- Check for working C compiler: /usr/bin/cc [2020-11-10T19:51:53.591Z] #41 10.20 PBCC images/mm.pb-c.c [2020-11-10T19:51:53.591Z] #41 10.28 DEP images/mm.pb-c.d [2020-11-10T19:51:53.591Z] #41 10.36 PBCC images/timerfd.pb-c.c [2020-11-10T19:51:53.591Z] #41 10.42 DEP images/timerfd.pb-c.d [2020-11-10T19:51:53.687Z] #35 3.352 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-10T19:51:53.852Z] #41 10.51 PBCC images/timer.pb-c.c [2020-11-10T19:51:53.852Z] #41 10.57 DEP images/timer.pb-c.d [2020-11-10T19:51:53.852Z] #41 10.62 PBCC images/sa.pb-c.c [2020-11-10T19:51:53.852Z] #41 10.68 DEP images/sa.pb-c.d [2020-11-10T19:51:53.865Z] Fetching without tags [2020-11-10T19:51:53.986Z] #35 3.355 -- Detecting C compiler ABI info [2020-11-10T19:51:54.113Z] #41 10.76 PBCC images/pipe-data.pb-c.c [2020-11-10T19:51:54.113Z] #41 10.78 DEP images/pipe-data.pb-c.d [2020-11-10T19:51:54.113Z] #41 10.85 PBCC images/mnt.pb-c.c [2020-11-10T19:51:54.113Z] #41 10.90 DEP images/mnt.pb-c.d [2020-11-10T19:51:54.374Z] #41 10.96 PBCC images/sk-packet.pb-c.c [2020-11-10T19:51:54.374Z] #41 11.00 DEP images/sk-packet.pb-c.d [2020-11-10T19:51:54.374Z] #41 11.05 PBCC images/tcp-stream.pb-c.c [2020-11-10T19:51:54.374Z] #41 11.12 DEP images/tcp-stream.pb-c.d [2020-11-10T19:51:54.378Z] #54 43.71 Checking out files: 37% (1296/3433) Checking out files: 38% (1305/3433) Checking out files: 39% (1339/3433) Checking out files: 40% (1374/3433) Checking out files: 41% (1408/3433) Checking out files: 42% (1442/3433) Checking out files: 43% (1477/3433) Checking out files: 44% (1511/3433) Checking out files: 45% (1545/3433) Checking out files: 46% (1580/3433) Checking out files: 47% (1614/3433) Checking out files: 48% (1648/3433) Checking out files: 49% (1683/3433) Checking out files: 50% (1717/3433) Checking out files: 51% (1751/3433) Checking out files: 52% (1786/3433) Checking out files: 53% (1820/3433) Checking out files: 54% (1854/3433) Checking out files: 55% (1889/3433) Checking out files: 56% (1923/3433) Checking out files: 57% (1957/3433) Checking out files: 58% (1992/3433) Checking out files: 59% (2026/3433) Checking out files: 60% (2060/3433) Checking out files: 61% (2095/3433) Checking out files: 62% (2129/3433) Checking out files: 63% (2163/3433) Checking out files: 64% (2198/3433) Checking out files: 65% (2232/3433) Checking out files: 66% (2266/3433) Checking out files: 67% (2301/3433) Checking out files: 68% (2335/3433) Checking out files: 69% (2369/3433) Checking out files: 70% (2404/3433) Checking out files: 71% (2438/3433) Checking out files: 72% (2472/3433) Checking out files: 73% (2507/3433) Checking out files: 74% (2541/3433) Checking out files: 75% (2575/3433) Checking out files: 76% (2610/3433) Checking out files: 77% (2644/3433) Checking out files: 78% (2678/3433) Checking out files: 79% (2713/3433) Checking out files: 80% (2747/3433) Checking out files: 80% (2761/3433) Checking out files: 81% (2781/3433) Checking out files: 82% (2816/3433) Checking out files: 83% (2850/3433) Checking out files: 84% (2884/3433) Checking out files: 85% (2919/3433) Checking out files: 86% (2953/3433) Checking out files: 87% (2987/3433) Checking out files: 88% (3022/3433) Checking out files: 89% (3056/3433) Checking out files: 90% (3090/3433) Checking out files: 91% (3125/3433) Checking out files: 92% (3159/3433) Checking out files: 93% (3193/3433) Checking out files: 94% (3228/3433) Checking out files: 95% (3262/3433) Checking out files: 96% (3296/3433) Checking out files: 97% (3331/3433) Checking out files: 98% (3365/3433) Checking out files: 99% (3399/3433) Checking out files: 100% (3433/3433) Checking out files: 100% (3433/3433), done. [2020-11-10T19:51:54.378Z] #54 45.76 + cd /tmp/tmp.RbSFWcGAvl/src/github.com/containerd/containerd [2020-11-10T19:51:54.570Z] Merging remotes/origin/master commit 0e8023ddea86158587182c4fc41dc22a73692efc into PR head commit 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:51:54.634Z] #35 4.011 -- Detecting C compiler ABI info - done [2020-11-10T19:51:54.634Z] #35 4.072 -- Detecting C compile features [2020-11-10T19:51:54.635Z] #54 45.76 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:51:54.636Z] #41 11.16 PBCC images/pipe.pb-c.c [2020-11-10T19:51:54.636Z] #41 11.20 DEP images/pipe.pb-c.d [2020-11-10T19:51:54.636Z] #41 11.25 PBCC images/pstree.pb-c.c [2020-11-10T19:51:54.636Z] #41 11.30 DEP images/pstree.pb-c.d [2020-11-10T19:51:54.636Z] #41 11.33 PBCC images/fs.pb-c.c [2020-11-10T19:51:54.636Z] #41 ... [2020-11-10T19:51:54.636Z] [2020-11-10T19:51:54.636Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:54.636Z] #49 60.37 fmt [2020-11-10T19:51:54.636Z] #49 62.08 golang.org/x/sys/unix [2020-11-10T19:51:54.636Z] #49 65.42 encoding/json [2020-11-10T19:51:54.636Z] #49 ... [2020-11-10T19:51:54.636Z] [2020-11-10T19:51:54.636Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:54.636Z] #41 11.37 DEP images/fs.pb-c.d [2020-11-10T19:51:54.636Z] #41 11.44 PBCC images/signalfd.pb-c.c [2020-11-10T19:51:54.897Z] #41 11.50 DEP images/signalfd.pb-c.d [2020-11-10T19:51:54.897Z] #41 11.58 PBCC images/fh.pb-c.c [2020-11-10T19:51:55.158Z] #41 11.67 PBCC images/fsnotify.pb-c.c [2020-11-10T19:51:55.158Z] #41 11.77 DEP images/fh.pb-c.d [2020-11-10T19:51:55.158Z] #41 11.85 DEP images/fsnotify.pb-c.d [2020-11-10T19:51:55.158Z] #41 11.94 PBCC images/eventpoll.pb-c.c [2020-11-10T19:51:55.158Z] #41 11.97 DEP images/eventpoll.pb-c.d [2020-11-10T19:51:55.179Z] #27 30.29 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-10T19:51:55.179Z] #27 ... [2020-11-10T19:51:55.179Z] [2020-11-10T19:51:55.179Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:51:55.179Z] #34 18.97 Reading package lists... [2020-11-10T19:51:55.179Z] #34 25.92 Reading package lists... [2020-11-10T19:51:55.179Z] #34 31.39 Building dependency tree... [2020-11-10T19:51:55.179Z] #34 34.78 The following additional packages will be installed: [2020-11-10T19:51:55.179Z] #34 34.79 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-10T19:51:55.179Z] #34 34.81 Suggested packages: [2020-11-10T19:51:55.179Z] #34 34.81 cmake-doc ninja-build lrzip [2020-11-10T19:51:55.179Z] #34 34.81 Recommended packages: [2020-11-10T19:51:55.179Z] #34 34.81 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-10T19:51:55.179Z] #34 35.79 The following NEW packages will be installed: [2020-11-10T19:51:55.179Z] #34 ... [2020-11-10T19:51:55.179Z] [2020-11-10T19:51:55.179Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:51:55.179Z] #53 23.50 Reading package lists... [2020-11-10T19:51:55.179Z] #53 30.46 Building dependency tree... [2020-11-10T19:51:55.179Z] #53 34.14 The following additional packages will be installed: [2020-11-10T19:51:55.179Z] #53 34.15 libbtrfs0 [2020-11-10T19:51:55.179Z] #53 34.20 The following NEW packages will be installed: [2020-11-10T19:51:55.179Z] #53 34.20 libbtrfs-dev libbtrfs0 [2020-11-10T19:51:55.179Z] #53 34.52 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:55.179Z] #53 34.52 Need to get 119 kB of archives. [2020-11-10T19:51:55.179Z] #53 34.52 After this operation, 387 kB of additional disk space will be used. [2020-11-10T19:51:55.179Z] #53 34.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-11-10T19:51:55.179Z] #53 34.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-11-10T19:51:55.179Z] #53 ... [2020-11-10T19:51:55.179Z] [2020-11-10T19:51:55.179Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:55.179Z] #27 30.64 [2020-11-10T19:51:55.201Z] #54 ... [2020-11-10T19:51:55.201Z] [2020-11-10T19:51:55.201Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:55.201Z] #32 DONE 72.7s [2020-11-10T19:51:55.201Z] [2020-11-10T19:51:55.201Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:55.201Z] #41 19.94 CC images/stats.o [2020-11-10T19:51:55.201Z] #41 20.42 CC images/core.o [2020-11-10T19:51:55.201Z] #41 21.34 CC images/core-x86.o [2020-11-10T19:51:55.201Z] #41 22.11 CC images/core-arm.o [2020-11-10T19:51:55.424Z] #41 12.03 PBCC images/eventfd.pb-c.c [2020-11-10T19:51:55.424Z] #41 12.06 DEP images/eventfd.pb-c.d [2020-11-10T19:51:55.424Z] #41 12.13 PBCC images/remap-file-path.pb-c.c [2020-11-10T19:51:55.424Z] #41 12.18 DEP images/remap-file-path.pb-c.d [2020-11-10T19:51:55.424Z] #41 12.24 PBCC images/fifo.pb-c.c [2020-11-10T19:51:55.452Z] #27 ... [2020-11-10T19:51:55.452Z] [2020-11-10T19:51:55.452Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:55.452Z] #11 19.20 Reading package lists... [2020-11-10T19:51:55.452Z] #11 26.38 Reading package lists... [2020-11-10T19:51:55.452Z] #11 33.70 Building dependency tree... [2020-11-10T19:51:55.452Z] #11 ... [2020-11-10T19:51:55.452Z] [2020-11-10T19:51:55.453Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:51:55.453Z] #27 31.08 0.0% ######################################################################## 100.0% [2020-11-10T19:51:53.559Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:51:53.607Z] > git config --add remote.origin.fetch +refs/pull/41659/head:refs/remotes/origin/PR-41659 # timeout=10 [2020-11-10T19:51:53.661Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:51:53.779Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-10T19:51:53.899Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-10T19:51:53.899Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:51:53.901Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41659/head:refs/remotes/origin/PR-41659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T19:51:54.676Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:51:54.721Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:51:55.685Z] #41 12.27 DEP images/fifo.pb-c.d [2020-11-10T19:51:55.686Z] #41 12.30 PBCC images/ghost-file.pb-c.c [2020-11-10T19:51:55.767Z] #41 22.79 CC images/core-aarch64.o [2020-11-10T19:51:55.802Z] #27 31.39 [2020-11-10T19:51:55.947Z] #41 12.38 DEP images/ghost-file.pb-c.d [2020-11-10T19:51:55.947Z] #41 12.42 PBCC images/regfile.pb-c.c [2020-11-10T19:51:55.947Z] #41 12.47 DEP images/regfile.pb-c.d [2020-11-10T19:51:55.947Z] #41 12.52 PBCC images/ns.pb-c.c [2020-11-10T19:51:55.947Z] #41 12.56 DEP images/ns.pb-c.d [2020-11-10T19:51:55.947Z] #41 12.64 PBCC images/fdinfo.pb-c.c [2020-11-10T19:51:55.947Z] #41 12.70 DEP images/fdinfo.pb-c.d [2020-11-10T19:51:55.947Z] #41 12.75 PBCC images/core-aarch64.pb-c.c [2020-11-10T19:51:56.094Z] #27 ... [2020-11-10T19:51:56.094Z] [2020-11-10T19:51:56.094Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:56.094Z] #47 27.02 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:51:56.094Z] #47 27.06 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:51:56.094Z] #47 27.21 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:56.095Z] #47 27.26 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:51:56.095Z] #47 27.35 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:56.095Z] #47 27.35 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:51:56.095Z] #47 27.63 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:51:56.095Z] #47 30.41 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-10T19:51:56.095Z] #47 33.87 go: extracting golang.org/x/text v0.3.2 [2020-11-10T19:51:56.209Z] #41 12.80 PBCC images/core-arm.pb-c.c [2020-11-10T19:51:56.209Z] #41 12.84 PBCC images/core-ppc64.pb-c.c [2020-11-10T19:51:56.332Z] #41 23.56 CC images/core-ppc64.o [2020-11-10T19:51:56.471Z] #41 ... [2020-11-10T19:51:56.471Z] [2020-11-10T19:51:56.471Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:56.471Z] #32 64.82 log [2020-11-10T19:51:56.471Z] #32 67.70 github.com/BurntSushi/toml/cmd/tomlv [2020-11-10T19:51:56.471Z] #32 DONE 72.0s [2020-11-10T19:51:56.471Z] [2020-11-10T19:51:56.471Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:51:56.471Z] #41 12.92 PBCC images/core-s390.pb-c.c [2020-11-10T19:51:56.471Z] #41 13.11 PBCC images/core-x86.pb-c.c [2020-11-10T19:51:56.480Z] #47 ... [2020-11-10T19:51:56.480Z] [2020-11-10T19:51:56.480Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:56.480Z] #11 36.62 The following additional packages will be installed: [2020-11-10T19:51:56.480Z] #11 36.64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-10T19:51:56.480Z] #11 36.64 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-10T19:51:56.480Z] #11 36.64 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-10T19:51:56.480Z] #11 36.64 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-10T19:51:56.480Z] #11 36.64 Suggested packages: [2020-11-10T19:51:56.480Z] #11 36.64 gcc-8-locales seccomp wine64 [2020-11-10T19:51:56.732Z] #41 13.25 PBCC images/core.pb-c.c [2020-11-10T19:51:56.732Z] #41 13.40 PBCC images/inventory.pb-c.c [2020-11-10T19:51:56.732Z] #41 13.48 DEP images/core-aarch64.pb-c.d [2020-11-10T19:51:56.743Z] #35 6.120 -- Detecting C compile features - done [2020-11-10T19:51:56.743Z] #35 6.175 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-10T19:51:56.743Z] #35 6.389 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-10T19:51:56.744Z] #11 37.59 The following NEW packages will be installed: [2020-11-10T19:51:56.744Z] #11 37.59 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-10T19:51:56.744Z] #11 37.59 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-10T19:51:56.744Z] #11 37.59 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-10T19:51:56.744Z] #11 37.59 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-10T19:51:56.744Z] #11 37.59 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-10T19:51:56.744Z] #11 37.59 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-10T19:51:56.897Z] #41 24.19 CC images/core-s390.o [2020-11-10T19:51:56.994Z] #41 13.59 DEP images/core-arm.pb-c.d [2020-11-10T19:51:56.994Z] #41 13.65 DEP images/core-ppc64.pb-c.d [2020-11-10T19:51:57.009Z] #11 38.12 0 upgraded, 25 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:51:57.009Z] #11 38.12 Need to get 73.3 MB of archives. [2020-11-10T19:51:57.009Z] #11 38.12 After this operation, 472 MB of additional disk space will be used. [2020-11-10T19:51:57.009Z] #11 38.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2020-11-10T19:51:57.042Z] #35 ... [2020-11-10T19:51:57.042Z] [2020-11-10T19:51:57.042Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:51:57.042Z] #40 56.42 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-10T19:51:57.042Z] #40 56.42 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:51:57.042Z] #40 DONE 56.7s [2020-11-10T19:51:57.042Z] [2020-11-10T19:51:57.042Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:57.042Z] #35 6.555 -- Configuring done [2020-11-10T19:51:57.042Z] #35 6.582 -- Generating done [2020-11-10T19:51:57.042Z] #35 6.618 -- Build files have been written to: /tmp/tmp.fiQfBiJm7b/tini [2020-11-10T19:51:57.256Z] #41 13.82 DEP images/core-s390.pb-c.d [2020-11-10T19:51:57.256Z] #41 13.95 DEP images/core-x86.pb-c.d [2020-11-10T19:51:57.256Z] #41 14.02 DEP images/core.pb-c.d [2020-11-10T19:51:57.343Z] #35 6.631 + make tini-static [2020-11-10T19:51:57.517Z] #41 14.08 DEP images/inventory.pb-c.d [2020-11-10T19:51:57.517Z] #41 14.12 PBCC images/cpuinfo.pb-c.c [2020-11-10T19:51:57.517Z] #41 14.15 DEP images/cpuinfo.pb-c.d [2020-11-10T19:51:57.517Z] #41 14.20 PBCC images/stats.pb-c.c [2020-11-10T19:51:57.517Z] #41 14.24 DEP images/stats.pb-c.d [2020-11-10T19:51:57.588Z] #11 38.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2020-11-10T19:51:57.659Z] #35 7.008 Scanning dependencies of target tini-static [2020-11-10T19:51:57.659Z] #35 7.105 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-10T19:51:57.829Z] #41 24.99 CC images/cpuinfo.o [2020-11-10T19:51:57.854Z] #11 38.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-10T19:51:57.854Z] #11 38.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-11-10T19:51:57.958Z] #35 ... [2020-11-10T19:51:57.958Z] [2020-11-10T19:51:57.958Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:51:57.958Z] #11 47.63 Selecting previously unselected package binutils-mingw-w64. [2020-11-10T19:51:57.958Z] #11 47.64 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-10T19:51:57.958Z] #11 47.64 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-10T19:51:57.958Z] #11 47.81 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-11-10T19:51:57.958Z] #11 47.82 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-10T19:51:57.958Z] #11 47.84 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-10T19:51:57.958Z] #11 48.07 Selecting previously unselected package dmsetup. [2020-11-10T19:51:57.958Z] #11 48.07 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-11-10T19:51:57.958Z] #11 48.07 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-10T19:51:57.958Z] #11 48.36 Selecting previously unselected package mingw-w64-common. [2020-11-10T19:51:57.958Z] #11 48.37 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-10T19:51:57.958Z] #11 48.39 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-10T19:51:57.958Z] #11 55.40 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-10T19:51:57.958Z] #11 55.43 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-10T19:51:57.958Z] #11 55.44 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-10T19:51:57.991Z] Merge succeeded, producing 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:51:57.991Z] Checking out Revision 2b41e8471935a95440472ca90e99aa33dacf56c0 (PR-41659) [2020-11-10T19:51:58.119Z] #11 38.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-11-10T19:51:58.119Z] #11 39.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-10T19:51:58.258Z] #11 ... [2020-11-10T19:51:58.258Z] [2020-11-10T19:51:58.258Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:58.258Z] #43 57.30 bufio [2020-11-10T19:51:58.394Z] #41 25.47 CC images/inventory.o [2020-11-10T19:51:57.617Z] > git remote # timeout=10 [2020-11-10T19:51:57.698Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T19:51:57.743Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-10T19:51:57.745Z] > git merge 0e8023ddea86158587182c4fc41dc22a73692efc # timeout=10 [2020-11-10T19:51:57.881Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-11-10T19:51:58.025Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T19:51:58.071Z] > git checkout -f 2b41e8471935a95440472ca90e99aa33dacf56c0 # timeout=10 [2020-11-10T19:51:58.562Z] #43 ... [2020-11-10T19:51:58.562Z] [2020-11-10T19:51:58.562Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:58.562Z] #49 48.19 strconv [2020-11-10T19:51:58.562Z] #49 48.22 bytes [2020-11-10T19:51:58.562Z] #49 48.24 syscall [2020-11-10T19:51:58.562Z] #49 48.27 strings [2020-11-10T19:51:58.562Z] #49 55.40 bufio [2020-11-10T19:51:58.562Z] #49 57.65 text/tabwriter [2020-11-10T19:51:58.652Z] #41 25.75 CC images/fdinfo.o [2020-11-10T19:51:58.862Z] #49 ... [2020-11-10T19:51:58.862Z] [2020-11-10T19:51:58.862Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:51:58.862Z] #32 56.00 bufio [2020-11-10T19:51:58.862Z] #32 57.22 reflect [2020-11-10T19:51:58.904Z] #41 15.62 make[1]: Nothing to be done for 'all'. [2020-11-10T19:51:59.073Z] #11 40.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-10T19:51:59.162Z] #32 58.59 path [2020-11-10T19:51:59.217Z] #41 26.17 CC images/fown.o [2020-11-10T19:51:59.217Z] #41 26.41 CC images/ns.o [2020-11-10T19:51:59.486Z] #41 ... [2020-11-10T19:51:59.487Z] [2020-11-10T19:51:59.487Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:51:59.487Z] #43 65.17 go/token [2020-11-10T19:51:59.487Z] #43 66.71 go/scanner [2020-11-10T19:51:59.487Z] #43 67.98 go/ast [2020-11-10T19:51:59.487Z] #43 68.48 internal/lazyregexp [2020-11-10T19:51:59.487Z] #43 68.68 net/url [2020-11-10T19:51:59.487Z] #43 70.31 text/template/parse [2020-11-10T19:51:59.487Z] #43 73.80 go/parser [2020-11-10T19:51:59.487Z] #43 74.82 text/template [2020-11-10T19:51:59.487Z] #43 ... [2020-11-10T19:51:59.487Z] [2020-11-10T19:51:59.487Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:51:59.652Z] #11 40.69 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-10T19:51:59.652Z] #11 40.70 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2020-11-10T19:51:59.781Z] #41 26.73 CC images/regfile.o [2020-11-10T19:51:59.781Z] #41 27.01 CC images/ghost-file.o [2020-11-10T19:52:00.346Z] #41 27.31 CC images/fifo.o [2020-11-10T19:52:00.346Z] #41 27.52 CC images/remap-file-path.o [2020-11-10T19:52:00.603Z] #41 27.83 CC images/eventfd.o [2020-11-10T19:52:00.700Z] #32 ... [2020-11-10T19:52:00.700Z] [2020-11-10T19:52:00.700Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:00.700Z] #35 9.027 [100%] Linking C executable tini-static [2020-11-10T19:52:00.700Z] #35 9.786 [100%] Built target tini-static [2020-11-10T19:52:00.700Z] #35 9.858 + mkdir -p /build [2020-11-10T19:52:00.700Z] #35 9.864 + cp tini-static /build/docker-init [2020-11-10T19:52:00.700Z] #35 DONE 10.0s [2020-11-10T19:52:00.700Z] [2020-11-10T19:52:00.700Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:00.700Z] #43 60.29 reflect [2020-11-10T19:52:00.794Z] #54 41.47 Checking out files: 46% (1592/3433) Checking out files: 47% (1614/3433) Checking out files: 48% (1648/3433) Checking out files: 49% (1683/3433) Checking out files: 50% (1717/3433) Checking out files: 51% (1751/3433) Checking out files: 52% (1786/3433) Checking out files: 53% (1820/3433) Checking out files: 54% (1854/3433) Checking out files: 55% (1889/3433) Checking out files: 56% (1923/3433) Checking out files: 57% (1957/3433) Checking out files: 58% (1992/3433) Checking out files: 59% (2026/3433) Checking out files: 60% (2060/3433) Checking out files: 61% (2095/3433) Checking out files: 62% (2129/3433) Checking out files: 63% (2163/3433) Checking out files: 64% (2198/3433) Checking out files: 65% (2232/3433) Checking out files: 66% (2266/3433) Checking out files: 67% (2301/3433) Checking out files: 68% (2335/3433) Checking out files: 69% (2369/3433) Checking out files: 70% (2404/3433) Checking out files: 71% (2438/3433) Checking out files: 72% (2472/3433) Checking out files: 73% (2507/3433) Checking out files: 74% (2541/3433) Checking out files: 75% (2575/3433) Checking out files: 76% (2610/3433) Checking out files: 77% (2644/3433) Checking out files: 78% (2678/3433) Checking out files: 79% (2713/3433) Checking out files: 80% (2747/3433) Checking out files: 81% (2781/3433) Checking out files: 82% (2816/3433) Checking out files: 83% (2850/3433) Checking out files: 84% (2884/3433) Checking out files: 85% (2919/3433) Checking out files: 86% (2953/3433) Checking out files: 86% (2954/3433) Checking out files: 87% (2987/3433) Checking out files: 88% (3022/3433) Checking out files: 89% (3056/3433) Checking out files: 90% (3090/3433) Checking out files: 91% (3125/3433) Checking out files: 92% (3159/3433) Checking out files: 93% (3193/3433) Checking out files: 94% (3228/3433) Checking out files: 95% (3262/3433) Checking out files: 96% (3296/3433) Checking out files: 97% (3331/3433) Checking out files: 98% (3365/3433) Checking out files: 99% (3399/3433) Checking out files: 100% (3433/3433) Checking out files: 100% (3433/3433), done. [2020-11-10T19:52:00.794Z] #54 43.16 + cd /tmp/tmp.4hD5jCEp1v/src/github.com/containerd/containerd [2020-11-10T19:52:00.794Z] #54 43.16 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:52:00.864Z] #41 28.05 CC images/eventpoll.o [2020-11-10T19:52:01.432Z] #41 28.44 CC images/fh.o [2020-11-10T19:52:01.586Z] #11 ... [2020-11-10T19:52:01.586Z] [2020-11-10T19:52:01.586Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:52:01.586Z] #27 32.58 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-10T19:52:01.586Z] #27 32.84 skipping existing 9a99313a2c50 [2020-11-10T19:52:01.586Z] #27 32.93 [2020-11-10T19:52:01.586Z] #27 34.25 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-10T19:52:01.586Z] #27 34.67 [2020-11-10T19:52:01.586Z] #27 34.88 ############ 17.8% ######################################################################## 100.0% [2020-11-10T19:52:01.586Z] #27 34.95 [2020-11-10T19:52:01.586Z] #27 36.36 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-10T19:52:01.586Z] #27 36.69 [2020-11-10T19:52:01.586Z] #27 37.00 ######################################################################## 100.0% [2020-11-10T19:52:01.586Z] #27 37.10 [2020-11-10T19:52:01.690Z] #41 28.73 CC images/fsnotify.o [2020-11-10T19:52:01.747Z] #54 44.12 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-10T19:52:01.852Z] #27 37.49 Download of images into '/build' complete. [2020-11-10T19:52:01.852Z] #27 37.50 Use something like the following to load the result into a Docker daemon: [2020-11-10T19:52:01.852Z] #27 37.50 tar -cC '/build' . | docker load [2020-11-10T19:52:02.008Z] #54 44.12 + BUILDTAGS='netgo osusergo static_build' [2020-11-10T19:52:02.008Z] #54 44.12 + export EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:52:02.008Z] #54 44.12 + EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:52:02.008Z] #54 44.12 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-10T19:52:02.008Z] #54 44.12 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-10T19:52:02.008Z] #54 44.12 + '[' '' = dynamic ']' [2020-11-10T19:52:02.008Z] #54 44.12 + make [2020-11-10T19:52:02.254Z] #41 29.40 CC images/signalfd.o [2020-11-10T19:52:02.512Z] #41 ... [2020-11-10T19:52:02.512Z] [2020-11-10T19:52:02.512Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:02.512Z] #49 70.12 github.com/pkg/diff [2020-11-10T19:52:02.512Z] #49 71.76 go/ast [2020-11-10T19:52:02.512Z] #49 71.80 golang.org/x/crypto/ssh/terminal [2020-11-10T19:52:02.512Z] #49 74.15 mvdan.cc/editorconfig [2020-11-10T19:52:02.512Z] #49 75.38 mvdan.cc/sh/v3/fileutil [2020-11-10T19:52:02.512Z] #49 75.52 mvdan.cc/sh/v3/syntax [2020-11-10T19:52:02.512Z] #49 ... [2020-11-10T19:52:02.512Z] [2020-11-10T19:52:02.512Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:02.512Z] #43 70.38 text/template/parse [2020-11-10T19:52:02.512Z] #43 73.67 go/parser [2020-11-10T19:52:02.512Z] #43 74.92 text/template [2020-11-10T19:52:02.512Z] #43 77.75 encoding/xml [2020-11-10T19:52:02.512Z] #43 80.09 go/doc [2020-11-10T19:52:02.770Z] #43 ... [2020-11-10T19:52:02.770Z] [2020-11-10T19:52:02.770Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:02.770Z] #41 29.73 CC images/fs.o [2020-11-10T19:52:02.770Z] #41 29.95 CC images/pstree.o [2020-11-10T19:52:02.805Z] #27 ... [2020-11-10T19:52:02.805Z] [2020-11-10T19:52:02.805Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:52:02.805Z] #40 25.11 Reading package lists... [2020-11-10T19:52:02.805Z] #40 33.92 Building dependency tree... [2020-11-10T19:52:02.805Z] #40 36.92 The following additional packages will be installed: [2020-11-10T19:52:02.805Z] #40 36.93 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-10T19:52:02.805Z] #40 36.93 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-10T19:52:02.805Z] #40 36.94 Suggested packages: [2020-11-10T19:52:02.805Z] #40 36.95 manpages-dev python-setuptools [2020-11-10T19:52:02.805Z] #40 37.79 The following NEW packages will be installed: [2020-11-10T19:52:02.805Z] #40 37.79 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-10T19:52:02.805Z] #40 37.79 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-10T19:52:02.805Z] #40 37.80 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-10T19:52:02.805Z] #40 37.80 python-six zlib1g-dev [2020-11-10T19:52:02.805Z] #40 38.20 0 upgraded, 17 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:52:02.805Z] #40 38.20 Need to get 3798 kB of archives. [2020-11-10T19:52:02.805Z] #40 38.20 After this operation, 21.6 MB of additional disk space will be used. [2020-11-10T19:52:02.805Z] #40 38.20 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-11-10T19:52:02.805Z] #40 38.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-11-10T19:52:02.805Z] #40 38.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-11-10T19:52:02.805Z] #40 38.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-11-10T19:52:02.805Z] #40 38.34 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-11-10T19:52:02.805Z] #40 38.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-11-10T19:52:02.805Z] #40 38.58 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-11-10T19:52:02.805Z] #40 38.60 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-11-10T19:52:02.805Z] #40 38.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-11-10T19:52:02.805Z] #40 38.71 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-11-10T19:52:02.805Z] #40 38.71 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-11-10T19:52:02.805Z] #40 38.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-11-10T19:52:02.805Z] #40 39.00 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-11-10T19:52:02.805Z] #40 39.02 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-11-10T19:52:02.805Z] #40 39.06 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-10T19:52:02.805Z] #40 39.08 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-11-10T19:52:02.805Z] #40 39.29 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-11-10T19:52:02.805Z] #40 41.61 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:52:02.805Z] #40 42.33 Fetched 3798 kB in 2s (2360 kB/s) [2020-11-10T19:52:02.805Z] #40 43.72 Selecting previously unselected package libcap-dev:arm64. [2020-11-10T19:52:02.805Z] #40 43.72 (Reading database ... (Reading database ... 5% [2020-11-10T19:52:02.805Z] #40 ... [2020-11-10T19:52:02.805Z] [2020-11-10T19:52:02.805Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:02.805Z] #47 38.39 go: finding github.com/fatih/color v1.7.0 [2020-11-10T19:52:02.805Z] #47 38.43 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-10T19:52:02.805Z] #47 38.54 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-10T19:52:02.805Z] #47 38.54 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-10T19:52:02.805Z] #47 39.00 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-10T19:52:02.805Z] #47 39.00 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-10T19:52:02.805Z] #47 39.01 go: finding github.com/pkg/errors v0.8.1 [2020-11-10T19:52:02.805Z] #47 39.54 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-10T19:52:02.805Z] #47 39.55 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-10T19:52:02.805Z] #47 39.56 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-10T19:52:02.805Z] #47 39.57 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-10T19:52:02.805Z] #47 40.68 go: finding github.com/spf13/viper v1.6.1 [2020-11-10T19:52:02.805Z] #47 40.69 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-10T19:52:02.805Z] #47 40.69 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-10T19:52:02.805Z] #47 40.69 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-10T19:52:02.805Z] #47 40.71 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-10T19:52:02.805Z] #47 40.93 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-10T19:52:02.805Z] #47 40.93 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-10T19:52:02.805Z] #47 40.94 go: finding github.com/stretchr/testify v1.4.0 [2020-11-10T19:52:02.805Z] #47 41.05 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-10T19:52:02.805Z] #47 41.05 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-10T19:52:02.805Z] #47 41.39 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-10T19:52:02.805Z] #47 41.39 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-10T19:52:02.805Z] #47 41.39 go: finding github.com/spf13/cobra v0.0.5 [2020-11-10T19:52:02.805Z] #47 41.64 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-10T19:52:02.805Z] #47 41.65 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-10T19:52:02.805Z] #47 41.65 go: finding github.com/spf13/pflag v1.0.5 [2020-11-10T19:52:02.805Z] #47 41.66 go: finding github.com/gobwas/glob v0.2.3 [2020-11-10T19:52:02.805Z] #47 41.67 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-10T19:52:02.805Z] #47 42.07 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-10T19:52:02.805Z] #47 42.10 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-10T19:52:02.805Z] #47 42.11 go: finding github.com/magiconair/properties v1.8.1 [2020-11-10T19:52:02.805Z] #47 42.11 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-10T19:52:02.805Z] #47 42.12 go: finding github.com/stretchr/objx v0.2.0 [2020-11-10T19:52:02.805Z] #47 42.73 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-10T19:52:02.805Z] #47 43.05 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-10T19:52:02.805Z] #47 43.06 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-10T19:52:02.805Z] #47 43.12 go: finding github.com/spf13/afero v1.1.2 [2020-11-10T19:52:02.805Z] #47 43.17 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-10T19:52:02.805Z] #47 43.17 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-10T19:52:02.805Z] #47 43.18 go: finding github.com/spf13/cast v1.3.0 [2020-11-10T19:52:02.805Z] #47 43.73 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-10T19:52:02.805Z] #47 43.75 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-10T19:52:02.805Z] #47 43.76 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-10T19:52:02.805Z] #47 43.79 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-10T19:52:02.805Z] #47 ... [2020-11-10T19:52:02.805Z] [2020-11-10T19:52:02.805Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:52:02.805Z] #40 43.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-10T19:52:02.805Z] #40 43.78 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-11-10T19:52:02.950Z] #54 45.06 + bin/ctr [2020-11-10T19:52:03.027Z] #41 30.18 CC images/pipe.o [2020-11-10T19:52:03.027Z] #41 30.37 CC images/tcp-stream.o [2020-11-10T19:52:03.478Z] #43 63.17 regexp/syntax [2020-11-10T19:52:03.592Z] #41 30.65 CC images/sk-packet.o [2020-11-10T19:52:03.849Z] #41 31.00 CC images/mnt.o [2020-11-10T19:52:04.106Z] #41 31.31 CC images/pipe-data.o [2020-11-10T19:52:04.363Z] #41 31.53 CC images/sa.o [2020-11-10T19:52:04.620Z] #41 31.80 CC images/timer.o [2020-11-10T19:52:04.637Z] #54 92.19 + bin/containerd-stress [2020-11-10T19:52:04.737Z] #40 45.75 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-11-10T19:52:04.737Z] #40 ... [2020-11-10T19:52:04.737Z] [2020-11-10T19:52:04.737Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:52:04.737Z] #34 35.80 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-10T19:52:04.737Z] #34 35.81 vim-common xxd [2020-11-10T19:52:04.737Z] #34 36.39 0 upgraded, 10 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:52:04.737Z] #34 36.39 Need to get 14.2 MB of archives. [2020-11-10T19:52:04.737Z] #34 36.39 After this operation, 60.0 MB of additional disk space will be used. [2020-11-10T19:52:04.737Z] #34 36.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-11-10T19:52:04.737Z] #34 36.47 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-10T19:52:04.737Z] #34 36.50 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-10T19:52:04.737Z] #34 36.68 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-11-10T19:52:04.737Z] #34 38.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-11-10T19:52:04.737Z] #34 38.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-11-10T19:52:04.737Z] #34 38.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-11-10T19:52:04.737Z] #34 38.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-11-10T19:52:04.737Z] #34 39.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-11-10T19:52:04.737Z] #34 39.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-11-10T19:52:04.737Z] #34 41.61 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:52:04.737Z] #34 42.72 Fetched 14.2 MB in 4s (3479 kB/s) [2020-11-10T19:52:04.737Z] #34 44.42 Selecting previously unselected package xxd. [2020-11-10T19:52:04.737Z] #34 44.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-10T19:52:04.737Z] #34 44.48 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-11-10T19:52:04.877Z] #41 32.21 CC images/timerfd.o [2020-11-10T19:52:05.002Z] #34 ... [2020-11-10T19:52:05.002Z] [2020-11-10T19:52:05.002Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:52:05.002Z] #53 35.98 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:52:05.002Z] #53 36.14 Fetched 119 kB in 0s (403 kB/s) [2020-11-10T19:52:05.002Z] #53 38.28 Selecting previously unselected package libbtrfs0. [2020-11-10T19:52:05.002Z] #53 38.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 ... 15383 files and directories currently installed.) [2020-11-10T19:52:05.002Z] #53 38.35 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-11-10T19:52:05.002Z] #53 40.79 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-10T19:52:05.002Z] #53 43.73 Selecting previously unselected package libbtrfs-dev. [2020-11-10T19:52:05.002Z] #53 43.74 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-11-10T19:52:05.002Z] #53 45.76 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:52:05.363Z] #53 ... [2020-11-10T19:52:05.363Z] [2020-11-10T19:52:05.363Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:05.363Z] #11 46.17 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-11-10T19:52:05.443Z] #41 32.45 CC images/mm.o [2020-11-10T19:52:05.669Z] #54 93.50 + bin/containerd-shim [2020-11-10T19:52:05.700Z] #41 32.83 CC images/sk-opts.o [2020-11-10T19:52:05.700Z] #41 ... [2020-11-10T19:52:05.700Z] [2020-11-10T19:52:05.700Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:05.700Z] #54 46.99 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-10T19:52:05.700Z] #54 46.99 + BUILDTAGS='netgo osusergo static_build' [2020-11-10T19:52:05.700Z] #54 46.99 + export EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:52:05.700Z] #54 46.99 + EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:52:05.700Z] #54 46.99 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-10T19:52:05.700Z] #54 46.99 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-10T19:52:05.700Z] #54 46.99 + '[' '' = dynamic ']' [2020-11-10T19:52:05.700Z] #54 46.99 + make [2020-11-10T19:52:05.701Z] #54 48.07 + bin/ctr [2020-11-10T19:52:05.958Z] #54 ... [2020-11-10T19:52:05.958Z] [2020-11-10T19:52:05.958Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:05.958Z] #11 88.44 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-10T19:52:05.958Z] #11 88.45 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-10T19:52:05.958Z] #11 88.45 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:06.253Z] #54 ... [2020-11-10T19:52:06.253Z] [2020-11-10T19:52:06.253Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:06.253Z] #49 71.46 github.com/pkg/diff [2020-11-10T19:52:06.253Z] #49 71.67 go/ast [2020-11-10T19:52:06.253Z] #49 73.45 golang.org/x/crypto/ssh/terminal [2020-11-10T19:52:06.253Z] #49 75.02 mvdan.cc/editorconfig [2020-11-10T19:52:06.253Z] #49 76.31 mvdan.cc/sh/v3/fileutil [2020-11-10T19:52:06.253Z] #49 76.42 mvdan.cc/sh/v3/syntax [2020-11-10T19:52:06.253Z] #49 ... [2020-11-10T19:52:06.253Z] [2020-11-10T19:52:06.253Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:06.253Z] #41 17.02 CC images/stats.o [2020-11-10T19:52:06.253Z] #41 17.38 CC images/core.o [2020-11-10T19:52:06.253Z] #41 18.11 CC images/core-x86.o [2020-11-10T19:52:06.253Z] #41 18.73 CC images/core-arm.o [2020-11-10T19:52:06.253Z] #41 19.11 CC images/core-aarch64.o [2020-11-10T19:52:06.253Z] #41 19.52 CC images/core-ppc64.o [2020-11-10T19:52:06.253Z] #41 20.11 CC images/core-s390.o [2020-11-10T19:52:06.253Z] #41 20.86 CC images/cpuinfo.o [2020-11-10T19:52:06.253Z] #41 21.35 CC images/inventory.o [2020-11-10T19:52:06.253Z] #41 21.66 CC images/fdinfo.o [2020-11-10T19:52:06.253Z] #41 22.03 CC images/fown.o [2020-11-10T19:52:06.253Z] #41 22.25 CC images/ns.o [2020-11-10T19:52:06.253Z] #41 22.45 CC images/regfile.o [2020-11-10T19:52:06.253Z] #41 22.72 CC images/ghost-file.o [2020-11-10T19:52:06.270Z] #43 ... [2020-11-10T19:52:06.270Z] [2020-11-10T19:52:06.270Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:06.270Z] #41 2.406 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:52:06.270Z] #41 2.406 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:52:06.270Z] #41 2.446 Note: Building without GnuTLS support [2020-11-10T19:52:06.270Z] #41 2.449 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:52:06.270Z] #41 2.457 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:52:06.270Z] #41 4.002 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:52:06.270Z] #41 4.063 GEN .gitid [2020-11-10T19:52:06.270Z] #41 4.082 GEN criu/include/version.h [2020-11-10T19:52:06.270Z] #41 4.112 GEN include/common/asm [2020-11-10T19:52:06.270Z] #41 5.746 PBCC images/timens.pb-c.c [2020-11-10T19:52:06.270Z] #41 5.769 DEP images/timens.pb-c.d [2020-11-10T19:52:06.270Z] #41 5.853 PBCC images/fown.pb-c.c [2020-11-10T19:52:06.270Z] #41 5.865 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-10T19:52:06.270Z] #41 5.974 PBCC images/opts.pb-c.c [2020-11-10T19:52:06.270Z] #41 6.009 PBCC images/memfd.pb-c.c [2020-11-10T19:52:06.270Z] #41 6.046 DEP images/fown.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.112 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.214 DEP images/opts.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.275 DEP images/memfd.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.346 PBCC images/sit.pb-c.c [2020-11-10T19:52:06.270Z] #41 6.380 DEP images/sit.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.434 PBCC images/macvlan.pb-c.c [2020-11-10T19:52:06.270Z] #41 6.467 DEP images/macvlan.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.493 PBCC images/autofs.pb-c.c [2020-11-10T19:52:06.270Z] #41 6.531 DEP images/autofs.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.611 PBCC images/sysctl.pb-c.c [2020-11-10T19:52:06.270Z] #41 6.622 DEP images/sysctl.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.699 PBCC images/time.pb-c.c [2020-11-10T19:52:06.270Z] #41 6.752 DEP images/time.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.827 PBCC images/binfmt-misc.pb-c.c [2020-11-10T19:52:06.270Z] #41 6.845 DEP images/binfmt-misc.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.925 PBCC images/seccomp.pb-c.c [2020-11-10T19:52:06.270Z] #41 6.939 DEP images/seccomp.pb-c.d [2020-11-10T19:52:06.270Z] #41 6.988 PBCC images/userns.pb-c.c [2020-11-10T19:52:06.270Z] #41 7.028 DEP images/userns.pb-c.d [2020-11-10T19:52:06.270Z] #41 7.079 PBCC images/cgroup.pb-c.c [2020-11-10T19:52:06.270Z] #41 7.117 DEP images/cgroup.pb-c.d [2020-11-10T19:52:06.270Z] #41 7.193 PBCC images/ext-file.pb-c.c [2020-11-10T19:52:06.270Z] #41 7.244 DEP images/ext-file.pb-c.d [2020-11-10T19:52:06.270Z] #41 7.284 PBCC images/rpc.pb-c.c [2020-11-10T19:52:06.270Z] #41 7.344 DEP images/rpc.pb-c.d [2020-11-10T19:52:06.270Z] #41 7.404 PBCC images/siginfo.pb-c.c [2020-11-10T19:52:06.270Z] #41 7.445 DEP images/siginfo.pb-c.d [2020-11-10T19:52:06.270Z] #41 7.546 PBCC images/pagemap.pb-c.c [2020-11-10T19:52:06.270Z] #41 7.613 DEP images/pagemap.pb-c.d [2020-11-10T19:52:06.270Z] #41 7.663 PBCC images/rlimit.pb-c.c [2020-11-10T19:52:06.270Z] #41 7.681 DEP images/rlimit.pb-c.d [2020-11-10T19:52:06.270Z] #41 7.777 PBCC images/file-lock.pb-c.c [2020-11-10T19:52:06.270Z] #41 7.795 DEP images/file-lock.pb-c.d [2020-11-10T19:52:06.270Z] #41 7.856 PBCC images/tty.pb-c.c [2020-11-10T19:52:06.270Z] #41 7.926 DEP images/tty.pb-c.d [2020-11-10T19:52:06.270Z] #41 8.033 PBCC images/tun.pb-c.c [2020-11-10T19:52:06.270Z] #41 8.076 PBCC images/netdev.pb-c.c [2020-11-10T19:52:06.270Z] #41 8.146 DEP images/tun.pb-c.d [2020-11-10T19:52:06.270Z] #41 8.229 DEP images/netdev.pb-c.d [2020-11-10T19:52:06.270Z] #41 8.308 PBCC images/vma.pb-c.c [2020-11-10T19:52:06.270Z] #41 8.345 DEP images/vma.pb-c.d [2020-11-10T19:52:06.270Z] #41 8.441 PBCC images/creds.pb-c.c [2020-11-10T19:52:06.270Z] #41 8.456 DEP images/creds.pb-c.d [2020-11-10T19:52:06.270Z] #41 8.509 PBCC images/utsns.pb-c.c [2020-11-10T19:52:06.270Z] #41 8.541 DEP images/utsns.pb-c.d [2020-11-10T19:52:06.270Z] #41 8.571 PBCC images/ipc-desc.pb-c.c [2020-11-10T19:52:06.270Z] #41 8.581 PBCC images/ipc-sem.pb-c.c [2020-11-10T19:52:06.270Z] #41 8.599 DEP images/ipc-desc.pb-c.d [2020-11-10T19:52:06.270Z] #41 8.633 DEP images/ipc-sem.pb-c.d [2020-11-10T19:52:06.270Z] #41 8.678 PBCC images/ipc-msg.pb-c.c [2020-11-10T19:52:06.270Z] #41 8.688 DEP images/ipc-msg.pb-c.d [2020-11-10T19:52:06.270Z] #41 8.794 PBCC images/ipc-shm.pb-c.c [2020-11-10T19:52:06.270Z] #41 8.827 DEP images/ipc-shm.pb-c.d [2020-11-10T19:52:06.270Z] #41 8.911 PBCC images/ipc-var.pb-c.c [2020-11-10T19:52:06.270Z] #41 8.926 DEP images/ipc-var.pb-c.d [2020-11-10T19:52:06.270Z] #41 9.031 PBCC images/sk-opts.pb-c.c [2020-11-10T19:52:06.270Z] #41 9.060 PBCC images/packet-sock.pb-c.c [2020-11-10T19:52:06.270Z] #41 9.155 DEP images/sk-opts.pb-c.d [2020-11-10T19:52:06.270Z] #41 9.221 DEP images/packet-sock.pb-c.d [2020-11-10T19:52:06.270Z] #41 9.244 PBCC images/sk-netlink.pb-c.c [2020-11-10T19:52:06.270Z] #41 9.305 DEP images/sk-netlink.pb-c.d [2020-11-10T19:52:06.270Z] #41 9.385 PBCC images/sk-inet.pb-c.c [2020-11-10T19:52:06.270Z] #41 9.433 DEP images/sk-inet.pb-c.d [2020-11-10T19:52:06.270Z] #41 ... [2020-11-10T19:52:06.270Z] [2020-11-10T19:52:06.270Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:06.270Z] #43 66.03 hash/crc32 [2020-11-10T19:52:06.514Z] #41 23.08 CC images/fifo.o [2020-11-10T19:52:06.514Z] #41 23.30 CC images/remap-file-path.o [2020-11-10T19:52:06.774Z] #41 ... [2020-11-10T19:52:06.774Z] [2020-11-10T19:52:06.774Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:06.774Z] #49 82.44 mvdan.cc/sh/v3/cmd/shfmt [2020-11-10T19:52:07.990Z] #11 ... [2020-11-10T19:52:07.990Z] [2020-11-10T19:52:07.990Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:52:07.990Z] #30 38.14 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-10T19:52:07.990Z] #30 38.25 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-10T19:52:07.990Z] #30 ... [2020-11-10T19:52:07.990Z] [2020-11-10T19:52:07.990Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:07.990Z] #47 44.01 go: finding golang.org/x/text v0.3.2 [2020-11-10T19:52:07.990Z] #47 44.49 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-10T19:52:07.990Z] #47 44.50 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-10T19:52:07.990Z] #47 44.95 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-10T19:52:07.990Z] #47 44.96 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-10T19:52:07.990Z] #47 45.75 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-10T19:52:07.990Z] #47 45.77 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-10T19:52:07.990Z] #47 46.49 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-10T19:52:07.990Z] #47 46.50 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-10T19:52:07.990Z] #47 46.51 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-10T19:52:07.990Z] #47 46.52 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-10T19:52:07.990Z] #47 46.53 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-10T19:52:07.990Z] #47 46.54 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-10T19:52:07.990Z] #47 47.47 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-10T19:52:07.990Z] #47 47.47 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-10T19:52:07.990Z] #47 47.47 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-10T19:52:07.990Z] #47 47.47 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-10T19:52:07.990Z] #47 47.47 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-10T19:52:07.990Z] #47 48.07 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-10T19:52:07.990Z] #47 48.08 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-10T19:52:07.990Z] #47 48.08 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-10T19:52:07.990Z] #47 48.09 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-10T19:52:07.990Z] #47 48.57 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-10T19:52:08.255Z] #47 48.59 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-10T19:52:08.255Z] #47 ... [2020-11-10T19:52:08.255Z] [2020-11-10T19:52:08.255Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:08.255Z] #32 38.95 sync [2020-11-10T19:52:08.255Z] #32 38.95 internal/reflectlite [2020-11-10T19:52:08.255Z] #32 40.76 sort [2020-11-10T19:52:08.255Z] #32 40.76 errors [2020-11-10T19:52:08.255Z] #32 41.00 io [2020-11-10T19:52:08.255Z] #32 41.00 strconv [2020-11-10T19:52:08.255Z] #32 41.01 internal/oserror [2020-11-10T19:52:08.255Z] #32 41.29 syscall [2020-11-10T19:52:08.255Z] #32 42.76 strings [2020-11-10T19:52:08.255Z] #32 42.78 bytes [2020-11-10T19:52:08.255Z] #32 43.95 reflect [2020-11-10T19:52:08.255Z] #32 44.02 bufio [2020-11-10T19:52:08.255Z] #32 44.48 path [2020-11-10T19:52:08.255Z] #32 44.98 text/tabwriter [2020-11-10T19:52:08.255Z] #32 45.45 time [2020-11-10T19:52:08.255Z] #32 45.79 internal/syscall/execenv [2020-11-10T19:52:08.255Z] #32 45.96 internal/syscall/unix [2020-11-10T19:52:08.255Z] #32 48.33 internal/poll [2020-11-10T19:52:08.255Z] #32 ... [2020-11-10T19:52:08.255Z] [2020-11-10T19:52:08.255Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:08.255Z] #43 38.96 internal/reflectlite [2020-11-10T19:52:08.255Z] #43 38.97 sync [2020-11-10T19:52:08.255Z] #43 40.00 github.com/LK4D4/vndr/godl/singleflight [2020-11-10T19:52:08.255Z] #43 40.00 math/rand [2020-11-10T19:52:08.255Z] #43 40.01 internal/singleflight [2020-11-10T19:52:08.255Z] #43 40.82 sort [2020-11-10T19:52:08.255Z] #43 40.83 errors [2020-11-10T19:52:08.255Z] #43 41.28 io [2020-11-10T19:52:08.255Z] #43 41.29 internal/oserror [2020-11-10T19:52:08.255Z] #43 41.30 strconv [2020-11-10T19:52:08.255Z] #43 41.47 syscall [2020-11-10T19:52:08.255Z] #43 41.64 vendor/golang.org/x/net/dns/dnsmessage [2020-11-10T19:52:08.255Z] #43 42.77 bytes [2020-11-10T19:52:08.255Z] #43 43.99 reflect [2020-11-10T19:52:08.255Z] #43 44.97 regexp/syntax [2020-11-10T19:52:08.255Z] #43 45.00 bufio [2020-11-10T19:52:08.255Z] #43 46.86 hash/crc32 [2020-11-10T19:52:08.255Z] #43 47.55 time [2020-11-10T19:52:08.255Z] #43 48.07 vendor/golang.org/x/text/transform [2020-11-10T19:52:08.255Z] #43 49.18 regexp [2020-11-10T19:52:08.255Z] #43 ... [2020-11-10T19:52:08.255Z] [2020-11-10T19:52:08.255Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:08.255Z] #32 49.26 os [2020-11-10T19:52:09.056Z] #43 ... [2020-11-10T19:52:09.056Z] [2020-11-10T19:52:09.056Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:09.056Z] #45 DONE 68.5s [2020-11-10T19:52:09.056Z] [2020-11-10T19:52:09.056Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:09.056Z] #41 9.509 PBCC images/sk-unix.pb-c.c [2020-11-10T19:52:09.056Z] #41 9.561 DEP images/sk-unix.pb-c.d [2020-11-10T19:52:09.056Z] #41 9.624 PBCC images/mm.pb-c.c [2020-11-10T19:52:09.056Z] #41 9.723 DEP images/mm.pb-c.d [2020-11-10T19:52:09.056Z] #41 9.756 PBCC images/timerfd.pb-c.c [2020-11-10T19:52:09.056Z] #41 9.803 DEP images/timerfd.pb-c.d [2020-11-10T19:52:09.056Z] #41 9.835 PBCC images/timer.pb-c.c [2020-11-10T19:52:09.056Z] #41 9.857 DEP images/timer.pb-c.d [2020-11-10T19:52:09.056Z] #41 9.920 PBCC images/sa.pb-c.c [2020-11-10T19:52:09.056Z] #41 9.965 DEP images/sa.pb-c.d [2020-11-10T19:52:09.056Z] #41 10.01 PBCC images/pipe-data.pb-c.c [2020-11-10T19:52:09.056Z] #41 10.02 DEP images/pipe-data.pb-c.d [2020-11-10T19:52:09.056Z] #41 10.09 PBCC images/mnt.pb-c.c [2020-11-10T19:52:09.056Z] #41 10.16 DEP images/mnt.pb-c.d [2020-11-10T19:52:09.056Z] #41 10.23 PBCC images/sk-packet.pb-c.c [2020-11-10T19:52:09.056Z] #41 10.28 DEP images/sk-packet.pb-c.d [2020-11-10T19:52:09.056Z] #41 10.39 PBCC images/tcp-stream.pb-c.c [2020-11-10T19:52:09.056Z] #41 10.46 DEP images/tcp-stream.pb-c.d [2020-11-10T19:52:09.056Z] #41 10.56 PBCC images/pipe.pb-c.c [2020-11-10T19:52:09.056Z] #41 10.64 DEP images/pipe.pb-c.d [2020-11-10T19:52:09.056Z] #41 10.72 PBCC images/pstree.pb-c.c [2020-11-10T19:52:09.056Z] #41 10.75 DEP images/pstree.pb-c.d [2020-11-10T19:52:09.056Z] #41 10.83 PBCC images/fs.pb-c.c [2020-11-10T19:52:09.056Z] #41 10.84 DEP images/fs.pb-c.d [2020-11-10T19:52:09.056Z] #41 10.92 PBCC images/signalfd.pb-c.c [2020-11-10T19:52:09.056Z] #41 10.97 DEP images/signalfd.pb-c.d [2020-11-10T19:52:09.056Z] #41 11.05 PBCC images/fh.pb-c.c [2020-11-10T19:52:09.056Z] #41 11.19 PBCC images/fsnotify.pb-c.c [2020-11-10T19:52:09.056Z] #41 11.32 DEP images/fh.pb-c.d [2020-11-10T19:52:09.056Z] #41 11.38 DEP images/fsnotify.pb-c.d [2020-11-10T19:52:09.056Z] #41 11.47 PBCC images/eventpoll.pb-c.c [2020-11-10T19:52:09.056Z] #41 11.50 DEP images/eventpoll.pb-c.d [2020-11-10T19:52:09.056Z] #41 11.55 PBCC images/eventfd.pb-c.c [2020-11-10T19:52:09.056Z] #41 11.59 DEP images/eventfd.pb-c.d [2020-11-10T19:52:09.056Z] #41 11.66 PBCC images/remap-file-path.pb-c.c [2020-11-10T19:52:09.056Z] #41 11.67 DEP images/remap-file-path.pb-c.d [2020-11-10T19:52:09.056Z] #41 11.74 PBCC images/fifo.pb-c.c [2020-11-10T19:52:09.056Z] #41 11.76 DEP images/fifo.pb-c.d [2020-11-10T19:52:09.056Z] #41 11.86 PBCC images/ghost-file.pb-c.c [2020-11-10T19:52:09.056Z] #41 12.08 DEP images/ghost-file.pb-c.d [2020-11-10T19:52:09.056Z] #41 12.14 PBCC images/regfile.pb-c.c [2020-11-10T19:52:09.352Z] #41 12.20 DEP images/regfile.pb-c.d [2020-11-10T19:52:09.352Z] #41 12.33 PBCC images/ns.pb-c.c [2020-11-10T19:52:09.352Z] #41 12.34 DEP images/ns.pb-c.d [2020-11-10T19:52:09.352Z] #41 12.42 PBCC images/fdinfo.pb-c.c [2020-11-10T19:52:09.650Z] #41 12.59 DEP images/fdinfo.pb-c.d [2020-11-10T19:52:09.650Z] #41 12.65 PBCC images/core-aarch64.pb-c.c [2020-11-10T19:52:09.949Z] #41 12.72 PBCC images/core-arm.pb-c.c [2020-11-10T19:52:09.949Z] #41 12.80 PBCC images/core-ppc64.pb-c.c [2020-11-10T19:52:09.949Z] #41 12.85 PBCC images/core-s390.pb-c.c [2020-11-10T19:52:09.949Z] #41 ... [2020-11-10T19:52:09.949Z] [2020-11-10T19:52:09.949Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:09.949Z] #49 59.41 reflect [2020-11-10T19:52:09.949Z] #49 59.66 regexp/syntax [2020-11-10T19:52:09.949Z] #49 ... [2020-11-10T19:52:09.949Z] [2020-11-10T19:52:09.949Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:09.949Z] #41 12.90 PBCC images/core-x86.pb-c.c [2020-11-10T19:52:09.949Z] #41 12.95 PBCC images/core.pb-c.c [2020-11-10T19:52:09.949Z] #41 13.03 PBCC images/inventory.pb-c.c [2020-11-10T19:52:10.118Z] #54 97.80 + bin/containerd-shim-runc-v1 [2020-11-10T19:52:10.186Z] #32 51.01 internal/fmtsort [2020-11-10T19:52:10.186Z] #32 51.05 path/filepath [2020-11-10T19:52:10.186Z] #32 51.35 fmt [2020-11-10T19:52:10.249Z] #41 13.11 DEP images/core-aarch64.pb-c.d [2020-11-10T19:52:10.249Z] #41 13.26 DEP images/core-arm.pb-c.d [2020-11-10T19:52:10.594Z] #41 13.40 DEP images/core-ppc64.pb-c.d [2020-11-10T19:52:10.594Z] #41 13.57 DEP images/core-s390.pb-c.d [2020-11-10T19:52:10.594Z] #41 13.62 DEP images/core-x86.pb-c.d [2020-11-10T19:52:10.594Z] #41 13.67 DEP images/core.pb-c.d [2020-11-10T19:52:10.765Z] #32 51.81 io/ioutil [2020-11-10T19:52:10.891Z] #41 13.75 DEP images/inventory.pb-c.d [2020-11-10T19:52:10.892Z] #41 13.81 PBCC images/cpuinfo.pb-c.c [2020-11-10T19:52:10.892Z] #41 13.83 DEP images/cpuinfo.pb-c.d [2020-11-10T19:52:10.892Z] #41 13.86 PBCC images/stats.pb-c.c [2020-11-10T19:52:10.892Z] #41 13.88 DEP images/stats.pb-c.d [2020-11-10T19:52:11.216Z] #11 ... [2020-11-10T19:52:11.216Z] [2020-11-10T19:52:11.216Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:11.216Z] #49 82.48 mvdan.cc/sh/v3/cmd/shfmt [2020-11-10T19:52:11.216Z] #49 DONE 88.8s [2020-11-10T19:52:11.216Z] [2020-11-10T19:52:11.216Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:11.216Z] #41 33.11 CC images/sk-unix.o [2020-11-10T19:52:11.216Z] #41 33.51 CC images/sk-inet.o [2020-11-10T19:52:11.216Z] #41 33.93 CC images/tun.o [2020-11-10T19:52:11.216Z] #41 34.27 CC images/sk-netlink.o [2020-11-10T19:52:11.216Z] #41 34.61 CC images/packet-sock.o [2020-11-10T19:52:11.216Z] #41 35.09 CC images/ipc-var.o [2020-11-10T19:52:11.216Z] #41 35.36 CC images/ipc-desc.o [2020-11-10T19:52:11.216Z] #41 35.65 CC images/ipc-shm.o [2020-11-10T19:52:11.216Z] #41 35.86 CC images/ipc-msg.o [2020-11-10T19:52:11.216Z] #41 36.23 CC images/ipc-sem.o [2020-11-10T19:52:11.216Z] #41 36.52 CC images/utsns.o [2020-11-10T19:52:11.216Z] #41 36.79 CC images/creds.o [2020-11-10T19:52:11.216Z] #41 37.00 CC images/vma.o [2020-11-10T19:52:11.216Z] #41 37.35 CC images/netdev.o [2020-11-10T19:52:11.216Z] #41 37.72 CC images/tty.o [2020-11-10T19:52:11.474Z] #41 38.75 CC images/file-lock.o [2020-11-10T19:52:12.040Z] #41 39.11 CC images/rlimit.o [2020-11-10T19:52:12.065Z] #49 ... [2020-11-10T19:52:12.065Z] [2020-11-10T19:52:12.065Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:12.065Z] #43 77.49 encoding/xml [2020-11-10T19:52:12.065Z] #43 79.46 go/doc [2020-11-10T19:52:12.065Z] #43 82.47 github.com/LK4D4/vndr/build [2020-11-10T19:52:12.065Z] #43 83.15 github.com/LK4D4/vndr/versioned [2020-11-10T19:52:12.065Z] #43 83.21 compress/flate [2020-11-10T19:52:12.065Z] #43 85.79 hash/crc32 [2020-11-10T19:52:12.065Z] #43 86.09 net [2020-11-10T19:52:12.065Z] #43 86.55 compress/gzip [2020-11-10T19:52:12.065Z] #43 87.16 vendor/golang.org/x/text/transform [2020-11-10T19:52:12.065Z] #43 ... [2020-11-10T19:52:12.065Z] [2020-11-10T19:52:12.065Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:12.065Z] #11 91.80 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-10T19:52:12.065Z] #11 91.81 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-10T19:52:12.065Z] #11 91.81 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:12.166Z] #32 53.05 github.com/BurntSushi/toml [2020-11-10T19:52:12.166Z] #32 53.05 log [2020-11-10T19:52:12.166Z] #32 53.05 flag [2020-11-10T19:52:12.297Z] #41 39.43 CC images/pagemap.o [2020-11-10T19:52:12.554Z] #41 39.79 CC images/siginfo.o [2020-11-10T19:52:12.844Z] #54 100.7 + bin/containerd-shim-runc-v2 [2020-11-10T19:52:12.989Z] #41 15.45 make[1]: Nothing to be done for 'all'. [2020-11-10T19:52:12.989Z] #41 ... [2020-11-10T19:52:12.989Z] [2020-11-10T19:52:12.989Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:12.989Z] #11 62.42 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-10T19:52:12.989Z] #11 62.43 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-10T19:52:12.989Z] #11 62.45 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:12.989Z] #11 62.59 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-10T19:52:12.989Z] #11 62.59 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-10T19:52:12.989Z] #11 62.59 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:12.989Z] #11 ... [2020-11-10T19:52:12.989Z] [2020-11-10T19:52:12.989Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:12.989Z] #43 69.21 vendor/golang.org/x/text/transform [2020-11-10T19:52:12.989Z] #43 71.58 internal/poll [2020-11-10T19:52:12.989Z] #43 72.52 context [2020-11-10T19:52:13.118Z] #41 40.06 CC images/rpc.o [2020-11-10T19:52:13.269Z] Commit message: "pkg/system: fix compile on darwin (macOS)" [2020-11-10T19:52:13.451Z] #11 ... [2020-11-10T19:52:13.451Z] [2020-11-10T19:52:13.451Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:13.451Z] #49 DONE 89.1s [2020-11-10T19:52:13.451Z] [2020-11-10T19:52:13.451Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:13.451Z] #41 23.52 CC images/eventfd.o [2020-11-10T19:52:13.451Z] #41 23.68 CC images/eventpoll.o [2020-11-10T19:52:13.451Z] #41 23.98 CC images/fh.o [2020-11-10T19:52:13.451Z] #41 24.30 CC images/fsnotify.o [2020-11-10T19:52:13.451Z] #41 24.89 CC images/signalfd.o [2020-11-10T19:52:13.451Z] #41 25.16 CC images/fs.o [2020-11-10T19:52:13.451Z] #41 25.35 CC images/pstree.o [2020-11-10T19:52:13.451Z] #41 25.62 CC images/pipe.o [2020-11-10T19:52:13.451Z] #41 25.88 CC images/tcp-stream.o [2020-11-10T19:52:13.451Z] #41 26.25 CC images/sk-packet.o [2020-11-10T19:52:13.451Z] #41 26.54 CC images/mnt.o [2020-11-10T19:52:13.451Z] #41 26.73 CC images/pipe-data.o [2020-11-10T19:52:13.451Z] #41 26.92 CC images/sa.o [2020-11-10T19:52:13.451Z] #41 27.14 CC images/timer.o [2020-11-10T19:52:13.451Z] #41 27.47 CC images/timerfd.o [2020-11-10T19:52:13.451Z] #41 27.68 CC images/mm.o [2020-11-10T19:52:13.451Z] #41 27.98 CC images/sk-opts.o [2020-11-10T19:52:13.451Z] #41 28.21 CC images/sk-unix.o [2020-11-10T19:52:13.451Z] #41 28.51 CC images/sk-inet.o [2020-11-10T19:52:13.451Z] #41 28.95 CC images/tun.o [2020-11-10T19:52:13.451Z] #41 29.21 CC images/sk-netlink.o [2020-11-10T19:52:13.451Z] #41 29.50 CC images/packet-sock.o [2020-11-10T19:52:13.451Z] #41 29.88 CC images/ipc-var.o [2020-11-10T19:52:13.475Z] #54 101.4 + binaries [2020-11-10T19:52:13.475Z] #54 101.4 + install -D bin/containerd /build/containerd [2020-11-10T19:52:13.475Z] #54 101.4 + install -D bin/containerd-shim /build/containerd-shim [2020-11-10T19:52:13.475Z] #54 101.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-10T19:52:13.475Z] #54 101.4 + install -D bin/ctr /build/ctr [2020-11-10T19:52:13.566Z] #32 ... [2020-11-10T19:52:13.566Z] [2020-11-10T19:52:13.566Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:13.566Z] #49 44.45 reflect [2020-11-10T19:52:13.566Z] #49 44.45 syscall [2020-11-10T19:52:13.566Z] #49 44.45 strings [2020-11-10T19:52:13.566Z] #49 44.46 bufio [2020-11-10T19:52:13.566Z] #49 45.51 text/tabwriter [2020-11-10T19:52:13.566Z] #49 47.20 regexp/syntax [2020-11-10T19:52:13.566Z] #49 49.32 context [2020-11-10T19:52:13.566Z] #49 49.34 os [2020-11-10T19:52:13.566Z] #49 50.01 regexp [2020-11-10T19:52:13.566Z] #49 51.61 path/filepath [2020-11-10T19:52:13.566Z] #49 52.27 mvdan.cc/sh/v3/fileutil [2020-11-10T19:52:13.566Z] #49 52.85 encoding/binary [2020-11-10T19:52:13.566Z] #49 52.87 fmt [2020-11-10T19:52:13.566Z] #49 ... [2020-11-10T19:52:13.566Z] [2020-11-10T19:52:13.566Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-10T19:52:13.566Z] #27 DONE 49.3s [2020-11-10T19:52:13.566Z] [2020-11-10T19:52:13.566Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:13.566Z] #45 DONE 54.6s [2020-11-10T19:52:13.566Z] [2020-11-10T19:52:13.566Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:13.566Z] #11 50.46 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-11-10T19:52:13.566Z] #11 50.46 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-11-10T19:52:13.566Z] #11 50.48 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-11-10T19:52:13.566Z] #11 50.50 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-11-10T19:52:13.566Z] #11 50.76 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2020-11-10T19:52:13.566Z] #11 50.77 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-11-10T19:52:13.566Z] #11 50.78 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-11-10T19:52:13.566Z] #11 50.85 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-11-10T19:52:13.566Z] #11 50.86 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-11-10T19:52:13.566Z] #11 50.91 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-11-10T19:52:13.566Z] #11 50.92 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-11-10T19:52:13.566Z] #11 50.96 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-11-10T19:52:13.566Z] #11 50.97 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-11-10T19:52:13.566Z] #11 51.01 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-11-10T19:52:13.566Z] #11 51.02 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-11-10T19:52:13.566Z] #11 53.15 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:52:13.566Z] #11 54.11 Fetched 73.3 MB in 13s (5487 kB/s) [2020-11-10T19:52:13.566Z] #11 54.59 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-10T19:52:13.566Z] #11 54.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 ... 15383 files and directories currently installed.) [2020-11-10T19:52:13.566Z] #11 54.64 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-11-10T19:52:13.566Z] #11 54.67 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-10T19:52:13.712Z] #41 30.26 CC images/ipc-desc.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-10T19:52:13.831Z] #11 ... [2020-11-10T19:52:13.831Z] [2020-11-10T19:52:13.831Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:13.831Z] #62 DONE 54.7s [2020-11-10T19:52:13.831Z] [2020-11-10T19:52:13.831Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:13.831Z] #49 54.78 golang.org/x/sys/unix [2020-11-10T19:52:13.974Z] #41 30.43 CC images/ipc-shm.o [2020-11-10T19:52:14.106Z] #54 DONE 102.0s [2020-11-10T19:52:14.236Z] #41 30.74 CC images/ipc-msg.o [2020-11-10T19:52:14.641Z] #41 41.43 CC images/ext-file.o [2020-11-10T19:52:14.641Z] #41 41.64 CC images/cgroup.o [2020-11-10T19:52:14.656Z] #41 31.14 CC images/ipc-sem.o [2020-11-10T19:52:14.738Z] [2020-11-10T19:52:14.739Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-10T19:52:14.792Z] #49 55.60 encoding/json [2020-11-10T19:52:14.792Z] #49 55.60 github.com/pkg/diff [2020-11-10T19:52:14.792Z] #49 55.62 go/token [2020-11-10T19:52:14.792Z] #49 ... [2020-11-10T19:52:14.792Z] [2020-11-10T19:52:14.792Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-10T19:52:14.792Z] #53 53.59 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-10T19:52:14.792Z] #53 54.04 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:52:14.792Z] #53 54.31 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:52:14.792Z] #53 DONE 55.8s [2020-11-10T19:52:14.920Z] #41 31.43 CC images/utsns.o [2020-11-10T19:52:14.920Z] #41 31.58 CC images/creds.o [2020-11-10T19:52:15.029Z] #55 DONE 0.3s [2020-11-10T19:52:15.029Z] [2020-11-10T19:52:15.029Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-10T19:52:15.076Z] [2020-11-10T19:52:15.076Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:15.147Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m43.71252141s with top 10 stages: buildssa: 1m26.302976477s, goimports: 15.225182508s, unconvert: 10.384555139s, gosec: 9.835251258s, golint: 6.744709273s, inspect: 5.68436494s, misspell: 4.880861383s, ineffassign: 4.531686342s, deadcode: 4.338283868s, fact_deprecated: 3.94713494s [2020-11-10T19:52:15.181Z] #41 31.81 CC images/vma.o [2020-11-10T19:52:15.181Z] #41 32.00 CC images/netdev.o [2020-11-10T19:52:15.212Z] #41 42.43 CC images/userns.o [2020-11-10T19:52:15.243Z] #43 ... [2020-11-10T19:52:15.243Z] [2020-11-10T19:52:15.243Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:15.243Z] #32 64.57 internal/syscall/execenv [2020-11-10T19:52:15.243Z] #32 64.58 internal/syscall/unix [2020-11-10T19:52:15.243Z] #32 64.60 time [2020-11-10T19:52:15.243Z] #32 71.45 internal/poll [2020-11-10T19:52:15.243Z] #32 73.53 os [2020-11-10T19:52:15.243Z] #32 ... [2020-11-10T19:52:15.243Z] [2020-11-10T19:52:15.243Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:15.243Z] #41 16.98 CC images/stats.o [2020-11-10T19:52:15.243Z] #41 17.49 CC images/core.o [2020-11-10T19:52:15.243Z] #41 18.21 CC images/core-x86.o [2020-11-10T19:52:15.320Z] #59 DONE 0.2s [2020-11-10T19:52:15.320Z] [2020-11-10T19:52:15.320Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-10T19:52:15.320Z] #61 DONE 0.1s [2020-11-10T19:52:15.320Z] [2020-11-10T19:52:15.320Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-10T19:52:15.470Z] #41 ... [2020-11-10T19:52:15.470Z] [2020-11-10T19:52:15.470Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:15.470Z] #43 83.19 github.com/LK4D4/vndr/versioned [2020-11-10T19:52:15.470Z] #43 83.28 compress/flate [2020-11-10T19:52:15.470Z] #43 83.83 github.com/LK4D4/vndr/build [2020-11-10T19:52:15.470Z] #43 86.09 hash/crc32 [2020-11-10T19:52:15.470Z] #43 86.60 compress/gzip [2020-11-10T19:52:15.470Z] #43 87.14 vendor/golang.org/x/crypto/cryptobyte [2020-11-10T19:52:15.470Z] #43 87.17 net [2020-11-10T19:52:15.470Z] #43 89.39 vendor/golang.org/x/crypto/chacha20poly1305 [2020-11-10T19:52:15.470Z] #43 90.73 vendor/golang.org/x/text/transform [2020-11-10T19:52:15.470Z] #43 91.39 vendor/golang.org/x/text/unicode/bidi [2020-11-10T19:52:15.470Z] #43 93.11 vendor/golang.org/x/text/secure/bidirule [2020-11-10T19:52:15.611Z] #63 DONE 0.1s [2020-11-10T19:52:15.611Z] [2020-11-10T19:52:15.611Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-10T19:52:15.611Z] #64 DONE 0.1s [2020-11-10T19:52:15.611Z] [2020-11-10T19:52:15.611Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-10T19:52:15.654Z] #54 ... [2020-11-10T19:52:15.654Z] [2020-11-10T19:52:15.654Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:52:15.654Z] #34 46.51 Unpacking xxd (2:8.1.0875-5) ... [2020-11-10T19:52:15.654Z] #34 54.03 Selecting previously unselected package vim-common. [2020-11-10T19:52:15.654Z] #34 54.04 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:52:15.654Z] #34 54.08 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-10T19:52:15.654Z] #34 54.97 Selecting previously unselected package cmake-data. [2020-11-10T19:52:15.654Z] #34 54.98 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-10T19:52:15.654Z] #34 55.35 Unpacking cmake-data (3.13.4-1) ... [2020-11-10T19:52:15.654Z] #34 ... [2020-11-10T19:52:15.654Z] [2020-11-10T19:52:15.654Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:52:15.654Z] #40 53.98 Selecting previously unselected package libnet1:arm64. [2020-11-10T19:52:15.654Z] #40 53.98 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-10T19:52:15.654Z] #40 54.04 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:52:15.654Z] #40 54.69 Selecting previously unselected package libnet1-dev. [2020-11-10T19:52:15.654Z] #40 54.69 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-10T19:52:15.654Z] #40 54.70 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-10T19:52:15.654Z] #40 54.96 Selecting previously unselected package libnl-3-200:arm64. [2020-11-10T19:52:15.654Z] #40 54.96 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-11-10T19:52:15.654Z] #40 54.96 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-11-10T19:52:15.654Z] #40 56.52 Selecting previously unselected package libnl-3-dev:arm64. [2020-11-10T19:52:15.654Z] #40 56.54 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-11-10T19:52:15.654Z] #40 56.74 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-11-10T19:52:15.728Z] #43 ... [2020-11-10T19:52:15.728Z] [2020-11-10T19:52:15.728Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:15.728Z] #41 42.71 CC images/google/protobuf/descriptor.o [2020-11-10T19:52:15.753Z] #41 32.28 CC images/tty.o [2020-11-10T19:52:15.889Z] #41 18.84 CC images/core-arm.o [2020-11-10T19:52:16.205Z] #41 19.23 CC images/core-aarch64.o [2020-11-10T19:52:16.243Z] #65 DONE 0.7s [2020-11-10T19:52:16.325Z] #41 32.86 CC images/file-lock.o [2020-11-10T19:52:16.395Z] + docker version [2020-11-10T19:52:16.535Z] [2020-11-10T19:52:16.535Z] #66 exporting to image [2020-11-10T19:52:16.535Z] #66 exporting layers [2020-11-10T19:52:16.586Z] #41 33.08 CC images/rlimit.o [2020-11-10T19:52:16.846Z] #41 33.34 CC images/pagemap.o [2020-11-10T19:52:16.851Z] #41 19.82 CC images/core-ppc64.o [2020-11-10T19:52:17.107Z] #41 33.68 CC images/siginfo.o [2020-11-10T19:52:17.107Z] #41 33.90 CC images/rpc.o [2020-11-10T19:52:17.593Z] #40 58.49 Selecting previously unselected package libprotobuf-c1:arm64. [2020-11-10T19:52:17.593Z] #40 58.49 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-11-10T19:52:17.628Z] #41 44.62 CC images/opts.o [2020-11-10T19:52:17.628Z] #41 44.83 CC images/seccomp.o [2020-11-10T19:52:17.858Z] #40 58.62 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-10T19:52:17.858Z] #40 58.82 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-11-10T19:52:17.858Z] #40 58.84 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-11-10T19:52:17.886Z] #41 45.12 CC images/binfmt-misc.o [2020-11-10T19:52:17.906Z] #41 20.62 CC images/core-s390.o [2020-11-10T19:52:18.122Z] #40 58.91 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-11-10T19:52:18.122Z] #40 ... [2020-11-10T19:52:18.122Z] [2020-11-10T19:52:18.122Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:18.122Z] #47 48.74 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-10T19:52:18.122Z] #47 50.51 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-10T19:52:18.122Z] #47 50.51 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-10T19:52:18.122Z] #47 50.73 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-10T19:52:18.122Z] #47 51.56 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-10T19:52:18.144Z] #41 45.28 CC images/time.o [2020-11-10T19:52:18.144Z] #41 45.49 CC images/sysctl.o [2020-11-10T19:52:18.387Z] #47 ... [2020-11-10T19:52:18.387Z] [2020-11-10T19:52:18.387Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:52:18.387Z] #40 59.23 Selecting previously unselected package zlib1g-dev:arm64. [2020-11-10T19:52:18.387Z] #40 59.24 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-11-10T19:52:18.387Z] #40 59.24 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-11-10T19:52:18.493Z] #41 35.01 CC images/ext-file.o [2020-11-10T19:52:18.493Z] #41 35.16 CC images/cgroup.o [2020-11-10T19:52:18.552Z] #41 21.53 CC images/cpuinfo.o [2020-11-10T19:52:18.602Z] #66 exporting layers 2.3s done [2020-11-10T19:52:18.602Z] #66 writing image sha256:e54e6d013b5ffc54d6be50fce9713f496cc5de12e02843aaca1f7505ab994915 done [2020-11-10T19:52:18.602Z] #66 naming to docker.io/library/docker:2b41e8471935a95440472ca90e99aa33dacf56c0 done [2020-11-10T19:52:18.602Z] #66 DONE 2.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-10T19:52:18.709Z] #41 45.74 CC images/autofs.o [2020-11-10T19:52:18.968Z] #41 45.95 CC images/macvlan.o [2020-11-10T19:52:18.968Z] #41 46.19 CC images/sit.o [2020-11-10T19:52:19.064Z] #41 35.75 CC images/userns.o [2020-11-10T19:52:19.078Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/test/unit [2020-11-10T19:52:19.200Z] #41 22.04 CC images/inventory.o [2020-11-10T19:52:19.226Z] #41 46.47 CC images/memfd.o [2020-11-10T19:52:19.325Z] #41 36.08 CC images/google/protobuf/descriptor.o [2020-11-10T19:52:19.348Z] INFO [runner/unused/goanalysis] analyzers took 24.174906119s with top 10 stages: buildssa: 18.594190856s, U1000: 5.580715263s [2020-11-10T19:52:19.348Z] INFO [runner] Issues before processing: 2255, after processing: 0 [2020-11-10T19:52:19.348Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1570/1570, skip_files: 1675/1675, skip_dirs: 1675/1675, autogenerated_exclude: 1570/1675, nolint: 0/64, path_prettifier: 1675/1675, filename_unadjuster: 1675/1675, exclude: 1570/1570, exclude-rules: 64/1570, cgo: 1675/2255 [2020-11-10T19:52:19.348Z] INFO [runner] processing took 59.126312ms with stages: nolint: 26.069426ms, identifier_marker: 16.260875ms, path_prettifier: 7.409672ms, autogenerated_exclude: 4.123667ms, exclude-rules: 3.374414ms, skip_dirs: 1.598578ms, cgo: 190.386µs, filename_unadjuster: 95.043µs, max_same_issues: 1.221µs, uniq_by_line: 591ns, diff: 571ns, exclude: 361ns, max_from_linter: 353ns, skip_files: 348ns, source_code: 303ns, max_per_file_from_linter: 261ns, path_shortener: 242ns [2020-11-10T19:52:19.348Z] INFO [runner] linters took 29.999445072s with stages: goanalysis_metalinter: 23.630531363s, unused: 6.309644452s [2020-11-10T19:52:19.348Z] INFO File cache stats: 1444 entries of total size 6.8MiB [2020-11-10T19:52:19.348Z] INFO Memory: 597 samples, avg is 480.2MB, max is 2767.6MB [2020-11-10T19:52:19.348Z] INFO Execution took 1m4.921080526s [2020-11-10T19:52:19.483Z] #41 46.77 CC images/timens.o [2020-11-10T19:52:19.498Z] #41 22.44 CC images/fdinfo.o [2020-11-10T19:52:19.607Z] Congratulations! The shell scripts are properly formatted. [2020-11-10T19:52:19.741Z] #41 47.07 LINK images/built-in.o [2020-11-10T19:52:19.796Z] #41 22.79 CC images/fown.o [2020-11-10T19:52:19.998Z] #41 47.25 GEN compel/include/asm [2020-11-10T19:52:19.998Z] #41 47.27 GEN compel/include/version.h [2020-11-10T19:52:19.998Z] #41 47.29 touch .config [2020-11-10T19:52:19.998Z] #41 47.34 GEN include/common/config.h [2020-11-10T19:52:20.093Z] #41 23.03 CC images/ns.o [2020-11-10T19:52:20.256Z] #41 47.42 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-10T19:52:20.256Z] #41 47.44 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-10T19:52:20.256Z] #41 47.48 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-10T19:52:20.319Z] #40 ... [2020-11-10T19:52:20.319Z] [2020-11-10T19:52:20.319Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:20.319Z] #32 55.70 github.com/BurntSushi/toml/cmd/tomlv [2020-11-10T19:52:20.319Z] #32 DONE 61.1s [2020-11-10T19:52:20.319Z] [2020-11-10T19:52:20.319Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:52:20.319Z] #40 61.01 Selecting previously unselected package libprotobuf17:arm64. [2020-11-10T19:52:20.319Z] #40 61.02 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-11-10T19:52:20.319Z] #40 61.02 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-11-10T19:52:20.319Z] #40 ... [2020-11-10T19:52:20.319Z] [2020-11-10T19:52:20.319Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:20.319Z] #43 50.98 os [2020-11-10T19:52:20.319Z] #43 51.05 github.com/LK4D4/vndr/versioned [2020-11-10T19:52:20.319Z] #43 51.90 encoding/binary [2020-11-10T19:52:20.319Z] #43 52.52 fmt [2020-11-10T19:52:20.319Z] #43 52.55 internal/lazyregexp [2020-11-10T19:52:20.319Z] #43 52.56 net [2020-11-10T19:52:20.319Z] #43 52.86 os/exec [2020-11-10T19:52:20.319Z] #43 53.06 encoding/base64 [2020-11-10T19:52:20.319Z] #43 53.59 crypto/cipher [2020-11-10T19:52:20.319Z] #43 54.01 crypto/sha512 [2020-11-10T19:52:20.319Z] #43 54.78 crypto/ed25519/internal/edwards25519 [2020-11-10T19:52:20.319Z] #43 56.91 crypto/aes [2020-11-10T19:52:20.319Z] #43 57.72 go/token [2020-11-10T19:52:20.319Z] #43 57.94 text/template/parse [2020-11-10T19:52:20.319Z] #43 59.91 go/scanner [2020-11-10T19:52:20.319Z] #43 60.16 encoding/json [2020-11-10T19:52:20.319Z] #43 ... [2020-11-10T19:52:20.319Z] [2020-11-10T19:52:20.319Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:20.319Z] #11 58.67 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-10T19:52:20.319Z] #11 58.68 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-11-10T19:52:20.319Z] #11 58.69 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-10T19:52:20.391Z] #41 23.31 CC images/regfile.o [2020-11-10T19:52:20.391Z] #41 ... [2020-11-10T19:52:20.391Z] [2020-11-10T19:52:20.391Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:20.391Z] #49 69.98 time [2020-11-10T19:52:20.391Z] #49 71.66 regexp [2020-11-10T19:52:20.391Z] #49 79.46 io/ioutil [2020-11-10T19:52:20.391Z] #49 79.46 mvdan.cc/sh/v3/fileutil [2020-11-10T19:52:20.515Z] #41 47.50 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-10T19:52:20.515Z] #41 47.52 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-10T19:52:20.515Z] #41 47.54 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-10T19:52:20.515Z] #41 47.55 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-10T19:52:20.515Z] #41 47.61 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-10T19:52:20.515Z] #41 47.62 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-10T19:52:20.515Z] #41 47.65 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-10T19:52:20.515Z] #41 47.65 DEP compel/plugins/std/infect.d [2020-11-10T19:52:20.515Z] #41 47.73 DEP compel/plugins/std/string.d [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-11-10T19:52:20.690Z] #49 ... [2020-11-10T19:52:20.690Z] [2020-11-10T19:52:20.690Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:20.690Z] #32 75.87 internal/fmtsort [2020-11-10T19:52:20.690Z] #32 77.07 path/filepath [2020-11-10T19:52:20.690Z] #32 77.08 fmt [2020-11-10T19:52:20.690Z] #32 78.65 io/ioutil [2020-11-10T19:52:20.773Z] #41 47.80 DEP compel/plugins/std/log.d [2020-11-10T19:52:20.773Z] #41 47.89 DEP compel/plugins/std/fds.d [2020-11-10T19:52:20.881Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh dynbinary-daemon test-docker-py [2020-11-10T19:52:20.897Z] #11 61.82 Selecting previously unselected package binutils-mingw-w64. [2020-11-10T19:52:20.897Z] #11 61.82 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-10T19:52:20.897Z] #11 61.85 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-10T19:52:21.030Z] #41 48.04 DEP compel/plugins/std/std.d [2020-11-10T19:52:21.030Z] #41 48.18 DEP compel/plugins/shmem/shmem.d [2020-11-10T19:52:21.030Z] #41 48.31 DEP compel/plugins/fds/fds.d [2020-11-10T19:52:21.139Z] [2020-11-10T19:52:21.140Z] Removing bundles/ [2020-11-10T19:52:21.140Z] [2020-11-10T19:52:21.140Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-10T19:52:21.140Z] ? github.com/docker/docker/api [no test files] [2020-11-10T19:52:21.162Z] #11 62.02 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-11-10T19:52:21.162Z] #11 62.02 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-11-10T19:52:21.162Z] #11 62.04 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-11-10T19:52:21.239Z] #41 37.72 CC images/opts.o [2020-11-10T19:52:21.239Z] #41 37.89 CC images/seccomp.o [2020-11-10T19:52:21.288Z] #41 48.51 CC compel/plugins/std/std.o [2020-11-10T19:52:21.334Z] #32 80.98 log [2020-11-10T19:52:21.334Z] #32 80.98 github.com/BurntSushi/toml [2020-11-10T19:52:21.334Z] #32 80.98 flag [2020-11-10T19:52:21.399Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T19:52:21.399Z] GOOS="" GOARCH="" GOARM="" [2020-11-10T19:52:21.429Z] #11 62.33 Selecting previously unselected package dmsetup. [2020-11-10T19:52:21.429Z] #11 62.34 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-11-10T19:52:21.429Z] #11 62.50 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-10T19:52:21.641Z] #32 ... [2020-11-10T19:52:21.641Z] [2020-11-10T19:52:21.641Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:21.641Z] #49 81.25 encoding/binary [2020-11-10T19:52:21.641Z] #49 81.25 flag [2020-11-10T19:52:21.641Z] #49 81.26 github.com/pkg/diff [2020-11-10T19:52:21.641Z] #49 81.27 go/token [2020-11-10T19:52:21.811Z] #41 38.28 CC images/binfmt-misc.o [2020-11-10T19:52:21.811Z] #41 38.43 CC images/time.o [2020-11-10T19:52:21.854Z] #41 48.81 CC compel/plugins/std/fds.o [2020-11-10T19:52:22.008Z] #11 62.89 Selecting previously unselected package mingw-w64-common. [2020-11-10T19:52:22.008Z] #11 62.89 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-10T19:52:22.008Z] #11 62.92 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-10T19:52:22.071Z] #41 38.68 CC images/sysctl.o [2020-11-10T19:52:22.072Z] #41 ... [2020-11-10T19:52:22.072Z] [2020-11-10T19:52:22.072Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:22.072Z] #43 87.90 vendor/golang.org/x/text/unicode/bidi [2020-11-10T19:52:22.072Z] #43 90.36 vendor/golang.org/x/text/secure/bidirule [2020-11-10T19:52:22.072Z] #43 90.53 vendor/golang.org/x/text/unicode/norm [2020-11-10T19:52:22.072Z] #43 94.24 vendor/golang.org/x/net/idna [2020-11-10T19:52:22.072Z] #43 96.31 vendor/golang.org/x/net/http2/hpack [2020-11-10T19:52:22.072Z] #43 97.52 mime [2020-11-10T19:52:22.332Z] #43 ... [2020-11-10T19:52:22.332Z] [2020-11-10T19:52:22.332Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:22.332Z] #41 38.92 CC images/autofs.o [2020-11-10T19:52:22.332Z] #41 39.12 CC images/macvlan.o [2020-11-10T19:52:22.421Z] #41 49.32 CC compel/plugins/std/log.o [2020-11-10T19:52:22.421Z] #41 ... [2020-11-10T19:52:22.421Z] [2020-11-10T19:52:22.421Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:22.421Z] #11 105.5 Selecting previously unselected package libapparmor1:amd64. [2020-11-10T19:52:22.594Z] #41 39.36 CC images/sit.o [2020-11-10T19:52:22.679Z] #11 105.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-10T19:52:22.679Z] #11 105.5 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-10T19:52:22.679Z] #11 105.6 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-10T19:52:22.679Z] #11 105.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-10T19:52:22.679Z] #11 105.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-10T19:52:22.679Z] #11 105.8 Selecting previously unselected package libbtrfs0. [2020-11-10T19:52:22.940Z] #11 105.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-10T19:52:22.940Z] #11 105.8 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-10T19:52:22.940Z] #11 105.9 Selecting previously unselected package libbtrfs-dev. [2020-11-10T19:52:22.940Z] #11 105.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-10T19:52:22.940Z] #11 105.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:52:23.167Z] #41 39.58 CC images/memfd.o [2020-11-10T19:52:23.167Z] #41 39.83 CC images/timens.o [2020-11-10T19:52:23.197Z] #11 106.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-10T19:52:23.198Z] #11 106.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-10T19:52:23.198Z] #11 106.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-10T19:52:23.198Z] #11 106.1 Selecting previously unselected package libudev-dev:amd64. [2020-11-10T19:52:23.198Z] #11 106.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-10T19:52:23.198Z] #11 106.2 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-10T19:52:23.428Z] #41 40.12 LINK images/built-in.o [2020-11-10T19:52:23.455Z] #11 106.4 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-10T19:52:23.455Z] #11 106.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-10T19:52:23.455Z] #11 106.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-10T19:52:23.477Z] Client: Docker Engine - Enterprise [2020-11-10T19:52:23.477Z] Version: 19.03.12 [2020-11-10T19:52:23.477Z] API version: 1.40 [2020-11-10T19:52:23.477Z] Go version: go1.13.13 [2020-11-10T19:52:23.477Z] Git commit: 4306744 [2020-11-10T19:52:23.477Z] Built: 08/05/2020 19:27:53 [2020-11-10T19:52:23.477Z] OS/Arch: windows/amd64 [2020-11-10T19:52:23.477Z] Experimental: false [2020-11-10T19:52:23.477Z] [2020-11-10T19:52:23.477Z] Server: Docker Engine - Enterprise [2020-11-10T19:52:23.477Z] Engine: [2020-11-10T19:52:23.477Z] Version: 19.03.12 [2020-11-10T19:52:23.477Z] API version: 1.40 (minimum version 1.24) [2020-11-10T19:52:23.477Z] Go version: go1.13.13 [2020-11-10T19:52:23.477Z] Git commit: f295753ffd [2020-11-10T19:52:23.477Z] Built: 08/05/2020 19:26:41 [2020-11-10T19:52:23.477Z] OS/Arch: windows/amd64 [2020-11-10T19:52:23.477Z] Experimental: true [2020-11-10T19:52:23.690Z] #41 40.29 GEN compel/include/asm [2020-11-10T19:52:23.690Z] #41 40.32 GEN compel/include/version.h [2020-11-10T19:52:23.690Z] #41 40.35 touch .config [2020-11-10T19:52:23.690Z] #41 40.40 GEN include/common/config.h [2020-11-10T19:52:23.690Z] #41 40.48 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-10T19:52:23.690Z] #41 40.51 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-10T19:52:23.951Z] #41 40.53 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-10T19:52:23.951Z] #41 40.55 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-10T19:52:23.951Z] #41 40.57 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-10T19:52:23.951Z] #41 40.63 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-10T19:52:23.951Z] #41 40.68 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-10T19:52:23.951Z] #41 40.71 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-10T19:52:23.951Z] #41 40.72 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-10T19:52:23.951Z] #41 40.74 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-10T19:52:24.021Z] #11 106.7 Selecting previously unselected package libpcre16-3:amd64. [2020-11-10T19:52:24.021Z] #11 106.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-10T19:52:24.021Z] #11 106.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-10T19:52:24.021Z] #11 107.0 Selecting previously unselected package libpcre32-3:amd64. [2020-11-10T19:52:24.021Z] #11 107.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-10T19:52:24.021Z] #11 107.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [Pipeline] sh [2020-11-10T19:52:24.213Z] #41 40.75 DEP compel/plugins/std/infect.d [2020-11-10T19:52:24.213Z] #41 40.92 DEP compel/plugins/std/string.d [2020-11-10T19:52:24.213Z] #41 41.04 DEP compel/plugins/std/log.d [2020-11-10T19:52:24.279Z] #11 107.2 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-10T19:52:24.279Z] #11 107.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-10T19:52:24.279Z] #11 107.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-10T19:52:24.474Z] #41 41.15 DEP compel/plugins/std/fds.d [2020-11-10T19:52:24.474Z] #41 41.24 DEP compel/plugins/std/std.d [2020-11-10T19:52:24.537Z] #11 107.3 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-10T19:52:24.537Z] #11 107.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-10T19:52:24.537Z] #11 107.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-10T19:52:24.736Z] #41 41.31 DEP compel/plugins/shmem/shmem.d [2020-11-10T19:52:24.736Z] #41 41.37 DEP compel/plugins/fds/fds.d [2020-11-10T19:52:24.795Z] #11 107.7 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-10T19:52:24.795Z] #11 107.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-10T19:52:24.795Z] #11 107.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-10T19:52:24.997Z] #41 41.52 CC compel/plugins/std/std.o [2020-11-10T19:52:25.009Z] + docker info [2020-11-10T19:52:25.053Z] #11 108.0 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-10T19:52:25.053Z] #11 108.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-10T19:52:25.053Z] #11 108.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-10T19:52:25.053Z] #11 108.1 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-10T19:52:25.210Z] #49 84.32 go/scanner [2020-11-10T19:52:25.259Z] #41 41.87 CC compel/plugins/std/fds.o [2020-11-10T19:52:25.312Z] #11 108.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-10T19:52:25.312Z] #11 108.1 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-10T19:52:25.312Z] #11 108.2 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-10T19:52:25.312Z] #11 108.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-10T19:52:25.312Z] #11 108.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-10T19:52:25.357Z] #11 ... [2020-11-10T19:52:25.357Z] [2020-11-10T19:52:25.357Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:52:25.357Z] #40 61.89 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-11-10T19:52:25.357Z] #40 61.89 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-11-10T19:52:25.357Z] #40 61.90 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-11-10T19:52:25.357Z] #40 62.21 Selecting previously unselected package libprotobuf-dev:arm64. [2020-11-10T19:52:25.357Z] #40 62.21 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-11-10T19:52:25.358Z] #40 62.22 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-11-10T19:52:25.358Z] #40 65.94 Selecting previously unselected package libprotoc17:arm64. [2020-11-10T19:52:25.358Z] #40 65.94 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-11-10T19:52:25.358Z] #40 65.95 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-11-10T19:52:25.833Z] #41 42.36 CC compel/plugins/std/log.o [2020-11-10T19:52:25.877Z] #11 108.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-10T19:52:25.877Z] #11 108.7 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-10T19:52:25.877Z] #11 108.7 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-10T19:52:25.877Z] #11 108.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-10T19:52:25.877Z] #11 108.7 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-10T19:52:25.877Z] #11 108.7 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-10T19:52:25.877Z] #11 108.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:25.877Z] #11 108.7 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-10T19:52:25.877Z] #11 108.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-10T19:52:25.877Z] #11 ... [2020-11-10T19:52:25.877Z] [2020-11-10T19:52:25.877Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:25.877Z] #43 93.49 vendor/golang.org/x/text/unicode/norm [2020-11-10T19:52:25.877Z] #43 97.57 vendor/golang.org/x/net/idna [2020-11-10T19:52:25.877Z] #43 99.88 vendor/golang.org/x/net/http2/hpack [2020-11-10T19:52:25.877Z] #43 100.9 mime [2020-11-10T19:52:25.877Z] #43 102.7 mime/quotedprintable [2020-11-10T19:52:25.877Z] #43 103.0 net/http/internal [2020-11-10T19:52:25.877Z] #43 ... [2020-11-10T19:52:25.877Z] [2020-11-10T19:52:25.877Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:25.877Z] #11 108.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-10T19:52:25.877Z] #11 108.8 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-10T19:52:25.877Z] #11 108.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-10T19:52:25.877Z] #11 108.8 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:52:25.877Z] #11 108.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-10T19:52:25.877Z] #11 108.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-10T19:52:25.878Z] #11 108.8 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-10T19:52:25.878Z] #11 108.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-10T19:52:25.878Z] #11 108.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-10T19:52:25.878Z] #11 108.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:25.878Z] #11 108.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-10T19:52:25.878Z] #11 108.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-10T19:52:25.878Z] #11 108.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:25.878Z] #11 108.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-11-10T19:52:25.878Z] #11 108.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-11-10T19:52:25.878Z] #11 108.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-10T19:52:25.878Z] #11 108.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-10T19:52:26.135Z] #11 109.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-10T19:52:26.135Z] #11 109.0 Setting up dmsetup (2:1.02.155-3) ... [2020-11-10T19:52:26.135Z] #11 109.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-10T19:52:26.135Z] #11 109.0 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-10T19:52:26.135Z] #11 109.0 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:52:26.311Z] #40 67.08 Selecting previously unselected package protobuf-c-compiler. [2020-11-10T19:52:26.311Z] #40 67.08 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-11-10T19:52:26.414Z] #41 43.18 CC compel/plugins/std/string.o [2020-11-10T19:52:26.576Z] #40 67.57 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-10T19:52:26.747Z] #49 86.29 encoding/base64 [2020-11-10T19:52:26.747Z] #49 ... [2020-11-10T19:52:26.747Z] [2020-11-10T19:52:26.747Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:26.747Z] #43 76.32 os [2020-11-10T19:52:26.747Z] #43 76.77 regexp [2020-11-10T19:52:26.747Z] #43 83.95 os/exec [2020-11-10T19:52:26.747Z] #43 84.01 net [2020-11-10T19:52:26.747Z] #43 84.14 internal/lazyregexp [2020-11-10T19:52:26.747Z] #43 84.78 github.com/LK4D4/vndr/versioned [2020-11-10T19:52:26.747Z] #43 ... [2020-11-10T19:52:26.747Z] [2020-11-10T19:52:26.747Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:26.748Z] #54 45.70 Checking out files: 54% (1887/3433) Checking out files: 55% (1889/3433) Checking out files: 56% (1923/3433) Checking out files: 57% (1957/3433) Checking out files: 58% (1992/3433) Checking out files: 59% (2026/3433) Checking out files: 60% (2060/3433) Checking out files: 61% (2095/3433) Checking out files: 62% (2129/3433) Checking out files: 63% (2163/3433) Checking out files: 64% (2198/3433) Checking out files: 65% (2232/3433) Checking out files: 66% (2266/3433) Checking out files: 67% (2301/3433) Checking out files: 68% (2335/3433) Checking out files: 69% (2369/3433) Checking out files: 70% (2404/3433) Checking out files: 71% (2438/3433) Checking out files: 72% (2472/3433) Checking out files: 73% (2507/3433) Checking out files: 74% (2541/3433) Checking out files: 75% (2575/3433) Checking out files: 76% (2610/3433) Checking out files: 77% (2644/3433) Checking out files: 78% (2678/3433) Checking out files: 79% (2713/3433) Checking out files: 80% (2747/3433) Checking out files: 81% (2781/3433) Checking out files: 82% (2816/3433) Checking out files: 83% (2850/3433) Checking out files: 84% (2884/3433) Checking out files: 85% (2919/3433) Checking out files: 86% (2953/3433) Checking out files: 87% (2987/3433) Checking out files: 88% (3022/3433) Checking out files: 89% (3056/3433) Checking out files: 90% (3090/3433) Checking out files: 91% (3125/3433) Checking out files: 92% (3159/3433) Checking out files: 93% (3193/3433) Checking out files: 94% (3228/3433) Checking out files: 95% (3262/3433) Checking out files: 96% (3296/3433) Checking out files: 97% (3331/3433) Checking out files: 98% (3365/3433) Checking out files: 99% (3399/3433) Checking out files: 100% (3433/3433) Checking out files: 100% (3433/3433), done. [2020-11-10T19:52:26.748Z] #54 46.51 + cd /tmp/tmp.gUAyrLkcgL/src/github.com/containerd/containerd [2020-11-10T19:52:26.748Z] #54 46.51 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:52:26.748Z] #54 47.86 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-10T19:52:26.748Z] #54 47.86 + BUILDTAGS='netgo osusergo static_build' [2020-11-10T19:52:26.748Z] #54 47.86 + export EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:52:26.748Z] #54 47.86 + EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:52:26.748Z] #54 47.87 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-10T19:52:26.748Z] #54 47.87 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-10T19:52:26.748Z] #54 47.87 + '[' '' = dynamic ']' [2020-11-10T19:52:26.748Z] #54 47.87 + make [2020-11-10T19:52:26.748Z] #54 48.56 + bin/ctr [2020-11-10T19:52:26.841Z] #40 ... [2020-11-10T19:52:26.841Z] [2020-11-10T19:52:26.841Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:26.841Z] #54 2.052 + RM_GOPATH=0 [2020-11-10T19:52:26.841Z] #54 2.052 + TMP_GOPATH= [2020-11-10T19:52:26.841Z] #54 2.052 + : /build [2020-11-10T19:52:26.841Z] #54 2.052 + '[' -z '' ']' [2020-11-10T19:52:26.841Z] #54 2.096 ++ mktemp -d [2020-11-10T19:52:26.841Z] #54 2.096 + export GOPATH=/tmp/tmp.cgGwrsv9fH [2020-11-10T19:52:26.841Z] #54 2.096 + GOPATH=/tmp/tmp.cgGwrsv9fH [2020-11-10T19:52:26.841Z] #54 2.096 + RM_GOPATH=1 [2020-11-10T19:52:26.841Z] #54 2.096 + case "$(go env GOARCH)" in [2020-11-10T19:52:26.841Z] #54 2.096 ++ go env GOARCH [2020-11-10T19:52:26.841Z] #54 2.143 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:52:26.841Z] #54 2.143 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:52:26.841Z] #54 2.143 ++ dirname /tmp/install/install.sh [2020-11-10T19:52:26.841Z] #54 2.150 + dir=/tmp/install [2020-11-10T19:52:26.841Z] #54 2.150 + bin=containerd [2020-11-10T19:52:26.841Z] #54 2.150 + shift [2020-11-10T19:52:26.841Z] #54 2.150 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-10T19:52:26.841Z] #54 2.150 + . /tmp/install/containerd.installer [2020-11-10T19:52:26.841Z] #54 2.150 ++ set -e [2020-11-10T19:52:26.841Z] #54 2.150 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:52:26.841Z] #54 2.150 + install_containerd [2020-11-10T19:52:26.841Z] #54 2.159 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:52:26.841Z] #54 2.159 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-10T19:52:26.841Z] #54 2.159 + git clone https://github.com/containerd/containerd.git /tmp/tmp.cgGwrsv9fH/src/github.com/containerd/containerd [2020-11-10T19:52:26.841Z] #54 2.162 Cloning into '/tmp/tmp.cgGwrsv9fH/src/github.com/containerd/containerd'... [2020-11-10T19:52:27.358Z] #41 43.89 CC compel/plugins/std/infect.o [2020-11-10T19:52:27.419Z] #54 ... [2020-11-10T19:52:27.419Z] [2020-11-10T19:52:27.419Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:27.419Z] #49 58.28 go/scanner [2020-11-10T19:52:27.419Z] #49 58.59 mvdan.cc/editorconfig [2020-11-10T19:52:27.419Z] #49 60.67 mvdan.cc/sh/v3/syntax [2020-11-10T19:52:27.419Z] #49 60.76 go/ast [2020-11-10T19:52:27.419Z] #49 67.49 golang.org/x/crypto/ssh/terminal [2020-11-10T19:52:27.419Z] #49 ... [2020-11-10T19:52:27.419Z] [2020-11-10T19:52:27.419Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:52:27.419Z] #40 68.37 Selecting previously unselected package protobuf-compiler. [2020-11-10T19:52:27.419Z] #40 68.40 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-11-10T19:52:27.419Z] #40 68.43 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-10T19:52:27.506Z] #11 DONE 110.2s [2020-11-10T19:52:27.506Z] [2020-11-10T19:52:27.506Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:27.942Z] #41 44.42 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-10T19:52:27.942Z] #41 44.46 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-10T19:52:27.942Z] #41 44.55 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-10T19:52:27.942Z] #41 44.62 AR compel/plugins/std.lib.a [2020-11-10T19:52:27.942Z] #41 44.73 CC compel/plugins/fds/fds.o [2020-11-10T19:52:28.204Z] #41 ... [2020-11-10T19:52:28.204Z] [2020-11-10T19:52:28.204Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:28.204Z] #11 107.6 Selecting previously unselected package libapparmor1:amd64. [2020-11-10T19:52:28.204Z] #11 107.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-10T19:52:28.204Z] #11 107.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-10T19:52:28.204Z] #11 107.7 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-10T19:52:28.204Z] #11 107.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-10T19:52:28.204Z] #11 107.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-10T19:52:28.204Z] #11 107.9 Selecting previously unselected package libbtrfs0. [2020-11-10T19:52:28.204Z] #11 107.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-10T19:52:28.204Z] #11 107.9 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-10T19:52:28.204Z] #11 108.0 Selecting previously unselected package libbtrfs-dev. [2020-11-10T19:52:28.204Z] #11 108.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-10T19:52:28.204Z] #11 108.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:52:28.204Z] #11 108.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-10T19:52:28.204Z] #11 108.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-10T19:52:28.204Z] #11 108.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-10T19:52:28.204Z] #11 108.2 Selecting previously unselected package libudev-dev:amd64. [2020-11-10T19:52:28.204Z] #11 108.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-10T19:52:28.204Z] #11 108.2 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-10T19:52:28.204Z] #11 108.4 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-10T19:52:28.204Z] #11 108.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-10T19:52:28.204Z] #11 108.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-10T19:52:28.374Z] #40 69.34 Selecting previously unselected package python-pkg-resources. [2020-11-10T19:52:28.374Z] #40 69.34 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-10T19:52:28.374Z] #40 69.46 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-10T19:52:28.728Z] #11 108.8 Selecting previously unselected package libpcre16-3:amd64. [2020-11-10T19:52:28.729Z] #11 108.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-10T19:52:28.729Z] #11 108.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-10T19:52:28.729Z] #11 109.0 Selecting previously unselected package libpcre32-3:amd64. [2020-11-10T19:52:28.729Z] #11 109.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-10T19:52:28.729Z] #11 109.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-10T19:52:28.880Z] #51 1.375 + RM_GOPATH=0 [2020-11-10T19:52:28.880Z] #51 1.375 + TMP_GOPATH= [2020-11-10T19:52:28.880Z] #51 1.375 + : /build [2020-11-10T19:52:28.880Z] #51 1.375 + '[' -z '' ']' [2020-11-10T19:52:28.880Z] #51 1.382 ++ mktemp -d [2020-11-10T19:52:28.880Z] #51 1.383 + export GOPATH=/tmp/tmp.zqAUpHXKHr [2020-11-10T19:52:28.880Z] #51 1.384 + GOPATH=/tmp/tmp.zqAUpHXKHr [2020-11-10T19:52:28.880Z] #51 1.384 + RM_GOPATH=1 [2020-11-10T19:52:28.880Z] #51 1.384 + case "$(go env GOARCH)" in [2020-11-10T19:52:28.880Z] #51 1.385 ++ go env GOARCH [2020-11-10T19:52:28.880Z] #51 1.400 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:52:28.880Z] #51 1.400 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:52:28.880Z] #51 1.401 ++ dirname /tmp/install/install.sh [2020-11-10T19:52:28.880Z] #51 1.420 + dir=/tmp/install [2020-11-10T19:52:28.880Z] #51 1.420 + bin=runc [2020-11-10T19:52:28.880Z] #51 1.420 + shift [2020-11-10T19:52:28.880Z] #51 1.421 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-10T19:52:28.880Z] #51 1.421 + . /tmp/install/runc.installer [2020-11-10T19:52:28.880Z] #51 1.421 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-10T19:52:28.880Z] #51 1.422 + install_runc [2020-11-10T19:52:28.880Z] #51 1.422 + uname -r [2020-11-10T19:52:28.880Z] #51 1.423 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-10T19:52:28.880Z] #51 1.424 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-10T19:52:28.880Z] #51 1.440 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-10T19:52:28.880Z] #51 1.440 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-10T19:52:28.880Z] #51 1.440 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.zqAUpHXKHr/src/github.com/opencontainers/runc [2020-11-10T19:52:28.880Z] #51 1.446 Cloning into '/tmp/tmp.zqAUpHXKHr/src/github.com/opencontainers/runc'... [2020-11-10T19:52:28.880Z] #51 ... [2020-11-10T19:52:28.880Z] [2020-11-10T19:52:28.880Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-10T19:52:28.880Z] #12 DONE 1.6s [2020-11-10T19:52:28.990Z] #11 109.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-10T19:52:28.990Z] #11 109.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-10T19:52:28.990Z] #11 109.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-10T19:52:28.990Z] #11 109.3 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-10T19:52:28.990Z] #11 109.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-10T19:52:28.990Z] #11 109.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-10T19:52:29.138Z] [2020-11-10T19:52:29.138Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:29.138Z] #43 106.7 crypto/tls [2020-11-10T19:52:29.332Z] #40 70.18 Selecting previously unselected package python-six. [2020-11-10T19:52:29.332Z] #40 70.18 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-10T19:52:29.332Z] #40 70.20 Unpacking python-six (1.12.0-1) ... [2020-11-10T19:52:29.524Z] #54 ... [2020-11-10T19:52:29.524Z] [2020-11-10T19:52:29.524Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:29.524Z] #43 88.79 encoding/base64 [2020-11-10T19:52:29.524Z] #43 88.80 crypto/cipher [2020-11-10T19:52:29.524Z] #43 88.84 go/scanner [2020-11-10T19:52:29.563Z] #11 109.8 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-10T19:52:29.564Z] #11 109.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-10T19:52:29.564Z] #11 109.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-10T19:52:29.742Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2020-11-10T19:52:29.825Z] #11 110.0 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-10T19:52:29.825Z] #11 110.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-10T19:52:29.825Z] #11 110.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-10T19:52:29.825Z] #11 110.2 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-10T19:52:30.072Z] #43 ... [2020-11-10T19:52:30.073Z] [2020-11-10T19:52:30.073Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-10T19:52:30.073Z] #13 DONE 1.2s [2020-11-10T19:52:30.089Z] #11 110.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-10T19:52:30.089Z] #11 110.2 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-10T19:52:30.089Z] #11 110.3 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-10T19:52:30.089Z] #11 110.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-10T19:52:30.089Z] #11 110.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-10T19:52:30.286Z] #40 71.28 Selecting previously unselected package python-protobuf. [2020-11-10T19:52:30.286Z] #40 71.28 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-11-10T19:52:30.336Z] [2020-11-10T19:52:30.336Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-10T19:52:30.551Z] #40 71.56 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-10T19:52:30.673Z] #11 110.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-10T19:52:30.673Z] #11 110.8 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-10T19:52:30.673Z] #11 110.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-10T19:52:30.673Z] #11 110.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-10T19:52:30.673Z] #11 110.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-10T19:52:30.673Z] #11 110.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-10T19:52:30.673Z] #11 110.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:30.673Z] #11 110.8 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-10T19:52:30.673Z] #11 110.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-10T19:52:30.673Z] #11 110.9 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-10T19:52:30.673Z] #11 110.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-10T19:52:30.673Z] #11 110.9 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:52:30.673Z] #11 110.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-10T19:52:30.673Z] #11 110.9 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-10T19:52:30.673Z] #11 110.9 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-10T19:52:30.673Z] #11 110.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-10T19:52:30.673Z] #11 110.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-10T19:52:30.673Z] #11 111.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:30.816Z] #40 ... [2020-11-10T19:52:30.816Z] [2020-11-10T19:52:30.816Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:30.816Z] #43 61.76 go/ast [2020-11-10T19:52:30.816Z] #43 65.57 text/template [2020-11-10T19:52:30.816Z] #43 68.10 encoding/xml [2020-11-10T19:52:30.816Z] #43 69.05 go/parser [2020-11-10T19:52:30.816Z] #43 ... [2020-11-10T19:52:30.816Z] [2020-11-10T19:52:30.816Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:52:30.816Z] #34 62.71 Selecting previously unselected package libicu63:arm64. [2020-11-10T19:52:30.816Z] #34 62.71 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-11-10T19:52:30.816Z] #34 62.75 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-10T19:52:30.816Z] #34 68.46 Selecting previously unselected package libxml2:arm64. [2020-11-10T19:52:30.816Z] #34 68.47 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-11-10T19:52:30.816Z] #34 68.49 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-11-10T19:52:30.816Z] #34 69.94 Selecting previously unselected package libarchive13:arm64. [2020-11-10T19:52:30.816Z] #34 69.97 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-11-10T19:52:30.816Z] #34 70.16 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-11-10T19:52:30.816Z] #34 71.23 Selecting previously unselected package libjsoncpp1:arm64. [2020-11-10T19:52:30.816Z] #34 71.23 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-11-10T19:52:30.816Z] #34 71.49 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-11-10T19:52:30.935Z] #11 111.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-10T19:52:30.935Z] #11 111.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-10T19:52:30.935Z] #11 111.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:30.935Z] #11 111.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-10T19:52:30.935Z] #11 111.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-10T19:52:30.935Z] #11 111.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-10T19:52:30.935Z] #11 111.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-10T19:52:30.935Z] #11 111.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-10T19:52:30.935Z] #11 111.0 Setting up dmsetup (2:1.02.155-3) ... [2020-11-10T19:52:30.935Z] #11 111.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-10T19:52:30.935Z] #11 111.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-10T19:52:30.935Z] #11 111.1 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:52:31.063Z] #43 ... [2020-11-10T19:52:31.063Z] [2020-11-10T19:52:31.063Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:31.063Z] #32 86.22 github.com/BurntSushi/toml/cmd/tomlv [2020-11-10T19:52:31.063Z] #32 DONE 90.3s [2020-11-10T19:52:31.063Z] [2020-11-10T19:52:31.063Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:31.063Z] #41 23.62 CC images/ghost-file.o [2020-11-10T19:52:31.063Z] #41 24.10 CC images/fifo.o [2020-11-10T19:52:31.063Z] #41 24.31 CC images/remap-file-path.o [2020-11-10T19:52:31.063Z] #41 24.56 CC images/eventfd.o [2020-11-10T19:52:31.063Z] #41 24.87 CC images/eventpoll.o [2020-11-10T19:52:31.063Z] #41 25.31 CC images/fh.o [2020-11-10T19:52:31.063Z] #41 25.72 CC images/fsnotify.o [2020-11-10T19:52:31.063Z] #41 26.46 CC images/signalfd.o [2020-11-10T19:52:31.063Z] #41 26.78 CC images/fs.o [2020-11-10T19:52:31.063Z] #41 27.05 CC images/pstree.o [2020-11-10T19:52:31.063Z] #41 27.36 CC images/pipe.o [2020-11-10T19:52:31.063Z] #41 27.60 CC images/tcp-stream.o [2020-11-10T19:52:31.063Z] #41 27.83 CC images/sk-packet.o [2020-11-10T19:52:31.063Z] #41 28.09 CC images/mnt.o [2020-11-10T19:52:31.063Z] #41 28.41 CC images/pipe-data.o [2020-11-10T19:52:31.063Z] #41 28.68 CC images/sa.o [2020-11-10T19:52:31.063Z] #41 28.93 CC images/timer.o [2020-11-10T19:52:31.063Z] #41 29.45 CC images/timerfd.o [2020-11-10T19:52:31.063Z] #41 29.66 CC images/mm.o [2020-11-10T19:52:31.063Z] #41 29.93 CC images/sk-opts.o [2020-11-10T19:52:31.063Z] #41 30.15 CC images/sk-unix.o [2020-11-10T19:52:31.063Z] #41 30.51 CC images/sk-inet.o [2020-11-10T19:52:31.063Z] #41 31.10 CC images/tun.o [2020-11-10T19:52:31.063Z] #41 31.42 CC images/sk-netlink.o [2020-11-10T19:52:31.063Z] #41 31.70 CC images/packet-sock.o [2020-11-10T19:52:31.063Z] #41 32.19 CC images/ipc-var.o [2020-11-10T19:52:31.063Z] #41 32.40 CC images/ipc-desc.o [2020-11-10T19:52:31.063Z] #41 32.71 CC images/ipc-shm.o [2020-11-10T19:52:31.063Z] #41 32.90 CC images/ipc-msg.o [2020-11-10T19:52:31.063Z] #41 33.22 CC images/ipc-sem.o [2020-11-10T19:52:31.063Z] #41 33.46 CC images/utsns.o [2020-11-10T19:52:31.063Z] #41 33.66 CC images/creds.o [2020-11-10T19:52:31.063Z] #41 34.04 CC images/vma.o [2020-11-10T19:52:31.082Z] #34 72.13 Selecting previously unselected package librhash0:arm64. [2020-11-10T19:52:31.082Z] #34 72.13 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-11-10T19:52:31.082Z] #34 72.14 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-11-10T19:52:31.082Z] #34 ... [2020-11-10T19:52:31.082Z] [2020-11-10T19:52:31.082Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:31.082Z] #11 72.14 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-10T19:52:31.082Z] #11 72.15 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-10T19:52:31.082Z] #11 72.15 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-10T19:52:31.279Z] #14 0.974 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-10T19:52:31.279Z] #14 DONE 1.1s [2020-11-10T19:52:31.279Z] [2020-11-10T19:52:31.279Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-10T19:52:31.361Z] #41 34.34 CC images/netdev.o [2020-11-10T19:52:31.361Z] #41 ... [2020-11-10T19:52:31.361Z] [2020-11-10T19:52:31.361Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:31.361Z] #43 91.01 net/url [2020-11-10T19:52:32.345Z] #11 DONE 112.6s [2020-11-10T19:52:32.345Z] [2020-11-10T19:52:32.345Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:32.345Z] #56 101.1 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-10T19:52:32.345Z] #56 101.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-10T19:52:32.345Z] #56 DONE 108.1s [2020-11-10T19:52:32.345Z] [2020-11-10T19:52:32.345Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-10T19:52:32.345Z] #57 DONE 0.1s [2020-11-10T19:52:32.345Z] [2020-11-10T19:52:32.345Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:32.412Z] #43 92.09 text/template/parse [2020-11-10T19:52:32.610Z] #51 ... [2020-11-10T19:52:32.610Z] [2020-11-10T19:52:32.610Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-10T19:52:32.610Z] #58 DONE 0.1s [2020-11-10T19:52:32.610Z] [2020-11-10T19:52:32.610Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:32.610Z] #41 44.96 AR compel/plugins/fds.lib.a [2020-11-10T19:52:32.610Z] #41 45.02 HOSTDEP compel/src/lib/log-host.d [2020-11-10T19:52:32.610Z] #41 45.11 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-10T19:52:32.610Z] #41 45.19 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-10T19:52:32.610Z] #41 45.28 HOSTDEP compel/src/main-host.d [2020-11-10T19:52:32.610Z] #41 45.35 DEP compel/src/lib/ptrace.d [2020-11-10T19:52:32.610Z] #41 45.44 DEP compel/src/lib/infect.d [2020-11-10T19:52:32.610Z] #41 45.58 DEP compel/src/lib/infect-util.d [2020-11-10T19:52:32.610Z] #41 45.67 DEP compel/src/lib/infect-rpc.d [2020-11-10T19:52:32.610Z] #41 45.79 DEP compel/arch/x86/src/lib/infect.d [2020-11-10T19:52:32.610Z] #41 45.88 DEP compel/arch/x86/src/lib/cpu.d [2020-11-10T19:52:32.610Z] #41 45.97 DEP compel/src/lib/log.d [2020-11-10T19:52:32.610Z] #41 46.04 DEP compel/src/main.d [2020-11-10T19:52:32.610Z] #41 46.15 DEP compel/src/lib/handle-elf.d [2020-11-10T19:52:32.610Z] #41 46.27 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-10T19:52:32.610Z] #41 46.41 CC compel/src/lib/log.o [2020-11-10T19:52:32.610Z] #41 46.63 CC compel/arch/x86/src/lib/cpu.o [2020-11-10T19:52:32.610Z] #41 47.49 CC compel/arch/x86/src/lib/infect.o [2020-11-10T19:52:32.610Z] #41 48.25 CC compel/src/lib/infect-rpc.o [2020-11-10T19:52:32.610Z] #41 48.50 CC compel/src/lib/infect-util.o [2020-11-10T19:52:32.610Z] #41 48.66 CC compel/src/lib/infect.o [2020-11-10T19:52:32.745Z] #15 DONE 1.3s [2020-11-10T19:52:32.745Z] [2020-11-10T19:52:32.745Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-10T19:52:33.008Z] #16 ... [2020-11-10T19:52:33.008Z] [2020-11-10T19:52:33.008Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:33.008Z] #41 50.26 CC compel/plugins/std/string.o [2020-11-10T19:52:33.008Z] #41 50.98 CC compel/plugins/std/infect.o [2020-11-10T19:52:33.008Z] #41 51.46 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-10T19:52:33.008Z] #41 51.51 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-10T19:52:33.008Z] #41 51.59 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-10T19:52:33.008Z] #41 51.65 AR compel/plugins/std.lib.a [2020-11-10T19:52:33.008Z] #41 51.74 CC compel/plugins/fds/fds.o [2020-11-10T19:52:33.008Z] #41 51.90 AR compel/plugins/fds.lib.a [2020-11-10T19:52:33.008Z] #41 51.97 HOSTDEP compel/src/lib/log-host.d [2020-11-10T19:52:33.008Z] #41 52.13 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-10T19:52:33.008Z] #41 52.23 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-10T19:52:33.008Z] #41 52.30 HOSTDEP compel/src/main-host.d [2020-11-10T19:52:33.008Z] #41 52.48 DEP compel/src/lib/ptrace.d [2020-11-10T19:52:33.008Z] #41 52.60 DEP compel/src/lib/infect.d [2020-11-10T19:52:33.008Z] #41 52.80 DEP compel/src/lib/infect-util.d [2020-11-10T19:52:33.008Z] #41 52.93 DEP compel/src/lib/infect-rpc.d [2020-11-10T19:52:33.008Z] #41 53.04 DEP compel/arch/x86/src/lib/infect.d [2020-11-10T19:52:33.008Z] #41 53.14 DEP compel/arch/x86/src/lib/cpu.d [2020-11-10T19:52:33.008Z] #41 53.22 DEP compel/src/lib/log.d [2020-11-10T19:52:33.008Z] #41 53.33 DEP compel/src/main.d [2020-11-10T19:52:33.008Z] #41 53.52 DEP compel/src/lib/handle-elf.d [2020-11-10T19:52:33.008Z] #41 53.63 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-10T19:52:33.008Z] #41 53.76 CC compel/src/lib/log.o [2020-11-10T19:52:33.008Z] #41 54.00 CC compel/arch/x86/src/lib/cpu.o [2020-11-10T19:52:33.008Z] #41 55.02 CC compel/arch/x86/src/lib/infect.o [2020-11-10T19:52:33.008Z] #41 56.57 CC compel/src/lib/infect-rpc.o [2020-11-10T19:52:33.008Z] #41 57.19 CC compel/src/lib/infect-util.o [2020-11-10T19:52:33.008Z] #41 57.72 CC compel/src/lib/infect.o [2020-11-10T19:52:33.058Z] #43 92.52 go/ast [2020-11-10T19:52:33.558Z] #41 ... [2020-11-10T19:52:33.558Z] [2020-11-10T19:52:33.558Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:33.559Z] #43 99.06 mime/quotedprintable [2020-11-10T19:52:33.559Z] #43 99.39 net/http/internal [2020-11-10T19:52:33.559Z] #43 103.5 net/textproto [2020-11-10T19:52:33.559Z] #43 103.5 crypto/x509 [2020-11-10T19:52:33.559Z] #43 104.6 vendor/golang.org/x/net/http/httpguts [2020-11-10T19:52:33.559Z] #43 104.9 vendor/golang.org/x/net/http/httpproxy [2020-11-10T19:52:33.559Z] #43 105.5 mime/multipart [2020-11-10T19:52:33.559Z] #43 107.5 crypto/tls [2020-11-10T19:52:33.559Z] #43 ... [2020-11-10T19:52:33.559Z] [2020-11-10T19:52:33.559Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-10T19:52:33.578Z] #41 ... [2020-11-10T19:52:33.578Z] [2020-11-10T19:52:33.578Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-10T19:52:33.578Z] #16 DONE 1.2s [2020-11-10T19:52:33.578Z] [2020-11-10T19:52:33.578Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-10T19:52:34.506Z] #12 DONE 2.0s [2020-11-10T19:52:34.506Z] [2020-11-10T19:52:34.506Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:34.506Z] #51 1.849 + RM_GOPATH=0 [2020-11-10T19:52:34.506Z] #51 1.850 + TMP_GOPATH= [2020-11-10T19:52:34.506Z] #51 1.850 + : /build [2020-11-10T19:52:34.506Z] #51 1.850 + '[' -z '' ']' [2020-11-10T19:52:34.506Z] #51 1.857 ++ mktemp -d [2020-11-10T19:52:34.506Z] #51 1.857 + export GOPATH=/tmp/tmp.J1n8Vbhsjk [2020-11-10T19:52:34.506Z] #51 1.857 + GOPATH=/tmp/tmp.J1n8Vbhsjk [2020-11-10T19:52:34.506Z] #51 1.857 + RM_GOPATH=1 [2020-11-10T19:52:34.506Z] #51 1.857 + case "$(go env GOARCH)" in [2020-11-10T19:52:34.506Z] #51 1.864 ++ go env GOARCH [2020-11-10T19:52:34.506Z] #51 1.878 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:52:34.506Z] #51 1.878 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:52:34.506Z] #51 1.878 ++ dirname /tmp/install/install.sh [2020-11-10T19:52:34.506Z] #51 1.881 + dir=/tmp/install [2020-11-10T19:52:34.506Z] #51 1.887 + bin=runc [2020-11-10T19:52:34.506Z] #51 1.887 + shift [2020-11-10T19:52:34.506Z] #51 1.888 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-10T19:52:34.506Z] #51 1.888 + . /tmp/install/runc.installer [2020-11-10T19:52:34.506Z] #51 1.888 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-10T19:52:34.506Z] #51 1.889 + install_runc [2020-11-10T19:52:34.506Z] #51 1.889 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-10T19:52:34.506Z] #51 1.890 + uname -r [2020-11-10T19:52:34.506Z] #51 1.893 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-10T19:52:34.506Z] #51 1.896 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-10T19:52:34.506Z] #51 1.897 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-10T19:52:34.506Z] #51 1.897 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.J1n8Vbhsjk/src/github.com/opencontainers/runc [2020-11-10T19:52:34.506Z] #51 1.899 Cloning into '/tmp/tmp.J1n8Vbhsjk/src/github.com/opencontainers/runc'... [2020-11-10T19:52:34.947Z] #17 DONE 1.2s [2020-11-10T19:52:34.947Z] [2020-11-10T19:52:34.947Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:34.947Z] #41 62.08 CC compel/src/lib/ptrace.o [2020-11-10T19:52:35.159Z] #43 94.71 encoding/json [2020-11-10T19:52:35.511Z] #41 62.79 AR compel/libcompel.a [2020-11-10T19:52:35.768Z] #41 62.90 HOSTCC compel/src/main-host.o [2020-11-10T19:52:35.826Z] #43 ... [2020-11-10T19:52:35.826Z] [2020-11-10T19:52:35.826Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:35.826Z] #11 85.60 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-10T19:52:35.826Z] #11 85.60 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-10T19:52:35.826Z] #11 85.62 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:35.893Z] #51 ... [2020-11-10T19:52:35.893Z] [2020-11-10T19:52:35.893Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-10T19:52:35.893Z] #13 DONE 1.4s [2020-11-10T19:52:35.893Z] [2020-11-10T19:52:35.893Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-10T19:52:36.025Z] #41 63.19 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-10T19:52:36.025Z] #41 63.33 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-10T19:52:36.125Z] #11 ... [2020-11-10T19:52:36.125Z] [2020-11-10T19:52:36.125Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:36.125Z] #41 34.99 CC images/tty.o [2020-11-10T19:52:36.125Z] #41 35.51 CC images/file-lock.o [2020-11-10T19:52:36.125Z] #41 35.76 CC images/rlimit.o [2020-11-10T19:52:36.125Z] #41 36.03 CC images/pagemap.o [2020-11-10T19:52:36.125Z] #41 36.35 CC images/siginfo.o [2020-11-10T19:52:36.125Z] #41 36.63 CC images/rpc.o [2020-11-10T19:52:36.125Z] #41 38.14 CC images/ext-file.o [2020-11-10T19:52:36.125Z] #41 38.34 CC images/cgroup.o [2020-11-10T19:52:36.125Z] #41 39.23 CC images/userns.o [2020-11-10T19:52:36.590Z] #41 63.75 HOSTCC compel/src/lib/log-host.o [2020-11-10T19:52:36.772Z] #41 39.61 CC images/google/protobuf/descriptor.o [2020-11-10T19:52:36.835Z] #14 0.962 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-10T19:52:36.835Z] #14 DONE 1.1s [2020-11-10T19:52:36.835Z] [2020-11-10T19:52:36.835Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-10T19:52:37.071Z] #41 ... [2020-11-10T19:52:37.071Z] [2020-11-10T19:52:37.071Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:37.071Z] #49 86.67 golang.org/x/sys/unix [2020-11-10T19:52:37.071Z] #49 87.49 mvdan.cc/editorconfig [2020-11-10T19:52:37.071Z] #49 88.96 encoding/json [2020-11-10T19:52:37.072Z] #49 89.12 go/ast [2020-11-10T19:52:37.072Z] #49 92.09 mvdan.cc/sh/v3/syntax [2020-11-10T19:52:37.153Z] #41 64.08 HOSTLINK compel/compel-host-bin [2020-11-10T19:52:37.153Z] #41 64.30 DEP soccr/soccr.d [2020-11-10T19:52:37.410Z] #41 64.53 CC soccr/soccr.o [2020-11-10T19:52:37.667Z] #41 ... [2020-11-10T19:52:37.667Z] [2020-11-10T19:52:37.667Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:37.667Z] #56 105.8 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-10T19:52:37.668Z] #56 105.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-10T19:52:37.668Z] #56 DONE 115.4s [2020-11-10T19:52:37.668Z] [2020-11-10T19:52:37.668Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-10T19:52:37.668Z] #57 DONE 0.1s [2020-11-10T19:52:37.705Z] #11 ... [2020-11-10T19:52:37.706Z] [2020-11-10T19:52:37.706Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:52:37.706Z] #40 72.26 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-10T19:52:37.706Z] #40 73.90 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-11-10T19:52:37.706Z] #40 73.93 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:52:37.706Z] #40 73.95 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-10T19:52:37.706Z] #40 73.97 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-11-10T19:52:37.706Z] #40 73.99 Setting up python-six (1.12.0-1) ... [2020-11-10T19:52:37.706Z] #40 77.04 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-11-10T19:52:37.777Z] #15 DONE 1.0s [2020-11-10T19:52:37.777Z] [2020-11-10T19:52:37.777Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-10T19:52:37.925Z] [2020-11-10T19:52:37.925Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-10T19:52:37.925Z] #58 DONE 0.0s [2020-11-10T19:52:37.925Z] [2020-11-10T19:52:37.925Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:52:37.925Z] #18 1.569 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:52:37.925Z] #18 1.668 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:52:37.925Z] #18 1.683 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:52:37.925Z] #18 2.347 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-10T19:52:38.459Z] #40 ... [2020-11-10T19:52:38.459Z] [2020-11-10T19:52:38.459Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:38.459Z] #49 70.85 mvdan.cc/sh/v3/cmd/shfmt [2020-11-10T19:52:38.459Z] #49 DONE 79.2s [2020-11-10T19:52:38.459Z] [2020-11-10T19:52:38.459Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:52:38.459Z] #34 72.47 Selecting previously unselected package libuv1:arm64. [2020-11-10T19:52:38.459Z] #34 72.47 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-11-10T19:52:38.459Z] #34 72.77 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-11-10T19:52:38.459Z] #34 73.95 Selecting previously unselected package cmake. [2020-11-10T19:52:38.459Z] #34 73.95 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-11-10T19:52:38.459Z] #34 73.96 Unpacking cmake (3.13.4-1) ... [2020-11-10T19:52:38.459Z] #34 ... [2020-11-10T19:52:38.459Z] [2020-11-10T19:52:38.459Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:52:38.459Z] #40 79.33 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-11-10T19:52:38.459Z] #40 79.38 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-11-10T19:52:38.459Z] #40 79.40 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-11-10T19:52:38.724Z] #40 79.42 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-11-10T19:52:38.724Z] #40 79.57 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-10T19:52:38.724Z] #40 79.58 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-10T19:52:38.724Z] #40 79.60 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-11-10T19:52:38.724Z] #40 79.61 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-10T19:52:38.724Z] #40 79.63 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-10T19:52:39.162Z] #16 DONE 1.0s [2020-11-10T19:52:39.162Z] [2020-11-10T19:52:39.162Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-10T19:52:39.174Z] #49 ... [2020-11-10T19:52:39.174Z] [2020-11-10T19:52:39.174Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:39.174Z] #41 41.97 CC images/opts.o [2020-11-10T19:52:39.174Z] #41 42.21 CC images/seccomp.o [2020-11-10T19:52:39.298Z] #18 4.555 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [245 kB] [2020-11-10T19:52:39.473Z] #41 42.48 CC images/binfmt-misc.o [2020-11-10T19:52:39.772Z] #41 42.75 CC images/time.o [2020-11-10T19:52:40.071Z] #41 43.00 CC images/sysctl.o [2020-11-10T19:52:40.071Z] #41 43.19 CC images/autofs.o [2020-11-10T19:52:40.109Z] #17 DONE 1.0s [2020-11-10T19:52:40.110Z] [2020-11-10T19:52:40.110Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:52:40.230Z] #18 ... [2020-11-10T19:52:40.230Z] [2020-11-10T19:52:40.230Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:40.230Z] #51 12.95 + cd /tmp/tmp.zqAUpHXKHr/src/github.com/opencontainers/runc [2020-11-10T19:52:40.230Z] #51 12.95 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-10T19:52:40.375Z] #41 43.41 CC images/macvlan.o [2020-11-10T19:52:40.487Z] #51 13.38 + '[' -z '' ']' [2020-11-10T19:52:40.673Z] #41 43.64 CC images/sit.o [2020-11-10T19:52:40.717Z] #40 ... [2020-11-10T19:52:40.717Z] [2020-11-10T19:52:40.717Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-10T19:52:40.717Z] #34 79.64 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-10T19:52:40.717Z] #34 79.77 Setting up xxd (2:8.1.0875-5) ... [2020-11-10T19:52:40.717Z] #34 79.84 Setting up libuv1:arm64 (1.24.1-1) ... [2020-11-10T19:52:40.717Z] #34 79.85 Setting up vim-common (2:8.1.0875-5) ... [2020-11-10T19:52:40.717Z] #34 79.89 Setting up librhash0:arm64 (1.3.8-1) ... [2020-11-10T19:52:40.717Z] #34 80.32 Setting up cmake-data (3.13.4-1) ... [2020-11-10T19:52:40.717Z] #34 80.34 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-11-10T19:52:40.717Z] #34 80.38 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-11-10T19:52:40.717Z] #34 80.54 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-11-10T19:52:40.717Z] #34 80.58 Setting up cmake (3.13.4-1) ... [2020-11-10T19:52:40.717Z] #34 80.62 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:52:40.717Z] #34 80.84 Processing triggers for mime-support (3.62) ... [2020-11-10T19:52:40.717Z] #34 DONE 81.3s [2020-11-10T19:52:40.717Z] [2020-11-10T19:52:40.717Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:40.744Z] #51 13.38 + target=static [2020-11-10T19:52:40.744Z] #51 13.38 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-10T19:52:40.971Z] #41 43.94 CC images/memfd.o [2020-11-10T19:52:41.272Z] #41 44.27 CC images/timens.o [2020-11-10T19:52:41.298Z] #35 ... [2020-11-10T19:52:41.298Z] [2020-11-10T19:52:41.298Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:41.298Z] #43 72.31 go/doc [2020-11-10T19:52:41.298Z] #43 73.39 encoding/asn1 [2020-11-10T19:52:41.298Z] #43 74.82 crypto/rsa [2020-11-10T19:52:41.298Z] #43 76.63 vendor/golang.org/x/text/unicode/norm [2020-11-10T19:52:41.298Z] #43 77.22 github.com/LK4D4/vndr/build [2020-11-10T19:52:41.298Z] #43 77.27 crypto/x509/pkix [2020-11-10T19:52:41.298Z] #43 77.89 vendor/golang.org/x/crypto/cryptobyte [2020-11-10T19:52:41.298Z] #43 81.59 vendor/golang.org/x/net/idna [2020-11-10T19:52:41.298Z] #43 81.94 mime [2020-11-10T19:52:41.308Z] #51 13.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 runc . [2020-11-10T19:52:41.495Z] #18 1.543 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:52:41.495Z] #18 1.655 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:52:41.571Z] #41 44.68 LINK images/built-in.o [2020-11-10T19:52:41.756Z] #18 1.657 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:52:42.018Z] #18 2.245 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-10T19:52:42.220Z] #41 44.99 GEN compel/include/asm [2020-11-10T19:52:42.220Z] #41 45.03 GEN compel/include/version.h [2020-11-10T19:52:42.220Z] #41 45.06 touch .config [2020-11-10T19:52:42.220Z] #41 45.14 GEN include/common/config.h [2020-11-10T19:52:42.220Z] #41 45.28 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-10T19:52:42.256Z] #43 ... [2020-11-10T19:52:42.256Z] [2020-11-10T19:52:42.256Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:42.256Z] #11 82.97 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-10T19:52:42.256Z] #11 82.98 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-10T19:52:42.256Z] #11 83.00 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:42.256Z] #11 83.14 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-10T19:52:42.256Z] #11 83.14 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-10T19:52:42.256Z] #11 83.15 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:42.518Z] #41 45.30 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-10T19:52:42.518Z] #41 45.37 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-11-10T19:52:42.518Z] #41 45.41 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-11-10T19:52:42.518Z] #41 45.48 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-11-10T19:52:42.518Z] #41 45.53 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-11-10T19:52:42.711Z] Client: [2020-11-10T19:52:42.711Z] Debug Mode: false [2020-11-10T19:52:42.711Z] Plugins: [2020-11-10T19:52:42.711Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-10T19:52:42.711Z] [2020-11-10T19:52:42.711Z] Server: [2020-11-10T19:52:42.711Z] Containers: 0 [2020-11-10T19:52:42.711Z] Running: 0 [2020-11-10T19:52:42.711Z] Paused: 0 [2020-11-10T19:52:42.711Z] Stopped: 0 [2020-11-10T19:52:42.711Z] Images: 0 [2020-11-10T19:52:42.711Z] Server Version: 19.03.12 [2020-11-10T19:52:42.711Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-10T19:52:42.711Z] Windows: [2020-11-10T19:52:42.711Z] LCOW: [2020-11-10T19:52:42.711Z] Logging Driver: json-file [2020-11-10T19:52:42.711Z] Plugins: [2020-11-10T19:52:42.711Z] Volume: local [2020-11-10T19:52:42.711Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-10T19:52:42.711Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-10T19:52:42.711Z] Swarm: inactive [2020-11-10T19:52:42.711Z] Default Isolation: process [2020-11-10T19:52:42.711Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-10T19:52:42.711Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-10T19:52:42.711Z] OSType: windows [2020-11-10T19:52:42.711Z] Architecture: x86_64 [2020-11-10T19:52:42.711Z] CPUs: 4 [2020-11-10T19:52:42.711Z] Total Memory: 32GiB [2020-11-10T19:52:42.711Z] Name: azwin-2-5d7b90 [2020-11-10T19:52:42.711Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-11-10T19:52:42.711Z] Docker Root Dir: D:\docker [2020-11-10T19:52:42.711Z] Debug Mode: false [2020-11-10T19:52:42.711Z] Registry: https://index.docker.io/v1/ [2020-11-10T19:52:42.711Z] Labels: [2020-11-10T19:52:42.711Z] Experimental: true [2020-11-10T19:52:42.711Z] Insecure Registries: [2020-11-10T19:52:42.711Z] 10.0.0.4:5000 [2020-11-10T19:52:42.712Z] 127.0.0.0/8 [2020-11-10T19:52:42.712Z] Registry Mirrors: [2020-11-10T19:52:42.712Z] http://10.0.0.4:5000/ [2020-11-10T19:52:42.712Z] Live Restore Enabled: false [2020-11-10T19:52:42.712Z] [2020-11-10T19:52:42.816Z] #41 45.57 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-11-10T19:52:42.816Z] #41 45.62 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-10T19:52:42.816Z] #41 45.62 DEP compel/plugins/std/infect.d [2020-11-10T19:52:42.816Z] #41 45.76 DEP compel/plugins/std/string.d [2020-11-10T19:52:42.816Z] #41 45.92 DEP compel/plugins/std/log.d [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-11-10T19:52:43.114Z] #41 46.07 DEP compel/plugins/std/fds.d [2020-11-10T19:52:43.114Z] #41 46.19 DEP compel/plugins/std/std.d [2020-11-10T19:52:43.405Z] #18 3.405 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [245 kB] [2020-11-10T19:52:43.416Z] #41 46.31 DEP compel/plugins/shmem/shmem.d [2020-11-10T19:52:43.416Z] #41 46.45 DEP compel/plugins/fds/fds.d [2020-11-10T19:52:43.717Z] #41 46.60 CC compel/plugins/std/std.o [2020-11-10T19:52:44.019Z] #41 46.90 CC compel/plugins/std/fds.o [2020-11-10T19:52:44.195Z] #11 ... [2020-11-10T19:52:44.195Z] [2020-11-10T19:52:44.195Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-10T19:52:44.195Z] #40 84.32 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-11-10T19:52:44.195Z] #40 84.33 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:52:44.195Z] #40 DONE 85.2s [2020-11-10T19:52:44.318Z] #41 47.32 CC compel/plugins/std/log.o [2020-11-10T19:52:44.460Z] [2020-11-10T19:52:44.460Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:44.793Z] #18 4.985 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-10T19:52:44.989Z] #54 28.32 Checking out files: 40% (1379/3433) Checking out files: 41% (1408/3433) Checking out files: 42% (1442/3433) Checking out files: 43% (1477/3433) Checking out files: 44% (1511/3433) Checking out files: 45% (1545/3433) Checking out files: 46% (1580/3433) Checking out files: 47% (1614/3433) Checking out files: 48% (1648/3433) Checking out files: 49% (1683/3433) Checking out files: 50% (1717/3433) Checking out files: 51% (1751/3433) Checking out files: 52% (1786/3433) Checking out files: 53% (1820/3433) Checking out files: 54% (1854/3433) Checking out files: 55% (1889/3433) Checking out files: 56% (1923/3433) Checking out files: 57% (1957/3433) Checking out files: 58% (1992/3433) Checking out files: 59% (2026/3433) Checking out files: 60% (2060/3433) Checking out files: 61% (2095/3433) Checking out files: 62% (2129/3433) Checking out files: 63% (2163/3433) Checking out files: 64% (2198/3433) Checking out files: 65% (2232/3433) Checking out files: 66% (2266/3433) Checking out files: 67% (2301/3433) Checking out files: 68% (2335/3433) Checking out files: 69% (2369/3433) Checking out files: 70% (2404/3433) Checking out files: 71% (2438/3433) Checking out files: 72% (2472/3433) Checking out files: 73% (2507/3433) Checking out files: 74% (2541/3433) Checking out files: 75% (2575/3433) Checking out files: 76% (2610/3433) Checking out files: 77% (2644/3433) Checking out files: 78% (2678/3433) Checking out files: 78% (2705/3433) Checking out files: 79% (2713/3433) Checking out files: 80% (2747/3433) Checking out files: 81% (2781/3433) Checking out files: 82% (2816/3433) Checking out files: 83% (2850/3433) Checking out files: 84% (2884/3433) Checking out files: 85% (2919/3433) Checking out files: 86% (2953/3433) Checking out files: 87% (2987/3433) Checking out files: 88% (3022/3433) Checking out files: 89% (3056/3433) Checking out files: 90% (3090/3433) Checking out files: 91% (3125/3433) Checking out files: 92% (3159/3433) Checking out files: 93% (3193/3433) Checking out files: 94% (3228/3433) Checking out files: 95% (3262/3433) Checking out files: 96% (3296/3433) Checking out files: 97% (3331/3433) Checking out files: 98% (3365/3433) Checking out files: 99% (3399/3433) Checking out files: 100% (3433/3433) Checking out files: 100% (3433/3433), done. [2020-11-10T19:52:44.989Z] #54 30.28 + cd /tmp/tmp.cgGwrsv9fH/src/github.com/containerd/containerd [2020-11-10T19:52:44.989Z] #54 30.28 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-10T19:52:45.367Z] #18 ... [2020-11-10T19:52:45.367Z] [2020-11-10T19:52:45.367Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:45.367Z] #41 51.83 CC compel/src/lib/ptrace.o [2020-11-10T19:52:45.367Z] #41 52.39 AR compel/libcompel.a [2020-11-10T19:52:45.367Z] #41 52.57 HOSTCC compel/src/main-host.o [2020-11-10T19:52:45.367Z] #41 53.10 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-10T19:52:45.367Z] #41 53.32 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-10T19:52:45.367Z] #41 53.86 HOSTCC compel/src/lib/log-host.o [2020-11-10T19:52:45.367Z] #41 54.16 HOSTLINK compel/compel-host-bin [2020-11-10T19:52:45.367Z] #41 54.42 DEP soccr/soccr.d [2020-11-10T19:52:45.367Z] #41 54.72 CC soccr/soccr.o [2020-11-10T19:52:45.367Z] #41 57.06 AR soccr/libsoccr.a [2020-11-10T19:52:45.367Z] #41 57.14 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:52:45.367Z] #41 57.57 DEP criu/arch/x86/sigframe.d [2020-11-10T19:52:45.367Z] #41 57.67 DEP criu/arch/x86/sigaction_compat.d [2020-11-10T19:52:45.367Z] #41 57.74 DEP criu/arch/x86/kerndat.d [2020-11-10T19:52:45.367Z] #41 57.81 DEP criu/arch/x86/crtools.d [2020-11-10T19:52:45.367Z] #41 57.92 DEP criu/arch/x86/cpu.d [2020-11-10T19:52:45.367Z] #41 58.12 CC criu/arch/x86/cpu.o [2020-11-10T19:52:45.367Z] #41 58.85 CC criu/arch/x86/crtools.o [2020-11-10T19:52:45.367Z] #41 60.05 CC criu/arch/x86/kerndat.o [2020-11-10T19:52:45.367Z] #41 60.51 CC criu/arch/x86/sigaction_compat.o [2020-11-10T19:52:45.367Z] #41 60.75 CC criu/arch/x86/sigframe.o [2020-11-10T19:52:45.367Z] #41 61.04 LINK criu/arch/x86/crtools.built-in.o [2020-11-10T19:52:45.367Z] #41 61.09 DEP criu/pie/util-vdso-elf32.d [2020-11-10T19:52:45.367Z] #41 61.27 DEP criu/pie/util-vdso.d [2020-11-10T19:52:45.367Z] #41 61.47 DEP criu/pie/util.d [2020-11-10T19:52:45.367Z] #41 61.64 CC criu/pie/util.o [2020-11-10T19:52:45.367Z] #41 61.95 CC criu/pie/util-vdso.o [2020-11-10T19:52:45.367Z] #41 ... [2020-11-10T19:52:45.367Z] [2020-11-10T19:52:45.367Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:45.367Z] #51 11.54 + cd /tmp/tmp.J1n8Vbhsjk/src/github.com/opencontainers/runc [2020-11-10T19:52:45.367Z] #51 11.55 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-10T19:52:45.367Z] #51 12.20 + '[' -z '' ']' [2020-11-10T19:52:45.367Z] #51 12.20 + target=static [2020-11-10T19:52:45.367Z] #51 12.20 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-10T19:52:45.367Z] #51 12.66 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-11-10T19:52:45.376Z] #41 48.33 CC compel/plugins/std/string.o [2020-11-10T19:52:45.376Z] #41 ... [2020-11-10T19:52:45.376Z] [2020-11-10T19:52:45.376Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:52:45.376Z] #11 101.6 Selecting previously unselected package libapparmor1:ppc64el. [2020-11-10T19:52:45.376Z] #11 101.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 101.6 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-11-10T19:52:45.376Z] #11 101.7 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-11-10T19:52:45.376Z] #11 101.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 101.7 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-10T19:52:45.376Z] #11 101.8 Selecting previously unselected package libbtrfs0. [2020-11-10T19:52:45.376Z] #11 101.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 101.9 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-10T19:52:45.376Z] #11 102.0 Selecting previously unselected package libbtrfs-dev. [2020-11-10T19:52:45.376Z] #11 102.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 102.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:52:45.376Z] #11 102.1 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-11-10T19:52:45.376Z] #11 102.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 102.1 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-10T19:52:45.376Z] #11 102.2 Selecting previously unselected package libudev-dev:ppc64el. [2020-11-10T19:52:45.376Z] #11 102.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 102.2 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-10T19:52:45.376Z] #11 102.4 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-11-10T19:52:45.376Z] #11 102.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 102.4 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-11-10T19:52:45.376Z] #11 102.8 Selecting previously unselected package libpcre16-3:ppc64el. [2020-11-10T19:52:45.376Z] #11 102.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 102.8 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-10T19:52:45.376Z] #11 103.0 Selecting previously unselected package libpcre32-3:ppc64el. [2020-11-10T19:52:45.376Z] #11 103.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 103.0 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-10T19:52:45.376Z] #11 103.2 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-11-10T19:52:45.376Z] #11 103.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 103.2 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-10T19:52:45.376Z] #11 103.4 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-11-10T19:52:45.376Z] #11 103.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 103.4 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-10T19:52:45.376Z] #11 103.8 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-11-10T19:52:45.376Z] #11 103.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 103.8 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-10T19:52:45.376Z] #11 104.1 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-11-10T19:52:45.376Z] #11 104.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 104.1 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-10T19:52:45.376Z] #11 104.2 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-11-10T19:52:45.376Z] #11 104.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 104.2 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-10T19:52:45.376Z] #11 104.4 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-11-10T19:52:45.376Z] #11 104.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-10T19:52:45.376Z] #11 104.4 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-10T19:52:45.376Z] #11 105.0 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-10T19:52:45.376Z] #11 105.0 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-10T19:52:45.376Z] #11 105.0 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-11-10T19:52:45.376Z] #11 105.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-10T19:52:45.376Z] #11 105.0 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-10T19:52:45.376Z] #11 105.0 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-11-10T19:52:45.376Z] #11 105.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:45.376Z] #11 105.0 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-10T19:52:45.376Z] #11 105.1 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-10T19:52:45.376Z] #11 105.1 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-10T19:52:45.679Z] #11 105.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-10T19:52:45.679Z] #11 105.1 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:52:45.679Z] #11 105.1 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-10T19:52:45.679Z] #11 105.1 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-10T19:52:45.679Z] #11 105.1 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-10T19:52:45.679Z] #11 105.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-10T19:52:45.679Z] #11 105.2 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-10T19:52:45.679Z] #11 105.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:45.679Z] #11 105.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-11-10T19:52:45.679Z] #11 105.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-11-10T19:52:45.679Z] #11 105.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:52:45.679Z] #11 105.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-11-10T19:52:45.679Z] #11 105.2 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-11-10T19:52:45.679Z] #11 105.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-10T19:52:45.679Z] #11 105.2 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-10T19:52:45.679Z] #11 105.2 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-10T19:52:45.679Z] #11 105.3 Setting up dmsetup (2:1.02.155-3) ... [2020-11-10T19:52:45.679Z] #11 105.3 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-10T19:52:45.679Z] #11 105.3 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-10T19:52:45.679Z] #11 105.3 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:52:45.986Z] #11 DONE 105.6s [2020-11-10T19:52:45.986Z] [2020-11-10T19:52:45.986Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:46.391Z] #54 31.53 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-10T19:52:46.391Z] #54 31.53 + BUILDTAGS='netgo osusergo static_build' [2020-11-10T19:52:46.391Z] #54 31.53 + export EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:52:46.391Z] #54 31.53 + EXTRA_FLAGS=-buildmode=pie [2020-11-10T19:52:46.391Z] #54 31.53 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-10T19:52:46.391Z] #54 31.53 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-10T19:52:46.391Z] #54 31.53 + '[' '' = dynamic ']' [2020-11-10T19:52:46.391Z] #54 31.53 + make [2020-11-10T19:52:46.565Z] #51 ... [2020-11-10T19:52:46.565Z] [2020-11-10T19:52:46.565Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:46.565Z] #41 66.76 AR soccr/libsoccr.a [2020-11-10T19:52:46.565Z] #41 66.80 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:52:46.565Z] #41 67.28 DEP criu/arch/x86/sigframe.d [2020-11-10T19:52:46.565Z] #41 67.34 DEP criu/arch/x86/sigaction_compat.d [2020-11-10T19:52:46.565Z] #41 67.43 DEP criu/arch/x86/kerndat.d [2020-11-10T19:52:46.565Z] #41 67.55 DEP criu/arch/x86/crtools.d [2020-11-10T19:52:46.565Z] #41 67.69 DEP criu/arch/x86/cpu.d [2020-11-10T19:52:46.565Z] #41 67.93 CC criu/arch/x86/cpu.o [2020-11-10T19:52:46.565Z] #41 68.60 CC criu/arch/x86/crtools.o [2020-11-10T19:52:46.565Z] #41 70.04 CC criu/arch/x86/kerndat.o [2020-11-10T19:52:46.565Z] #41 70.64 CC criu/arch/x86/sigaction_compat.o [2020-11-10T19:52:46.565Z] #41 70.90 CC criu/arch/x86/sigframe.o [2020-11-10T19:52:46.565Z] #41 71.22 LINK criu/arch/x86/crtools.built-in.o [2020-11-10T19:52:46.565Z] #41 71.29 DEP criu/pie/util-vdso-elf32.d [2020-11-10T19:52:46.565Z] #41 71.44 DEP criu/pie/util-vdso.d [2020-11-10T19:52:46.565Z] #41 71.57 DEP criu/pie/util.d [2020-11-10T19:52:46.565Z] #41 71.73 CC criu/pie/util.o [2020-11-10T19:52:46.565Z] #41 72.09 CC criu/pie/util-vdso.o [2020-11-10T19:52:46.565Z] #41 72.86 CC criu/pie/util-vdso-elf32.o [2020-11-10T19:52:46.565Z] #41 73.71 AR criu/pie/pie.lib.a [2020-11-10T19:52:46.565Z] #41 73.77 DEP criu/pie/restorer.d [2020-11-10T19:52:46.634Z] #51 0.513 + RM_GOPATH=0 [2020-11-10T19:52:46.634Z] #51 0.515 + TMP_GOPATH= [2020-11-10T19:52:46.634Z] #51 0.515 + : /build [2020-11-10T19:52:46.634Z] #51 0.516 + '[' -z '' ']' [2020-11-10T19:52:46.634Z] #51 0.517 ++ mktemp -d [2020-11-10T19:52:46.634Z] #51 0.521 + export GOPATH=/tmp/tmp.uJYKKzwf04 [2020-11-10T19:52:46.634Z] #51 0.523 + GOPATH=/tmp/tmp.uJYKKzwf04 [2020-11-10T19:52:46.634Z] #51 0.526 + RM_GOPATH=1 [2020-11-10T19:52:46.634Z] #51 0.542 + case "$(go env GOARCH)" in [2020-11-10T19:52:46.634Z] #51 0.547 ++ go env GOARCH [2020-11-10T19:52:46.634Z] #51 0.555 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:52:46.634Z] #51 0.556 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:52:46.634Z] #51 0.557 ++ dirname /tmp/install/install.sh [2020-11-10T19:52:46.634Z] #51 0.567 + dir=/tmp/install [2020-11-10T19:52:46.634Z] #51 0.569 + bin=runc [2020-11-10T19:52:46.634Z] #51 0.569 + shift [2020-11-10T19:52:46.634Z] #51 0.570 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-10T19:52:46.634Z] #51 0.571 + . /tmp/install/runc.installer [2020-11-10T19:52:46.634Z] #51 0.575 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-10T19:52:46.634Z] #51 0.576 + install_runc [2020-11-10T19:52:46.634Z] #51 0.577 + uname -r [2020-11-10T19:52:46.634Z] #51 0.577 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-10T19:52:46.634Z] #51 0.587 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-10T19:52:46.634Z] #51 0.587 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-10T19:52:46.634Z] #51 0.587 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-10T19:52:46.634Z] #51 0.587 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.uJYKKzwf04/src/github.com/opencontainers/runc [2020-11-10T19:52:46.634Z] #51 0.591 Cloning into '/tmp/tmp.uJYKKzwf04/src/github.com/opencontainers/runc'... [2020-11-10T19:52:46.634Z] #51 ... [2020-11-10T19:52:46.634Z] [2020-11-10T19:52:46.634Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-10T19:52:46.634Z] #12 DONE 0.7s [2020-11-10T19:52:46.823Z] #41 73.94 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-10T19:52:46.823Z] #41 74.04 DEP criu/arch/x86/restorer_unmap.d [2020-11-10T19:52:46.823Z] #41 74.07 DEP criu/arch/x86/restorer.d [2020-11-10T19:52:46.933Z] [2020-11-10T19:52:46.934Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-10T19:52:46.934Z] #13 DONE 0.4s [2020-11-10T19:52:46.934Z] [2020-11-10T19:52:46.934Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-10T19:52:47.081Z] #41 74.33 DEP criu/arch/x86/vdso-pie.d [2020-11-10T19:52:47.082Z] #41 74.43 DEP criu/pie/parasite-vdso.d [2020-11-10T19:52:47.235Z] #14 0.243 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-10T19:52:47.235Z] #14 DONE 0.3s [2020-11-10T19:52:47.235Z] [2020-11-10T19:52:47.235Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:47.235Z] #41 49.29 CC compel/plugins/std/infect.o [2020-11-10T19:52:47.235Z] #41 50.04 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-11-10T19:52:47.235Z] #41 50.08 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-11-10T19:52:47.235Z] #41 50.14 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-11-10T19:52:47.235Z] #41 50.18 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-11-10T19:52:47.235Z] #41 50.26 AR compel/plugins/std.lib.a [2020-11-10T19:52:47.340Z] #41 74.58 DEP criu/pie/parasite.d [2020-11-10T19:52:47.537Z] #41 50.39 CC compel/plugins/fds/fds.o [2020-11-10T19:52:47.798Z] #54 32.68 + bin/ctr [2020-11-10T19:52:47.798Z] #54 ... [2020-11-10T19:52:47.798Z] [2020-11-10T19:52:47.798Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:52:47.798Z] #56 80.67 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-10T19:52:47.798Z] #56 80.67 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-10T19:52:47.798Z] #56 DONE 88.6s [2020-11-10T19:52:47.799Z] [2020-11-10T19:52:47.799Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:47.799Z] #35 1.806 + RM_GOPATH=0 [2020-11-10T19:52:47.799Z] #35 1.807 + TMP_GOPATH= [2020-11-10T19:52:47.799Z] #35 1.808 + : /build [2020-11-10T19:52:47.799Z] #35 1.808 + '[' -z '' ']' [2020-11-10T19:52:47.799Z] #35 1.808 ++ mktemp -d [2020-11-10T19:52:47.799Z] #35 1.816 + export GOPATH=/tmp/tmp.TtFFQw0zUH [2020-11-10T19:52:47.799Z] #35 1.819 + GOPATH=/tmp/tmp.TtFFQw0zUH [2020-11-10T19:52:47.799Z] #35 1.819 + RM_GOPATH=1 [2020-11-10T19:52:47.799Z] #35 1.819 + case "$(go env GOARCH)" in [2020-11-10T19:52:47.799Z] #35 1.862 ++ go env GOARCH [2020-11-10T19:52:47.799Z] #35 1.913 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:52:47.799Z] #35 1.913 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:52:47.799Z] #35 1.914 ++ dirname /tmp/install/install.sh [2020-11-10T19:52:47.799Z] #35 1.915 + dir=/tmp/install [2020-11-10T19:52:47.799Z] #35 1.915 + bin=tini [2020-11-10T19:52:47.799Z] #35 1.916 + shift [2020-11-10T19:52:47.799Z] #35 1.917 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-10T19:52:47.799Z] #35 1.917 + . /tmp/install/tini.installer [2020-11-10T19:52:47.799Z] #35 1.917 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:52:47.799Z] #35 1.917 + install_tini [2020-11-10T19:52:47.799Z] #35 1.917 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-10T19:52:47.799Z] #35 1.917 + git clone https://github.com/krallin/tini.git /tmp/tmp.TtFFQw0zUH/tini [2020-11-10T19:52:47.799Z] #35 1.918 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:52:47.799Z] #35 1.920 Cloning into '/tmp/tmp.TtFFQw0zUH/tini'... [2020-11-10T19:52:47.799Z] #35 2.769 + cd /tmp/tmp.TtFFQw0zUH/tini [2020-11-10T19:52:47.799Z] #35 2.773 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-10T19:52:47.799Z] #35 2.781 + cmake . [2020-11-10T19:52:47.799Z] #35 3.501 -- The C compiler identification is GNU 8.3.0 [2020-11-10T19:52:47.799Z] #35 3.566 -- Check for working C compiler: /usr/bin/cc [2020-11-10T19:52:47.799Z] #35 4.499 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-10T19:52:47.799Z] #35 4.509 -- Detecting C compiler ABI info [2020-11-10T19:52:47.799Z] #35 5.491 -- Detecting C compiler ABI info - done [2020-11-10T19:52:47.799Z] #35 5.527 -- Detecting C compile features [2020-11-10T19:52:47.799Z] #35 7.537 -- Detecting C compile features - done [2020-11-10T19:52:47.836Z] #41 ... [2020-11-10T19:52:47.836Z] [2020-11-10T19:52:47.836Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-10T19:52:47.836Z] #15 DONE 0.4s [2020-11-10T19:52:47.836Z] [2020-11-10T19:52:47.836Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:47.836Z] #41 50.72 AR compel/plugins/fds.lib.a [2020-11-10T19:52:47.836Z] #41 50.79 HOSTDEP compel/src/lib/log-host.d [2020-11-10T19:52:47.906Z] #41 74.93 CC criu/pie/parasite.o [2020-11-10T19:52:48.063Z] #35 ... [2020-11-10T19:52:48.063Z] [2020-11-10T19:52:48.063Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-10T19:52:48.063Z] #57 DONE 0.3s [2020-11-10T19:52:48.063Z] [2020-11-10T19:52:48.063Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:48.063Z] #35 7.626 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-10T19:52:48.063Z] #35 ... [2020-11-10T19:52:48.063Z] [2020-11-10T19:52:48.063Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-10T19:52:48.063Z] #58 DONE 0.2s [2020-11-10T19:52:48.063Z] [2020-11-10T19:52:48.063Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:48.063Z] #43 87.71 vendor/golang.org/x/net/http/httpproxy [2020-11-10T19:52:48.063Z] #43 87.72 net/textproto [2020-11-10T19:52:48.063Z] #43 87.72 crypto/x509 [2020-11-10T19:52:48.063Z] #43 88.64 vendor/golang.org/x/net/http/httpguts [2020-11-10T19:52:48.063Z] #43 88.64 mime/multipart [2020-11-10T19:52:48.134Z] #41 ... [2020-11-10T19:52:48.134Z] [2020-11-10T19:52:48.134Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-10T19:52:48.134Z] #16 DONE 0.3s [2020-11-10T19:52:48.134Z] [2020-11-10T19:52:48.134Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:48.134Z] #41 50.90 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-10T19:52:48.134Z] #41 51.09 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-11-10T19:52:48.434Z] #41 51.22 HOSTDEP compel/src/main-host.d [2020-11-10T19:52:48.434Z] #41 ... [2020-11-10T19:52:48.434Z] [2020-11-10T19:52:48.434Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-10T19:52:48.434Z] #17 DONE 0.4s [2020-11-10T19:52:48.434Z] [2020-11-10T19:52:48.434Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:48.434Z] #41 51.39 DEP compel/src/lib/ptrace.d [2020-11-10T19:52:48.734Z] #41 51.61 DEP compel/src/lib/infect.d [2020-11-10T19:52:49.034Z] #41 51.82 DEP compel/src/lib/infect-util.d [2020-11-10T19:52:49.034Z] #41 52.03 DEP compel/src/lib/infect-rpc.d [2020-11-10T19:52:49.034Z] #41 52.14 DEP compel/arch/ppc64/src/lib/infect.d [2020-11-10T19:52:49.279Z] #41 76.44 LINK criu/pie/parasite.built-in.o [2020-11-10T19:52:49.279Z] #41 76.47 GEN criu/pie/parasite-blob.h [2020-11-10T19:52:49.279Z] #41 76.48 CC criu/pie/parasite-vdso.o [2020-11-10T19:52:49.279Z] #41 ... [2020-11-10T19:52:49.279Z] [2020-11-10T19:52:49.279Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:49.279Z] #43 117.0 net/http/httptrace [2020-11-10T19:52:49.279Z] #43 117.4 net/http [2020-11-10T19:52:49.279Z] #43 ... [2020-11-10T19:52:49.279Z] [2020-11-10T19:52:49.279Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:52:49.334Z] #41 52.25 DEP compel/arch/ppc64/src/lib/cpu.d [2020-11-10T19:52:49.334Z] #41 52.31 DEP compel/src/lib/log.d [2020-11-10T19:52:49.537Z] #18 6.121 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-10T19:52:49.537Z] #18 11.31 Fetched 8398 kB in 10s (825 kB/s) [2020-11-10T19:52:49.634Z] #41 52.42 DEP compel/src/main.d [2020-11-10T19:52:49.634Z] #41 52.54 DEP compel/src/lib/handle-elf.d [2020-11-10T19:52:49.939Z] #41 52.70 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-11-10T19:52:49.939Z] #41 52.82 CC compel/src/lib/log.o [2020-11-10T19:52:49.939Z] #41 53.09 CC compel/arch/ppc64/src/lib/cpu.o [2020-11-10T19:52:50.103Z] #18 11.31 Reading package lists... [2020-11-10T19:52:50.103Z] #18 ... [2020-11-10T19:52:50.103Z] [2020-11-10T19:52:50.103Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:50.103Z] #41 77.23 CC criu/arch/x86/vdso-pie.o [2020-11-10T19:52:50.361Z] #41 77.58 CC criu/arch/x86/restorer.o [2020-11-10T19:52:50.592Z] #41 53.40 CC compel/arch/ppc64/src/lib/infect.o [2020-11-10T19:52:50.663Z] #51 ... [2020-11-10T19:52:50.663Z] [2020-11-10T19:52:50.663Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:50.663Z] #41 62.63 CC criu/pie/util-vdso-elf32.o [2020-11-10T19:52:50.663Z] #41 63.32 AR criu/pie/pie.lib.a [2020-11-10T19:52:50.663Z] #41 63.38 DEP criu/pie/restorer.d [2020-11-10T19:52:50.663Z] #41 63.57 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-10T19:52:50.663Z] #41 63.69 DEP criu/arch/x86/restorer_unmap.d [2020-11-10T19:52:50.663Z] #41 63.70 DEP criu/arch/x86/restorer.d [2020-11-10T19:52:50.663Z] #41 63.86 DEP criu/arch/x86/vdso-pie.d [2020-11-10T19:52:50.663Z] #41 63.96 DEP criu/pie/parasite-vdso.d [2020-11-10T19:52:50.663Z] #41 64.08 DEP criu/pie/parasite.d [2020-11-10T19:52:50.663Z] #41 64.34 CC criu/pie/parasite.o [2020-11-10T19:52:50.663Z] #41 65.77 LINK criu/pie/parasite.built-in.o [2020-11-10T19:52:50.663Z] #41 65.79 GEN criu/pie/parasite-blob.h [2020-11-10T19:52:50.663Z] #41 65.82 CC criu/pie/parasite-vdso.o [2020-11-10T19:52:50.663Z] #41 66.50 CC criu/arch/x86/vdso-pie.o [2020-11-10T19:52:50.663Z] #41 66.79 CC criu/arch/x86/restorer.o [2020-11-10T19:52:50.663Z] #41 ... [2020-11-10T19:52:50.663Z] [2020-11-10T19:52:50.663Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:50.663Z] #43 116.0 net/http/httptrace [2020-11-10T19:52:50.663Z] #43 116.3 net/http [2020-11-10T19:52:50.663Z] #43 ... [2020-11-10T19:52:50.663Z] [2020-11-10T19:52:50.663Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:52:50.663Z] #18 10.69 Fetched 8398 kB in 10s (878 kB/s) [2020-11-10T19:52:50.927Z] #41 78.22 CC criu/arch/x86/restorer_unmap.o [2020-11-10T19:52:50.927Z] #41 78.27 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-10T19:52:51.396Z] #43 91.73 crypto/tls [2020-11-10T19:52:51.396Z] #43 ... [2020-11-10T19:52:51.396Z] [2020-11-10T19:52:51.396Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:51.396Z] #35 7.853 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-10T19:52:51.396Z] #35 7.952 -- Configuring done [2020-11-10T19:52:51.396Z] #35 7.979 -- Generating done [2020-11-10T19:52:51.396Z] #35 7.979 -- Build files have been written to: /tmp/tmp.TtFFQw0zUH/tini [2020-11-10T19:52:51.396Z] #35 8.002 + make tini-static [2020-11-10T19:52:51.396Z] #35 8.369 Scanning dependencies of target tini-static [2020-11-10T19:52:51.396Z] #35 8.513 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-10T19:52:51.396Z] #35 10.06 [100%] Linking C executable tini-static [2020-11-10T19:52:51.396Z] #35 10.66 [100%] Built target tini-static [2020-11-10T19:52:51.396Z] #35 10.70 + mkdir -p /build [2020-11-10T19:52:51.396Z] #35 10.70 + cp tini-static /build/docker-init [2020-11-10T19:52:51.396Z] #35 DONE 11.1s [2020-11-10T19:52:51.492Z] #41 78.59 CC criu/pie/restorer.o [2020-11-10T19:52:51.646Z] #41 54.36 CC compel/src/lib/infect-rpc.o [2020-11-10T19:52:51.662Z] [2020-11-10T19:52:51.662Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:51.662Z] #41 2.659 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:52:51.662Z] #41 2.660 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:52:51.662Z] #41 2.687 Note: Building without GnuTLS support [2020-11-10T19:52:51.662Z] #41 2.693 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:52:51.662Z] #41 2.693 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:52:51.662Z] #41 4.832 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:52:51.662Z] #41 4.886 GEN .gitid [2020-11-10T19:52:51.662Z] #41 4.940 GEN criu/include/version.h [2020-11-10T19:52:51.662Z] #41 5.057 GEN include/common/asm [2020-11-10T19:52:51.662Z] #41 6.625 PBCC images/timens.pb-c.c [2020-11-10T19:52:51.662Z] #41 6.728 DEP images/timens.pb-c.d [2020-11-10T19:52:51.662Z] #41 6.767 PBCC images/fown.pb-c.c [2020-11-10T19:52:51.662Z] #41 6.827 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-10T19:52:51.662Z] #41 6.900 PBCC images/opts.pb-c.c [2020-11-10T19:52:51.662Z] #41 6.933 PBCC images/memfd.pb-c.c [2020-11-10T19:52:51.662Z] #41 6.976 DEP images/fown.pb-c.d [2020-11-10T19:52:51.662Z] #41 7.012 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-10T19:52:51.662Z] #41 7.060 DEP images/opts.pb-c.d [2020-11-10T19:52:51.662Z] #41 7.092 DEP images/memfd.pb-c.d [2020-11-10T19:52:51.662Z] #41 7.130 PBCC images/sit.pb-c.c [2020-11-10T19:52:51.662Z] #41 7.172 DEP images/sit.pb-c.d [2020-11-10T19:52:51.662Z] #41 7.201 PBCC images/macvlan.pb-c.c [2020-11-10T19:52:51.662Z] #41 7.215 DEP images/macvlan.pb-c.d [2020-11-10T19:52:51.662Z] #41 7.258 PBCC images/autofs.pb-c.c [2020-11-10T19:52:51.662Z] #41 7.339 DEP images/autofs.pb-c.d [2020-11-10T19:52:51.662Z] #41 7.428 PBCC images/sysctl.pb-c.c [2020-11-10T19:52:51.662Z] #41 7.468 DEP images/sysctl.pb-c.d [2020-11-10T19:52:51.662Z] #41 7.490 PBCC images/time.pb-c.c [2020-11-10T19:52:51.662Z] #41 7.515 DEP images/time.pb-c.d [2020-11-10T19:52:51.662Z] #41 7.562 PBCC images/binfmt-misc.pb-c.c [2020-11-10T19:52:51.662Z] #41 7.594 DEP images/binfmt-misc.pb-c.d [2020-11-10T19:52:51.927Z] #41 7.704 PBCC images/seccomp.pb-c.c [2020-11-10T19:52:51.927Z] #41 7.722 DEP images/seccomp.pb-c.d [2020-11-10T19:52:51.927Z] #41 7.787 PBCC images/userns.pb-c.c [2020-11-10T19:52:51.927Z] #41 7.800 DEP images/userns.pb-c.d [2020-11-10T19:52:51.943Z] #41 54.85 CC compel/src/lib/infect-util.o [2020-11-10T19:52:51.943Z] #41 55.11 CC compel/src/lib/infect.o [2020-11-10T19:52:52.191Z] #41 7.888 PBCC images/cgroup.pb-c.c [2020-11-10T19:52:52.191Z] #41 7.933 DEP images/cgroup.pb-c.d [2020-11-10T19:52:52.191Z] #41 8.036 PBCC images/ext-file.pb-c.c [2020-11-10T19:52:52.191Z] #41 8.104 DEP images/ext-file.pb-c.d [2020-11-10T19:52:52.191Z] #41 8.136 PBCC images/rpc.pb-c.c [2020-11-10T19:52:52.455Z] #41 8.176 DEP images/rpc.pb-c.d [2020-11-10T19:52:52.455Z] #41 8.237 PBCC images/siginfo.pb-c.c [2020-11-10T19:52:52.455Z] #41 8.273 DEP images/siginfo.pb-c.d [2020-11-10T19:52:52.455Z] #41 8.329 PBCC images/pagemap.pb-c.c [2020-11-10T19:52:52.722Z] #41 8.389 DEP images/pagemap.pb-c.d [2020-11-10T19:52:52.722Z] #41 8.487 PBCC images/rlimit.pb-c.c [2020-11-10T19:52:52.722Z] #41 8.535 DEP images/rlimit.pb-c.d [2020-11-10T19:52:52.722Z] #41 8.607 PBCC images/file-lock.pb-c.c [2020-11-10T19:52:52.988Z] #41 8.634 DEP images/file-lock.pb-c.d [2020-11-10T19:52:52.988Z] #41 8.696 PBCC images/tty.pb-c.c [2020-11-10T19:52:52.988Z] #41 8.737 DEP images/tty.pb-c.d [2020-11-10T19:52:52.988Z] #41 8.763 PBCC images/tun.pb-c.c [2020-11-10T19:52:52.988Z] #41 8.802 PBCC images/netdev.pb-c.c [2020-11-10T19:52:52.988Z] #41 8.846 DEP images/tun.pb-c.d [2020-11-10T19:52:52.988Z] #41 8.900 DEP images/netdev.pb-c.d [2020-11-10T19:52:52.988Z] #41 8.954 PBCC images/vma.pb-c.c [2020-11-10T19:52:52.999Z] #41 ... [2020-11-10T19:52:52.999Z] [2020-11-10T19:52:52.999Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:52.999Z] #43 102.6 text/template [2020-11-10T19:52:52.999Z] #43 103.9 go/parser [2020-11-10T19:52:52.999Z] #43 110.2 encoding/xml [2020-11-10T19:52:52.999Z] #43 ... [2020-11-10T19:52:52.999Z] [2020-11-10T19:52:52.999Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:52:52.999Z] #18 0.471 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:52:52.999Z] #18 0.533 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:52:52.999Z] #18 0.539 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:52:52.999Z] #18 1.809 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-10T19:52:52.999Z] #18 3.272 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [234 kB] [2020-11-10T19:52:53.254Z] #41 8.990 DEP images/vma.pb-c.d [2020-11-10T19:52:53.254Z] #41 9.012 PBCC images/creds.pb-c.c [2020-11-10T19:52:53.254Z] #41 9.038 DEP images/creds.pb-c.d [2020-11-10T19:52:53.297Z] #18 4.722 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-10T19:52:53.488Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T19:52:53.488Z] [2020-11-10T19:52:53.488Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-11-10T19:52:53.488Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-11-10T19:52:53.488Z] Using test binary docker [2020-11-10T19:52:53.488Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-10T19:52:53.488Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-10T19:52:53.488Z] INFO: Waiting for daemon to start... [2020-11-10T19:52:53.488Z] Starting dockerd [2020-11-10T19:52:53.520Z] #41 9.125 PBCC images/utsns.pb-c.c [2020-11-10T19:52:53.520Z] #41 9.136 DEP images/utsns.pb-c.d [2020-11-10T19:52:53.520Z] #41 9.244 PBCC images/ipc-desc.pb-c.c [2020-11-10T19:52:53.520Z] #41 9.276 PBCC images/ipc-sem.pb-c.c [2020-11-10T19:52:53.520Z] #41 9.324 DEP images/ipc-desc.pb-c.d [2020-11-10T19:52:53.520Z] #41 9.388 DEP images/ipc-sem.pb-c.d [2020-11-10T19:52:53.747Z] . [2020-11-10T19:52:53.747Z] INFO: Building docker-sdk-python3:4.3.0... [2020-11-10T19:52:53.784Z] #41 9.451 PBCC images/ipc-msg.pb-c.c [2020-11-10T19:52:53.784Z] #41 9.477 DEP images/ipc-msg.pb-c.d [2020-11-10T19:52:53.784Z] #41 9.558 PBCC images/ipc-shm.pb-c.c [2020-11-10T19:52:53.784Z] #41 9.580 DEP images/ipc-shm.pb-c.d [2020-11-10T19:52:53.784Z] #41 9.637 PBCC images/ipc-var.pb-c.c [2020-11-10T19:52:53.784Z] #41 9.664 DEP images/ipc-var.pb-c.d [2020-11-10T19:52:54.049Z] #41 9.724 PBCC images/sk-opts.pb-c.c [2020-11-10T19:52:54.049Z] #41 9.756 PBCC images/packet-sock.pb-c.c [2020-11-10T19:52:54.049Z] #41 9.824 DEP images/sk-opts.pb-c.d [2020-11-10T19:52:54.049Z] #41 9.885 DEP images/packet-sock.pb-c.d [2020-11-10T19:52:54.314Z] #41 9.972 PBCC images/sk-netlink.pb-c.c [2020-11-10T19:52:54.314Z] #41 10.06 DEP images/sk-netlink.pb-c.d [2020-11-10T19:52:54.314Z] #41 10.12 PBCC images/sk-inet.pb-c.c [2020-11-10T19:52:54.314Z] #41 10.22 DEP images/sk-inet.pb-c.d [2020-11-10T19:52:54.580Z] #41 10.29 PBCC images/sk-unix.pb-c.c [2020-11-10T19:52:54.580Z] #41 10.36 DEP images/sk-unix.pb-c.d [2020-11-10T19:52:54.580Z] #41 10.44 PBCC images/mm.pb-c.c [2020-11-10T19:52:54.773Z] #41 81.91 LINK criu/pie/restorer.built-in.o [2020-11-10T19:52:54.773Z] #41 81.95 GEN criu/pie/restorer-blob.h [2020-11-10T19:52:54.773Z] #41 82.10 DEP criu/vdso.d [2020-11-10T19:52:54.831Z] #18 ... [2020-11-10T19:52:54.831Z] [2020-11-10T19:52:54.831Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:54.831Z] #41 57.76 CC compel/src/lib/ptrace.o [2020-11-10T19:52:54.845Z] #41 10.51 DEP images/mm.pb-c.d [2020-11-10T19:52:54.845Z] #41 10.58 PBCC images/timerfd.pb-c.c [2020-11-10T19:52:54.845Z] #41 10.66 DEP images/timerfd.pb-c.d [2020-11-10T19:52:54.845Z] #41 10.72 PBCC images/timer.pb-c.c [2020-11-10T19:52:54.845Z] #41 10.75 DEP images/timer.pb-c.d [2020-11-10T19:52:54.886Z] #18 10.69 Reading package lists... [2020-11-10T19:52:55.110Z] #41 10.82 PBCC images/sa.pb-c.c [2020-11-10T19:52:55.110Z] #41 10.87 DEP images/sa.pb-c.d [2020-11-10T19:52:55.130Z] #41 58.21 AR compel/libcompel.a [2020-11-10T19:52:55.338Z] #41 82.41 DEP criu/vdso-compat.d [2020-11-10T19:52:55.339Z] #41 82.55 DEP criu/uts_ns.d [2020-11-10T19:52:55.374Z] #41 10.97 PBCC images/pipe-data.pb-c.c [2020-11-10T19:52:55.375Z] #41 11.02 DEP images/pipe-data.pb-c.d [2020-11-10T19:52:55.375Z] #41 11.05 PBCC images/mnt.pb-c.c [2020-11-10T19:52:55.375Z] #41 11.12 DEP images/mnt.pb-c.d [2020-11-10T19:52:55.375Z] #41 11.17 PBCC images/sk-packet.pb-c.c [2020-11-10T19:52:55.375Z] #41 11.21 DEP images/sk-packet.pb-c.d [2020-11-10T19:52:55.375Z] #41 11.25 PBCC images/tcp-stream.pb-c.c [2020-11-10T19:52:55.427Z] #41 58.28 HOSTCC compel/src/main-host.o [2020-11-10T19:52:55.597Z] #41 82.69 DEP criu/util.d [2020-11-10T19:52:55.639Z] #41 11.34 DEP images/tcp-stream.pb-c.d [2020-11-10T19:52:55.639Z] #41 11.40 PBCC images/pipe.pb-c.c [2020-11-10T19:52:55.639Z] #41 11.45 DEP images/pipe.pb-c.d [2020-11-10T19:52:55.639Z] #41 11.52 PBCC images/pstree.pb-c.c [2020-11-10T19:52:55.726Z] #41 58.55 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-11-10T19:52:55.726Z] #41 58.76 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-10T19:52:55.855Z] #41 82.85 DEP criu/uffd.d [2020-11-10T19:52:55.855Z] #41 83.09 DEP criu/tun.d [2020-11-10T19:52:55.904Z] #41 11.54 DEP images/pstree.pb-c.d [2020-11-10T19:52:55.904Z] #41 11.56 PBCC images/fs.pb-c.c [2020-11-10T19:52:55.904Z] #41 11.58 DEP images/fs.pb-c.d [2020-11-10T19:52:55.904Z] #41 11.65 PBCC images/signalfd.pb-c.c [2020-11-10T19:52:55.904Z] #41 11.72 DEP images/signalfd.pb-c.d [2020-11-10T19:52:56.112Z] #41 83.27 DEP criu/tty.d [2020-11-10T19:52:56.169Z] #41 11.80 PBCC images/fh.pb-c.c [2020-11-10T19:52:56.169Z] #41 11.90 PBCC images/fsnotify.pb-c.c [2020-11-10T19:52:56.169Z] #41 12.01 DEP images/fh.pb-c.d [2020-11-10T19:52:56.274Z] #18 14.71 Reading package lists... [2020-11-10T19:52:56.275Z] #18 ... [2020-11-10T19:52:56.275Z] [2020-11-10T19:52:56.275Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:52:56.275Z] #41 67.34 CC criu/arch/x86/restorer_unmap.o [2020-11-10T19:52:56.275Z] #41 67.39 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-10T19:52:56.275Z] #41 67.71 CC criu/pie/restorer.o [2020-11-10T19:52:56.275Z] #41 70.94 LINK criu/pie/restorer.built-in.o [2020-11-10T19:52:56.275Z] #41 70.98 GEN criu/pie/restorer-blob.h [2020-11-10T19:52:56.275Z] #41 71.05 DEP criu/vdso.d [2020-11-10T19:52:56.275Z] #41 71.23 DEP criu/vdso-compat.d [2020-11-10T19:52:56.275Z] #41 71.35 DEP criu/uts_ns.d [2020-11-10T19:52:56.275Z] #41 71.60 DEP criu/util.d [2020-11-10T19:52:56.275Z] #41 71.77 DEP criu/uffd.d [2020-11-10T19:52:56.275Z] #41 71.98 DEP criu/tun.d [2020-11-10T19:52:56.275Z] #41 72.13 DEP criu/tty.d [2020-11-10T19:52:56.275Z] #41 72.33 DEP criu/timerfd.d [2020-11-10T19:52:56.275Z] #41 72.51 DEP criu/timens.d [2020-11-10T19:52:56.275Z] #41 72.67 DEP criu/sysfs_parse.d [2020-11-10T19:52:56.275Z] #41 72.83 DEP criu/sysctl.d [2020-11-10T19:52:56.275Z] #41 72.97 DEP criu/string.d [2020-11-10T19:52:56.275Z] #41 73.01 DEP criu/stats.d [2020-11-10T19:52:56.370Z] #41 83.48 DEP criu/timerfd.d [2020-11-10T19:52:56.380Z] #41 59.20 HOSTCC compel/src/lib/log-host.o [2020-11-10T19:52:56.380Z] #41 59.46 HOSTLINK compel/compel-host-bin [2020-11-10T19:52:56.380Z] #41 ... [2020-11-10T19:52:56.380Z] [2020-11-10T19:52:56.380Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:56.380Z] #49 106.1 golang.org/x/crypto/ssh/terminal [2020-11-10T19:52:56.380Z] #49 111.3 mvdan.cc/sh/v3/cmd/shfmt [2020-11-10T19:52:56.435Z] #41 12.09 DEP images/fsnotify.pb-c.d [2020-11-10T19:52:56.435Z] #41 12.17 PBCC images/eventpoll.pb-c.c [2020-11-10T19:52:56.435Z] #41 12.20 DEP images/eventpoll.pb-c.d [2020-11-10T19:52:56.435Z] #41 12.29 PBCC images/eventfd.pb-c.c [2020-11-10T19:52:56.536Z] #41 73.10 DEP criu/sockets.d [2020-11-10T19:52:56.536Z] #41 73.36 DEP criu/sk-unix.d [2020-11-10T19:52:56.628Z] #41 83.75 DEP criu/timens.d [2020-11-10T19:52:56.680Z] #49 ... [2020-11-10T19:52:56.680Z] [2020-11-10T19:52:56.680Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:56.680Z] #43 115.2 math/big [2020-11-10T19:52:56.699Z] #41 12.30 DEP images/eventfd.pb-c.d [2020-11-10T19:52:56.699Z] #41 12.35 PBCC images/remap-file-path.pb-c.c [2020-11-10T19:52:56.699Z] #41 12.39 DEP images/remap-file-path.pb-c.d [2020-11-10T19:52:56.699Z] #41 12.44 PBCC images/fifo.pb-c.c [2020-11-10T19:52:56.699Z] #41 12.47 DEP images/fifo.pb-c.d [2020-11-10T19:52:56.699Z] #41 12.50 PBCC images/ghost-file.pb-c.c [2020-11-10T19:52:56.699Z] #41 12.53 DEP images/ghost-file.pb-c.d [2020-11-10T19:52:56.699Z] #41 12.56 PBCC images/regfile.pb-c.c [2020-11-10T19:52:56.699Z] #41 12.60 DEP images/regfile.pb-c.d [2020-11-10T19:52:56.699Z] #41 12.63 PBCC images/ns.pb-c.c [2020-11-10T19:52:56.699Z] #41 12.64 DEP images/ns.pb-c.d [2020-11-10T19:52:56.699Z] #41 12.67 PBCC images/fdinfo.pb-c.c [2020-11-10T19:52:56.886Z] #41 83.91 DEP criu/sysfs_parse.d [2020-11-10T19:52:56.886Z] #41 84.06 DEP criu/sysctl.d [2020-11-10T19:52:56.965Z] #41 12.74 DEP images/fdinfo.pb-c.d [2020-11-10T19:52:56.965Z] #41 12.84 PBCC images/core-aarch64.pb-c.c [2020-11-10T19:52:56.965Z] #41 12.88 PBCC images/core-arm.pb-c.c [2020-11-10T19:52:56.965Z] #41 12.93 PBCC images/core-ppc64.pb-c.c [2020-11-10T19:52:56.965Z] #41 ... [2020-11-10T19:52:56.965Z] [2020-11-10T19:52:56.965Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:56.965Z] #43 98.05 net/http/httptrace [2020-11-10T19:52:57.110Z] #41 73.59 DEP criu/sk-tcp.d [2020-11-10T19:52:57.110Z] #41 73.80 DEP criu/sk-queue.d [2020-11-10T19:52:57.144Z] #41 84.28 DEP criu/string.d [2020-11-10T19:52:57.144Z] #41 84.33 DEP criu/stats.d [2020-11-10T19:52:57.372Z] #41 73.98 DEP criu/sk-packet.d [2020-11-10T19:52:57.402Z] #41 84.43 DEP criu/sockets.d [2020-11-10T19:52:57.402Z] #41 84.65 DEP criu/sk-unix.d [2020-11-10T19:52:57.545Z] #43 98.36 net/http [2020-11-10T19:52:57.635Z] #41 74.16 DEP criu/sk-netlink.d [2020-11-10T19:52:57.635Z] #41 74.37 DEP criu/sk-inet.d [2020-11-10T19:52:57.737Z] #43 ... [2020-11-10T19:52:57.737Z] [2020-11-10T19:52:57.737Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-10T19:52:57.737Z] #49 DONE 117.1s [2020-11-10T19:52:57.737Z] [2020-11-10T19:52:57.737Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:52:57.737Z] #51 10.69 + cd /tmp/tmp.uJYKKzwf04/src/github.com/opencontainers/runc [2020-11-10T19:52:57.737Z] #51 10.70 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-10T19:52:57.737Z] #51 11.46 + '[' -z '' ']' [2020-11-10T19:52:57.737Z] #51 11.46 + target=static [2020-11-10T19:52:57.737Z] #51 11.46 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-10T19:52:57.900Z] #41 74.57 DEP criu/signalfd.d [2020-11-10T19:52:57.967Z] #41 84.88 DEP criu/sk-tcp.d [2020-11-10T19:52:57.967Z] #41 85.10 DEP criu/sk-queue.d [2020-11-10T19:52:58.036Z] #51 12.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-11-10T19:52:58.162Z] #41 74.69 DEP criu/sigframe.d [2020-11-10T19:52:58.162Z] #41 74.80 DEP criu/shmem.d [2020-11-10T19:52:58.162Z] #41 ... [2020-11-10T19:52:58.162Z] [2020-11-10T19:52:58.162Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:52:58.162Z] #18 14.71 Reading package lists... [2020-11-10T19:52:58.233Z] #41 85.24 DEP criu/sk-packet.d [2020-11-10T19:52:58.233Z] #41 85.48 DEP criu/sk-netlink.d [2020-11-10T19:52:58.491Z] #41 85.75 DEP criu/sk-inet.d [2020-11-10T19:52:58.749Z] #41 86.01 DEP criu/signalfd.d [2020-11-10T19:52:59.007Z] #41 86.16 DEP criu/sigframe.d [2020-11-10T19:52:59.008Z] #41 86.31 DEP criu/shmem.d [2020-11-10T19:52:59.106Z] #18 18.29 Building dependency tree... [2020-11-10T19:52:59.266Z] #41 86.51 DEP criu/servicefd.d [2020-11-10T19:52:59.523Z] #41 86.66 DEP criu/seize.d [2020-11-10T19:52:59.523Z] #41 86.83 DEP criu/seccomp.d [2020-11-10T19:52:59.781Z] #41 86.99 DEP criu/rst-malloc.d [2020-11-10T19:52:59.781Z] #41 87.09 DEP criu/rbtree.d [2020-11-10T19:53:00.039Z] #41 87.14 DEP criu/pstree.d [2020-11-10T19:53:00.039Z] #41 87.33 DEP criu/protobuf.d [2020-11-10T19:53:00.051Z] #18 20.04 libcap2-bin is already the newest version (1:2.25-2). [2020-11-10T19:53:00.051Z] #18 20.04 The following additional packages will be installed: [2020-11-10T19:53:00.051Z] #18 20.05 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-10T19:53:00.051Z] #18 20.05 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-10T19:53:00.051Z] #18 20.05 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-10T19:53:00.051Z] #18 20.05 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-10T19:53:00.051Z] #18 20.05 python3.7 python3.7-minimal vim-runtime xxd [2020-11-10T19:53:00.051Z] #18 20.06 Suggested packages: [2020-11-10T19:53:00.051Z] #18 20.06 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-10T19:53:00.051Z] #18 20.06 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-10T19:53:00.051Z] #18 20.06 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-10T19:53:00.051Z] #18 20.06 Recommended packages: [2020-11-10T19:53:00.051Z] #18 20.06 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-10T19:53:00.051Z] #18 20.06 python3-keyrings.alt python3-xdg unzip [2020-11-10T19:53:00.297Z] #41 87.45 GEN criu/protobuf-desc-gen.h [2020-11-10T19:53:00.297Z] #41 ... [2020-11-10T19:53:00.297Z] [2020-11-10T19:53:00.297Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:00.297Z] #18 11.31 Reading package lists... [2020-11-10T19:53:00.297Z] #18 15.94 Reading package lists... [2020-11-10T19:53:00.297Z] #18 20.49 Building dependency tree... [2020-11-10T19:53:00.297Z] #18 22.78 libcap2-bin is already the newest version (1:2.25-2). [2020-11-10T19:53:00.297Z] #18 22.78 The following additional packages will be installed: [2020-11-10T19:53:00.297Z] #18 22.79 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-10T19:53:00.297Z] #18 22.79 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-10T19:53:00.297Z] #18 22.80 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-10T19:53:00.297Z] #18 22.80 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-10T19:53:00.297Z] #18 22.80 python3.7 python3.7-minimal vim-runtime xxd [2020-11-10T19:53:00.297Z] #18 22.81 Suggested packages: [2020-11-10T19:53:00.297Z] #18 22.82 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-10T19:53:00.297Z] #18 22.82 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-10T19:53:00.297Z] #18 22.82 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-10T19:53:00.297Z] #18 22.82 Recommended packages: [2020-11-10T19:53:00.297Z] #18 22.82 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-10T19:53:00.297Z] #18 22.83 python3-keyrings.alt python3-xdg unzip [2020-11-10T19:53:00.297Z] #18 24.74 The following NEW packages will be installed: [2020-11-10T19:53:00.297Z] #18 24.75 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-10T19:53:00.297Z] #18 24.75 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-10T19:53:00.297Z] #18 24.75 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-10T19:53:00.297Z] #18 24.75 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-10T19:53:00.297Z] #18 24.75 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-10T19:53:00.297Z] #18 24.75 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-10T19:53:00.297Z] #18 24.76 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-10T19:53:00.297Z] #18 24.76 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-10T19:53:00.297Z] #18 24.76 xz-utils zip [2020-11-10T19:53:00.297Z] #18 25.16 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:53:00.297Z] #18 25.16 Need to get 28.5 MB of archives. [2020-11-10T19:53:00.297Z] #18 25.16 After this operation, 116 MB of additional disk space will be used. [2020-11-10T19:53:00.297Z] #18 25.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-10T19:53:00.297Z] #18 25.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-11-10T19:53:00.297Z] #18 25.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-11-10T19:53:00.297Z] #18 25.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-10T19:53:00.297Z] #18 25.34 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-10T19:53:00.297Z] #18 25.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-11-10T19:53:00.297Z] #18 25.47 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-10T19:53:00.297Z] #18 25.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-10T19:53:00.297Z] #18 25.50 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-10T19:53:00.297Z] #18 25.50 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-10T19:53:00.297Z] #18 25.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-10T19:53:00.297Z] #18 25.53 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-10T19:53:00.297Z] #18 25.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-10T19:53:00.297Z] #18 25.54 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-10T19:53:00.297Z] #18 25.54 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-10T19:53:00.297Z] #18 25.55 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-10T19:53:00.297Z] #18 25.56 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-10T19:53:00.297Z] #18 25.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-10T19:53:00.297Z] #18 25.60 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-10T19:53:00.297Z] #18 25.62 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-11-10T19:53:00.297Z] #18 25.62 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-10T19:53:00.297Z] #18 25.63 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-10T19:53:00.297Z] #18 25.67 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-10T19:53:00.556Z] #18 25.68 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-10T19:53:00.556Z] #18 25.69 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-10T19:53:00.556Z] #18 25.71 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-10T19:53:00.556Z] #18 25.72 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-10T19:53:00.556Z] #18 25.73 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-10T19:53:00.556Z] #18 25.73 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-10T19:53:01.122Z] #18 26.35 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-10T19:53:01.122Z] #18 26.36 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-10T19:53:01.122Z] #18 26.36 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-10T19:53:01.122Z] #18 26.36 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-10T19:53:01.122Z] #18 26.36 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-10T19:53:01.122Z] #18 26.38 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-10T19:53:01.122Z] #18 26.50 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-10T19:53:01.379Z] #18 26.51 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-10T19:53:01.379Z] #18 26.52 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-10T19:53:01.379Z] #18 26.54 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-10T19:53:01.380Z] #18 26.54 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-10T19:53:01.380Z] #18 26.56 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-10T19:53:01.380Z] #18 26.57 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-10T19:53:01.380Z] #18 26.65 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-11-10T19:53:01.637Z] #18 26.66 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-10T19:53:01.637Z] #18 26.67 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-10T19:53:01.895Z] #18 27.09 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-10T19:53:01.895Z] #18 27.16 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-10T19:53:01.895Z] #18 27.23 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-10T19:53:01.970Z] #18 22.16 The following NEW packages will be installed: [2020-11-10T19:53:01.970Z] #18 22.16 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-10T19:53:01.970Z] #18 22.17 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-10T19:53:01.970Z] #18 22.17 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-10T19:53:01.970Z] #18 22.17 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-10T19:53:01.970Z] #18 22.17 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-10T19:53:01.970Z] #18 22.17 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-10T19:53:01.970Z] #18 22.17 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-10T19:53:01.970Z] #18 22.17 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-10T19:53:01.970Z] #18 22.17 xz-utils zip [2020-11-10T19:53:02.152Z] #18 ... [2020-11-10T19:53:02.152Z] [2020-11-10T19:53:02.152Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:02.152Z] #43 129.8 github.com/LK4D4/vndr/godl [2020-11-10T19:53:02.152Z] #43 130.9 github.com/LK4D4/vndr [2020-11-10T19:53:02.410Z] #43 ... [2020-11-10T19:53:02.410Z] [2020-11-10T19:53:02.410Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:02.410Z] #41 89.60 DEP criu/protobuf-desc.d [2020-11-10T19:53:02.410Z] #41 89.72 DEP criu/proc_parse.d [2020-11-10T19:53:02.543Z] #18 22.64 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:53:02.543Z] #18 22.64 Need to get 28.5 MB of archives. [2020-11-10T19:53:02.543Z] #18 22.64 After this operation, 116 MB of additional disk space will be used. [2020-11-10T19:53:02.543Z] #18 22.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-10T19:53:02.543Z] #18 22.64 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-11-10T19:53:02.543Z] #18 22.68 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-11-10T19:53:02.543Z] #18 22.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-10T19:53:02.552Z] #51 ... [2020-11-10T19:53:02.552Z] [2020-11-10T19:53:02.552Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:53:02.552Z] #56 121.8 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-10T19:53:02.552Z] #56 121.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-10T19:53:02.667Z] #41 89.93 DEP criu/plugin.d [2020-11-10T19:53:02.805Z] #18 22.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-10T19:53:02.805Z] #18 22.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-11-10T19:53:02.805Z] #18 22.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-10T19:53:02.805Z] #18 22.88 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-10T19:53:02.805Z] #18 22.89 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-10T19:53:02.805Z] #18 22.89 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-10T19:53:02.805Z] #18 22.90 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-10T19:53:02.805Z] #18 22.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-10T19:53:02.805Z] #18 22.91 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-10T19:53:02.805Z] #18 22.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-10T19:53:02.805Z] #18 22.91 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-10T19:53:02.805Z] #18 22.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-10T19:53:02.805Z] #18 22.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-10T19:53:02.805Z] #18 22.96 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-10T19:53:02.805Z] #18 22.99 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-10T19:53:02.805Z] #18 23.00 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-11-10T19:53:02.805Z] #18 23.00 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-10T19:53:02.805Z] #18 23.00 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-10T19:53:02.805Z] #18 23.05 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-10T19:53:02.805Z] #18 23.05 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-10T19:53:02.873Z] #43 ... [2020-11-10T19:53:02.873Z] [2020-11-10T19:53:02.873Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:02.873Z] #41 12.97 PBCC images/core-s390.pb-c.c [2020-11-10T19:53:02.873Z] #41 13.02 PBCC images/core-x86.pb-c.c [2020-11-10T19:53:02.873Z] #41 13.05 PBCC images/core.pb-c.c [2020-11-10T19:53:02.873Z] #41 13.11 PBCC images/inventory.pb-c.c [2020-11-10T19:53:02.873Z] #41 13.16 DEP images/core-aarch64.pb-c.d [2020-11-10T19:53:02.873Z] #41 13.22 DEP images/core-arm.pb-c.d [2020-11-10T19:53:02.873Z] #41 13.27 DEP images/core-ppc64.pb-c.d [2020-11-10T19:53:02.873Z] #41 13.29 DEP images/core-s390.pb-c.d [2020-11-10T19:53:02.873Z] #41 13.32 DEP images/core-x86.pb-c.d [2020-11-10T19:53:02.873Z] #41 13.34 DEP images/core.pb-c.d [2020-11-10T19:53:02.873Z] #41 13.37 DEP images/inventory.pb-c.d [2020-11-10T19:53:02.873Z] #41 13.44 PBCC images/cpuinfo.pb-c.c [2020-11-10T19:53:02.873Z] #41 13.50 DEP images/cpuinfo.pb-c.d [2020-11-10T19:53:02.873Z] #41 13.53 PBCC images/stats.pb-c.c [2020-11-10T19:53:02.873Z] #41 13.57 DEP images/stats.pb-c.d [2020-11-10T19:53:02.873Z] #41 15.02 make[1]: Nothing to be done for 'all'. [2020-11-10T19:53:02.873Z] #41 16.28 CC images/stats.o [2020-11-10T19:53:02.873Z] #41 16.60 CC images/core.o [2020-11-10T19:53:02.873Z] #41 17.00 CC images/core-x86.o [2020-11-10T19:53:02.873Z] #41 17.40 CC images/core-arm.o [2020-11-10T19:53:02.873Z] #41 17.74 CC images/core-aarch64.o [2020-11-10T19:53:02.873Z] #41 18.24 CC images/core-ppc64.o [2020-11-10T19:53:02.873Z] #41 18.84 CC images/core-s390.o [2020-11-10T19:53:02.926Z] #41 90.03 DEP criu/pipes.d [2020-11-10T19:53:02.926Z] #41 90.21 DEP criu/pie-util.d [2020-11-10T19:53:03.066Z] #18 23.07 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-10T19:53:03.067Z] #18 23.08 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-10T19:53:03.067Z] #18 23.09 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-10T19:53:03.067Z] #18 23.10 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-10T19:53:03.067Z] #18 23.10 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-10T19:53:03.184Z] #41 90.33 DEP criu/pie-util-vdso.d [2020-11-10T19:53:03.329Z] #18 23.62 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-10T19:53:03.329Z] #18 ... [2020-11-10T19:53:03.329Z] [2020-11-10T19:53:03.329Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:03.329Z] #43 129.1 github.com/LK4D4/vndr/godl [2020-11-10T19:53:03.329Z] #43 129.9 github.com/LK4D4/vndr [2020-11-10T19:53:03.441Z] #41 90.47 DEP criu/pie-util-vdso-elf32.d [2020-11-10T19:53:03.441Z] #41 90.59 DEP criu/path.d [2020-11-10T19:53:03.590Z] #43 ... [2020-11-10T19:53:03.590Z] [2020-11-10T19:53:03.590Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:03.590Z] #18 23.62 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-10T19:53:03.590Z] #18 23.62 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-10T19:53:03.590Z] #18 23.62 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-10T19:53:03.590Z] #18 23.63 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-10T19:53:03.590Z] #18 23.65 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-10T19:53:03.590Z] #18 23.73 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-10T19:53:03.590Z] #18 23.73 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-10T19:53:03.590Z] #18 23.74 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-10T19:53:03.590Z] #18 23.75 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-10T19:53:03.590Z] #18 23.76 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-10T19:53:03.590Z] #18 23.78 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-10T19:53:03.590Z] #18 23.79 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-10T19:53:03.590Z] #18 23.86 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-11-10T19:53:03.700Z] #41 90.73 DEP criu/parasite-syscall.d [2020-11-10T19:53:03.700Z] #41 90.94 DEP criu/pagemap.d [2020-11-10T19:53:03.858Z] #18 23.88 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-10T19:53:03.858Z] #18 23.90 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-10T19:53:03.958Z] #41 91.08 DEP criu/pagemap-cache.d [2020-11-10T19:53:04.216Z] #41 ... [2020-11-10T19:53:04.216Z] [2020-11-10T19:53:04.216Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:04.216Z] #43 DONE 141.9s [2020-11-10T19:53:04.216Z] [2020-11-10T19:53:04.216Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:04.216Z] #41 91.31 DEP criu/page-xfer.d [2020-11-10T19:53:04.216Z] #41 91.51 DEP criu/page-pipe.d [2020-11-10T19:53:04.274Z] #41 19.74 CC images/cpuinfo.o [2020-11-10T19:53:04.431Z] #18 24.44 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-10T19:53:04.431Z] #18 24.50 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-10T19:53:04.431Z] #18 24.57 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-10T19:53:04.473Z] #41 91.65 DEP criu/netfilter.d [2020-11-10T19:53:04.539Z] #41 20.35 CC images/inventory.o [2020-11-10T19:53:04.731Z] #41 91.89 DEP criu/net.d [2020-11-10T19:53:04.989Z] #41 92.20 DEP criu/namespaces.d [2020-11-10T19:53:05.005Z] #18 ... [2020-11-10T19:53:05.005Z] [2020-11-10T19:53:05.005Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:05.005Z] #43 DONE 140.5s [2020-11-10T19:53:05.005Z] [2020-11-10T19:53:05.005Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:05.005Z] #41 74.99 DEP criu/servicefd.d [2020-11-10T19:53:05.005Z] #41 75.22 DEP criu/seize.d [2020-11-10T19:53:05.005Z] #41 75.38 DEP criu/seccomp.d [2020-11-10T19:53:05.005Z] #41 75.59 DEP criu/rst-malloc.d [2020-11-10T19:53:05.005Z] #41 75.68 DEP criu/rbtree.d [2020-11-10T19:53:05.005Z] #41 75.74 DEP criu/pstree.d [2020-11-10T19:53:05.005Z] #41 75.92 DEP criu/protobuf.d [2020-11-10T19:53:05.005Z] #41 76.13 GEN criu/protobuf-desc-gen.h [2020-11-10T19:53:05.005Z] #41 77.93 DEP criu/protobuf-desc.d [2020-11-10T19:53:05.005Z] #41 78.06 DEP criu/proc_parse.d [2020-11-10T19:53:05.005Z] #41 78.29 DEP criu/plugin.d [2020-11-10T19:53:05.005Z] #41 78.36 DEP criu/pipes.d [2020-11-10T19:53:05.005Z] #41 78.49 DEP criu/pie-util.d [2020-11-10T19:53:05.005Z] #41 78.63 DEP criu/pie-util-vdso.d [2020-11-10T19:53:05.005Z] #41 78.75 DEP criu/pie-util-vdso-elf32.d [2020-11-10T19:53:05.005Z] #41 78.91 DEP criu/path.d [2020-11-10T19:53:05.005Z] #41 79.03 DEP criu/parasite-syscall.d [2020-11-10T19:53:05.005Z] #41 79.23 DEP criu/pagemap.d [2020-11-10T19:53:05.005Z] #41 79.47 DEP criu/pagemap-cache.d [2020-11-10T19:53:05.005Z] #41 79.66 DEP criu/page-xfer.d [2020-11-10T19:53:05.005Z] #41 79.82 DEP criu/page-pipe.d [2020-11-10T19:53:05.005Z] #41 79.96 DEP criu/netfilter.d [2020-11-10T19:53:05.005Z] #41 80.10 DEP criu/net.d [2020-11-10T19:53:05.005Z] #41 80.29 DEP criu/namespaces.d [2020-11-10T19:53:05.005Z] #41 80.46 DEP criu/mount.d [2020-11-10T19:53:05.005Z] #41 80.75 DEP criu/memfd.d [2020-11-10T19:53:05.005Z] #41 80.87 DEP criu/mem.d [2020-11-10T19:53:05.005Z] #41 81.11 DEP criu/lsm.d [2020-11-10T19:53:05.005Z] #41 81.25 DEP criu/log.d [2020-11-10T19:53:05.005Z] #41 81.38 DEP criu/libnetlink.d [2020-11-10T19:53:05.005Z] #41 81.70 DEP criu/kerndat.d [2020-11-10T19:53:05.123Z] #41 20.71 CC images/fdinfo.o [2020-11-10T19:53:05.247Z] #41 92.42 DEP criu/mount.d [2020-11-10T19:53:05.276Z] #41 82.09 DEP criu/kcmp-ids.d [2020-11-10T19:53:05.389Z] #41 21.16 CC images/fown.o [2020-11-10T19:53:05.506Z] #41 92.65 DEP criu/memfd.d [2020-11-10T19:53:05.653Z] #41 21.48 CC images/ns.o [2020-11-10T19:53:05.763Z] #41 92.79 DEP criu/mem.d [2020-11-10T19:53:05.763Z] #41 92.96 DEP criu/lsm.d [2020-11-10T19:53:05.850Z] #41 82.27 DEP criu/irmap.d [2020-11-10T19:53:05.850Z] #41 ... [2020-11-10T19:53:05.850Z] [2020-11-10T19:53:05.850Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:05.850Z] #18 25.86 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:53:05.850Z] #18 25.98 Fetched 28.5 MB in 2s (12.2 MB/s) [2020-11-10T19:53:05.850Z] #18 26.05 Selecting previously unselected package pigz. [2020-11-10T19:53:05.919Z] #41 21.71 CC images/regfile.o [2020-11-10T19:53:06.021Z] #41 93.16 DEP criu/log.d [2020-11-10T19:53:06.021Z] #41 93.25 DEP criu/libnetlink.d [2020-11-10T19:53:06.111Z] #18 26.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-11-10T19:53:06.111Z] #18 26.14 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-10T19:53:06.111Z] #18 26.14 Unpacking pigz (2.4-1) ... [2020-11-10T19:53:06.111Z] #18 26.23 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-10T19:53:06.111Z] #18 26.24 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:53:06.111Z] #18 26.25 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:06.231Z] #41 21.93 CC images/ghost-file.o [2020-11-10T19:53:06.279Z] #41 93.46 DEP criu/kerndat.d [2020-11-10T19:53:06.496Z] #41 22.29 CC images/fifo.o [2020-11-10T19:53:06.537Z] #41 93.75 DEP criu/kcmp-ids.d [2020-11-10T19:53:06.684Z] #18 26.72 Selecting previously unselected package python3.7-minimal. [2020-11-10T19:53:06.685Z] #18 26.72 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:53:06.685Z] #18 26.73 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:53:06.761Z] #41 22.56 CC images/remap-file-path.o [2020-11-10T19:53:06.796Z] #41 93.83 DEP criu/irmap.d [2020-11-10T19:53:06.796Z] #41 93.96 DEP criu/ipc_ns.d [2020-11-10T19:53:07.029Z] #41 22.83 CC images/eventfd.o [2020-11-10T19:53:07.029Z] #41 ... [2020-11-10T19:53:07.029Z] [2020-11-10T19:53:07.029Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:07.029Z] #43 108.1 github.com/LK4D4/vndr/godl [2020-11-10T19:53:07.053Z] #41 94.09 DEP criu/image.d [2020-11-10T19:53:07.053Z] #41 94.25 DEP criu/image-desc.d [2020-11-10T19:53:07.053Z] #41 94.33 DEP criu/fsnotify.d [2020-11-10T19:53:07.073Z] #56 ... [2020-11-10T19:53:07.073Z] [2020-11-10T19:53:07.073Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:07.073Z] #41 59.68 DEP soccr/soccr.d [2020-11-10T19:53:07.073Z] #41 59.86 CC soccr/soccr.o [2020-11-10T19:53:07.073Z] #41 62.10 AR soccr/libsoccr.a [2020-11-10T19:53:07.073Z] #41 62.17 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:53:07.073Z] #41 62.67 DEP criu/arch/ppc64/sigframe.d [2020-11-10T19:53:07.073Z] #41 62.86 DEP criu/arch/ppc64/crtools.d [2020-11-10T19:53:07.073Z] #41 63.13 DEP criu/arch/ppc64/cpu.d [2020-11-10T19:53:07.073Z] #41 63.34 CC criu/arch/ppc64/cpu.o [2020-11-10T19:53:07.073Z] #41 63.84 CC criu/arch/ppc64/crtools.o [2020-11-10T19:53:07.073Z] #41 65.24 CC criu/arch/ppc64/sigframe.o [2020-11-10T19:53:07.073Z] #41 65.59 LINK criu/arch/ppc64/crtools.built-in.o [2020-11-10T19:53:07.073Z] #41 65.65 DEP criu/pie/util-vdso.d [2020-11-10T19:53:07.073Z] #41 65.87 DEP criu/pie/util.d [2020-11-10T19:53:07.073Z] #41 66.02 CC criu/pie/util.o [2020-11-10T19:53:07.073Z] #41 66.54 CC criu/pie/util-vdso.o [2020-11-10T19:53:07.073Z] #41 67.36 AR criu/pie/pie.lib.a [2020-11-10T19:53:07.073Z] #41 67.43 DEP criu/pie/restorer.d [2020-11-10T19:53:07.073Z] #41 67.73 DEP criu/arch/ppc64/vdso-trampoline.d [2020-11-10T19:53:07.073Z] #41 67.74 DEP criu/arch/ppc64/restorer.d [2020-11-10T19:53:07.073Z] #41 67.99 DEP criu/arch/ppc64/vdso-pie.d [2020-11-10T19:53:07.073Z] #41 68.13 DEP criu/pie/parasite-vdso.d [2020-11-10T19:53:07.073Z] #41 68.38 DEP criu/pie/parasite.d [2020-11-10T19:53:07.073Z] #41 68.65 CC criu/pie/parasite.o [2020-11-10T19:53:07.311Z] #41 94.46 DEP criu/filesystems.d [2020-11-10T19:53:07.311Z] #41 94.60 DEP criu/files.d [2020-11-10T19:53:07.372Z] #41 70.41 LINK criu/pie/parasite.built-in.o [2020-11-10T19:53:07.569Z] #41 94.84 DEP criu/files-reg.d [2020-11-10T19:53:07.629Z] #18 27.59 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:07.629Z] #18 27.61 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:53:07.670Z] #41 70.42 GEN criu/pie/parasite-blob.h [2020-11-10T19:53:07.670Z] #41 70.48 CC criu/pie/parasite-vdso.o [2020-11-10T19:53:07.826Z] #41 95.00 DEP criu/files-ext.d [2020-11-10T19:53:08.084Z] #41 95.19 DEP criu/file-lock.d [2020-11-10T19:53:08.318Z] #41 71.45 CC criu/arch/ppc64/vdso-pie.o [2020-11-10T19:53:08.342Z] #41 95.32 DEP criu/file-ids.d [2020-11-10T19:53:08.342Z] #41 95.45 DEP criu/fifo.d [2020-11-10T19:53:08.342Z] #41 95.59 DEP criu/fdstore.d [2020-11-10T19:53:08.449Z] #43 109.1 github.com/LK4D4/vndr [2020-11-10T19:53:08.599Z] #41 95.74 DEP criu/fault-injection.d [2020-11-10T19:53:08.599Z] #41 95.82 DEP criu/external.d [2020-11-10T19:53:08.599Z] #41 95.91 DEP criu/eventpoll.d [2020-11-10T19:53:08.857Z] #41 96.04 DEP criu/eventfd.d [2020-11-10T19:53:08.857Z] #41 96.21 DEP criu/crtools.d [2020-11-10T19:53:08.964Z] #41 71.95 CC criu/arch/ppc64/restorer.o [2020-11-10T19:53:09.421Z] #41 96.42 DEP criu/cr-service.d [2020-11-10T19:53:09.422Z] #41 96.65 DEP criu/cr-restore.d [2020-11-10T19:53:09.613Z] #41 72.45 CC criu/arch/ppc64/vdso-trampoline.o [2020-11-10T19:53:09.613Z] #41 72.49 CC criu/pie/restorer.o [2020-11-10T19:53:09.680Z] #41 96.92 DEP criu/cr-errno.d [2020-11-10T19:53:09.849Z] #43 ... [2020-11-10T19:53:09.849Z] [2020-11-10T19:53:09.849Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:53:09.849Z] #11 100.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-10T19:53:09.849Z] #11 100.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-10T19:53:09.849Z] #11 100.9 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:53:09.849Z] #11 ... [2020-11-10T19:53:09.849Z] [2020-11-10T19:53:09.849Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:09.849Z] #41 23.12 CC images/eventpoll.o [2020-11-10T19:53:09.849Z] #41 23.30 CC images/fh.o [2020-11-10T19:53:09.849Z] #41 23.57 CC images/fsnotify.o [2020-11-10T19:53:09.849Z] #41 24.26 CC images/signalfd.o [2020-11-10T19:53:09.849Z] #41 24.55 CC images/fs.o [2020-11-10T19:53:09.849Z] #41 24.85 CC images/pstree.o [2020-11-10T19:53:09.849Z] #41 25.24 CC images/pipe.o [2020-11-10T19:53:09.849Z] #41 25.52 CC images/tcp-stream.o [2020-11-10T19:53:09.938Z] #41 96.93 DEP criu/cr-dump.d [2020-11-10T19:53:09.938Z] #41 97.15 DEP criu/cr-dedup.d [2020-11-10T19:53:10.114Z] #41 25.91 CC images/sk-packet.o [2020-11-10T19:53:10.180Z] #18 29.96 Selecting previously unselected package python3-minimal. [2020-11-10T19:53:10.181Z] #18 29.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 ... 23681 files and directories currently installed.) [2020-11-10T19:53:10.181Z] #18 30.06 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-10T19:53:10.181Z] #18 30.06 Unpacking python3-minimal (3.7.3-1) ... [2020-11-10T19:53:10.181Z] #18 30.13 Selecting previously unselected package libmpdec2:amd64. [2020-11-10T19:53:10.181Z] #18 30.14 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-10T19:53:10.181Z] #18 30.15 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-10T19:53:10.181Z] #18 30.26 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-10T19:53:10.181Z] #18 30.26 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:53:10.181Z] #18 30.26 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:10.211Z] #41 97.30 DEP criu/cr-check.d [2020-11-10T19:53:10.211Z] #41 97.46 DEP criu/config.d [2020-11-10T19:53:10.262Z] #41 ... [2020-11-10T19:53:10.262Z] [2020-11-10T19:53:10.262Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:10.262Z] #43 119.7 go/doc [2020-11-10T19:53:10.262Z] #43 129.2 vendor/golang.org/x/text/unicode/norm [2020-11-10T19:53:10.262Z] #43 ... [2020-11-10T19:53:10.262Z] [2020-11-10T19:53:10.262Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:10.262Z] #18 12.03 Fetched 8173 kB in 12s (704 kB/s) [2020-11-10T19:53:10.262Z] #18 12.03 Reading package lists... [2020-11-10T19:53:10.262Z] #18 16.65 Reading package lists... [2020-11-10T19:53:10.379Z] #41 26.19 CC images/mnt.o [2020-11-10T19:53:10.489Z] #41 97.54 DEP criu/clone-noasan.d [2020-11-10T19:53:10.489Z] #41 ... [2020-11-10T19:53:10.489Z] [2020-11-10T19:53:10.489Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:53:10.489Z] #30 DONE 153.6s [2020-11-10T19:53:10.489Z] [2020-11-10T19:53:10.489Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:10.489Z] #41 97.68 DEP criu/cgroup.d [2020-11-10T19:53:10.489Z] #41 ... [2020-11-10T19:53:10.489Z] [2020-11-10T19:53:10.489Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:10.489Z] #18 28.18 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:53:10.489Z] #18 28.34 Fetched 28.5 MB in 2s (12.0 MB/s) [2020-11-10T19:53:10.489Z] #18 28.40 Selecting previously unselected package pigz. [2020-11-10T19:53:10.489Z] #18 28.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 ... 23432 files and directories currently installed.) [2020-11-10T19:53:10.489Z] #18 28.49 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-10T19:53:10.489Z] #18 28.50 Unpacking pigz (2.4-1) ... [2020-11-10T19:53:10.489Z] #18 28.61 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-10T19:53:10.489Z] #18 28.62 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:53:10.489Z] #18 28.62 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:10.489Z] #18 29.45 Selecting previously unselected package python3.7-minimal. [2020-11-10T19:53:10.489Z] #18 29.45 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:53:10.489Z] #18 29.47 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:53:10.489Z] #18 30.83 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:10.489Z] #18 30.85 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:53:10.489Z] #18 33.75 Selecting previously unselected package python3-minimal. [2020-11-10T19:53:10.489Z] #18 33.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-11-10T19:53:10.489Z] #18 33.82 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-10T19:53:10.489Z] #18 33.83 Unpacking python3-minimal (3.7.3-1) ... [2020-11-10T19:53:10.489Z] #18 34.00 Selecting previously unselected package libmpdec2:amd64. [2020-11-10T19:53:10.489Z] #18 34.00 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-10T19:53:10.489Z] #18 34.02 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-10T19:53:10.489Z] #18 34.14 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-10T19:53:10.489Z] #18 34.14 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:53:10.489Z] #18 34.14 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:10.489Z] #18 35.19 Selecting previously unselected package python3.7. [2020-11-10T19:53:10.489Z] #18 35.20 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:53:10.489Z] #18 35.20 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:10.489Z] #18 35.35 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-10T19:53:10.489Z] #18 35.35 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-10T19:53:10.489Z] #18 35.36 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-10T19:53:10.489Z] #18 35.45 Setting up python3-minimal (3.7.3-1) ... [2020-11-10T19:53:10.560Z] #18 20.92 Building dependency tree... [2020-11-10T19:53:10.560Z] #18 ... [2020-11-10T19:53:10.560Z] [2020-11-10T19:53:10.560Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:10.560Z] #43 130.1 github.com/LK4D4/vndr/build [2020-11-10T19:53:10.560Z] #43 ... [2020-11-10T19:53:10.560Z] [2020-11-10T19:53:10.560Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:53:10.560Z] #56 DONE 130.3s [2020-11-10T19:53:10.644Z] #41 26.38 CC images/pipe-data.o [2020-11-10T19:53:10.644Z] #41 26.62 CC images/sa.o [2020-11-10T19:53:10.754Z] #18 ... [2020-11-10T19:53:10.754Z] [2020-11-10T19:53:10.754Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:53:10.754Z] #30 DONE 150.8s [2020-11-10T19:53:10.754Z] [2020-11-10T19:53:10.754Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:10.754Z] #41 82.44 DEP criu/ipc_ns.d [2020-11-10T19:53:10.754Z] #41 82.59 DEP criu/image.d [2020-11-10T19:53:10.754Z] #41 82.78 DEP criu/image-desc.d [2020-11-10T19:53:10.754Z] #41 82.93 DEP criu/fsnotify.d [2020-11-10T19:53:10.754Z] #41 83.11 DEP criu/filesystems.d [2020-11-10T19:53:10.754Z] #41 83.29 DEP criu/files.d [2020-11-10T19:53:10.754Z] #41 83.44 DEP criu/files-reg.d [2020-11-10T19:53:10.754Z] #41 83.64 DEP criu/files-ext.d [2020-11-10T19:53:10.754Z] #41 83.80 DEP criu/file-lock.d [2020-11-10T19:53:10.754Z] #41 83.93 DEP criu/file-ids.d [2020-11-10T19:53:10.754Z] #41 84.04 DEP criu/fifo.d [2020-11-10T19:53:10.754Z] #41 84.14 DEP criu/fdstore.d [2020-11-10T19:53:10.754Z] #41 84.32 DEP criu/fault-injection.d [2020-11-10T19:53:10.754Z] #41 84.36 DEP criu/external.d [2020-11-10T19:53:10.754Z] #41 84.49 DEP criu/eventpoll.d [2020-11-10T19:53:10.754Z] #41 84.65 DEP criu/eventfd.d [2020-11-10T19:53:10.754Z] #41 84.85 DEP criu/crtools.d [2020-11-10T19:53:10.754Z] #41 85.01 DEP criu/cr-service.d [2020-11-10T19:53:10.754Z] #41 85.27 DEP criu/cr-restore.d [2020-11-10T19:53:10.754Z] #41 85.49 DEP criu/cr-errno.d [2020-11-10T19:53:10.754Z] #41 85.52 DEP criu/cr-dump.d [2020-11-10T19:53:10.754Z] #41 85.80 DEP criu/cr-dedup.d [2020-11-10T19:53:10.754Z] #41 85.98 DEP criu/cr-check.d [2020-11-10T19:53:10.754Z] #41 86.18 DEP criu/config.d [2020-11-10T19:53:10.754Z] #41 86.35 DEP criu/clone-noasan.d [2020-11-10T19:53:10.754Z] #41 86.44 DEP criu/cgroup.d [2020-11-10T19:53:10.754Z] #41 86.65 DEP criu/cgroup-props.d [2020-11-10T19:53:10.754Z] #41 86.76 DEP criu/bitmap.d [2020-11-10T19:53:10.754Z] #41 86.79 DEP criu/bfd.d [2020-11-10T19:53:10.754Z] #41 86.94 DEP criu/autofs.d [2020-11-10T19:53:10.754Z] #41 87.08 DEP criu/aio.d [2020-11-10T19:53:10.754Z] #41 87.28 DEP criu/action-scripts.d [2020-11-10T19:53:10.860Z] [2020-11-10T19:53:10.861Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-10T19:53:10.861Z] #57 DONE 0.1s [2020-11-10T19:53:10.861Z] [2020-11-10T19:53:10.861Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:53:10.861Z] #47 ... [2020-11-10T19:53:10.861Z] [2020-11-10T19:53:10.861Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-10T19:53:10.861Z] #58 DONE 0.1s [2020-11-10T19:53:11.161Z] [2020-11-10T19:53:11.161Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:53:11.227Z] #41 26.95 CC images/timer.o [2020-11-10T19:53:11.328Z] #41 87.84 CC criu/action-scripts.o [2020-11-10T19:53:11.825Z] #41 27.44 CC images/timerfd.o [2020-11-10T19:53:11.862Z] #18 36.81 Selecting previously unselected package python3. [2020-11-10T19:53:11.863Z] #18 36.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 ... 24093 files and directories currently installed.) [2020-11-10T19:53:11.863Z] #18 36.87 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-10T19:53:11.863Z] #18 36.90 Unpacking python3 (3.7.3-1) ... [2020-11-10T19:53:11.863Z] #18 37.00 Selecting previously unselected package libip4tc0:amd64. [2020-11-10T19:53:11.863Z] #18 37.00 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-10T19:53:11.863Z] #18 37.00 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:11.901Z] #41 ... [2020-11-10T19:53:11.901Z] [2020-11-10T19:53:11.901Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:11.901Z] #18 32.00 Selecting previously unselected package python3.7. [2020-11-10T19:53:11.901Z] #18 32.02 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-10T19:53:11.901Z] #18 32.06 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:12.090Z] #41 27.82 CC images/mm.o [2020-11-10T19:53:12.122Z] #18 37.35 Selecting previously unselected package libip6tc0:amd64. [2020-11-10T19:53:12.122Z] #18 37.35 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-10T19:53:12.122Z] #18 37.39 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:12.163Z] #18 32.23 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-10T19:53:12.163Z] #18 32.24 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-10T19:53:12.163Z] #18 32.25 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-10T19:53:12.218Z] #47 ... [2020-11-10T19:53:12.218Z] [2020-11-10T19:53:12.218Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:12.218Z] #18 23.46 libcap2-bin is already the newest version (1:2.25-2). [2020-11-10T19:53:12.218Z] #18 23.46 The following additional packages will be installed: [2020-11-10T19:53:12.218Z] #18 23.46 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-10T19:53:12.218Z] #18 23.46 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-10T19:53:12.218Z] #18 23.46 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-10T19:53:12.218Z] #18 23.46 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-10T19:53:12.218Z] #18 23.46 python3.7 python3.7-minimal vim-runtime xxd [2020-11-10T19:53:12.218Z] #18 23.47 Suggested packages: [2020-11-10T19:53:12.218Z] #18 23.47 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-10T19:53:12.218Z] #18 23.47 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-10T19:53:12.218Z] #18 23.47 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-10T19:53:12.218Z] #18 23.47 Recommended packages: [2020-11-10T19:53:12.218Z] #18 23.47 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-10T19:53:12.218Z] #18 23.47 python3-keyrings.alt python3-xdg unzip [2020-11-10T19:53:12.355Z] #41 28.20 CC images/sk-opts.o [2020-11-10T19:53:12.380Z] #18 37.57 Selecting previously unselected package libiptc0:amd64. [2020-11-10T19:53:12.380Z] #18 37.58 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-10T19:53:12.380Z] #18 37.59 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:12.425Z] #18 32.39 Setting up python3-minimal (3.7.3-1) ... [2020-11-10T19:53:12.620Z] #41 28.32 CC images/sk-unix.o [2020-11-10T19:53:12.638Z] #18 37.67 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-10T19:53:12.638Z] #18 37.69 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-10T19:53:12.638Z] #18 37.69 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-10T19:53:12.638Z] #18 37.75 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-10T19:53:12.638Z] #18 37.75 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-10T19:53:12.638Z] #18 37.77 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-10T19:53:12.638Z] #18 37.83 Selecting previously unselected package libnftnl11:amd64. [2020-11-10T19:53:12.638Z] #18 37.83 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-10T19:53:12.638Z] #18 37.84 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-10T19:53:12.885Z] #41 28.67 CC images/sk-inet.o [2020-11-10T19:53:12.896Z] #18 37.92 Selecting previously unselected package iptables. [2020-11-10T19:53:12.896Z] #18 37.93 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-10T19:53:12.896Z] #18 37.93 Unpacking iptables (1.8.2-4) ... [2020-11-10T19:53:12.998Z] #18 33.22 Selecting previously unselected package python3. [2020-11-10T19:53:13.154Z] #18 38.28 Selecting previously unselected package xxd. [2020-11-10T19:53:13.154Z] #18 38.30 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-10T19:53:13.154Z] #18 38.30 Unpacking xxd (2:8.1.0875-5) ... [2020-11-10T19:53:13.154Z] #18 38.42 Selecting previously unselected package vim-common. [2020-11-10T19:53:13.154Z] #18 38.42 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:53:13.154Z] #18 38.46 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-10T19:53:13.261Z] #18 33.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-11-10T19:53:13.261Z] #18 33.27 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-10T19:53:13.261Z] #18 33.29 Unpacking python3 (3.7.3-1) ... [2020-11-10T19:53:13.261Z] #18 33.39 Selecting previously unselected package libip4tc0:amd64. [2020-11-10T19:53:13.261Z] #18 33.39 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-10T19:53:13.261Z] #18 33.39 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:13.261Z] #18 33.48 Selecting previously unselected package libip6tc0:amd64. [2020-11-10T19:53:13.412Z] #18 38.66 Selecting previously unselected package bash-completion. [2020-11-10T19:53:13.412Z] #18 38.68 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-10T19:53:13.464Z] #41 29.28 CC images/tun.o [2020-11-10T19:53:13.523Z] #18 33.48 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-10T19:53:13.523Z] #18 33.48 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:13.523Z] #18 33.56 Selecting previously unselected package libiptc0:amd64. [2020-11-10T19:53:13.523Z] #18 33.56 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-10T19:53:13.523Z] #18 33.56 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:13.523Z] #18 33.65 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-10T19:53:13.523Z] #18 33.65 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-10T19:53:13.523Z] #18 33.66 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-10T19:53:13.523Z] #18 33.72 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-10T19:53:13.523Z] #18 33.72 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-10T19:53:13.523Z] #18 33.73 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-10T19:53:13.729Z] #41 29.63 CC images/sk-netlink.o [2020-11-10T19:53:13.785Z] #18 33.80 Selecting previously unselected package libnftnl11:amd64. [2020-11-10T19:53:13.785Z] #18 33.80 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-10T19:53:13.785Z] #18 33.82 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-10T19:53:13.785Z] #18 33.97 Selecting previously unselected package iptables. [2020-11-10T19:53:13.994Z] #41 29.86 CC images/packet-sock.o [2020-11-10T19:53:14.046Z] #18 33.99 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-10T19:53:14.046Z] #18 33.99 Unpacking iptables (1.8.2-4) ... [2020-11-10T19:53:14.260Z] #41 30.07 CC images/ipc-var.o [2020-11-10T19:53:14.260Z] #41 30.19 CC images/ipc-desc.o [2020-11-10T19:53:14.308Z] #18 34.31 Selecting previously unselected package xxd. [2020-11-10T19:53:14.308Z] #18 34.32 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-10T19:53:14.308Z] #18 34.33 Unpacking xxd (2:8.1.0875-5) ... [2020-11-10T19:53:14.308Z] #18 34.43 Selecting previously unselected package vim-common. [2020-11-10T19:53:14.308Z] #18 34.44 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:53:14.308Z] #18 34.49 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-10T19:53:14.326Z] #18 25.54 The following NEW packages will be installed: [2020-11-10T19:53:14.326Z] #18 25.54 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-10T19:53:14.326Z] #18 25.54 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-10T19:53:14.326Z] #18 25.54 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-10T19:53:14.326Z] #18 25.54 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-10T19:53:14.326Z] #18 25.54 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-10T19:53:14.326Z] #18 25.55 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-10T19:53:14.326Z] #18 25.55 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-10T19:53:14.326Z] #18 25.55 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-10T19:53:14.326Z] #18 25.55 xz-utils zip [2020-11-10T19:53:14.326Z] #18 25.74 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:53:14.326Z] #18 25.74 Need to get 29.2 MB of archives. [2020-11-10T19:53:14.326Z] #18 25.74 After this operation, 134 MB of additional disk space will be used. [2020-11-10T19:53:14.326Z] #18 25.74 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-11-10T19:53:14.326Z] #18 25.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-11-10T19:53:14.326Z] #18 25.87 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-11-10T19:53:14.525Z] #41 30.31 CC images/ipc-shm.o [2020-11-10T19:53:14.569Z] #18 34.70 Selecting previously unselected package bash-completion. [2020-11-10T19:53:14.569Z] #18 34.70 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-10T19:53:14.626Z] #18 26.04 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-11-10T19:53:14.626Z] #18 26.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-11-10T19:53:14.626Z] #18 26.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-11-10T19:53:14.626Z] #18 26.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-11-10T19:53:14.626Z] #18 26.20 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-11-10T19:53:14.626Z] #18 26.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-11-10T19:53:14.626Z] #18 26.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-11-10T19:53:14.626Z] #18 26.22 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-11-10T19:53:14.626Z] #18 26.22 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-11-10T19:53:14.626Z] #18 26.23 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-11-10T19:53:14.789Z] #41 30.55 CC images/ipc-msg.o [2020-11-10T19:53:14.789Z] #41 30.76 CC images/ipc-sem.o [2020-11-10T19:53:14.931Z] #18 26.24 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-11-10T19:53:14.931Z] #18 26.24 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-11-10T19:53:14.931Z] #18 26.24 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-11-10T19:53:14.931Z] #18 26.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-10T19:53:14.931Z] #18 26.28 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-10T19:53:14.931Z] #18 26.30 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-11-10T19:53:14.931Z] #18 26.33 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-11-10T19:53:14.931Z] #18 26.33 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-11-10T19:53:14.931Z] #18 26.35 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-11-10T19:53:14.931Z] #18 26.38 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-11-10T19:53:14.931Z] #18 26.40 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-10T19:53:14.931Z] #18 26.41 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-10T19:53:14.931Z] #18 26.42 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-10T19:53:14.931Z] #18 26.43 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-11-10T19:53:14.931Z] #18 26.43 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-11-10T19:53:14.931Z] #18 26.43 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-10T19:53:15.382Z] #41 30.96 CC images/utsns.o [2020-11-10T19:53:15.382Z] #41 31.09 CC images/creds.o [2020-11-10T19:53:15.593Z] #18 26.96 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-11-10T19:53:15.593Z] #18 26.97 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-11-10T19:53:15.593Z] #18 26.98 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-11-10T19:53:15.593Z] #18 26.98 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-11-10T19:53:15.593Z] #18 26.99 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-11-10T19:53:15.593Z] #18 27.01 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-11-10T19:53:15.593Z] #18 27.11 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-10T19:53:15.593Z] #18 27.12 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-11-10T19:53:15.593Z] #18 27.14 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-11-10T19:53:15.593Z] #18 27.15 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-10T19:53:15.593Z] #18 27.17 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-11-10T19:53:15.593Z] #18 27.19 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-10T19:53:15.593Z] #18 27.20 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-11-10T19:53:15.593Z] #18 27.28 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-11-10T19:53:15.593Z] #18 27.30 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-11-10T19:53:15.647Z] #41 31.38 CC images/vma.o [2020-11-10T19:53:15.647Z] #41 31.51 CC images/netdev.o [2020-11-10T19:53:15.896Z] #18 27.32 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-10T19:53:16.197Z] #18 27.69 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-11-10T19:53:16.197Z] #18 27.77 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-11-10T19:53:16.197Z] #18 27.83 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-11-10T19:53:16.226Z] #41 32.05 CC images/tty.o [2020-11-10T19:53:16.491Z] #41 ... [2020-11-10T19:53:16.491Z] [2020-11-10T19:53:16.491Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:16.491Z] #43 DONE 117.4s [2020-11-10T19:53:16.491Z] [2020-11-10T19:53:16.491Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:53:16.491Z] #30 DONE 117.1s [2020-11-10T19:53:16.491Z] [2020-11-10T19:53:16.491Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-10T19:53:16.491Z] #11 117.5 Selecting previously unselected package libapparmor1:arm64. [2020-11-10T19:53:16.491Z] #11 117.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-11-10T19:53:16.491Z] #11 117.5 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-11-10T19:53:16.690Z] #18 41.69 Unpacking bash-completion (1:2.8-6) ... [2020-11-10T19:53:16.690Z] #18 42.05 Selecting previously unselected package bzip2. [2020-11-10T19:53:16.690Z] #18 42.06 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-10T19:53:16.755Z] #11 117.8 Selecting previously unselected package libapparmor-dev:arm64. [2020-11-10T19:53:16.755Z] #11 117.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-11-10T19:53:16.755Z] #11 117.8 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-11-10T19:53:16.949Z] #18 42.07 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:53:16.949Z] #18 42.17 Selecting previously unselected package xz-utils. [2020-11-10T19:53:16.949Z] #18 42.19 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-10T19:53:16.949Z] #18 42.19 Unpacking xz-utils (5.2.4-1) ... [2020-11-10T19:53:17.022Z] #11 118.2 Selecting previously unselected package libbtrfs0. [2020-11-10T19:53:17.022Z] #11 118.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-11-10T19:53:17.207Z] #18 42.37 Selecting previously unselected package apparmor. [2020-11-10T19:53:17.207Z] #18 42.39 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-10T19:53:17.256Z] #18 28.73 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:53:17.256Z] #18 28.86 Fetched 29.2 MB in 2s (13.1 MB/s) [2020-11-10T19:53:17.286Z] #11 118.2 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-10T19:53:17.464Z] #18 42.50 Unpacking apparmor (2.13.2-10) ... [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-10T19:53:17.467Z] ok github.com/docker/docker/api/server/httputils 0.031s coverage: 14.7% of statements [2020-11-10T19:53:17.467Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-10T19:53:17.467Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 5.7% of statements [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-10T19:53:17.467Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-11-10T19:53:17.467Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-10T19:53:17.467Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-11-10T19:53:17.467Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/builder [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-10T19:53:17.467Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-10T19:53:17.467Z] ok github.com/docker/docker/builder/dockerignore 0.009s coverage: 96.8% of statements [2020-11-10T19:53:17.551Z] #11 118.5 Selecting previously unselected package libbtrfs-dev. [2020-11-10T19:53:17.551Z] #11 118.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-11-10T19:53:17.551Z] #11 118.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:53:17.555Z] #18 28.93 Selecting previously unselected package pigz. [2020-11-10T19:53:17.555Z] #18 28.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-11-10T19:53:17.555Z] #18 29.02 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-11-10T19:53:17.555Z] #18 29.02 Unpacking pigz (2.4-1) ... [2020-11-10T19:53:17.555Z] #18 29.11 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-11-10T19:53:17.555Z] #18 29.12 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-10T19:53:17.555Z] #18 29.13 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-10T19:53:17.722Z] #18 42.88 Selecting previously unselected package aufs-tools. [2020-11-10T19:53:17.722Z] #18 42.88 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-10T19:53:17.722Z] #18 42.89 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:53:17.722Z] #18 43.03 Selecting previously unselected package libonig5:amd64. [2020-11-10T19:53:17.815Z] #11 118.7 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-11-10T19:53:17.815Z] #11 118.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-11-10T19:53:17.815Z] #11 118.7 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-11-10T19:53:17.815Z] #11 118.8 Selecting previously unselected package libudev-dev:arm64. [2020-11-10T19:53:17.815Z] #11 118.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-11-10T19:53:17.880Z] #18 37.47 Unpacking bash-completion (1:2.8-6) ... [2020-11-10T19:53:17.880Z] #18 37.82 Selecting previously unselected package bzip2. [2020-11-10T19:53:17.880Z] #18 37.85 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-10T19:53:17.880Z] #18 37.86 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:53:17.880Z] #18 37.94 Selecting previously unselected package xz-utils. [2020-11-10T19:53:17.880Z] #18 37.94 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-10T19:53:17.880Z] #18 37.95 Unpacking xz-utils (5.2.4-1) ... [2020-11-10T19:53:17.981Z] #18 43.03 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-10T19:53:17.981Z] #18 43.04 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-10T19:53:17.981Z] #18 43.18 Selecting previously unselected package libjq1:amd64. [2020-11-10T19:53:17.981Z] #18 43.19 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-10T19:53:17.981Z] #18 43.21 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-10T19:53:18.079Z] #11 118.9 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-11-10T19:53:18.141Z] #18 38.11 Selecting previously unselected package apparmor. [2020-11-10T19:53:18.141Z] #18 38.12 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-10T19:53:18.141Z] #18 38.22 Unpacking apparmor (2.13.2-10) ... [2020-11-10T19:53:18.203Z] #18 29.73 Selecting previously unselected package python3.7-minimal. [2020-11-10T19:53:18.203Z] #18 29.73 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-10T19:53:18.203Z] #18 29.76 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:53:18.238Z] #18 43.30 Selecting previously unselected package jq. [2020-11-10T19:53:18.239Z] #18 43.32 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-10T19:53:18.239Z] #18 43.33 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-10T19:53:18.239Z] #18 43.41 Selecting previously unselected package libaio1:amd64. [2020-11-10T19:53:18.239Z] #18 43.42 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-10T19:53:18.239Z] #18 43.43 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-10T19:53:18.239Z] #18 43.51 Selecting previously unselected package libgpm2:amd64. [2020-11-10T19:53:18.343Z] #11 119.3 Selecting previously unselected package libsepol1-dev:arm64. [2020-11-10T19:53:18.343Z] #11 119.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-11-10T19:53:18.343Z] #11 119.4 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-11-10T19:53:18.403Z] #18 38.56 Selecting previously unselected package aufs-tools. [2020-11-10T19:53:18.403Z] #18 38.58 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-10T19:53:18.403Z] #18 38.59 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:53:18.496Z] #18 43.54 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-10T19:53:18.496Z] #18 43.56 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-10T19:53:18.496Z] #18 43.63 Selecting previously unselected package libicu63:amd64. [2020-11-10T19:53:18.496Z] #18 43.64 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-10T19:53:18.496Z] #18 43.66 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-10T19:53:18.665Z] #18 38.74 Selecting previously unselected package libonig5:amd64. [2020-11-10T19:53:18.665Z] #18 38.76 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-10T19:53:18.665Z] #18 38.77 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-10T19:53:18.665Z] #18 38.95 Selecting previously unselected package libjq1:amd64. [2020-11-10T19:53:18.922Z] #11 120.0 Selecting previously unselected package libpcre16-3:arm64. [2020-11-10T19:53:18.922Z] #11 120.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-11-10T19:53:18.922Z] #11 120.1 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-11-10T19:53:18.927Z] #18 38.95 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-10T19:53:18.927Z] #18 38.96 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-10T19:53:18.927Z] #18 39.07 Selecting previously unselected package jq. [2020-11-10T19:53:18.927Z] #18 39.07 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-10T19:53:18.927Z] #18 39.08 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-10T19:53:18.927Z] #18 39.15 Selecting previously unselected package libaio1:amd64. [2020-11-10T19:53:18.927Z] #18 39.15 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-10T19:53:18.927Z] #18 39.16 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-10T19:53:19.125Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-11-10T19:53:19.125Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-7164800d\powershellScript.ps1'; exit $LASTEXITCODE; [2020-11-10T19:53:19.125Z] ---------------------------------------------------------------------------- [2020-11-10T19:53:19.125Z] [2020-11-10T19:53:19.125Z] INFO: executeCI.ps1 starting at Tue Nov 10 19:53:13 CUT 2020 [2020-11-10T19:53:19.125Z] [2020-11-10T19:53:19.125Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-11-10T19:53:19.125Z] INFO: Running git version 2.24.1.windows.2 [2020-11-10T19:53:19.125Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-11-10T19:53:19.125Z] INFO: Environment variables: [2020-11-10T19:53:19.125Z] [2020-11-10T19:53:19.125Z] Name Value [2020-11-10T19:53:19.125Z] ---- ----- [2020-11-10T19:53:19.125Z] ALLUSERSPROFILE C:\ProgramData [2020-11-10T19:53:19.125Z] amd64 true [2020-11-10T19:53:19.125Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-11-10T19:53:19.125Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-11-10T19:53:19.125Z] arm64 true [2020-11-10T19:53:19.125Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-11-10T19:53:19.125Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-11-10T19:53:19.125Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-11-10T19:53:19.125Z] BRANCH_NAME PR-41659 [2020-11-10T19:53:19.125Z] BUILD_DISPLAY_NAME #3 [2020-11-10T19:53:19.125Z] BUILD_ID 3 [2020-11-10T19:53:19.125Z] BUILD_NUMBER 3 [2020-11-10T19:53:19.125Z] BUILD_TAG jenkins-moby-PR-41659-3 [2020-11-10T19:53:19.125Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41659/3/ [2020-11-10T19:53:19.125Z] CHANGE_AUTHOR thaJeztah [2020-11-10T19:53:19.125Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-11-10T19:53:19.125Z] CHANGE_BRANCH system_fix_darwin [2020-11-10T19:53:19.125Z] CHANGE_FORK thaJeztah/docker [2020-11-10T19:53:19.125Z] CHANGE_ID 41659 [2020-11-10T19:53:19.125Z] CHANGE_TARGET master [2020-11-10T19:53:19.125Z] CHANGE_TITLE pkg/system: fix compile on darwin (macOS) [2020-11-10T19:53:19.125Z] CHANGE_URL https://github.com/moby/moby/pull/41659 [2020-11-10T19:53:19.125Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-10T19:53:19.125Z] CommonProgramFiles C:\Program Files\Common Files [2020-11-10T19:53:19.125Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-11-10T19:53:19.125Z] CommonProgramW6432 C:\Program Files\Common Files [2020-11-10T19:53:19.125Z] COMPUTERNAME azwin-2-5d7b90 [2020-11-10T19:53:19.125Z] ComSpec C:\windows\system32\cmd.exe [2020-11-10T19:53:19.125Z] ConfigSequenceNumber 0 [2020-11-10T19:53:19.125Z] dco true [2020-11-10T19:53:19.125Z] DOCKER_BUILDKIT 0 [2020-11-10T19:53:19.125Z] DOCKER_DUT_DEBUG 1 [2020-11-10T19:53:19.125Z] DOCKER_EXPERIMENTAL 1 [2020-11-10T19:53:19.125Z] DOCKER_GRAPHDRIVER overlay2 [2020-11-10T19:53:19.125Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-11-10T19:53:19.125Z] EXECUTOR_NUMBER 0 [2020-11-10T19:53:19.125Z] FQDN azwin-2-5d7b90.westus.cloudapp.azure.com [2020-11-10T19:53:19.125Z] GIT_BRANCH PR-41659 [2020-11-10T19:53:19.125Z] GIT_COMMIT 2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:53:19.125Z] GIT_PREVIOUS_COMMIT 45aa094afceea4d7fd43de54ec9495146a00c0ef [2020-11-10T19:53:19.125Z] GIT_URL https://github.com/moby/moby.git [2020-11-10T19:53:19.125Z] HUDSON_COOKIE 134d4293-18d3-4d1e-8855-5585bdb00196 [2020-11-10T19:53:19.125Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-11-10T19:53:19.126Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-11-10T19:53:19.126Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-11-10T19:53:19.126Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64 [2020-11-10T19:53:19.126Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-11-10T19:53:19.126Z] JENKINS_NODE_COOKIE 68fd1411-97a5-4805-b793-26f876255384 [2020-11-10T19:53:19.126Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-11-10T19:53:19.126Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-11-10T19:53:19.126Z] JOB_BASE_NAME PR-41659 [2020-11-10T19:53:19.126Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41659/display/redirect [2020-11-10T19:53:19.126Z] JOB_NAME moby/PR-41659 [2020-11-10T19:53:19.126Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41659/ [2020-11-10T19:53:19.126Z] library.jps.version master [2020-11-10T19:53:19.126Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-11-10T19:53:19.126Z] NODE_LABELS amd64 azure azwin-2-5d7b90 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-11-10T19:53:19.126Z] NODE_NAME azwin-2-5d7b90 [2020-11-10T19:53:19.126Z] NUMBER_OF_PROCESSORS 4 [2020-11-10T19:53:19.126Z] OS Windows_NT [2020-11-10T19:53:19.126Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-11-10T19:53:19.126Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-11-10T19:53:19.126Z] ppc64le true [2020-11-10T19:53:19.126Z] PROCESSOR_ARCHITECTURE AMD64 [2020-11-10T19:53:19.126Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-11-10T19:53:19.126Z] PROCESSOR_LEVEL 6 [2020-11-10T19:53:19.126Z] PROCESSOR_REVISION 4f01 [2020-11-10T19:53:19.126Z] ProgramData C:\ProgramData [2020-11-10T19:53:19.126Z] ProgramFiles C:\Program Files [2020-11-10T19:53:19.126Z] ProgramFiles(x86) C:\Program Files (x86) [2020-11-10T19:53:19.126Z] ProgramW6432 C:\Program Files [2020-11-10T19:53:19.126Z] PROMPT $P$G [2020-11-10T19:53:19.126Z] PSExecutionPolicyPreference Bypass [2020-11-10T19:53:19.126Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-11-10T19:53:19.126Z] PUBLIC C:\Users\Public [2020-11-10T19:53:19.126Z] rootless true [2020-11-10T19:53:19.126Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41659/3/display/redirect?page=changes [2020-11-10T19:53:19.126Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41659/3/display/redirect [2020-11-10T19:53:19.126Z] s390x true [2020-11-10T19:53:19.126Z] SKIP_VALIDATION_TESTS 1 [2020-11-10T19:53:19.126Z] SOURCES_DRIVE d [2020-11-10T19:53:19.126Z] SOURCES_SUBDIR gopath [2020-11-10T19:53:19.126Z] STAGE_NAME Run tests [2020-11-10T19:53:19.126Z] SystemDrive C: [2020-11-10T19:53:19.126Z] SystemRoot C:\windows [2020-11-10T19:53:19.126Z] TEMP C:\windows\TEMP [2020-11-10T19:53:19.126Z] TESTDEBUG 0 [2020-11-10T19:53:19.126Z] TESTRUN_DRIVE d [2020-11-10T19:53:19.126Z] TESTRUN_SUBDIR CI [2020-11-10T19:53:19.126Z] TIMEOUT 120m [2020-11-10T19:53:19.126Z] TMP C:\windows\TEMP [2020-11-10T19:53:19.126Z] unit_validate true [2020-11-10T19:53:19.126Z] USERDOMAIN WORKGROUP [2020-11-10T19:53:19.126Z] USERNAME azwin-2-5d7b90$ [2020-11-10T19:53:19.126Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-11-10T19:53:19.126Z] validate_force false [2020-11-10T19:53:19.126Z] windir C:\windows [2020-11-10T19:53:19.126Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-11-10T19:53:19.126Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-11-10T19:53:19.126Z] windowsRS1 false [2020-11-10T19:53:19.126Z] windowsRS5 true [2020-11-10T19:53:19.126Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-11-10T19:53:19.126Z] [2020-11-10T19:53:19.126Z] [2020-11-10T19:53:19.126Z] [2020-11-10T19:53:19.126Z] INFO: Sources under d:\gopath\... [2020-11-10T19:53:19.126Z] INFO: Test run under d:\CI\... [2020-11-10T19:53:19.126Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-11-10T19:53:19.126Z] INFO: docker/docker repository was found [2020-11-10T19:53:19.126Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-11-10T19:53:19.126Z] ltsc2019: Pulling from windows/servercore [2020-11-10T19:53:19.126Z] 4612f6d0b889: Pulling fs layer [2020-11-10T19:53:19.126Z] 680bbdbacf1b: Pulling fs layer [2020-11-10T19:53:19.189Z] #18 39.22 Selecting previously unselected package libgpm2:amd64. [2020-11-10T19:53:19.189Z] #18 39.24 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-10T19:53:19.189Z] #18 39.25 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-10T19:53:19.189Z] #18 39.32 Selecting previously unselected package libicu63:amd64. [2020-11-10T19:53:19.189Z] #18 39.32 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-10T19:53:19.189Z] #18 39.34 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-10T19:53:19.255Z] #18 30.61 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-10T19:53:19.255Z] #18 30.63 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:53:19.502Z] #11 120.4 Selecting previously unselected package libpcre32-3:arm64. [2020-11-10T19:53:19.502Z] #11 120.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-11-10T19:53:19.502Z] #11 120.4 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-11-10T19:53:19.529Z] ok github.com/docker/docker/builder/remotecontext 0.344s coverage: 13.7% of statements [2020-11-10T19:53:19.768Z] #11 120.7 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-11-10T19:53:19.768Z] #11 120.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-11-10T19:53:19.768Z] #11 120.8 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-11-10T19:53:19.820Z] ok github.com/docker/docker/builder/dockerfile 1.002s coverage: 48.1% of statements [2020-11-10T19:53:20.032Z] #11 120.9 Selecting previously unselected package libpcre3-dev:arm64. [2020-11-10T19:53:20.032Z] #11 120.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-11-10T19:53:20.032Z] #11 120.9 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-11-10T19:53:20.611Z] #11 121.6 Selecting previously unselected package libselinux1-dev:arm64. [2020-11-10T19:53:20.611Z] #11 121.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-11-10T19:53:20.611Z] #11 121.6 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-11-10T19:53:20.852Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-11-10T19:53:20.875Z] #11 121.8 Selecting previously unselected package libdevmapper-dev:arm64. [2020-11-10T19:53:20.875Z] #11 121.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-11-10T19:53:20.875Z] #11 121.8 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-11-10T19:53:21.027Z] #18 ... [2020-11-10T19:53:21.027Z] [2020-11-10T19:53:21.027Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:21.027Z] #41 97.82 DEP criu/cgroup-props.d [2020-11-10T19:53:21.027Z] #41 98.04 DEP criu/bitmap.d [2020-11-10T19:53:21.027Z] #41 98.09 DEP criu/bfd.d [2020-11-10T19:53:21.027Z] #41 98.32 DEP criu/autofs.d [2020-11-10T19:53:21.027Z] #41 98.57 DEP criu/aio.d [2020-11-10T19:53:21.027Z] #41 98.85 DEP criu/action-scripts.d [2020-11-10T19:53:21.027Z] #41 99.32 CC criu/action-scripts.o [2020-11-10T19:53:21.027Z] #41 99.78 CC criu/aio.o [2020-11-10T19:53:21.027Z] #41 100.3 CC criu/autofs.o [2020-11-10T19:53:21.027Z] #41 102.0 CC criu/bfd.o [2020-11-10T19:53:21.027Z] #41 102.6 CC criu/bitmap.o [2020-11-10T19:53:21.027Z] #41 102.8 CC criu/cgroup-props.o [2020-11-10T19:53:21.027Z] #41 103.5 CC criu/cgroup.o [2020-11-10T19:53:21.027Z] #41 106.3 CC criu/clone-noasan.o [2020-11-10T19:53:21.027Z] #41 106.6 CC criu/config.o [2020-11-10T19:53:21.027Z] #41 108.1 CC criu/cr-check.o [2020-11-10T19:53:21.140Z] #11 122.0 Selecting previously unselected package libseccomp-dev:arm64. [2020-11-10T19:53:21.140Z] #11 122.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-11-10T19:53:21.140Z] #11 122.1 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-11-10T19:53:21.404Z] #11 122.3 Selecting previously unselected package libsystemd-dev:arm64. [2020-11-10T19:53:21.404Z] #11 122.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-11-10T19:53:21.404Z] #11 122.3 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-11-10T19:53:21.484Z] ok github.com/docker/docker/builder/remotecontext/git 1.270s coverage: 86.3% of statements [2020-11-10T19:53:21.484Z] ? github.com/docker/docker/cli [no test files] [2020-11-10T19:53:21.484Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-10T19:53:22.038Z] #18 33.17 Selecting previously unselected package python3-minimal. [2020-11-10T19:53:22.038Z] #18 33.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 ... 23610 files and directories currently installed.) [2020-11-10T19:53:22.038Z] #18 33.23 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-11-10T19:53:22.038Z] #18 33.24 Unpacking python3-minimal (3.7.3-1) ... [2020-11-10T19:53:22.038Z] #18 33.32 Selecting previously unselected package libmpdec2:ppc64el. [2020-11-10T19:53:22.038Z] #18 33.32 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-11-10T19:53:22.038Z] #18 33.33 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-11-10T19:53:22.038Z] #18 33.44 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-11-10T19:53:22.038Z] #18 33.44 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-10T19:53:22.038Z] #18 33.45 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-10T19:53:22.357Z] #11 123.3 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-11-10T19:53:22.358Z] #11 123.3 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-11-10T19:53:22.358Z] #11 123.4 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-11-10T19:53:22.358Z] #11 123.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-10T19:53:22.358Z] #11 123.5 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-11-10T19:53:22.403Z] #41 ... [2020-11-10T19:53:22.403Z] [2020-11-10T19:53:22.403Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:22.403Z] #18 47.31 Selecting previously unselected package libnet1:amd64. [2020-11-10T19:53:22.403Z] #18 47.31 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-10T19:53:22.403Z] #18 47.32 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:53:22.403Z] #18 47.43 Selecting previously unselected package libnl-3-200:amd64. [2020-11-10T19:53:22.403Z] #18 47.43 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-10T19:53:22.403Z] #18 47.44 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-10T19:53:22.403Z] #18 47.54 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-10T19:53:22.403Z] #18 47.56 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-10T19:53:22.403Z] #18 47.57 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-10T19:53:22.403Z] #18 47.64 Selecting previously unselected package libreadline5:amd64. [2020-11-10T19:53:22.403Z] #18 47.64 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-10T19:53:22.403Z] #18 47.65 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-10T19:53:22.403Z] #18 47.77 Selecting previously unselected package net-tools. [2020-11-10T19:53:22.595Z] #18 ... [2020-11-10T19:53:22.595Z] [2020-11-10T19:53:22.595Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:22.595Z] #41 88.67 CC criu/aio.o [2020-11-10T19:53:22.595Z] #41 89.17 CC criu/autofs.o [2020-11-10T19:53:22.595Z] #41 90.47 CC criu/bfd.o [2020-11-10T19:53:22.595Z] #41 90.91 CC criu/bitmap.o [2020-11-10T19:53:22.595Z] #41 91.06 CC criu/cgroup-props.o [2020-11-10T19:53:22.595Z] #41 91.71 CC criu/cgroup.o [2020-11-10T19:53:22.595Z] #41 94.46 CC criu/clone-noasan.o [2020-11-10T19:53:22.595Z] #41 94.65 CC criu/config.o [2020-11-10T19:53:22.595Z] #41 96.10 CC criu/cr-check.o [2020-11-10T19:53:22.595Z] #41 97.84 CC criu/cr-dedup.o [2020-11-10T19:53:22.595Z] #41 98.29 CC criu/cr-dump.o [2020-11-10T19:53:22.623Z] #11 123.5 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-11-10T19:53:22.623Z] #11 123.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:53:22.623Z] #11 123.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-10T19:53:22.623Z] #11 123.6 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-11-10T19:53:22.623Z] #11 123.7 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-11-10T19:53:22.623Z] #11 123.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-10T19:53:22.661Z] #18 47.79 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-10T19:53:22.661Z] #18 47.80 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:53:22.661Z] #18 48.02 Selecting previously unselected package python-pip-whl. [2020-11-10T19:53:22.690Z] #18 34.36 Selecting previously unselected package python3.7. [2020-11-10T19:53:22.888Z] #11 123.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-10T19:53:22.888Z] #11 123.8 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-11-10T19:53:22.888Z] #11 123.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-10T19:53:22.888Z] #11 123.8 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-11-10T19:53:22.888Z] #11 123.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-10T19:53:22.888Z] #11 123.8 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-11-10T19:53:22.888Z] #11 123.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:53:22.888Z] #11 123.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-10T19:53:22.888Z] #11 123.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-10T19:53:22.888Z] #11 123.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-10T19:53:22.918Z] #18 48.02 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-10T19:53:22.918Z] #18 48.03 Unpacking python-pip-whl (18.1-5) ... [2020-11-10T19:53:22.989Z] ok github.com/docker/docker/client 0.152s coverage: 75.4% of statements [2020-11-10T19:53:22.990Z] #18 34.37 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-10T19:53:22.990Z] #18 34.38 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:22.990Z] #18 34.48 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-11-10T19:53:22.990Z] #18 34.51 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-11-10T19:53:22.990Z] #18 34.52 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-10T19:53:23.155Z] #11 124.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-10T19:53:23.155Z] #11 124.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-10T19:53:23.155Z] #11 124.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-10T19:53:23.155Z] #11 124.1 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-11-10T19:53:23.155Z] #11 124.2 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-11-10T19:53:23.155Z] #11 124.2 Setting up dmsetup (2:1.02.155-3) ... [2020-11-10T19:53:23.155Z] #11 124.2 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-11-10T19:53:23.155Z] #11 124.2 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-11-10T19:53:23.173Z] #41 ... [2020-11-10T19:53:23.173Z] [2020-11-10T19:53:23.173Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:23.173Z] #18 43.07 Selecting previously unselected package libnet1:amd64. [2020-11-10T19:53:23.173Z] #18 43.08 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-10T19:53:23.173Z] #18 43.08 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:53:23.173Z] #18 43.20 Selecting previously unselected package libnl-3-200:amd64. [2020-11-10T19:53:23.173Z] #18 43.21 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-10T19:53:23.173Z] #18 43.21 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-10T19:53:23.173Z] #18 43.28 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-10T19:53:23.173Z] #18 43.28 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-10T19:53:23.173Z] #18 43.28 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-10T19:53:23.173Z] #18 43.34 Selecting previously unselected package libreadline5:amd64. [2020-11-10T19:53:23.173Z] #18 43.34 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-10T19:53:23.173Z] #18 43.35 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-10T19:53:23.176Z] #18 48.57 Selecting previously unselected package python3-lib2to3. [2020-11-10T19:53:23.290Z] #18 34.66 Setting up python3-minimal (3.7.3-1) ... [2020-11-10T19:53:23.419Z] #11 124.3 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:53:23.433Z] #18 43.44 Selecting previously unselected package net-tools. [2020-11-10T19:53:23.433Z] #18 43.45 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-10T19:53:23.433Z] #18 43.47 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:53:23.433Z] #18 43.67 Selecting previously unselected package python-pip-whl. [2020-11-10T19:53:23.433Z] #18 43.68 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-10T19:53:23.434Z] #18 48.58 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-10T19:53:23.434Z] #18 48.59 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:53:23.692Z] #18 48.73 Selecting previously unselected package python3-distutils. [2020-11-10T19:53:23.692Z] #18 48.74 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-10T19:53:23.692Z] #18 48.74 Unpacking python3-distutils (3.7.3-1) ... [2020-11-10T19:53:23.692Z] #18 48.88 Selecting previously unselected package python3-pip. [2020-11-10T19:53:23.692Z] #18 48.88 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-10T19:53:23.692Z] #18 48.89 Unpacking python3-pip (18.1-5) ... [2020-11-10T19:53:23.695Z] #18 43.69 Unpacking python-pip-whl (18.1-5) ... [2020-11-10T19:53:23.939Z] #18 ... [2020-11-10T19:53:23.939Z] [2020-11-10T19:53:23.939Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:23.939Z] #41 77.04 LINK criu/pie/restorer.built-in.o [2020-11-10T19:53:23.939Z] #41 77.06 GEN criu/pie/restorer-blob.h [2020-11-10T19:53:23.939Z] #41 77.20 DEP criu/vdso.d [2020-11-10T19:53:23.939Z] #41 77.44 DEP criu/uts_ns.d [2020-11-10T19:53:23.939Z] #41 77.66 DEP criu/util.d [2020-11-10T19:53:23.939Z] #41 77.87 DEP criu/uffd.d [2020-11-10T19:53:23.939Z] #41 78.19 DEP criu/tun.d [2020-11-10T19:53:23.939Z] #41 78.39 DEP criu/tty.d [2020-11-10T19:53:23.939Z] #41 78.71 DEP criu/timerfd.d [2020-11-10T19:53:23.939Z] #41 78.98 DEP criu/timens.d [2020-11-10T19:53:23.939Z] #41 79.17 DEP criu/sysfs_parse.d [2020-11-10T19:53:23.939Z] #41 79.32 DEP criu/sysctl.d [2020-11-10T19:53:23.939Z] #41 79.50 DEP criu/string.d [2020-11-10T19:53:23.939Z] #41 79.54 DEP criu/stats.d [2020-11-10T19:53:23.939Z] #41 79.74 DEP criu/sockets.d [2020-11-10T19:53:23.939Z] #41 79.95 DEP criu/sk-unix.d [2020-11-10T19:53:23.939Z] #41 80.23 DEP criu/sk-tcp.d [2020-11-10T19:53:23.939Z] #41 80.58 DEP criu/sk-queue.d [2020-11-10T19:53:23.939Z] #41 80.82 DEP criu/sk-packet.d [2020-11-10T19:53:23.939Z] #41 81.11 DEP criu/sk-netlink.d [2020-11-10T19:53:23.939Z] #41 81.34 DEP criu/sk-inet.d [2020-11-10T19:53:23.939Z] #41 81.56 DEP criu/signalfd.d [2020-11-10T19:53:23.939Z] #41 81.73 DEP criu/sigframe.d [2020-11-10T19:53:23.939Z] #41 81.83 DEP criu/shmem.d [2020-11-10T19:53:23.939Z] #41 82.02 DEP criu/servicefd.d [2020-11-10T19:53:23.939Z] #41 82.18 DEP criu/seize.d [2020-11-10T19:53:23.939Z] #41 82.39 DEP criu/seccomp.d [2020-11-10T19:53:23.939Z] #41 82.56 DEP criu/rst-malloc.d [2020-11-10T19:53:23.939Z] #41 82.66 DEP criu/rbtree.d [2020-11-10T19:53:23.939Z] #41 82.69 DEP criu/pstree.d [2020-11-10T19:53:23.939Z] #41 82.91 DEP criu/protobuf.d [2020-11-10T19:53:23.939Z] #41 83.09 GEN criu/protobuf-desc-gen.h [2020-11-10T19:53:23.939Z] #41 85.02 DEP criu/protobuf-desc.d [2020-11-10T19:53:23.939Z] #41 85.28 DEP criu/proc_parse.d [2020-11-10T19:53:23.939Z] #41 85.63 DEP criu/plugin.d [2020-11-10T19:53:23.939Z] #41 85.72 DEP criu/pipes.d [2020-11-10T19:53:23.939Z] #41 85.98 DEP criu/pie-util.d [2020-11-10T19:53:23.939Z] #41 86.12 DEP criu/pie-util-vdso.d [2020-11-10T19:53:23.939Z] #41 86.33 DEP criu/path.d [2020-11-10T19:53:23.939Z] #41 86.49 DEP criu/parasite-syscall.d [2020-11-10T19:53:23.939Z] #41 86.73 DEP criu/pagemap.d [2020-11-10T19:53:23.939Z] #41 86.93 DEP criu/pagemap-cache.d [2020-11-10T19:53:23.949Z] #18 49.05 Selecting previously unselected package python3-pkg-resources. [2020-11-10T19:53:23.949Z] #18 49.06 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-10T19:53:23.949Z] #18 49.08 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:53:23.949Z] #18 49.24 Selecting previously unselected package python3-setuptools. [2020-11-10T19:53:23.949Z] #18 49.24 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-10T19:53:23.949Z] #18 49.25 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-10T19:53:24.207Z] #18 49.46 Selecting previously unselected package python3-wheel. [2020-11-10T19:53:24.207Z] #18 49.47 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-10T19:53:24.207Z] #18 49.50 Unpacking python3-wheel (0.32.3-2) ... [2020-11-10T19:53:24.207Z] #18 49.58 Selecting previously unselected package sudo. [2020-11-10T19:53:24.238Z] #41 87.10 DEP criu/page-xfer.d [2020-11-10T19:53:24.238Z] #41 ... [2020-11-10T19:53:24.238Z] [2020-11-10T19:53:24.238Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:24.238Z] #18 35.65 Selecting previously unselected package python3. [2020-11-10T19:53:24.238Z] #18 35.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 ... 24022 files and directories currently installed.) [2020-11-10T19:53:24.238Z] #18 35.72 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-11-10T19:53:24.238Z] #18 35.74 Unpacking python3 (3.7.3-1) ... [2020-11-10T19:53:24.238Z] #18 35.84 Selecting previously unselected package libip4tc0:ppc64el. [2020-11-10T19:53:24.238Z] #18 35.84 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-11-10T19:53:24.277Z] #18 44.30 Selecting previously unselected package python3-lib2to3. [2020-11-10T19:53:24.277Z] #18 44.30 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-10T19:53:24.277Z] #18 44.31 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:53:24.277Z] #18 44.42 Selecting previously unselected package python3-distutils. [2020-11-10T19:53:24.277Z] #18 44.42 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-10T19:53:24.277Z] #18 44.44 Unpacking python3-distutils (3.7.3-1) ... [2020-11-10T19:53:24.372Z] #11 DONE 125.3s [2020-11-10T19:53:24.372Z] [2020-11-10T19:53:24.372Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:53:24.493Z] #18 49.58 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-10T19:53:24.493Z] #18 49.59 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:53:24.535Z] #18 35.84 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-11-10T19:53:24.535Z] #18 35.96 Selecting previously unselected package libip6tc0:ppc64el. [2020-11-10T19:53:24.535Z] #18 35.97 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-11-10T19:53:24.535Z] #18 35.98 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-11-10T19:53:24.535Z] #18 36.10 Selecting previously unselected package libiptc0:ppc64el. [2020-11-10T19:53:24.535Z] #18 36.11 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-11-10T19:53:24.535Z] #18 36.11 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-11-10T19:53:24.535Z] #18 36.19 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-11-10T19:53:24.535Z] #18 36.19 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-11-10T19:53:24.535Z] #18 36.20 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-10T19:53:24.544Z] #18 44.62 Selecting previously unselected package python3-pip. [2020-11-10T19:53:24.544Z] #18 44.64 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-10T19:53:24.544Z] #18 44.66 Unpacking python3-pip (18.1-5) ... [2020-11-10T19:53:24.820Z] #18 44.82 Selecting previously unselected package python3-pkg-resources. [2020-11-10T19:53:24.820Z] #18 44.83 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-10T19:53:24.820Z] #18 44.83 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:53:24.832Z] #18 36.29 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-11-10T19:53:24.832Z] #18 36.30 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-11-10T19:53:24.832Z] #18 36.30 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-10T19:53:24.832Z] #18 36.40 Selecting previously unselected package libnftnl11:ppc64el. [2020-11-10T19:53:24.832Z] #18 36.40 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-11-10T19:53:24.942Z] 680bbdbacf1b: Verifying Checksum [2020-11-10T19:53:24.942Z] 680bbdbacf1b: Download complete [2020-11-10T19:53:25.086Z] #18 50.29 Selecting previously unselected package thin-provisioning-tools. [2020-11-10T19:53:25.087Z] #18 50.29 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-10T19:53:25.087Z] #18 50.30 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:53:25.106Z] #18 45.04 Selecting previously unselected package python3-setuptools. [2020-11-10T19:53:25.106Z] #18 45.04 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-10T19:53:25.106Z] #18 45.05 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-10T19:53:25.106Z] #18 45.29 Selecting previously unselected package python3-wheel. [2020-11-10T19:53:25.106Z] #18 45.30 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-10T19:53:25.106Z] #18 45.30 Unpacking python3-wheel (0.32.3-2) ... [2020-11-10T19:53:25.130Z] #18 36.42 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-11-10T19:53:25.131Z] #18 36.55 Selecting previously unselected package iptables. [2020-11-10T19:53:25.131Z] #18 36.56 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-11-10T19:53:25.131Z] #18 36.56 Unpacking iptables (1.8.2-4) ... [2020-11-10T19:53:25.357Z] #18 50.58 Selecting previously unselected package uidmap. [2020-11-10T19:53:25.357Z] #18 50.59 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-10T19:53:25.357Z] #18 50.59 Unpacking uidmap (1:4.5-1.1) ... [2020-11-10T19:53:25.357Z] #18 50.71 Selecting previously unselected package vim-runtime. [2020-11-10T19:53:25.370Z] #18 45.40 Selecting previously unselected package sudo. [2020-11-10T19:53:25.370Z] #18 45.41 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-10T19:53:25.370Z] #18 45.42 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:53:25.619Z] #18 50.71 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:53:25.619Z] #18 50.75 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-10T19:53:25.619Z] #18 50.79 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-10T19:53:25.619Z] #18 50.81 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:53:25.778Z] #18 37.11 Selecting previously unselected package xxd. [2020-11-10T19:53:25.779Z] #18 37.12 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-10T19:53:25.779Z] #18 37.13 Unpacking xxd (2:8.1.0875-5) ... [2020-11-10T19:53:25.779Z] #18 37.23 Selecting previously unselected package vim-common. [2020-11-10T19:53:25.779Z] #18 37.24 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:53:25.779Z] #18 37.27 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-10T19:53:25.948Z] #18 45.89 Selecting previously unselected package thin-provisioning-tools. [2020-11-10T19:53:25.948Z] #18 45.91 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-10T19:53:25.948Z] #18 45.92 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:53:26.079Z] #18 37.46 Selecting previously unselected package bash-completion. [2020-11-10T19:53:26.079Z] #18 37.46 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-10T19:53:26.209Z] #18 46.21 Selecting previously unselected package uidmap. [2020-11-10T19:53:26.209Z] #18 46.21 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-10T19:53:26.209Z] #18 46.22 Unpacking uidmap (1:4.5-1.1) ... [2020-11-10T19:53:26.209Z] #18 46.32 Selecting previously unselected package vim-runtime. [2020-11-10T19:53:26.209Z] #18 46.34 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:53:26.209Z] #18 46.37 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-10T19:53:26.471Z] #18 46.42 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-10T19:53:26.471Z] #18 46.43 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:53:27.043Z] #22 124.1 Checking out files: 19% (2180/10985) Checking out files: 20% (2197/10985) Checking out files: 21% (2307/10985) Checking out files: 22% (2417/10985) Checking out files: 23% (2527/10985) Checking out files: 24% (2637/10985) Checking out files: 25% (2747/10985) Checking out files: 26% (2857/10985) Checking out files: 27% (2966/10985) Checking out files: 28% (3076/10985) Checking out files: 29% (3186/10985) Checking out files: 30% (3296/10985) Checking out files: 31% (3406/10985) Checking out files: 32% (3516/10985) Checking out files: 32% (3526/10985) Checking out files: 33% (3626/10985) Checking out files: 34% (3735/10985) Checking out files: 35% (3845/10985) Checking out files: 36% (3955/10985) Checking out files: 37% (4065/10985) Checking out files: 38% (4175/10985) Checking out files: 39% (4285/10985) Checking out files: 40% (4394/10985) Checking out files: 41% (4504/10985) Checking out files: 42% (4614/10985) Checking out files: 43% (4724/10985) Checking out files: 44% (4834/10985) Checking out files: 45% (4944/10985) Checking out files: 46% (5054/10985) Checking out files: 47% (5163/10985) Checking out files: 47% (5258/10985) Checking out files: 48% (5273/10985) Checking out files: 49% (5383/10985) Checking out files: 50% (5493/10985) Checking out files: 51% (5603/10985) Checking out files: 52% (5713/10985) Checking out files: 53% (5823/10985) Checking out files: 54% (5932/10985) Checking out files: 55% (6042/10985) Checking out files: 56% (6152/10985) Checking out files: 57% (6262/10985) Checking out files: 58% (6372/10985) Checking out files: 59% (6482/10985) Checking out files: 60% (6591/10985) Checking out files: 61% (6701/10985) Checking out files: 62% (6811/10985) Checking out files: 63% (6921/10985) Checking out files: 64% (7031/10985) Checking out files: 65% (7141/10985) Checking out files: 66% (7251/10985) Checking out files: 67% (7360/10985) Checking out files: 68% (7470/10985) Checking out files: 69% (7580/10985) Checking out files: 70% (7690/10985) Checking out files: 71% (7800/10985) Checking out files: 72% (7910/10985) Checking out files: 72% (7977/10985) Checking out files: 73% (8020/10985) Checking out files: 74% (8129/10985) Checking out files: 75% (8239/10985) Checking out files: 76% (8349/10985) Checking out files: 77% (8459/10985) Checking out files: 78% (8569/10985) Checking out files: 79% (8679/10985) Checking out files: 80% (8788/10985) Checking out files: 81% (8898/10985) Checking out files: 82% (9008/10985) Checking out files: 83% (9118/10985) Checking out files: 84% (9228/10985) Checking out files: 85% (9338/10985) Checking out files: 86% (9448/10985) Checking out files: 87% (9557/10985) Checking out files: 88% (9667/10985) Checking out files: 89% (9777/10985) Checking out files: 90% (9887/10985) Checking out files: 91% (9997/10985) Checking out files: 92% (10107/10985) Checking out files: 93% (10217/10985) Checking out files: 94% (10326/10985) Checking out files: 95% (10436/10985) Checking out files: 96% (10546/10985) Checking out files: 97% (10656/10985) Checking out files: 97% (10658/10985) [2020-11-10T19:53:27.043Z] #22 ... [2020-11-10T19:53:27.043Z] [2020-11-10T19:53:27.043Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:27.043Z] #41 32.82 CC images/file-lock.o [2020-11-10T19:53:27.043Z] #41 32.97 CC images/rlimit.o [2020-11-10T19:53:27.043Z] #41 33.28 CC images/pagemap.o [2020-11-10T19:53:27.043Z] #41 33.75 CC images/siginfo.o [2020-11-10T19:53:27.043Z] #41 34.09 CC images/rpc.o [2020-11-10T19:53:27.043Z] #41 35.03 CC images/ext-file.o [2020-11-10T19:53:27.043Z] #41 35.13 CC images/cgroup.o [2020-11-10T19:53:27.043Z] #41 35.65 CC images/userns.o [2020-11-10T19:53:27.043Z] #41 36.01 CC images/google/protobuf/descriptor.o [2020-11-10T19:53:27.043Z] #41 37.22 CC images/opts.o [2020-11-10T19:53:27.043Z] #41 37.61 CC images/seccomp.o [2020-11-10T19:53:27.043Z] #41 37.84 CC images/binfmt-misc.o [2020-11-10T19:53:27.043Z] #41 38.00 CC images/time.o [2020-11-10T19:53:27.043Z] #41 38.27 CC images/sysctl.o [2020-11-10T19:53:27.043Z] #41 38.42 CC images/autofs.o [2020-11-10T19:53:27.043Z] #41 38.61 CC images/macvlan.o [2020-11-10T19:53:27.043Z] #41 38.83 CC images/sit.o [2020-11-10T19:53:27.043Z] #41 39.03 CC images/memfd.o [2020-11-10T19:53:27.043Z] #41 39.30 CC images/timens.o [2020-11-10T19:53:27.043Z] #41 39.52 LINK images/built-in.o [2020-11-10T19:53:27.043Z] #41 39.68 GEN compel/include/asm [2020-11-10T19:53:27.043Z] #41 39.72 GEN compel/include/version.h [2020-11-10T19:53:27.043Z] #41 39.77 touch .config [2020-11-10T19:53:27.043Z] #41 39.86 GEN include/common/config.h [2020-11-10T19:53:27.043Z] #41 39.93 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-10T19:53:27.043Z] #41 39.94 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-11-10T19:53:27.043Z] #41 39.96 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-11-10T19:53:27.043Z] #41 39.99 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-11-10T19:53:27.043Z] #41 40.00 DEP compel/plugins/std/infect.d [2020-11-10T19:53:27.043Z] #41 40.04 DEP compel/plugins/std/string.d [2020-11-10T19:53:27.043Z] #41 40.09 DEP compel/plugins/std/log.d [2020-11-10T19:53:27.043Z] #41 40.13 DEP compel/plugins/std/fds.d [2020-11-10T19:53:27.043Z] #41 40.22 DEP compel/plugins/std/std.d [2020-11-10T19:53:27.043Z] #41 40.34 DEP compel/plugins/shmem/shmem.d [2020-11-10T19:53:27.043Z] #41 40.42 DEP compel/plugins/fds/fds.d [2020-11-10T19:53:27.043Z] #41 40.46 CC compel/plugins/std/std.o [2020-11-10T19:53:27.043Z] #41 40.88 CC compel/plugins/std/fds.o [2020-11-10T19:53:27.043Z] #41 41.30 CC compel/plugins/std/log.o [2020-11-10T19:53:27.043Z] #41 42.15 CC compel/plugins/std/string.o [2020-11-10T19:53:27.309Z] #41 ... [2020-11-10T19:53:27.309Z] [2020-11-10T19:53:27.309Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:53:27.310Z] #22 124.1 Checking out files: 19% (2180/10985) Checking out files: 20% (2197/10985) Checking out files: 21% (2307/10985) Checking out files: 22% (2417/10985) Checking out files: 23% (2527/10985) Checking out files: 24% (2637/10985) Checking out files: 25% (2747/10985) Checking out files: 26% (2857/10985) Checking out files: 27% (2966/10985) Checking out files: 28% (3076/10985) Checking out files: 29% (3186/10985) Checking out files: 30% (3296/10985) Checking out files: 31% (3406/10985) Checking out files: 32% (3516/10985) Checking out files: 32% (3526/10985) Checking out files: 33% (3626/10985) Checking out files: 34% (3735/10985) Checking out files: 35% (3845/10985) Checking out files: 36% (3955/10985) Checking out files: 37% (4065/10985) Checking out files: 38% (4175/10985) Checking out files: 39% (4285/10985) Checking out files: 40% (4394/10985) Checking out files: 41% (4504/10985) Checking out files: 42% (4614/10985) Checking out files: 43% (4724/10985) Checking out files: 44% (4834/10985) Checking out files: 45% (4944/10985) Checking out files: 46% (5054/10985) Checking out files: 47% (5163/10985) Checking out files: 47% (5258/10985) Checking out files: 48% (5273/10985) Checking out files: 49% (5383/10985) Checking out files: 50% (5493/10985) Checking out files: 51% (5603/10985) Checking out files: 52% (5713/10985) Checking out files: 53% (5823/10985) Checking out files: 54% (5932/10985) Checking out files: 55% (6042/10985) Checking out files: 56% (6152/10985) Checking out files: 57% (6262/10985) Checking out files: 58% (6372/10985) Checking out files: 59% (6482/10985) Checking out files: 60% (6591/10985) Checking out files: 61% (6701/10985) Checking out files: 62% (6811/10985) Checking out files: 63% (6921/10985) Checking out files: 64% (7031/10985) Checking out files: 65% (7141/10985) Checking out files: 66% (7251/10985) Checking out files: 67% (7360/10985) Checking out files: 68% (7470/10985) Checking out files: 69% (7580/10985) Checking out files: 70% (7690/10985) Checking out files: 71% (7800/10985) Checking out files: 72% (7910/10985) Checking out files: 72% (7977/10985) Checking out files: 73% (8020/10985) Checking out files: 74% (8129/10985) Checking out files: 75% (8239/10985) Checking out files: 76% (8349/10985) Checking out files: 77% (8459/10985) Checking out files: 78% (8569/10985) Checking out files: 79% (8679/10985) Checking out files: 80% (8788/10985) Checking out files: 81% (8898/10985) Checking out files: 82% (9008/10985) Checking out files: 83% (9118/10985) Checking out files: 84% (9228/10985) Checking out files: 85% (9338/10985) Checking out files: 86% (9448/10985) Checking out files: 87% (9557/10985) Checking out files: 88% (9667/10985) Checking out files: 89% (9777/10985) Checking out files: 90% (9887/10985) Checking out files: 91% (9997/10985) Checking out files: 92% (10107/10985) Checking out files: 93% (10217/10985) Checking out files: 94% (10326/10985) Checking out files: 95% (10436/10985) Checking out files: 96% (10546/10985) Checking out files: 97% (10656/10985) Checking out files: 97% (10658/10985) Checking out files: 98% (10766/10985) Checking out files: 99% (10876/10985) Checking out files: 100% (10985/10985) Checking out files: 100% (10985/10985), done. [2020-11-10T19:53:27.310Z] #22 128.3 + cd /tmp/tmp.HxH9r9NxHc/tmp/docker-ce [2020-11-10T19:53:27.310Z] #22 128.3 + git checkout -q v17.06.2-ce [2020-11-10T19:53:27.575Z] #22 ... [2020-11-10T19:53:27.575Z] [2020-11-10T19:53:27.575Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-10T19:53:27.575Z] #12 DONE 3.3s [2020-11-10T19:53:27.840Z] [2020-11-10T19:53:27.840Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:27.840Z] #51 1.973 + RM_GOPATH=0 [2020-11-10T19:53:27.840Z] #51 1.973 + TMP_GOPATH= [2020-11-10T19:53:27.840Z] #51 1.973 + : /build [2020-11-10T19:53:27.840Z] #51 1.973 + '[' -z '' ']' [2020-11-10T19:53:27.840Z] #51 1.973 ++ mktemp -d [2020-11-10T19:53:27.840Z] #51 1.975 + export GOPATH=/tmp/tmp.HhQCPniI1W [2020-11-10T19:53:27.840Z] #51 1.975 + GOPATH=/tmp/tmp.HhQCPniI1W [2020-11-10T19:53:27.840Z] #51 1.975 + RM_GOPATH=1 [2020-11-10T19:53:27.840Z] #51 1.976 + case "$(go env GOARCH)" in [2020-11-10T19:53:27.840Z] #51 1.976 ++ go env GOARCH [2020-11-10T19:53:27.840Z] #51 1.994 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T19:53:27.840Z] #51 1.994 + GO_BUILDMODE=-buildmode=pie [2020-11-10T19:53:27.840Z] #51 1.996 ++ dirname /tmp/install/install.sh [2020-11-10T19:53:27.840Z] #51 1.998 + dir=/tmp/install [2020-11-10T19:53:27.840Z] #51 2.000 + bin=runc [2020-11-10T19:53:27.840Z] #51 2.000 + shift [2020-11-10T19:53:27.840Z] #51 2.005 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-10T19:53:27.840Z] #51 2.005 + . /tmp/install/runc.installer [2020-11-10T19:53:27.840Z] #51 2.005 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-10T19:53:27.840Z] #51 2.005 + install_runc [2020-11-10T19:53:27.840Z] #51 2.005 + uname -r [2020-11-10T19:53:27.840Z] #51 2.005 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-10T19:53:27.840Z] #51 2.006 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-10T19:53:27.840Z] #51 2.006 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-10T19:53:27.840Z] #51 2.006 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-10T19:53:27.840Z] #51 2.006 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.HhQCPniI1W/src/github.com/opencontainers/runc [2020-11-10T19:53:27.840Z] #51 2.010 Cloning into '/tmp/tmp.HhQCPniI1W/src/github.com/opencontainers/runc'... [2020-11-10T19:53:28.907Z] #18 53.86 Selecting previously unselected package vim. [2020-11-10T19:53:28.907Z] #18 53.87 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-10T19:53:28.907Z] #18 53.88 Unpacking vim (2:8.1.0875-5) ... [2020-11-10T19:53:29.165Z] #18 54.48 Selecting previously unselected package xfsprogs. [2020-11-10T19:53:29.423Z] #18 54.50 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-10T19:53:29.423Z] #18 54.51 Unpacking xfsprogs (4.20.0-1) ... [2020-11-10T19:53:29.649Z] #18 ... [2020-11-10T19:53:29.649Z] [2020-11-10T19:53:29.649Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:29.649Z] #43 138.9 vendor/golang.org/x/crypto/cryptobyte [2020-11-10T19:53:29.649Z] #43 139.9 vendor/golang.org/x/net/http2/hpack [2020-11-10T19:53:29.649Z] #43 141.7 mime [2020-11-10T19:53:29.649Z] #43 145.1 vendor/golang.org/x/net/http/httpproxy [2020-11-10T19:53:29.649Z] #43 145.1 net/textproto [2020-11-10T19:53:29.649Z] #43 145.1 crypto/x509 [2020-11-10T19:53:29.649Z] #43 146.9 vendor/golang.org/x/net/http/httpguts [2020-11-10T19:53:29.649Z] #43 146.9 mime/multipart [2020-11-10T19:53:29.649Z] #43 ... [2020-11-10T19:53:29.649Z] [2020-11-10T19:53:29.649Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:29.649Z] #41 87.32 DEP criu/page-pipe.d [2020-11-10T19:53:29.649Z] #41 87.44 DEP criu/netfilter.d [2020-11-10T19:53:29.649Z] #41 87.68 DEP criu/net.d [2020-11-10T19:53:29.649Z] #41 87.87 DEP criu/namespaces.d [2020-11-10T19:53:29.649Z] #41 88.11 DEP criu/mount.d [2020-11-10T19:53:29.649Z] #41 88.36 DEP criu/memfd.d [2020-11-10T19:53:29.649Z] #41 88.54 DEP criu/mem.d [2020-11-10T19:53:29.649Z] #41 88.82 DEP criu/lsm.d [2020-11-10T19:53:29.649Z] #41 89.01 DEP criu/log.d [2020-11-10T19:53:29.649Z] #41 89.13 DEP criu/libnetlink.d [2020-11-10T19:53:29.649Z] #41 89.32 DEP criu/kerndat.d [2020-11-10T19:53:29.649Z] #41 89.65 DEP criu/kcmp-ids.d [2020-11-10T19:53:29.649Z] #41 89.75 DEP criu/irmap.d [2020-11-10T19:53:29.649Z] #41 89.91 DEP criu/ipc_ns.d [2020-11-10T19:53:29.649Z] #41 90.09 DEP criu/image.d [2020-11-10T19:53:29.649Z] #41 90.30 DEP criu/image-desc.d [2020-11-10T19:53:29.649Z] #41 90.43 DEP criu/fsnotify.d [2020-11-10T19:53:29.649Z] #41 90.61 DEP criu/filesystems.d [2020-11-10T19:53:29.649Z] #41 90.79 DEP criu/files.d [2020-11-10T19:53:29.649Z] #41 91.01 DEP criu/files-reg.d [2020-11-10T19:53:29.649Z] #41 91.19 DEP criu/files-ext.d [2020-11-10T19:53:29.649Z] #41 91.33 DEP criu/file-lock.d [2020-11-10T19:53:29.649Z] #41 91.48 DEP criu/file-ids.d [2020-11-10T19:53:29.649Z] #41 91.61 DEP criu/fifo.d [2020-11-10T19:53:29.649Z] #41 91.82 DEP criu/fdstore.d [2020-11-10T19:53:29.649Z] #41 91.96 DEP criu/fault-injection.d [2020-11-10T19:53:29.649Z] #41 92.01 DEP criu/external.d [2020-11-10T19:53:29.649Z] #41 92.23 DEP criu/eventpoll.d [2020-11-10T19:53:29.649Z] #41 92.40 DEP criu/eventfd.d [2020-11-10T19:53:29.649Z] #41 92.63 DEP criu/crtools.d [2020-11-10T19:53:29.680Z] #18 55.07 Selecting previously unselected package zip. [2020-11-10T19:53:29.778Z] #18 49.61 Selecting previously unselected package vim. [2020-11-10T19:53:29.778Z] #18 49.62 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-10T19:53:29.778Z] #18 49.64 Unpacking vim (2:8.1.0875-5) ... [2020-11-10T19:53:29.938Z] #18 55.07 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-10T19:53:29.938Z] #18 55.09 Unpacking zip (3.0-11+b1) ... [2020-11-10T19:53:29.948Z] #41 92.80 DEP criu/cr-service.d [2020-11-10T19:53:29.948Z] #41 93.03 DEP criu/cr-restore.d [2020-11-10T19:53:30.196Z] #18 55.33 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:53:30.196Z] #18 55.35 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:53:30.196Z] #18 55.36 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:30.196Z] #18 55.38 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-10T19:53:30.196Z] #18 55.39 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-10T19:53:30.196Z] #18 55.40 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:30.196Z] #18 55.43 Setting up uidmap (1:4.5-1.1) ... [2020-11-10T19:53:30.196Z] #18 55.44 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-10T19:53:30.196Z] #18 55.45 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:53:30.196Z] #18 55.46 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:53:30.196Z] #18 55.47 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-10T19:53:30.196Z] #18 55.49 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-10T19:53:30.196Z] #18 55.50 Setting up xxd (2:8.1.0875-5) ... [2020-11-10T19:53:30.196Z] #18 55.52 Setting up zip (3.0-11+b1) ... [2020-11-10T19:53:30.247Z] #41 ... [2020-11-10T19:53:30.247Z] [2020-11-10T19:53:30.247Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:30.247Z] #18 41.69 Unpacking bash-completion (1:2.8-6) ... [2020-11-10T19:53:30.306Z] #18 50.21 Selecting previously unselected package xfsprogs. [2020-11-10T19:53:30.306Z] #18 50.21 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-10T19:53:30.306Z] #18 50.22 Unpacking xfsprogs (4.20.0-1) ... [2020-11-10T19:53:30.411Z] #51 ... [2020-11-10T19:53:30.411Z] [2020-11-10T19:53:30.411Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-10T19:53:30.411Z] #13 DONE 2.6s [2020-11-10T19:53:30.411Z] [2020-11-10T19:53:30.411Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:30.411Z] #41 43.11 CC compel/plugins/std/infect.o [2020-11-10T19:53:30.411Z] #41 43.56 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-11-10T19:53:30.411Z] #41 43.70 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-11-10T19:53:30.411Z] #41 43.83 AR compel/plugins/std.lib.a [2020-11-10T19:53:30.411Z] #41 44.01 CC compel/plugins/fds/fds.o [2020-11-10T19:53:30.411Z] #41 44.36 AR compel/plugins/fds.lib.a [2020-11-10T19:53:30.411Z] #41 44.42 HOSTDEP compel/src/lib/log-host.d [2020-11-10T19:53:30.411Z] #41 44.49 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-10T19:53:30.411Z] #41 44.56 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-11-10T19:53:30.411Z] #41 44.61 HOSTDEP compel/src/main-host.d [2020-11-10T19:53:30.411Z] #41 44.73 DEP compel/src/lib/ptrace.d [2020-11-10T19:53:30.411Z] #41 44.85 DEP compel/src/lib/infect.d [2020-11-10T19:53:30.411Z] #41 45.11 DEP compel/src/lib/infect-util.d [2020-11-10T19:53:30.411Z] #41 45.23 DEP compel/src/lib/infect-rpc.d [2020-11-10T19:53:30.411Z] #41 45.36 DEP compel/arch/aarch64/src/lib/infect.d [2020-11-10T19:53:30.411Z] #41 45.52 DEP compel/arch/aarch64/src/lib/cpu.d [2020-11-10T19:53:30.411Z] #41 45.60 DEP compel/src/lib/log.d [2020-11-10T19:53:30.411Z] #41 45.69 DEP compel/src/main.d [2020-11-10T19:53:30.411Z] #41 45.80 DEP compel/src/lib/handle-elf.d [2020-11-10T19:53:30.411Z] #41 45.90 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-11-10T19:53:30.411Z] #41 45.97 CC compel/src/lib/log.o [2020-11-10T19:53:30.411Z] #41 46.26 CC compel/arch/aarch64/src/lib/cpu.o [2020-11-10T19:53:30.454Z] #18 55.56 Setting up vim-common (2:8.1.0875-5) ... [2020-11-10T19:53:30.454Z] #18 55.61 Setting up bash-completion (1:2.8-6) ... [2020-11-10T19:53:30.677Z] #41 46.48 CC compel/arch/aarch64/src/lib/infect.o [2020-11-10T19:53:30.829Z] #18 50.77 Selecting previously unselected package zip. [2020-11-10T19:53:30.829Z] #18 50.79 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-10T19:53:30.829Z] #18 50.80 Unpacking zip (3.0-11+b1) ... [2020-11-10T19:53:30.829Z] #18 51.02 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:53:30.829Z] #18 51.04 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:53:30.829Z] #18 51.05 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:30.829Z] #18 51.06 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-10T19:53:30.829Z] #18 51.07 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-10T19:53:30.829Z] #18 51.08 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:30.829Z] #18 51.09 Setting up uidmap (1:4.5-1.1) ... [2020-11-10T19:53:30.829Z] #18 51.10 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-10T19:53:30.829Z] #18 51.11 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:53:30.829Z] #18 51.12 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:53:30.829Z] #18 51.13 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-10T19:53:30.895Z] #18 42.26 Selecting previously unselected package bzip2. [2020-11-10T19:53:30.895Z] #18 42.27 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-11-10T19:53:30.895Z] #18 42.28 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:53:30.895Z] #18 42.43 Selecting previously unselected package xz-utils. [2020-11-10T19:53:30.895Z] #18 42.44 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-11-10T19:53:30.895Z] #18 42.44 Unpacking xz-utils (5.2.4-1) ... [2020-11-10T19:53:31.091Z] #18 51.14 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-10T19:53:31.091Z] #18 51.16 Setting up xxd (2:8.1.0875-5) ... [2020-11-10T19:53:31.091Z] #18 51.17 Setting up zip (3.0-11+b1) ... [2020-11-10T19:53:31.091Z] #18 51.19 Setting up vim-common (2:8.1.0875-5) ... [2020-11-10T19:53:31.091Z] #18 51.21 Setting up bash-completion (1:2.8-6) ... [2020-11-10T19:53:31.202Z] #18 42.66 Selecting previously unselected package apparmor. [2020-11-10T19:53:31.202Z] #18 42.68 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-11-10T19:53:31.202Z] #18 42.84 Unpacking apparmor (2.13.2-10) ... [2020-11-10T19:53:31.258Z] #41 46.98 CC compel/src/lib/infect-rpc.o [2020-11-10T19:53:31.522Z] #41 47.36 CC compel/src/lib/infect-util.o [2020-11-10T19:53:31.848Z] #18 43.45 Selecting previously unselected package aufs-tools. [2020-11-10T19:53:31.848Z] #18 43.45 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-11-10T19:53:31.848Z] #18 43.46 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:53:32.102Z] #41 47.66 CC compel/src/lib/infect.o [2020-11-10T19:53:32.146Z] #18 43.63 Selecting previously unselected package libonig5:ppc64el. [2020-11-10T19:53:32.146Z] #18 43.64 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-10T19:53:32.146Z] #18 43.64 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-10T19:53:32.369Z] #41 ... [2020-11-10T19:53:32.370Z] [2020-11-10T19:53:32.370Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-10T19:53:32.370Z] #14 1.441 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-10T19:53:32.370Z] #14 DONE 1.9s [2020-11-10T19:53:32.370Z] [2020-11-10T19:53:32.370Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:32.370Z] #51 7.021 + cd /tmp/tmp.HhQCPniI1W/src/github.com/opencontainers/runc [2020-11-10T19:53:32.370Z] #51 7.021 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-10T19:53:32.370Z] #51 7.607 + '[' -z '' ']' [2020-11-10T19:53:32.370Z] #51 7.607 + target=static [2020-11-10T19:53:32.370Z] #51 7.608 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-10T19:53:32.446Z] #18 43.85 Selecting previously unselected package libjq1:ppc64el. [2020-11-10T19:53:32.446Z] #18 43.85 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-10T19:53:32.446Z] #18 43.89 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-10T19:53:32.446Z] #18 43.98 Selecting previously unselected package jq. [2020-11-10T19:53:32.446Z] #18 44.00 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-10T19:53:32.446Z] #18 44.01 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-10T19:53:32.635Z] #51 8.143 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-11-10T19:53:32.746Z] #18 44.08 Selecting previously unselected package libaio1:ppc64el. [2020-11-10T19:53:32.746Z] #18 44.09 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-11-10T19:53:32.746Z] #18 44.10 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-11-10T19:53:32.746Z] #18 44.17 Selecting previously unselected package libgpm2:ppc64el. [2020-11-10T19:53:32.746Z] #18 44.18 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-11-10T19:53:32.746Z] #18 44.20 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-11-10T19:53:32.746Z] #18 44.29 Selecting previously unselected package libicu63:ppc64el. [2020-11-10T19:53:32.746Z] #18 44.31 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-10T19:53:32.746Z] #18 44.33 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-10T19:53:32.980Z] #18 ... [2020-11-10T19:53:32.980Z] [2020-11-10T19:53:32.980Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:32.980Z] #41 110.1 CC criu/cr-dedup.o [2020-11-10T19:53:32.980Z] #41 110.5 CC criu/cr-dump.o [2020-11-10T19:53:32.980Z] #41 113.3 CC criu/cr-errno.o [2020-11-10T19:53:32.980Z] #41 113.3 CC criu/cr-restore.o [2020-11-10T19:53:32.980Z] #41 118.6 CC criu/cr-service.o [2020-11-10T19:53:33.237Z] #41 120.3 CC criu/crtools.o [2020-11-10T19:53:33.495Z] #41 ... [2020-11-10T19:53:33.495Z] [2020-11-10T19:53:33.495Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:33.495Z] #18 58.75 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:33.495Z] #18 58.76 Setting up xz-utils (5.2.4-1) ... [2020-11-10T19:53:33.495Z] #18 58.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-10T19:53:33.495Z] #18 58.80 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:53:33.530Z] 4612f6d0b889: Verifying Checksum [2020-11-10T19:53:33.530Z] 4612f6d0b889: Download complete [2020-11-10T19:53:33.641Z] #18 53.89 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-10T19:53:33.641Z] #18 53.90 Setting up xz-utils (5.2.4-1) ... [2020-11-10T19:53:33.753Z] #18 58.87 invoke-rc.d: could not determine current runlevel [2020-11-10T19:53:33.753Z] #18 58.88 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-10T19:53:33.753Z] #18 58.89 Setting up pigz (2.4-1) ... [2020-11-10T19:53:33.753Z] #18 58.90 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-10T19:53:33.753Z] #18 58.91 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-10T19:53:33.753Z] #18 58.93 Setting up python-pip-whl (18.1-5) ... [2020-11-10T19:53:33.753Z] #18 58.94 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-10T19:53:33.753Z] #18 58.95 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:53:33.903Z] #18 53.91 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-10T19:53:33.903Z] #18 53.92 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:53:33.903Z] #18 53.98 invoke-rc.d: could not determine current runlevel [2020-11-10T19:53:33.903Z] #18 53.98 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-10T19:53:33.903Z] #18 53.99 Setting up pigz (2.4-1) ... [2020-11-10T19:53:33.903Z] #18 54.00 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-10T19:53:33.903Z] #18 54.01 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-10T19:53:33.903Z] #18 54.03 Setting up python-pip-whl (18.1-5) ... [2020-11-10T19:53:33.903Z] #18 54.04 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-10T19:53:33.903Z] #18 54.05 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:53:34.050Z] #51 ... [2020-11-10T19:53:34.050Z] [2020-11-10T19:53:34.050Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-10T19:53:34.050Z] #15 DONE 1.9s [2020-11-10T19:53:34.050Z] [2020-11-10T19:53:34.050Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-10T19:53:34.165Z] #18 ... [2020-11-10T19:53:34.165Z] [2020-11-10T19:53:34.165Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:34.165Z] #41 100.8 CC criu/cr-errno.o [2020-11-10T19:53:34.165Z] #41 100.9 CC criu/cr-restore.o [2020-11-10T19:53:34.165Z] #41 105.6 CC criu/cr-service.o [2020-11-10T19:53:34.165Z] #41 107.4 CC criu/crtools.o [2020-11-10T19:53:34.165Z] #41 108.1 CC criu/eventfd.o [2020-11-10T19:53:34.165Z] #41 108.4 CC criu/eventpoll.o [2020-11-10T19:53:34.165Z] #41 109.2 CC criu/external.o [2020-11-10T19:53:34.165Z] #41 109.5 CC criu/fault-injection.o [2020-11-10T19:53:34.165Z] #41 109.6 CC criu/fdstore.o [2020-11-10T19:53:34.165Z] #41 109.9 CC criu/fifo.o [2020-11-10T19:53:34.165Z] #41 110.4 CC criu/file-ids.o [2020-11-10T19:53:34.165Z] #41 110.8 CC criu/file-lock.o [2020-11-10T19:53:34.165Z] #41 ... [2020-11-10T19:53:34.165Z] [2020-11-10T19:53:34.165Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:34.318Z] #18 59.45 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-10T19:53:34.318Z] #18 59.47 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-10T19:53:34.318Z] #18 59.48 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:34.318Z] #18 59.49 Setting up vim (2:8.1.0875-5) ... [2020-11-10T19:53:34.318Z] #18 59.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-10T19:53:34.318Z] #18 59.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-10T19:53:34.318Z] #18 59.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-10T19:53:34.318Z] #18 59.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-10T19:53:34.318Z] #18 59.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-10T19:53:34.318Z] #18 59.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-10T19:53:34.318Z] #18 59.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-10T19:53:34.318Z] #18 59.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-10T19:53:34.318Z] #18 59.60 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-10T19:53:34.318Z] #18 59.61 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:53:34.318Z] #18 59.62 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-10T19:53:34.318Z] #18 59.64 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-10T19:53:34.318Z] #18 59.65 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-10T19:53:34.427Z] #18 54.45 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-10T19:53:34.427Z] #18 54.46 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-10T19:53:34.427Z] #18 54.48 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:34.427Z] #18 54.48 Setting up vim (2:8.1.0875-5) ... [2020-11-10T19:53:34.427Z] #18 54.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-10T19:53:34.427Z] #18 54.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-10T19:53:34.427Z] #18 54.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-10T19:53:34.427Z] #18 54.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-10T19:53:34.427Z] #18 54.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-10T19:53:34.427Z] #18 54.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-10T19:53:34.427Z] #18 54.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-10T19:53:34.427Z] #18 54.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-10T19:53:34.427Z] #18 54.57 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-10T19:53:34.427Z] #18 54.58 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:53:34.427Z] #18 54.59 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-10T19:53:34.427Z] #18 54.60 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-10T19:53:34.427Z] #18 54.61 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-10T19:53:34.427Z] #18 54.62 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:34.575Z] #18 59.66 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:35.983Z] #16 DONE 1.8s [2020-11-10T19:53:35.983Z] [2020-11-10T19:53:35.983Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:35.983Z] #41 50.07 CC compel/src/lib/ptrace.o [2020-11-10T19:53:35.983Z] #41 50.52 AR compel/libcompel.a [2020-11-10T19:53:35.983Z] #41 50.65 HOSTCC compel/src/main-host.o [2020-11-10T19:53:35.983Z] #41 51.05 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-11-10T19:53:35.983Z] #41 51.24 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-10T19:53:35.983Z] #41 51.56 HOSTCC compel/src/lib/log-host.o [2020-11-10T19:53:35.983Z] #41 51.80 HOSTLINK compel/compel-host-bin [2020-11-10T19:53:36.250Z] #41 52.02 DEP soccr/soccr.d [2020-11-10T19:53:36.250Z] #41 52.16 CC soccr/soccr.o [2020-11-10T19:53:37.269Z] #18 48.40 Selecting previously unselected package libnet1:ppc64el. [2020-11-10T19:53:37.269Z] #18 48.41 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-10T19:53:37.269Z] #18 48.41 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-10T19:53:37.269Z] #18 48.49 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-10T19:53:37.269Z] #18 48.50 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-10T19:53:37.269Z] #18 48.50 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-10T19:53:37.269Z] #18 48.61 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-10T19:53:37.269Z] #18 48.62 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-10T19:53:37.269Z] #18 48.62 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-10T19:53:37.269Z] #18 48.71 Selecting previously unselected package libreadline5:ppc64el. [2020-11-10T19:53:37.269Z] #18 48.72 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-11-10T19:53:37.269Z] #18 48.72 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-10T19:53:37.269Z] #18 48.84 Selecting previously unselected package net-tools. [2020-11-10T19:53:37.567Z] #18 48.85 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-11-10T19:53:37.567Z] #18 48.85 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:53:37.567Z] #18 49.13 Selecting previously unselected package python-pip-whl. [2020-11-10T19:53:37.653Z] #41 53.22 AR soccr/libsoccr.a [2020-11-10T19:53:37.654Z] #41 53.30 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:53:37.654Z] #41 ... [2020-11-10T19:53:37.654Z] [2020-11-10T19:53:37.654Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-10T19:53:37.654Z] #17 DONE 1.9s [2020-11-10T19:53:37.734Z] #18 57.46 Setting up iptables (1.8.2-4) ... [2020-11-10T19:53:37.734Z] #18 57.48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:53:37.734Z] #18 57.49 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:53:37.734Z] #18 57.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:53:37.734Z] #18 57.50 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:53:37.734Z] #18 57.50 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-10T19:53:37.734Z] #18 57.50 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-10T19:53:37.734Z] #18 57.51 Setting up python3 (3.7.3-1) ... [2020-11-10T19:53:37.734Z] #18 57.94 Setting up python3-wheel (0.32.3-2) ... [2020-11-10T19:53:37.852Z] #18 62.97 Setting up iptables (1.8.2-4) ... [2020-11-10T19:53:37.852Z] #18 62.99 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:53:37.852Z] #18 63.00 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:53:37.852Z] #18 63.01 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:53:37.852Z] #18 63.02 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:53:37.852Z] #18 63.03 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-10T19:53:37.852Z] #18 63.04 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-10T19:53:37.852Z] #18 63.05 Setting up python3 (3.7.3-1) ... [2020-11-10T19:53:37.866Z] #18 49.16 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-10T19:53:37.866Z] #18 49.17 Unpacking python-pip-whl (18.1-5) ... [2020-11-10T19:53:37.866Z] #18 ... [2020-11-10T19:53:37.866Z] [2020-11-10T19:53:37.866Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:53:37.866Z] #22 149.9 Checking out files: 24% (2739/10985) Checking out files: 25% (2747/10985) Checking out files: 26% (2857/10985) Checking out files: 27% (2966/10985) Checking out files: 28% (3076/10985) Checking out files: 29% (3186/10985) Checking out files: 30% (3296/10985) Checking out files: 31% (3406/10985) Checking out files: 32% (3516/10985) Checking out files: 33% (3626/10985) Checking out files: 34% (3735/10985) Checking out files: 35% (3845/10985) Checking out files: 36% (3955/10985) Checking out files: 37% (4065/10985) Checking out files: 38% (4175/10985) Checking out files: 39% (4285/10985) Checking out files: 40% (4394/10985) Checking out files: 41% (4504/10985) Checking out files: 42% (4614/10985) Checking out files: 43% (4724/10985) Checking out files: 44% (4834/10985) Checking out files: 44% (4910/10985) Checking out files: 45% (4944/10985) Checking out files: 46% (5054/10985) Checking out files: 47% (5163/10985) Checking out files: 48% (5273/10985) Checking out files: 49% (5383/10985) Checking out files: 50% (5493/10985) Checking out files: 51% (5603/10985) Checking out files: 52% (5713/10985) Checking out files: 53% (5823/10985) Checking out files: 54% (5932/10985) Checking out files: 55% (6042/10985) Checking out files: 56% (6152/10985) Checking out files: 57% (6262/10985) Checking out files: 58% (6372/10985) Checking out files: 59% (6482/10985) Checking out files: 60% (6591/10985) Checking out files: 61% (6701/10985) Checking out files: 62% (6811/10985) Checking out files: 63% (6921/10985) Checking out files: 64% (7031/10985) Checking out files: 65% (7141/10985) Checking out files: 66% (7251/10985) Checking out files: 67% (7360/10985) Checking out files: 68% (7470/10985) Checking out files: 69% (7580/10985) Checking out files: 69% (7593/10985) Checking out files: 70% (7690/10985) Checking out files: 71% (7800/10985) Checking out files: 72% (7910/10985) Checking out files: 73% (8020/10985) Checking out files: 74% (8129/10985) Checking out files: 75% (8239/10985) Checking out files: 76% (8349/10985) Checking out files: 77% (8459/10985) Checking out files: 78% (8569/10985) Checking out files: 79% (8679/10985) Checking out files: 80% (8788/10985) Checking out files: 81% (8898/10985) Checking out files: 82% (9008/10985) Checking out files: 83% (9118/10985) Checking out files: 84% (9228/10985) Checking out files: 85% (9338/10985) Checking out files: 86% (9448/10985) Checking out files: 87% (9557/10985) Checking out files: 88% (9667/10985) Checking out files: 89% (9777/10985) Checking out files: 90% (9887/10985) Checking out files: 90% (9904/10985) Checking out files: 91% (9997/10985) Checking out files: 92% (10107/10985) Checking out files: 93% (10217/10985) Checking out files: 94% (10326/10985) Checking out files: 95% (10436/10985) Checking out files: 96% (10546/10985) Checking out files: 97% (10656/10985) Checking out files: 98% (10766/10985) Checking out files: 99% (10876/10985) Checking out files: 100% (10985/10985) Checking out files: 100% (10985/10985), done. [2020-11-10T19:53:37.866Z] #22 153.6 + cd /tmp/tmp.HMpJFROVyW/tmp/docker-ce [2020-11-10T19:53:37.866Z] #22 153.6 + git checkout -q v17.06.2-ce [2020-11-10T19:53:37.866Z] #22 157.1 + mkdir -p /tmp/tmp.HMpJFROVyW/src/github.com/docker [2020-11-10T19:53:37.866Z] #22 157.1 + mv components/cli /tmp/tmp.HMpJFROVyW/src/github.com/docker/cli [2020-11-10T19:53:37.866Z] #22 157.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-10T19:53:37.919Z] [2020-11-10T19:53:37.919Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:38.165Z] #22 ... [2020-11-10T19:53:38.165Z] [2020-11-10T19:53:38.165Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:38.165Z] #18 49.72 Selecting previously unselected package python3-lib2to3. [2020-11-10T19:53:38.165Z] #18 49.72 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-10T19:53:38.165Z] #18 49.73 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:53:38.417Z] #18 63.45 Setting up python3-wheel (0.32.3-2) ... [2020-11-10T19:53:38.463Z] #18 49.87 Selecting previously unselected package python3-distutils. [2020-11-10T19:53:38.463Z] #18 49.88 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-10T19:53:38.463Z] #18 49.88 Unpacking python3-distutils (3.7.3-1) ... [2020-11-10T19:53:38.463Z] #18 50.04 Selecting previously unselected package python3-pip. [2020-11-10T19:53:38.463Z] #18 50.04 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-10T19:53:38.463Z] #18 50.05 Unpacking python3-pip (18.1-5) ... [2020-11-10T19:53:38.678Z] #18 58.62 Setting up apparmor (2.13.2-10) ... [2020-11-10T19:53:38.762Z] #18 50.30 Selecting previously unselected package python3-pkg-resources. [2020-11-10T19:53:38.762Z] #18 50.32 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-10T19:53:38.762Z] #18 50.33 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:53:39.059Z] #18 50.59 Selecting previously unselected package python3-setuptools. [2020-11-10T19:53:39.059Z] #18 50.60 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-10T19:53:39.059Z] #18 50.60 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-10T19:53:39.240Z] #18 64.34 Setting up apparmor (2.13.2-10) ... [2020-11-10T19:53:39.356Z] #18 50.79 Selecting previously unselected package python3-wheel. [2020-11-10T19:53:39.356Z] #18 50.79 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-10T19:53:39.356Z] #18 50.80 Unpacking python3-wheel (0.32.3-2) ... [2020-11-10T19:53:39.356Z] #18 50.89 Selecting previously unselected package sudo. [2020-11-10T19:53:39.356Z] #18 50.90 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-11-10T19:53:39.356Z] #18 50.92 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:53:39.857Z] #18 1.859 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-10T19:53:39.857Z] #18 1.899 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-10T19:53:39.857Z] #18 1.956 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-10T19:53:40.020Z] #18 51.51 Selecting previously unselected package thin-provisioning-tools. [2020-11-10T19:53:40.020Z] #18 51.53 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-11-10T19:53:40.020Z] #18 51.53 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:53:40.067Z] #18 60.19 Setting up xfsprogs (4.20.0-1) ... [2020-11-10T19:53:40.067Z] #18 60.20 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:53:40.318Z] #18 51.80 Selecting previously unselected package uidmap. [2020-11-10T19:53:40.318Z] #18 51.81 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-11-10T19:53:40.318Z] #18 51.82 Unpacking uidmap (1:4.5-1.1) ... [2020-11-10T19:53:40.318Z] #18 ... [2020-11-10T19:53:40.318Z] [2020-11-10T19:53:40.318Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:40.318Z] #41 93.31 DEP criu/cr-errno.d [2020-11-10T19:53:40.318Z] #41 93.32 DEP criu/cr-dump.d [2020-11-10T19:53:40.318Z] #41 93.71 DEP criu/cr-dedup.d [2020-11-10T19:53:40.318Z] #41 93.98 DEP criu/cr-check.d [2020-11-10T19:53:40.318Z] #41 94.23 DEP criu/config.d [2020-11-10T19:53:40.318Z] #41 94.52 DEP criu/clone-noasan.d [2020-11-10T19:53:40.318Z] #41 94.64 DEP criu/cgroup.d [2020-11-10T19:53:40.318Z] #41 94.87 DEP criu/cgroup-props.d [2020-11-10T19:53:40.318Z] #41 95.07 DEP criu/bitmap.d [2020-11-10T19:53:40.318Z] #41 95.10 DEP criu/bfd.d [2020-11-10T19:53:40.318Z] #41 95.27 DEP criu/autofs.d [2020-11-10T19:53:40.318Z] #41 95.43 DEP criu/aio.d [2020-11-10T19:53:40.318Z] #41 95.64 DEP criu/action-scripts.d [2020-11-10T19:53:40.318Z] #41 96.02 CC criu/action-scripts.o [2020-11-10T19:53:40.318Z] #41 96.72 CC criu/aio.o [2020-11-10T19:53:40.318Z] #41 97.36 CC criu/autofs.o [2020-11-10T19:53:40.318Z] #41 99.83 CC criu/bfd.o [2020-11-10T19:53:40.318Z] #41 100.7 CC criu/bitmap.o [2020-11-10T19:53:40.318Z] #41 100.9 CC criu/cgroup-props.o [2020-11-10T19:53:40.318Z] #41 102.1 CC criu/cgroup.o [2020-11-10T19:53:40.427Z] sha256:2386381f2b5f76998cbbe58827f6e6b1b1508c40fd57b60969b7fa4ebb1d9de9 [2020-11-10T19:53:40.427Z] INFO: Starting docker-py tests... [2020-11-10T19:53:40.427Z] ============================= test session starts ============================== [2020-11-10T19:53:40.427Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-11-10T19:53:40.427Z] rootdir: /src, inifile: pytest.ini [2020-11-10T19:53:40.427Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-11-10T19:53:40.427Z] collected 389 items / 1 deselected / 388 selected [2020-11-10T19:53:40.427Z] [2020-11-10T19:53:40.441Z] #18 2.577 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-10T19:53:40.615Z] #41 ... [2020-11-10T19:53:40.615Z] [2020-11-10T19:53:40.615Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:40.615Z] #18 51.95 Selecting previously unselected package vim-runtime. [2020-11-10T19:53:40.615Z] #18 51.96 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:53:40.615Z] #18 52.02 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-10T19:53:40.615Z] #18 52.09 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-10T19:53:40.615Z] #18 52.10 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:53:40.640Z] #18 60.59 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:53:41.022Z] #18 ... [2020-11-10T19:53:41.022Z] [2020-11-10T19:53:41.022Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:53:41.022Z] #22 132.0 + mkdir -p /tmp/tmp.HxH9r9NxHc/src/github.com/docker [2020-11-10T19:53:41.022Z] #22 132.0 + mv components/cli /tmp/tmp.HxH9r9NxHc/src/github.com/docker/cli [2020-11-10T19:53:41.022Z] #22 132.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-10T19:53:41.022Z] #22 ... [2020-11-10T19:53:41.022Z] [2020-11-10T19:53:41.022Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:41.022Z] #41 53.73 DEP criu/arch/aarch64/sigframe.d [2020-11-10T19:53:41.022Z] #41 53.85 DEP criu/arch/aarch64/crtools.d [2020-11-10T19:53:41.022Z] #41 54.09 DEP criu/arch/aarch64/cpu.d [2020-11-10T19:53:41.022Z] #41 54.12 DEP criu/arch/aarch64/bitops.d [2020-11-10T19:53:41.022Z] #41 54.17 CC criu/arch/aarch64/bitops.o [2020-11-10T19:53:41.022Z] #41 54.23 CC criu/arch/aarch64/cpu.o [2020-11-10T19:53:41.022Z] #41 54.36 CC criu/arch/aarch64/crtools.o [2020-11-10T19:53:41.022Z] #41 55.17 CC criu/arch/aarch64/sigframe.o [2020-11-10T19:53:41.022Z] #41 55.42 LINK criu/arch/aarch64/crtools.built-in.o [2020-11-10T19:53:41.022Z] #41 55.47 DEP criu/pie/util-vdso.d [2020-11-10T19:53:41.022Z] #41 55.71 DEP criu/pie/util.d [2020-11-10T19:53:41.022Z] #41 55.90 CC criu/pie/util.o [2020-11-10T19:53:41.022Z] #41 56.28 CC criu/pie/util-vdso.o [2020-11-10T19:53:41.022Z] #41 56.91 AR criu/pie/pie.lib.a [2020-11-10T19:53:41.137Z] #18 66.08 Setting up xfsprogs (4.20.0-1) ... [2020-11-10T19:53:41.137Z] #18 66.09 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:53:41.260Z] #18 ... [2020-11-10T19:53:41.260Z] [2020-11-10T19:53:41.260Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:53:41.260Z] #43 150.8 crypto/tls [2020-11-10T19:53:41.260Z] #43 159.3 net/http/httptrace [2020-11-10T19:53:41.260Z] #43 159.7 net/http [2020-11-10T19:53:41.301Z] #41 56.99 DEP criu/pie/restorer.d [2020-11-10T19:53:41.301Z] #41 57.19 DEP criu/arch/aarch64/intraprocedure.d [2020-11-10T19:53:41.394Z] #18 66.52 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:53:41.568Z] #41 57.21 DEP criu/arch/aarch64/restorer.d [2020-11-10T19:53:41.568Z] #41 57.39 DEP criu/arch/aarch64/vdso-pie.d [2020-11-10T19:53:41.568Z] #41 57.48 DEP criu/pie/parasite-vdso.d [2020-11-10T19:53:41.584Z] #18 61.53 Setting up python3-distutils (3.7.3-1) ... [2020-11-10T19:53:41.836Z] #41 57.68 DEP criu/pie/parasite.d [2020-11-10T19:53:41.845Z] #18 62.05 Setting up python3-setuptools (40.8.0-1) ... [2020-11-10T19:53:42.326Z] #18 67.55 Setting up python3-distutils (3.7.3-1) ... [2020-11-10T19:53:42.416Z] #41 57.99 CC criu/pie/parasite.o [2020-11-10T19:53:42.891Z] #18 68.08 Setting up python3-setuptools (40.8.0-1) ... [2020-11-10T19:53:43.232Z] #18 63.27 Setting up python3-pip (18.1-5) ... [2020-11-10T19:53:43.370Z] #41 59.15 LINK criu/pie/parasite.built-in.o [2020-11-10T19:53:43.370Z] #41 59.17 GEN criu/pie/parasite-blob.h [2020-11-10T19:53:43.370Z] #41 59.18 CC criu/pie/parasite-vdso.o [2020-11-10T19:53:43.839Z] #18 ... [2020-11-10T19:53:43.839Z] [2020-11-10T19:53:43.839Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:43.839Z] #41 120.9 CC criu/eventfd.o [2020-11-10T19:53:43.839Z] #41 121.3 CC criu/eventpoll.o [2020-11-10T19:53:43.839Z] #41 122.3 CC criu/external.o [2020-11-10T19:53:43.839Z] #41 122.7 CC criu/fault-injection.o [2020-11-10T19:53:43.839Z] #41 122.8 CC criu/fdstore.o [2020-11-10T19:53:43.839Z] #41 123.2 CC criu/fifo.o [2020-11-10T19:53:43.839Z] #41 123.7 CC criu/file-ids.o [2020-11-10T19:53:43.839Z] #41 124.0 CC criu/file-lock.o [2020-11-10T19:53:43.839Z] #41 125.0 CC criu/files-ext.o [2020-11-10T19:53:43.839Z] #41 125.4 CC criu/files-reg.o [2020-11-10T19:53:43.839Z] #41 127.8 CC criu/files.o [2020-11-10T19:53:43.839Z] #41 130.3 CC criu/filesystems.o [2020-11-10T19:53:44.096Z] #41 131.1 CC criu/fsnotify.o [2020-11-10T19:53:44.096Z] #43 ... [2020-11-10T19:53:44.096Z] [2020-11-10T19:53:44.096Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:44.096Z] #41 107.0 CC criu/clone-noasan.o [2020-11-10T19:53:44.177Z] #18 64.31 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:53:44.177Z] #18 64.35 Processing triggers for mime-support (3.62) ... [2020-11-10T19:53:44.327Z] #41 60.03 CC criu/arch/aarch64/vdso-pie.o [2020-11-10T19:53:44.353Z] #41 ... [2020-11-10T19:53:44.353Z] [2020-11-10T19:53:44.353Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:44.353Z] #18 69.48 Setting up python3-pip (18.1-5) ... [2020-11-10T19:53:44.395Z] #41 107.3 CC criu/config.o [2020-11-10T19:53:44.595Z] #41 60.39 CC criu/arch/aarch64/restorer.o [2020-11-10T19:53:44.595Z] #41 ... [2020-11-10T19:53:44.595Z] [2020-11-10T19:53:44.595Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:53:44.595Z] #38 145.4 + dpkg --print-architecture [2020-11-10T19:53:45.122Z] #18 ... [2020-11-10T19:53:45.122Z] [2020-11-10T19:53:45.122Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:45.122Z] #41 111.7 CC criu/files-ext.o [2020-11-10T19:53:45.122Z] #41 112.2 CC criu/files-reg.o [2020-11-10T19:53:45.122Z] #41 114.5 CC criu/files.o [2020-11-10T19:53:45.122Z] #41 116.6 CC criu/filesystems.o [2020-11-10T19:53:45.122Z] #41 117.3 CC criu/fsnotify.o [2020-11-10T19:53:45.122Z] #41 118.5 CC criu/image-desc.o [2020-11-10T19:53:45.122Z] #41 118.6 CC criu/image.o [2020-11-10T19:53:45.122Z] #41 119.5 CC criu/ipc_ns.o [2020-11-10T19:53:45.122Z] #41 120.8 CC criu/irmap.o [2020-11-10T19:53:45.122Z] #41 121.5 CC criu/kcmp-ids.o [2020-11-10T19:53:45.122Z] #41 121.8 CC criu/kerndat.o [2020-11-10T19:53:45.384Z] #41 ... [2020-11-10T19:53:45.384Z] [2020-11-10T19:53:45.384Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:45.384Z] #18 DONE 65.5s [2020-11-10T19:53:45.384Z] [2020-11-10T19:53:45.384Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:53:45.384Z] #38 185.6 + dpkg --print-architecture [2020-11-10T19:53:45.384Z] #38 185.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-10T19:53:45.646Z] #38 185.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-10T19:53:45.646Z] #38 185.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-10T19:53:45.725Z] #18 70.66 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:53:45.725Z] #18 70.71 Processing triggers for mime-support (3.62) ... [2020-11-10T19:53:46.592Z] #38 ... [2020-11-10T19:53:46.592Z] [2020-11-10T19:53:46.592Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-10T19:53:46.592Z] #19 0.909 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-10T19:53:46.592Z] #19 0.912 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-10T19:53:46.592Z] #19 0.915 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-10T19:53:46.592Z] #19 DONE 1.0s [2020-11-10T19:53:46.592Z] [2020-11-10T19:53:46.592Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:53:47.102Z] #18 DONE 71.9s [2020-11-10T19:53:47.102Z] [2020-11-10T19:53:47.102Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-10T19:53:47.163Z] #38 DONE 147.7s [2020-11-10T19:53:47.163Z] [2020-11-10T19:53:47.163Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:47.163Z] #41 60.75 CC criu/arch/aarch64/intraprocedure.o [2020-11-10T19:53:47.163Z] #41 60.81 CC criu/pie/restorer.o [2020-11-10T19:53:47.169Z] #41 110.1 CC criu/cr-check.o [2020-11-10T19:53:47.428Z] #41 63.23 LINK criu/pie/restorer.built-in.o [2020-11-10T19:53:47.428Z] #41 63.24 GEN criu/pie/restorer-blob.h [2020-11-10T19:53:47.428Z] #41 63.30 DEP criu/vdso.d [2020-11-10T19:53:47.667Z] #19 0.918 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-10T19:53:47.667Z] #19 0.921 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-10T19:53:47.667Z] #19 0.924 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-10T19:53:47.667Z] #19 DONE 1.0s [2020-11-10T19:53:47.667Z] [2020-11-10T19:53:47.667Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:47.667Z] #41 132.3 CC criu/image-desc.o [2020-11-10T19:53:47.667Z] #41 132.5 CC criu/image.o [2020-11-10T19:53:47.667Z] #41 133.4 CC criu/ipc_ns.o [2020-11-10T19:53:47.692Z] #41 63.43 DEP criu/uts_ns.d [2020-11-10T19:53:47.925Z] #41 135.0 CC criu/irmap.o [2020-11-10T19:53:47.958Z] #41 63.76 DEP criu/util.d [2020-11-10T19:53:48.223Z] #41 63.99 DEP criu/uffd.d [2020-11-10T19:53:48.488Z] #41 64.24 DEP criu/tun.d [2020-11-10T19:53:48.750Z] #41 64.43 DEP criu/tty.d [2020-11-10T19:53:48.862Z] #41 135.9 CC criu/kcmp-ids.o [2020-11-10T19:53:49.015Z] #41 64.76 DEP criu/timerfd.d [2020-11-10T19:53:49.015Z] #41 64.96 DEP criu/timens.d [2020-11-10T19:53:49.120Z] #41 136.3 CC criu/kerndat.o [2020-11-10T19:53:49.286Z] #41 65.09 DEP criu/sysfs_parse.d [2020-11-10T19:53:49.286Z] #41 65.23 DEP criu/sysctl.d [2020-11-10T19:53:49.597Z] #41 65.46 DEP criu/string.d [2020-11-10T19:53:49.597Z] #41 65.48 DEP criu/stats.d [2020-11-10T19:53:49.873Z] #41 65.77 DEP criu/sockets.d [2020-11-10T19:53:49.939Z] #41 ... [2020-11-10T19:53:49.939Z] [2020-11-10T19:53:49.939Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:49.940Z] #18 55.91 Selecting previously unselected package vim. [2020-11-10T19:53:49.940Z] #18 55.92 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-10T19:53:49.940Z] #18 55.95 Unpacking vim (2:8.1.0875-5) ... [2020-11-10T19:53:49.940Z] #18 56.61 Selecting previously unselected package xfsprogs. [2020-11-10T19:53:49.940Z] #18 56.61 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-11-10T19:53:49.940Z] #18 56.61 Unpacking xfsprogs (4.20.0-1) ... [2020-11-10T19:53:49.940Z] #18 57.18 Selecting previously unselected package zip. [2020-11-10T19:53:49.940Z] #18 57.20 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-11-10T19:53:49.940Z] #18 57.20 Unpacking zip (3.0-11+b1) ... [2020-11-10T19:53:49.940Z] #18 57.48 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:53:49.940Z] #18 57.49 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:53:49.940Z] #18 57.51 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-11-10T19:53:49.940Z] #18 57.52 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-10T19:53:49.940Z] #18 57.52 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-11-10T19:53:49.940Z] #18 57.53 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-11-10T19:53:49.940Z] #18 57.54 Setting up uidmap (1:4.5-1.1) ... [2020-11-10T19:53:49.940Z] #18 57.55 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-11-10T19:53:49.940Z] #18 57.56 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-10T19:53:49.940Z] #18 57.57 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:53:49.940Z] #18 57.58 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-10T19:53:49.940Z] #18 57.59 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-10T19:53:49.940Z] #18 57.60 Setting up xxd (2:8.1.0875-5) ... [2020-11-10T19:53:49.940Z] #18 57.61 Setting up zip (3.0-11+b1) ... [2020-11-10T19:53:49.940Z] #18 57.62 Setting up vim-common (2:8.1.0875-5) ... [2020-11-10T19:53:49.940Z] #18 57.66 Setting up bash-completion (1:2.8-6) ... [2020-11-10T19:53:50.076Z] ok github.com/docker/docker/cmd/dockerd 0.049s coverage: 29.1% of statements [2020-11-10T19:53:50.076Z] ok github.com/docker/docker/container 0.109s coverage: 34.7% of statements [2020-11-10T19:53:50.076Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-10T19:53:50.076Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-10T19:53:50.076Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-10T19:53:50.076Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-10T19:53:50.136Z] #41 65.98 DEP criu/sk-unix.d [2020-11-10T19:53:50.406Z] #41 66.28 DEP criu/sk-tcp.d [2020-11-10T19:53:50.494Z] #41 137.6 CC criu/libnetlink.o [2020-11-10T19:53:50.590Z] #18 62.16 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-11-10T19:53:50.590Z] #18 62.17 Setting up xz-utils (5.2.4-1) ... [2020-11-10T19:53:50.590Z] #18 62.18 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-10T19:53:50.590Z] #18 62.19 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:53:50.674Z] #41 66.56 DEP criu/sk-queue.d [2020-11-10T19:53:50.751Z] #41 ... [2020-11-10T19:53:50.751Z] [2020-11-10T19:53:50.751Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:53:50.751Z] #38 192.7 + dpkg --print-architecture [2020-11-10T19:53:50.751Z] #38 192.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-10T19:53:50.751Z] #38 193.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-10T19:53:50.751Z] #38 193.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-10T19:53:50.941Z] #41 66.78 DEP criu/sk-packet.d [2020-11-10T19:53:51.117Z] #18 62.29 invoke-rc.d: could not determine current runlevel [2020-11-10T19:53:51.118Z] #18 62.30 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-10T19:53:51.118Z] #18 62.31 Setting up pigz (2.4-1) ... [2020-11-10T19:53:51.118Z] #18 62.32 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-10T19:53:51.118Z] #18 62.33 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-10T19:53:51.118Z] #18 62.34 Setting up python-pip-whl (18.1-5) ... [2020-11-10T19:53:51.118Z] #18 62.36 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-11-10T19:53:51.118Z] #18 62.37 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:53:51.235Z] #41 67.05 DEP criu/sk-netlink.d [2020-11-10T19:53:51.235Z] #41 ... [2020-11-10T19:53:51.235Z] [2020-11-10T19:53:51.235Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:51.235Z] #18 3.448 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [239 kB] [2020-11-10T19:53:51.235Z] #18 4.450 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-10T19:53:51.235Z] #18 7.037 Fetched 8221 kB in 5s (1497 kB/s) [2020-11-10T19:53:51.235Z] #18 7.037 Reading package lists... [2020-11-10T19:53:51.235Z] #18 9.662 Reading package lists... [2020-11-10T19:53:51.235Z] #18 12.87 Building dependency tree... [2020-11-10T19:53:51.507Z] #18 ... [2020-11-10T19:53:51.507Z] [2020-11-10T19:53:51.507Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:51.507Z] #41 67.20 DEP criu/sk-inet.d [2020-11-10T19:53:51.771Z] #18 63.07 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-11-10T19:53:51.771Z] #18 63.09 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-10T19:53:51.771Z] #18 63.10 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-10T19:53:51.771Z] #18 63.12 Setting up vim (2:8.1.0875-5) ... [2020-11-10T19:53:51.771Z] #18 63.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-10T19:53:51.771Z] #18 63.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-10T19:53:51.771Z] #18 63.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-10T19:53:51.771Z] #18 63.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-10T19:53:51.771Z] #18 63.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-10T19:53:51.771Z] #18 63.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-10T19:53:51.771Z] #18 63.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-10T19:53:51.771Z] #18 63.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-10T19:53:51.771Z] #18 63.25 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-10T19:53:51.771Z] #18 63.26 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:53:51.771Z] #18 63.28 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-10T19:53:51.771Z] #18 63.29 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-10T19:53:51.771Z] #18 63.29 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-10T19:53:51.771Z] #18 63.30 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:51.774Z] #41 67.36 DEP criu/signalfd.d [2020-11-10T19:53:51.775Z] #41 67.50 DEP criu/sigframe.d [2020-11-10T19:53:51.775Z] #41 67.62 DEP criu/shmem.d [2020-11-10T19:53:51.885Z] #20 5.070 Collecting yamllint==1.16.0 [2020-11-10T19:53:52.047Z] #41 67.80 DEP criu/servicefd.d [2020-11-10T19:53:52.314Z] #41 68.05 DEP criu/seize.d [2020-11-10T19:53:52.585Z] #41 68.28 DEP criu/seccomp.d [2020-11-10T19:53:52.825Z] #20 ... [2020-11-10T19:53:52.825Z] [2020-11-10T19:53:52.825Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:52.825Z] #41 123.5 CC criu/libnetlink.o [2020-11-10T19:53:52.825Z] #41 123.8 CC criu/log.o [2020-11-10T19:53:52.825Z] #41 124.4 CC criu/lsm.o [2020-11-10T19:53:52.825Z] #41 124.9 CC criu/mem.o [2020-11-10T19:53:52.825Z] #41 126.7 CC criu/memfd.o [2020-11-10T19:53:52.825Z] #41 127.3 CC criu/mount.o [2020-11-10T19:53:52.850Z] #41 68.60 DEP criu/rst-malloc.d [2020-11-10T19:53:52.850Z] #41 68.66 DEP criu/rbtree.d [2020-11-10T19:53:52.850Z] #41 68.69 DEP criu/pstree.d [2020-11-10T19:53:53.118Z] #41 68.90 DEP criu/protobuf.d [2020-11-10T19:53:53.118Z] #41 69.05 GEN criu/protobuf-desc-gen.h [2020-11-10T19:53:53.945Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-11-10T19:53:54.209Z] #41 131.0 CC criu/namespaces.o [2020-11-10T19:53:54.462Z] tests/integration/api_client_test.py ..... [ 7%] [2020-11-10T19:53:54.525Z] ok github.com/docker/docker/daemon/cluster 0.044s coverage: 0.5% of statements [2020-11-10T19:53:54.816Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-11-10T19:53:55.070Z] #41 70.61 DEP criu/protobuf-desc.d [2020-11-10T19:53:55.070Z] #41 70.68 DEP criu/proc_parse.d [2020-11-10T19:53:55.070Z] #41 70.87 DEP criu/plugin.d [2020-11-10T19:53:55.334Z] #41 71.04 DEP criu/pipes.d [2020-11-10T19:53:55.597Z] #41 71.28 DEP criu/pie-util.d [2020-11-10T19:53:55.597Z] #41 71.36 DEP criu/pie-util-vdso.d [2020-11-10T19:53:55.597Z] #41 71.48 DEP criu/path.d [2020-11-10T19:53:55.859Z] #41 71.64 DEP criu/parasite-syscall.d [2020-11-10T19:53:55.965Z] tests/integration/api_config_test.py ..... [ 8%] [2020-11-10T19:53:56.122Z] #41 71.96 DEP criu/pagemap.d [2020-11-10T19:53:56.320Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2020-11-10T19:53:56.385Z] #41 72.16 DEP criu/pagemap-cache.d [2020-11-10T19:53:56.386Z] #41 72.30 DEP criu/page-xfer.d [2020-11-10T19:53:56.649Z] #41 72.46 DEP criu/page-pipe.d [2020-11-10T19:53:56.753Z] #41 132.9 CC criu/net.o [2020-11-10T19:53:56.753Z] #41 ... [2020-11-10T19:53:56.753Z] [2020-11-10T19:53:56.753Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:53:56.753Z] #20 10.41 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-10T19:53:56.753Z] #20 10.49 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-10T19:53:56.753Z] #20 10.55 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-10T19:53:56.914Z] #41 72.55 DEP criu/netfilter.d [2020-11-10T19:53:56.914Z] #41 72.69 DEP criu/net.d [2020-11-10T19:53:57.013Z] #20 10.59 Collecting pyyaml (from yamllint==1.16.0) [2020-11-10T19:53:57.013Z] #20 10.73 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-10T19:53:57.179Z] #41 72.90 DEP criu/namespaces.d [2020-11-10T19:53:57.179Z] #41 73.01 DEP criu/mount.d [2020-11-10T19:53:57.179Z] #41 73.11 DEP criu/memfd.d [2020-11-10T19:53:57.402Z] #18 67.94 Setting up iptables (1.8.2-4) ... [2020-11-10T19:53:57.402Z] #18 67.97 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:53:57.402Z] #18 67.98 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:53:57.402Z] #18 67.99 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:53:57.402Z] #18 68.00 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:53:57.402Z] #18 68.01 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-10T19:53:57.402Z] #18 68.03 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-10T19:53:57.402Z] #18 68.03 Setting up python3 (3.7.3-1) ... [2020-11-10T19:53:57.402Z] #18 68.51 Setting up python3-wheel (0.32.3-2) ... [2020-11-10T19:53:57.443Z] #41 73.22 DEP criu/mem.d [2020-11-10T19:53:57.708Z] #41 73.44 DEP criu/lsm.d [2020-11-10T19:53:57.708Z] #41 73.53 DEP criu/log.d [2020-11-10T19:53:57.708Z] #41 73.63 DEP criu/libnetlink.d [2020-11-10T19:53:57.972Z] #41 73.80 DEP criu/kerndat.d [2020-11-10T19:53:57.972Z] #41 ... [2020-11-10T19:53:57.972Z] [2020-11-10T19:53:57.972Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:53:57.972Z] #18 14.42 libcap2-bin is already the newest version (1:2.25-2). [2020-11-10T19:53:57.972Z] #18 14.42 The following additional packages will be installed: [2020-11-10T19:53:57.972Z] #18 14.42 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-10T19:53:57.972Z] #18 14.42 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-10T19:53:57.972Z] #18 14.43 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-10T19:53:57.972Z] #18 14.43 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-10T19:53:57.972Z] #18 14.43 python3.7 python3.7-minimal vim-runtime xxd [2020-11-10T19:53:57.972Z] #18 14.43 Suggested packages: [2020-11-10T19:53:57.972Z] #18 14.43 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-10T19:53:57.972Z] #18 14.43 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-10T19:53:57.972Z] #18 14.43 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-10T19:53:57.972Z] #18 14.43 Recommended packages: [2020-11-10T19:53:57.972Z] #18 14.43 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-10T19:53:57.972Z] #18 14.43 python3-keyrings.alt python3-xdg unzip [2020-11-10T19:53:57.972Z] #18 15.65 The following NEW packages will be installed: [2020-11-10T19:53:57.972Z] #18 15.65 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-10T19:53:57.972Z] #18 15.65 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-10T19:53:57.972Z] #18 15.65 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-10T19:53:57.972Z] #18 15.65 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-10T19:53:57.972Z] #18 15.66 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-10T19:53:57.972Z] #18 15.66 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-10T19:53:57.972Z] #18 15.66 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-10T19:53:57.972Z] #18 15.66 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-10T19:53:57.972Z] #18 15.66 xz-utils zip [2020-11-10T19:53:57.972Z] #18 16.01 0 upgraded, 48 newly installed, 0 to remove and 5 not upgraded. [2020-11-10T19:53:57.972Z] #18 16.01 Need to get 27.6 MB of archives. [2020-11-10T19:53:57.972Z] #18 16.01 After this operation, 114 MB of additional disk space will be used. [2020-11-10T19:53:57.972Z] #18 16.01 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-11-10T19:53:57.972Z] #18 16.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2020-11-10T19:53:57.972Z] #18 16.13 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2020-11-10T19:53:57.972Z] #18 16.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-11-10T19:53:57.972Z] #18 16.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-11-10T19:53:57.972Z] #18 16.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2020-11-10T19:53:57.972Z] #18 16.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-11-10T19:53:57.972Z] #18 16.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-11-10T19:53:57.972Z] #18 16.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-11-10T19:53:57.972Z] #18 16.26 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-11-10T19:53:57.972Z] #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-11-10T19:53:57.972Z] #18 16.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-11-10T19:53:57.972Z] #18 16.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-11-10T19:53:57.972Z] #18 16.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-11-10T19:53:57.972Z] #18 16.29 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-11-10T19:53:57.972Z] #18 16.29 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-11-10T19:53:57.972Z] #18 16.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-11-10T19:53:57.972Z] #18 16.31 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-10T19:53:57.972Z] #18 16.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-11-10T19:53:57.972Z] #18 16.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-11-10T19:53:57.972Z] #18 16.43 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-11-10T19:53:57.972Z] #18 16.48 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-11-10T19:53:57.972Z] #18 16.56 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-11-10T19:53:57.972Z] #18 16.58 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-11-10T19:53:57.972Z] #18 16.59 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-11-10T19:53:57.972Z] #18 16.60 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-11-10T19:53:57.972Z] #18 16.60 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-11-10T19:53:57.972Z] #18 16.64 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-11-10T19:53:57.972Z] #18 16.65 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-11-10T19:53:57.972Z] #18 17.23 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-11-10T19:53:57.972Z] #18 17.27 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-11-10T19:53:57.972Z] #18 17.27 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-11-10T19:53:57.972Z] #18 17.28 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-11-10T19:53:57.972Z] #18 17.28 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-11-10T19:53:57.972Z] #18 17.29 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-10T19:53:57.972Z] #18 17.34 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-10T19:53:57.972Z] #18 17.36 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-10T19:53:57.972Z] #18 17.36 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-11-10T19:53:57.972Z] #18 17.38 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-10T19:53:57.972Z] #18 17.38 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-10T19:53:57.972Z] #18 17.42 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-10T19:53:57.972Z] #18 17.42 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-11-10T19:53:57.972Z] #18 17.46 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-11-10T19:53:57.972Z] #18 17.47 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-11-10T19:53:57.972Z] #18 17.49 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-10T19:53:57.972Z] #18 17.88 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-11-10T19:53:57.972Z] #18 18.00 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-11-10T19:53:57.972Z] #18 18.01 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-11-10T19:53:57.972Z] #18 18.71 debconf: delaying package configuration, since apt-utils is not installed [2020-11-10T19:53:57.972Z] #18 18.81 Fetched 27.6 MB in 2s (12.1 MB/s) [2020-11-10T19:53:57.972Z] #18 18.86 Selecting previously unselected package pigz. [2020-11-10T19:53:57.972Z] #18 18.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 ... 23405 files and directories currently installed.) [2020-11-10T19:53:57.972Z] #18 18.91 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-11-10T19:53:57.972Z] #18 18.93 Unpacking pigz (2.4-1) ... [2020-11-10T19:53:57.972Z] #18 19.02 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-11-10T19:53:57.972Z] #18 19.03 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-11-10T19:53:57.972Z] #18 19.03 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:57.972Z] #18 19.48 Selecting previously unselected package python3.7-minimal. [2020-11-10T19:53:57.972Z] #18 19.48 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-11-10T19:53:57.972Z] #18 19.50 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:53:57.972Z] #18 20.27 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-11-10T19:53:57.972Z] #18 20.30 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-10T19:53:58.092Z] #18 69.46 Setting up apparmor (2.13.2-10) ... [2020-11-10T19:53:58.856Z] #38 ... [2020-11-10T19:53:58.856Z] [2020-11-10T19:53:58.856Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:53:58.856Z] #20 5.456 Collecting yamllint==1.16.0 [2020-11-10T19:53:58.856Z] #20 ... [2020-11-10T19:53:58.856Z] [2020-11-10T19:53:58.856Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:53:58.856Z] #41 138.0 CC criu/log.o [2020-11-10T19:53:58.856Z] #41 138.7 CC criu/lsm.o [2020-11-10T19:53:58.856Z] #41 139.2 CC criu/mem.o [2020-11-10T19:53:58.856Z] #41 141.1 CC criu/memfd.o [2020-11-10T19:53:58.856Z] #41 141.7 CC criu/mount.o [2020-11-10T19:53:58.856Z] #41 145.4 CC criu/namespaces.o [2020-11-10T19:53:58.856Z] #41 ... [2020-11-10T19:53:58.856Z] [2020-11-10T19:53:58.856Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:53:58.856Z] #20 10.88 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-10T19:53:58.856Z] #20 10.99 Collecting pyyaml (from yamllint==1.16.0) [2020-11-10T19:53:58.930Z] #20 12.27 Building wheels for collected packages: pyyaml [2020-11-10T19:53:58.930Z] #20 12.27 Running setup.py bdist_wheel for pyyaml: started [2020-11-10T19:53:59.114Z] #20 11.19 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-10T19:53:59.874Z] #20 13.48 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-10T19:53:59.874Z] #20 13.48 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-10T19:53:59.874Z] #20 13.54 Successfully built pyyaml [2020-11-10T19:53:59.874Z] #20 13.57 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-10T19:53:59.902Z] #18 22.26 Selecting previously unselected package python3-minimal. [2020-11-10T19:53:59.902Z] #18 22.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 ... 23654 files and directories currently installed.) [2020-11-10T19:54:00.167Z] #18 22.35 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-11-10T19:54:00.167Z] #18 22.36 Unpacking python3-minimal (3.7.3-1) ... [2020-11-10T19:54:00.167Z] #18 22.47 Selecting previously unselected package libmpdec2:arm64. [2020-11-10T19:54:00.167Z] #18 22.47 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-11-10T19:54:00.167Z] #18 22.50 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-11-10T19:54:00.199Z] #18 ... [2020-11-10T19:54:00.199Z] [2020-11-10T19:54:00.199Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:00.199Z] #41 112.9 CC criu/cr-dedup.o [2020-11-10T19:54:00.199Z] #41 113.5 CC criu/cr-dump.o [2020-11-10T19:54:00.199Z] #41 117.1 CC criu/cr-errno.o [2020-11-10T19:54:00.199Z] #41 117.2 CC criu/cr-restore.o [2020-11-10T19:54:00.199Z] #41 ... [2020-11-10T19:54:00.199Z] [2020-11-10T19:54:00.199Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:54:00.199Z] #18 71.69 Setting up xfsprogs (4.20.0-1) ... [2020-11-10T19:54:00.199Z] #18 71.70 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:54:00.431Z] #18 22.64 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-11-10T19:54:00.431Z] #18 22.65 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-11-10T19:54:00.431Z] #18 22.67 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-11-10T19:54:00.447Z] #20 13.97 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-10T19:54:00.486Z] #20 12.83 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-10T19:54:00.486Z] #20 12.90 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-10T19:54:00.709Z] #20 DONE 14.4s [2020-11-10T19:54:00.709Z] [2020-11-10T19:54:00.709Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-10T19:54:00.743Z] #20 12.96 Building wheels for collected packages: pyyaml [2020-11-10T19:54:00.743Z] #20 12.97 Running setup.py bdist_wheel for pyyaml: started [2020-11-10T19:54:00.852Z] #18 72.16 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:54:00.971Z] #23 DONE 0.2s [2020-11-10T19:54:00.971Z] [2020-11-10T19:54:00.971Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-10T19:54:01.384Z] #18 23.51 Selecting previously unselected package python3.7. [2020-11-10T19:54:01.384Z] #18 23.53 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-11-10T19:54:01.384Z] #18 23.55 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:54:01.384Z] #18 23.72 Selecting previously unselected package libpython3-stdlib:arm64. [2020-11-10T19:54:01.384Z] #18 23.72 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-11-10T19:54:01.384Z] #18 23.73 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-11-10T19:54:01.648Z] #18 23.91 Setting up python3-minimal (3.7.3-1) ... [2020-11-10T19:54:01.916Z] #18 73.16 Setting up python3-distutils (3.7.3-1) ... [2020-11-10T19:54:02.116Z] #20 14.13 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-10T19:54:02.116Z] #20 14.13 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-10T19:54:02.116Z] #20 14.22 Successfully built pyyaml [2020-11-10T19:54:02.116Z] #20 14.24 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-10T19:54:02.373Z] #20 14.65 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-10T19:54:02.571Z] #18 73.89 Setting up python3-setuptools (40.8.0-1) ... [2020-11-10T19:54:02.600Z] #18 25.05 Selecting previously unselected package python3. [2020-11-10T19:54:02.864Z] #18 25.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2020-11-10T19:54:02.864Z] #18 25.16 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-11-10T19:54:02.864Z] #18 25.19 Unpacking python3 (3.7.3-1) ... [2020-11-10T19:54:02.869Z] #18 ... [2020-11-10T19:54:02.869Z] [2020-11-10T19:54:02.869Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:54:02.869Z] #43 172.3 github.com/LK4D4/vndr/godl [2020-11-10T19:54:02.869Z] #43 173.2 github.com/LK4D4/vndr [2020-11-10T19:54:02.869Z] #43 ... [2020-11-10T19:54:02.869Z] [2020-11-10T19:54:02.869Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:02.869Z] #41 123.9 CC criu/cr-service.o [2020-11-10T19:54:02.940Z] #20 DONE 15.2s [2020-11-10T19:54:02.940Z] [2020-11-10T19:54:02.940Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-10T19:54:03.129Z] #18 25.29 Selecting previously unselected package libip4tc0:arm64. [2020-11-10T19:54:03.129Z] #18 25.29 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-11-10T19:54:03.129Z] #18 25.31 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-11-10T19:54:03.129Z] #18 25.39 Selecting previously unselected package libip6tc0:arm64. [2020-11-10T19:54:03.129Z] #18 25.41 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-11-10T19:54:03.129Z] #18 25.41 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-11-10T19:54:03.197Z] #23 DONE 0.2s [2020-11-10T19:54:03.197Z] [2020-11-10T19:54:03.197Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-10T19:54:03.205Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 14.1% of statements [2020-11-10T19:54:03.393Z] #18 25.50 Selecting previously unselected package libiptc0:arm64. [2020-11-10T19:54:03.394Z] #18 25.52 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-11-10T19:54:03.394Z] #18 25.53 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-11-10T19:54:03.394Z] #18 25.62 Selecting previously unselected package libnfnetlink0:arm64. [2020-11-10T19:54:03.394Z] #18 25.64 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-11-10T19:54:03.394Z] #18 25.65 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-11-10T19:54:03.394Z] #18 25.77 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-11-10T19:54:03.495Z] ok github.com/docker/docker/daemon/config 0.020s coverage: 81.8% of statements [2020-11-10T19:54:03.514Z] #41 ... [2020-11-10T19:54:03.515Z] [2020-11-10T19:54:03.515Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:54:03.515Z] #43 DONE 183.1s [2020-11-10T19:54:03.515Z] [2020-11-10T19:54:03.515Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:03.515Z] #41 126.6 CC criu/crtools.o [2020-11-10T19:54:03.658Z] #18 25.77 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-11-10T19:54:03.658Z] #18 25.78 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-11-10T19:54:03.658Z] #18 25.88 Selecting previously unselected package libnftnl11:arm64. [2020-11-10T19:54:03.658Z] #18 25.90 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-11-10T19:54:03.658Z] #18 25.91 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-11-10T19:54:03.922Z] #18 26.08 Selecting previously unselected package iptables. [2020-11-10T19:54:03.922Z] #18 26.08 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-11-10T19:54:03.922Z] #18 26.11 Unpacking iptables (1.8.2-4) ... [2020-11-10T19:54:04.150Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-11-10T19:54:04.500Z] #18 26.53 Selecting previously unselected package xxd. [2020-11-10T19:54:04.500Z] #18 26.54 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-11-10T19:54:04.500Z] #18 26.55 Unpacking xxd (2:8.1.0875-5) ... [2020-11-10T19:54:04.500Z] #18 26.71 Selecting previously unselected package vim-common. [2020-11-10T19:54:04.500Z] #18 26.72 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:54:04.500Z] #18 26.76 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-10T19:54:04.565Z] #41 127.4 CC criu/eventfd.o [2020-11-10T19:54:04.764Z] #18 26.98 Selecting previously unselected package bash-completion. [2020-11-10T19:54:04.764Z] #18 26.99 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-10T19:54:04.781Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-11-10T19:54:05.211Z] #41 128.2 CC criu/eventpoll.o [2020-11-10T19:54:05.412Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-11-10T19:54:06.268Z] #28 DONE 4.6s [2020-11-10T19:54:06.268Z] [2020-11-10T19:54:06.268Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-10T19:54:06.268Z] #31 DONE 0.3s [2020-11-10T19:54:06.268Z] [2020-11-10T19:54:06.268Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-10T19:54:06.268Z] #33 DONE 0.0s [2020-11-10T19:54:06.268Z] [2020-11-10T19:54:06.268Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:06.268Z] #41 136.3 CC criu/netfilter.o [2020-11-10T19:54:06.268Z] #41 136.8 CC criu/page-pipe.o [2020-11-10T19:54:06.268Z] #41 137.8 CC criu/page-xfer.o [2020-11-10T19:54:06.268Z] #41 139.4 CC criu/pagemap-cache.o [2020-11-10T19:54:06.268Z] #41 139.7 CC criu/pagemap.o [2020-11-10T19:54:06.268Z] #41 140.6 CC criu/parasite-syscall.o [2020-11-10T19:54:06.268Z] #41 141.3 CC criu/path.o [2020-11-10T19:54:06.268Z] #41 141.6 CC criu/pie-util-vdso-elf32.o [2020-11-10T19:54:06.268Z] #41 142.1 CC criu/pie-util-vdso.o [2020-11-10T19:54:06.268Z] #41 ... [2020-11-10T19:54:06.268Z] [2020-11-10T19:54:06.268Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-10T19:54:06.268Z] #36 DONE 0.1s [2020-11-10T19:54:06.268Z] [2020-11-10T19:54:06.268Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:54:06.268Z] #51 93.63 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-11-10T19:54:06.268Z] #41 ... [2020-11-10T19:54:06.268Z] [2020-11-10T19:54:06.268Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:54:06.268Z] #18 75.83 Setting up python3-pip (18.1-5) ... [2020-11-10T19:54:06.268Z] #18 77.35 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:54:06.268Z] #18 77.39 Processing triggers for mime-support (3.62) ... [2020-11-10T19:54:06.268Z] #18 DONE 77.6s [2020-11-10T19:54:06.268Z] [2020-11-10T19:54:06.268Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:06.268Z] #41 129.3 CC criu/external.o [2020-11-10T19:54:06.445Z] ok github.com/docker/docker/daemon 12.289s coverage: 17.2% of statements [2020-11-10T19:54:06.445Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-10T19:54:06.445Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-10T19:54:06.445Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-10T19:54:06.445Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-10T19:54:06.571Z] #41 ... [2020-11-10T19:54:06.571Z] [2020-11-10T19:54:06.571Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-10T19:54:06.571Z] #19 0.333 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-10T19:54:06.571Z] #19 0.345 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-10T19:54:06.571Z] #19 0.348 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-10T19:54:06.571Z] #19 DONE 0.5s [2020-11-10T19:54:06.571Z] [2020-11-10T19:54:06.571Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:06.571Z] #41 129.7 CC criu/fault-injection.o [2020-11-10T19:54:06.869Z] #41 129.9 CC criu/fdstore.o [2020-11-10T19:54:07.378Z] #28 DONE 3.9s [2020-11-10T19:54:07.378Z] [2020-11-10T19:54:07.378Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:07.378Z] #41 147.6 CC criu/net.o [2020-11-10T19:54:07.378Z] #41 151.7 CC criu/netfilter.o [2020-11-10T19:54:07.378Z] #41 152.2 CC criu/page-pipe.o [2020-11-10T19:54:07.378Z] #41 152.7 CC criu/page-xfer.o [2020-11-10T19:54:07.378Z] #41 154.0 CC criu/pagemap-cache.o [2020-11-10T19:54:07.378Z] #41 ... [2020-11-10T19:54:07.378Z] [2020-11-10T19:54:07.378Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-10T19:54:07.378Z] #31 DONE 0.3s [2020-11-10T19:54:07.378Z] [2020-11-10T19:54:07.378Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:07.378Z] #41 154.4 CC criu/pagemap.o [2020-11-10T19:54:07.378Z] #41 ... [2020-11-10T19:54:07.378Z] [2020-11-10T19:54:07.378Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-10T19:54:07.378Z] #33 DONE 0.1s [2020-11-10T19:54:07.516Z] #41 130.4 CC criu/fifo.o [2020-11-10T19:54:07.636Z] [2020-11-10T19:54:07.636Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-10T19:54:07.636Z] #36 DONE 0.2s [2020-11-10T19:54:07.636Z] [2020-11-10T19:54:07.636Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:54:07.814Z] #41 130.8 CC criu/file-ids.o [2020-11-10T19:54:07.950Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-11-10T19:54:08.088Z] #18 29.83 Unpacking bash-completion (1:2.8-6) ... [2020-11-10T19:54:08.088Z] #18 30.36 Selecting previously unselected package bzip2. [2020-11-10T19:54:08.088Z] #18 30.37 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-11-10T19:54:08.088Z] #18 30.38 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:54:08.185Z] #51 95.62 + mkdir -p /build [2020-11-10T19:54:08.185Z] #51 95.63 + cp runc /build/runc [2020-11-10T19:54:08.185Z] #51 DONE 96.0s [2020-11-10T19:54:08.185Z] [2020-11-10T19:54:08.185Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:08.185Z] #41 142.6 CC criu/pie-util.o [2020-11-10T19:54:08.185Z] #41 142.8 CC criu/pipes.o [2020-11-10T19:54:08.185Z] #41 143.5 CC criu/plugin.o [2020-11-10T19:54:08.185Z] #41 143.9 CC criu/proc_parse.o [2020-11-10T19:54:08.201Z] #51 100.9 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-11-10T19:54:08.241Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.179s coverage: 56.2% of statements [2020-11-10T19:54:08.353Z] #18 30.49 Selecting previously unselected package xz-utils. [2020-11-10T19:54:08.353Z] #18 30.51 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-11-10T19:54:08.353Z] #18 30.52 Unpacking xz-utils (5.2.4-1) ... [2020-11-10T19:54:08.353Z] #18 ... [2020-11-10T19:54:08.353Z] [2020-11-10T19:54:08.353Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:08.353Z] #41 74.00 DEP criu/kcmp-ids.d [2020-11-10T19:54:08.353Z] #41 74.09 DEP criu/irmap.d [2020-11-10T19:54:08.353Z] #41 74.20 DEP criu/ipc_ns.d [2020-11-10T19:54:08.353Z] #41 74.34 DEP criu/image.d [2020-11-10T19:54:08.353Z] #41 74.51 DEP criu/image-desc.d [2020-11-10T19:54:08.353Z] #41 74.61 DEP criu/fsnotify.d [2020-11-10T19:54:08.353Z] #41 74.82 DEP criu/filesystems.d [2020-11-10T19:54:08.353Z] #41 74.96 DEP criu/files.d [2020-11-10T19:54:08.353Z] #41 75.12 DEP criu/files-reg.d [2020-11-10T19:54:08.353Z] #41 75.21 DEP criu/files-ext.d [2020-11-10T19:54:08.353Z] #41 75.34 DEP criu/file-lock.d [2020-11-10T19:54:08.353Z] #41 75.50 DEP criu/file-ids.d [2020-11-10T19:54:08.353Z] #41 75.65 DEP criu/fifo.d [2020-11-10T19:54:08.353Z] #41 75.75 DEP criu/fdstore.d [2020-11-10T19:54:08.353Z] #41 75.83 DEP criu/fault-injection.d [2020-11-10T19:54:08.353Z] #41 75.89 DEP criu/external.d [2020-11-10T19:54:08.353Z] #41 75.97 DEP criu/eventpoll.d [2020-11-10T19:54:08.353Z] #41 76.08 DEP criu/eventfd.d [2020-11-10T19:54:08.353Z] #41 76.22 DEP criu/crtools.d [2020-11-10T19:54:08.353Z] #41 76.35 DEP criu/cr-service.d [2020-11-10T19:54:08.353Z] #41 76.46 DEP criu/cr-restore.d [2020-11-10T19:54:08.353Z] #41 76.60 DEP criu/cr-errno.d [2020-11-10T19:54:08.353Z] #41 76.62 DEP criu/cr-dump.d [2020-11-10T19:54:08.353Z] #41 76.78 DEP criu/cr-dedup.d [2020-11-10T19:54:08.353Z] #41 76.92 DEP criu/cr-check.d [2020-11-10T19:54:08.353Z] #41 77.06 DEP criu/config.d [2020-11-10T19:54:08.353Z] #41 77.26 DEP criu/clone-noasan.d [2020-11-10T19:54:08.353Z] #41 77.34 DEP criu/cgroup.d [2020-11-10T19:54:08.353Z] #41 77.62 DEP criu/cgroup-props.d [2020-11-10T19:54:08.353Z] #41 77.75 DEP criu/bitmap.d [2020-11-10T19:54:08.353Z] #41 77.77 DEP criu/bfd.d [2020-11-10T19:54:08.353Z] #41 77.90 DEP criu/autofs.d [2020-11-10T19:54:08.353Z] #41 78.12 DEP criu/aio.d [2020-11-10T19:54:08.353Z] #41 78.31 DEP criu/action-scripts.d [2020-11-10T19:54:08.353Z] #41 78.74 CC criu/action-scripts.o [2020-11-10T19:54:08.353Z] #41 79.32 CC criu/aio.o [2020-11-10T19:54:08.353Z] #41 79.81 CC criu/autofs.o [2020-11-10T19:54:08.353Z] #41 81.28 CC criu/bfd.o [2020-11-10T19:54:08.353Z] #41 82.03 CC criu/bitmap.o [2020-11-10T19:54:08.353Z] #41 82.27 CC criu/cgroup-props.o [2020-11-10T19:54:08.353Z] #41 83.02 CC criu/cgroup.o [2020-11-10T19:54:08.353Z] #41 ... [2020-11-10T19:54:08.353Z] [2020-11-10T19:54:08.353Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:54:08.353Z] #18 30.72 Selecting previously unselected package apparmor. [2020-11-10T19:54:08.353Z] #18 30.73 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-11-10T19:54:08.461Z] #41 131.2 CC criu/file-lock.o [2020-11-10T19:54:08.617Z] #18 30.84 Unpacking apparmor (2.13.2-10) ... [2020-11-10T19:54:09.195Z] #18 31.26 Selecting previously unselected package aufs-tools. [2020-11-10T19:54:09.195Z] #18 31.27 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-11-10T19:54:09.195Z] #18 31.28 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:54:09.195Z] #18 31.43 Selecting previously unselected package libonig5:arm64. [2020-11-10T19:54:09.195Z] #18 31.44 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-11-10T19:54:09.195Z] #18 31.45 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-11-10T19:54:09.460Z] #18 31.71 Selecting previously unselected package libjq1:arm64. [2020-11-10T19:54:09.460Z] #18 31.71 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-11-10T19:54:09.460Z] #18 31.74 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-10T19:54:09.519Z] #41 132.4 CC criu/files-ext.o [2020-11-10T19:54:09.725Z] #18 31.87 Selecting previously unselected package jq. [2020-11-10T19:54:09.725Z] #18 31.89 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-11-10T19:54:09.725Z] #18 31.90 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-10T19:54:09.725Z] #18 32.02 Selecting previously unselected package libaio1:arm64. [2020-11-10T19:54:09.725Z] #18 32.03 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-11-10T19:54:09.725Z] #18 32.03 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-11-10T19:54:09.989Z] #18 32.12 Selecting previously unselected package libgpm2:arm64. [2020-11-10T19:54:09.989Z] #18 32.13 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-11-10T19:54:09.989Z] #18 32.14 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-11-10T19:54:09.989Z] #18 32.24 Selecting previously unselected package libicu63:arm64. [2020-11-10T19:54:09.989Z] #18 32.25 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-11-10T19:54:09.989Z] #18 32.26 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-10T19:54:10.104Z] #41 146.6 CC criu/protobuf-desc.o [2020-11-10T19:54:10.166Z] #41 133.0 CC criu/files-reg.o [2020-11-10T19:54:10.726Z] #51 103.0 + mkdir -p /build [2020-11-10T19:54:10.726Z] #51 103.1 + cp runc /build/runc [2020-11-10T19:54:10.726Z] #51 DONE 103.4s [2020-11-10T19:54:10.726Z] [2020-11-10T19:54:10.726Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:10.726Z] #41 155.4 CC criu/parasite-syscall.o [2020-11-10T19:54:10.726Z] #41 156.3 CC criu/path.o [2020-11-10T19:54:10.726Z] #41 156.6 CC criu/pie-util-vdso-elf32.o [2020-11-10T19:54:10.726Z] #41 157.1 CC criu/pie-util-vdso.o [2020-11-10T19:54:10.726Z] #41 157.6 CC criu/pie-util.o [2020-11-10T19:54:10.726Z] #41 157.7 CC criu/pipes.o [2020-11-10T19:54:11.049Z] #41 147.4 CC criu/protobuf.o [2020-11-10T19:54:11.049Z] #41 147.7 CC criu/pstree.o [2020-11-10T19:54:11.659Z] #41 158.7 CC criu/plugin.o [2020-11-10T19:54:11.917Z] #41 159.2 CC criu/proc_parse.o [2020-11-10T19:54:11.994Z] #41 148.6 CC criu/rbtree.o [2020-11-10T19:54:12.255Z] #41 ... [2020-11-10T19:54:12.255Z] [2020-11-10T19:54:12.255Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:54:12.255Z] #38 DONE 212.3s [2020-11-10T19:54:12.255Z] [2020-11-10T19:54:12.255Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:12.255Z] #41 148.9 CC criu/rst-malloc.o [2020-11-10T19:54:12.273Z] #41 ... [2020-11-10T19:54:12.273Z] [2020-11-10T19:54:12.273Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-10T19:54:12.273Z] #30 DONE 191.7s [2020-11-10T19:54:12.273Z] [2020-11-10T19:54:12.273Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:54:12.273Z] #20 4.579 Collecting yamllint==1.16.0 [2020-11-10T19:54:12.273Z] #20 4.898 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-10T19:54:12.273Z] #20 4.997 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-10T19:54:12.273Z] #20 5.066 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-10T19:54:12.273Z] #20 5.136 Collecting pyyaml (from yamllint==1.16.0) [2020-11-10T19:54:12.273Z] #20 5.376 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-10T19:54:12.517Z] #41 149.1 CC criu/seccomp.o [2020-11-10T19:54:12.685Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.205s coverage: 46.2% of statements [2020-11-10T19:54:13.314Z] #18 35.42 Selecting previously unselected package libnet1:arm64. [2020-11-10T19:54:13.314Z] #18 35.43 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-10T19:54:13.314Z] #18 35.44 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:54:13.314Z] #18 35.55 Selecting previously unselected package libnl-3-200:arm64. [2020-11-10T19:54:13.314Z] #18 35.56 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-11-10T19:54:13.314Z] #18 35.58 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-11-10T19:54:13.314Z] #18 35.67 Selecting previously unselected package libprotobuf-c1:arm64. [2020-11-10T19:54:13.316Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-11-10T19:54:13.463Z] #41 149.9 CC criu/seize.o [2020-11-10T19:54:13.579Z] #18 35.67 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-11-10T19:54:13.579Z] #18 35.69 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-10T19:54:13.579Z] #18 35.82 Selecting previously unselected package libreadline5:arm64. [2020-11-10T19:54:13.579Z] #18 35.83 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-11-10T19:54:13.579Z] #18 35.84 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-11-10T19:54:13.819Z] #20 ... [2020-11-10T19:54:13.819Z] [2020-11-10T19:54:13.819Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:13.819Z] #41 136.7 CC criu/files.o [2020-11-10T19:54:13.844Z] #18 35.96 Selecting previously unselected package net-tools. [2020-11-10T19:54:13.844Z] #18 35.97 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-11-10T19:54:13.844Z] #18 35.99 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:54:13.844Z] #18 36.20 Selecting previously unselected package python-pip-whl. [2020-11-10T19:54:13.844Z] #18 36.21 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-10T19:54:13.844Z] #18 36.22 Unpacking python-pip-whl (18.1-5) ... [2020-11-10T19:54:14.039Z] #41 150.7 CC criu/servicefd.o [2020-11-10T19:54:14.301Z] #41 ... [2020-11-10T19:54:14.301Z] [2020-11-10T19:54:14.301Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-10T19:54:14.301Z] #39 DONE 0.7s [2020-11-10T19:54:14.301Z] [2020-11-10T19:54:14.301Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:14.301Z] #41 151.0 CC criu/shmem.o [2020-11-10T19:54:14.422Z] #18 36.75 Selecting previously unselected package python3-lib2to3. [2020-11-10T19:54:14.422Z] #18 36.76 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-10T19:54:14.444Z] #41 161.4 CC criu/protobuf-desc.o [2020-11-10T19:54:14.687Z] #18 36.77 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:54:14.688Z] #18 36.94 Selecting previously unselected package python3-distutils. [2020-11-10T19:54:14.688Z] #18 36.95 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-10T19:54:14.688Z] #18 36.96 Unpacking python3-distutils (3.7.3-1) ... [2020-11-10T19:54:14.873Z] #41 151.5 CC criu/sigframe.o [2020-11-10T19:54:14.951Z] #18 37.12 Selecting previously unselected package python3-pip. [2020-11-10T19:54:14.952Z] #18 37.13 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-10T19:54:14.952Z] #18 37.14 Unpacking python3-pip (18.1-5) ... [2020-11-10T19:54:15.008Z] #41 162.3 CC criu/protobuf.o [2020-11-10T19:54:15.136Z] #41 151.7 CC criu/signalfd.o [2020-11-10T19:54:15.136Z] #41 151.9 CC criu/sk-inet.o [2020-11-10T19:54:15.216Z] #18 37.35 Selecting previously unselected package python3-pkg-resources. [2020-11-10T19:54:15.216Z] #18 37.36 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-10T19:54:15.216Z] #18 37.37 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:54:15.216Z] #18 37.51 Selecting previously unselected package python3-setuptools. [2020-11-10T19:54:15.216Z] #18 37.53 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-10T19:54:15.216Z] #18 37.53 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-10T19:54:15.481Z] #18 37.71 Selecting previously unselected package python3-wheel. [2020-11-10T19:54:15.481Z] #18 37.72 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-10T19:54:15.481Z] #18 37.73 Unpacking python3-wheel (0.32.3-2) ... [2020-11-10T19:54:15.481Z] #18 37.83 Selecting previously unselected package sudo. [2020-11-10T19:54:15.481Z] #18 37.85 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-11-10T19:54:15.481Z] #18 37.86 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:54:15.573Z] #41 162.7 CC criu/pstree.o [2020-11-10T19:54:15.709Z] #41 152.5 CC criu/sk-netlink.o [2020-11-10T19:54:15.922Z] #41 ... [2020-11-10T19:54:15.922Z] [2020-11-10T19:54:15.922Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:54:15.922Z] #20 7.653 Building wheels for collected packages: pyyaml [2020-11-10T19:54:15.922Z] #20 7.655 Running setup.py bdist_wheel for pyyaml: started [2020-11-10T19:54:15.922Z] #20 8.738 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-10T19:54:15.922Z] #20 8.740 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-10T19:54:15.922Z] #20 8.831 Successfully built pyyaml [2020-11-10T19:54:15.922Z] #20 8.846 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-10T19:54:15.922Z] #20 9.125 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-10T19:54:15.922Z] #20 DONE 9.3s [2020-11-10T19:54:16.059Z] #18 38.36 Selecting previously unselected package thin-provisioning-tools. [2020-11-10T19:54:16.059Z] #18 38.37 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-11-10T19:54:16.059Z] #18 38.39 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:54:16.221Z] [2020-11-10T19:54:16.221Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:16.221Z] #41 139.0 CC criu/filesystems.o [2020-11-10T19:54:16.282Z] #41 152.7 CC criu/sk-packet.o [2020-11-10T19:54:16.324Z] #18 38.65 Selecting previously unselected package uidmap. [2020-11-10T19:54:16.324Z] #18 38.65 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-11-10T19:54:16.324Z] #18 38.66 Unpacking uidmap (1:4.5-1.1) ... [2020-11-10T19:54:16.505Z] #41 163.7 CC criu/rbtree.o [2020-11-10T19:54:16.544Z] #41 153.1 CC criu/sk-queue.o [2020-11-10T19:54:16.589Z] #18 38.88 Selecting previously unselected package vim-runtime. [2020-11-10T19:54:16.589Z] #18 38.88 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-10T19:54:16.589Z] #18 38.92 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-10T19:54:16.806Z] #41 153.4 CC criu/sk-tcp.o [2020-11-10T19:54:16.825Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.221s coverage: 49.5% of statements [2020-11-10T19:54:16.853Z] #18 38.96 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-10T19:54:16.853Z] #18 38.98 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:54:17.068Z] #41 153.8 CC criu/sk-unix.o [2020-11-10T19:54:17.070Z] #41 164.0 CC criu/rst-malloc.o [2020-11-10T19:54:17.070Z] #41 164.2 CC criu/seccomp.o [2020-11-10T19:54:17.070Z] #41 ... [2020-11-10T19:54:17.070Z] [2020-11-10T19:54:17.070Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:54:17.070Z] #38 DONE 220.1s [2020-11-10T19:54:17.277Z] #41 140.0 CC criu/fsnotify.o [2020-11-10T19:54:17.327Z] [2020-11-10T19:54:17.327Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:17.585Z] #47 ... [2020-11-10T19:54:17.585Z] [2020-11-10T19:54:17.585Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:17.585Z] #41 164.8 CC criu/seize.o [2020-11-10T19:54:18.013Z] #41 ... [2020-11-10T19:54:18.013Z] [2020-11-10T19:54:18.013Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:18.013Z] #47 213.0 + /build/golangci-lint --version [2020-11-10T19:54:18.013Z] #47 213.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-10T19:54:18.013Z] #47 DONE 213.8s [2020-11-10T19:54:18.276Z] [2020-11-10T19:54:18.276Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:18.276Z] #41 154.9 CC criu/sockets.o [2020-11-10T19:54:18.349Z] #41 141.1 CC criu/image-desc.o [2020-11-10T19:54:18.349Z] #41 141.3 CC criu/image.o [2020-11-10T19:54:18.849Z] #41 155.6 CC criu/stats.o [2020-11-10T19:54:18.956Z] #41 165.9 CC criu/servicefd.o [2020-11-10T19:54:18.956Z] #41 166.2 CC criu/shmem.o [2020-11-10T19:54:19.110Z] #41 155.9 CC criu/string.o [2020-11-10T19:54:19.214Z] #41 ... [2020-11-10T19:54:19.214Z] [2020-11-10T19:54:19.215Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-10T19:54:19.215Z] #39 DONE 0.6s [2020-11-10T19:54:19.372Z] #41 155.9 CC criu/sysctl.o [2020-11-10T19:54:19.409Z] #41 142.2 CC criu/ipc_ns.o [2020-11-10T19:54:19.419Z] #18 ... [2020-11-10T19:54:19.419Z] [2020-11-10T19:54:19.419Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:19.419Z] #41 85.12 CC criu/clone-noasan.o [2020-11-10T19:54:19.419Z] #41 85.26 CC criu/config.o [2020-11-10T19:54:19.419Z] #41 86.32 CC criu/cr-check.o [2020-11-10T19:54:19.419Z] #41 87.74 CC criu/cr-dedup.o [2020-11-10T19:54:19.419Z] #41 88.18 CC criu/cr-dump.o [2020-11-10T19:54:19.419Z] #41 89.88 CC criu/cr-errno.o [2020-11-10T19:54:19.419Z] #41 89.93 CC criu/cr-restore.o [2020-11-10T19:54:19.419Z] #41 93.85 CC criu/cr-service.o [2020-11-10T19:54:19.419Z] #41 95.24 CC criu/crtools.o [2020-11-10T19:54:19.473Z] [2020-11-10T19:54:19.473Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:19.633Z] #41 156.3 CC criu/sysfs_parse.o [2020-11-10T19:54:19.730Z] #47 ... [2020-11-10T19:54:19.730Z] [2020-11-10T19:54:19.730Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:19.730Z] #41 166.9 CC criu/sigframe.o [2020-11-10T19:54:19.730Z] #41 167.0 CC criu/signalfd.o [2020-11-10T19:54:19.895Z] #41 156.4 CC criu/timens.o [2020-11-10T19:54:19.895Z] #41 156.6 CC criu/timerfd.o [2020-11-10T19:54:19.988Z] #41 167.2 CC criu/sk-inet.o [2020-11-10T19:54:20.157Z] #41 156.8 CC criu/tty.o [2020-11-10T19:54:20.371Z] #41 95.87 CC criu/eventfd.o [2020-11-10T19:54:20.371Z] #41 96.15 CC criu/eventpoll.o [2020-11-10T19:54:20.371Z] #41 ... [2020-11-10T19:54:20.371Z] [2020-11-10T19:54:20.371Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:54:20.371Z] #18 42.55 Selecting previously unselected package vim. [2020-11-10T19:54:20.371Z] #18 42.56 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-11-10T19:54:20.371Z] #18 42.59 Unpacking vim (2:8.1.0875-5) ... [2020-11-10T19:54:20.921Z] #41 167.9 CC criu/sk-netlink.o [2020-11-10T19:54:20.921Z] #41 168.2 CC criu/sk-packet.o [2020-11-10T19:54:20.948Z] #41 143.5 CC criu/irmap.o [2020-11-10T19:54:20.949Z] #18 43.14 Selecting previously unselected package xfsprogs. [2020-11-10T19:54:20.949Z] #18 43.16 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-11-10T19:54:20.949Z] #18 43.16 Unpacking xfsprogs (4.20.0-1) ... [2020-11-10T19:54:21.101Z] #41 157.7 CC criu/tun.o [2020-11-10T19:54:21.213Z] #18 43.59 Selecting previously unselected package zip. [2020-11-10T19:54:21.213Z] #18 43.59 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-11-10T19:54:21.213Z] #18 43.60 Unpacking zip (3.0-11+b1) ... [2020-11-10T19:54:21.249Z] #41 144.4 CC criu/kcmp-ids.o [2020-11-10T19:54:21.363Z] #41 158.0 CC criu/uffd.o [2020-11-10T19:54:21.477Z] #18 43.90 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-10T19:54:21.477Z] #18 43.94 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-10T19:54:21.485Z] #41 168.6 CC criu/sk-queue.o [2020-11-10T19:54:21.742Z] #18 43.97 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-11-10T19:54:21.742Z] #18 43.99 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-11-10T19:54:21.742Z] #18 44.01 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-11-10T19:54:21.742Z] #18 44.02 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-11-10T19:54:21.742Z] #18 44.03 Setting up uidmap (1:4.5-1.1) ... [2020-11-10T19:54:21.742Z] #18 44.05 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-11-10T19:54:21.742Z] #18 44.07 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-10T19:54:21.742Z] #18 44.09 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-10T19:54:21.742Z] #18 44.10 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-10T19:54:21.742Z] #18 44.11 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-10T19:54:21.742Z] #18 44.12 Setting up xxd (2:8.1.0875-5) ... [2020-11-10T19:54:21.742Z] #18 44.13 Setting up zip (3.0-11+b1) ... [2020-11-10T19:54:21.742Z] #18 44.15 Setting up vim-common (2:8.1.0875-5) ... [2020-11-10T19:54:21.742Z] #18 44.18 Setting up bash-completion (1:2.8-6) ... [2020-11-10T19:54:21.743Z] #41 169.0 CC criu/sk-tcp.o [2020-11-10T19:54:21.898Z] #41 144.7 CC criu/kerndat.o [2020-11-10T19:54:21.935Z] #41 158.5 CC criu/util.o [2020-11-10T19:54:22.045Z] #41 169.4 CC criu/sk-unix.o [2020-11-10T19:54:22.388Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.218s coverage: 73.1% of statements [2020-11-10T19:54:22.389Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-10T19:54:22.508Z] #41 159.1 CC criu/uts_ns.o [2020-11-10T19:54:22.508Z] #41 159.3 CC criu/vdso-compat.o [2020-11-10T19:54:22.769Z] #41 159.4 CC criu/vdso.o [2020-11-10T19:54:22.956Z] #41 146.0 CC criu/libnetlink.o [2020-11-10T19:54:23.020Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-11-10T19:54:23.031Z] #41 159.7 LINK criu/built-in.o [2020-11-10T19:54:23.031Z] #41 159.8 LINK criu/criu [2020-11-10T19:54:23.254Z] #41 146.3 CC criu/log.o [2020-11-10T19:54:23.292Z] #41 160.1 DEP lib/c/criu.d [2020-11-10T19:54:23.554Z] #41 160.1 CC images/rpc.pb-c.o [2020-11-10T19:54:23.651Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.309s coverage: 57.7% of statements [2020-11-10T19:54:23.651Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-10T19:54:23.651Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-10T19:54:23.815Z] #41 160.4 CC lib/c/criu.o [2020-11-10T19:54:23.903Z] #41 146.9 CC criu/lsm.o [2020-11-10T19:54:23.942Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.018s coverage: 3.0% of statements [2020-11-10T19:54:23.980Z] #41 170.8 CC criu/sockets.o [2020-11-10T19:54:24.248Z] #41 ... [2020-11-10T19:54:24.248Z] [2020-11-10T19:54:24.248Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:24.248Z] #47 221.2 + /build/golangci-lint --version [2020-11-10T19:54:24.248Z] #47 221.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-10T19:54:24.248Z] #47 DONE 222.0s [2020-11-10T19:54:24.248Z] [2020-11-10T19:54:24.248Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:24.248Z] #41 171.4 CC criu/stats.o [2020-11-10T19:54:24.388Z] #41 160.9 LINK lib/c/built-in.o [2020-11-10T19:54:24.388Z] #41 160.9 LINK lib/c/libcriu.so [2020-11-10T19:54:24.388Z] #41 161.0 LINK lib/c/libcriu.a [2020-11-10T19:54:24.388Z] #41 161.1 GEN magic.py [2020-11-10T19:54:24.509Z] #41 171.7 CC criu/string.o [2020-11-10T19:54:24.557Z] #41 147.5 CC criu/mem.o [2020-11-10T19:54:24.573Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2020-11-10T19:54:24.650Z] #41 161.1 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:54:24.650Z] #41 161.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:54:24.650Z] #41 161.2 Note: Building without GnuTLS support [2020-11-10T19:54:24.650Z] #41 161.2 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:54:24.650Z] #41 161.2 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:54:24.766Z] #41 171.9 CC criu/sysctl.o [2020-11-10T19:54:24.912Z] #41 161.6 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:54:25.332Z] #41 172.3 CC criu/sysfs_parse.o [2020-11-10T19:54:25.485Z] #41 162.0 make[1]: Nothing to be done for 'all'. [2020-11-10T19:54:25.589Z] #41 172.7 CC criu/timens.o [2020-11-10T19:54:25.605Z] ok github.com/docker/docker/daemon/images 0.011s coverage: 4.9% of statements [2020-11-10T19:54:25.605Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-10T19:54:25.605Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-10T19:54:25.747Z] #41 162.4 make[1]: 'images/built-in.o' is up to date. [2020-11-10T19:54:25.747Z] #41 162.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-10T19:54:25.747Z] #41 162.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-10T19:54:25.747Z] #41 162.5 make[1]: 'compel/libcompel.a' is up to date. [2020-11-10T19:54:25.747Z] #41 162.5 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-10T19:54:25.747Z] #41 162.5 make[1]: Nothing to be done for 'all'. [2020-11-10T19:54:25.747Z] #41 162.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:54:25.845Z] #41 173.0 CC criu/timerfd.o [2020-11-10T19:54:25.845Z] #41 173.2 CC criu/tty.o [2020-11-10T19:54:25.896Z] ok github.com/docker/docker/daemon/logger 0.213s coverage: 41.0% of statements [2020-11-10T19:54:25.976Z] #18 48.01 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-11-10T19:54:26.008Z] #41 162.6 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:26.008Z] #41 162.7 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:26.008Z] #41 162.7 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:26.008Z] #41 162.7 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:26.008Z] #41 162.8 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:26.008Z] #41 162.8 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:26.241Z] #18 48.49 Setting up xz-utils (5.2.4-1) ... [2020-11-10T19:54:26.270Z] #41 162.8 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:26.270Z] #41 162.8 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:26.270Z] #41 162.8 INSTALL criu/criu [2020-11-10T19:54:26.531Z] #41 DONE 163.1s [2020-11-10T19:54:26.531Z] [2020-11-10T19:54:26.531Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:26.700Z] #41 149.6 CC criu/memfd.o [2020-11-10T19:54:26.820Z] #18 48.85 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-10T19:54:26.976Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 67.0% of statements [2020-11-10T19:54:27.096Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-11-10T19:54:27.217Z] #41 174.1 CC criu/tun.o [2020-11-10T19:54:27.217Z] #41 174.3 CC criu/uffd.o [2020-11-10T19:54:27.267Z] ok github.com/docker/docker/daemon/logger/awslogs 0.076s coverage: 77.8% of statements [2020-11-10T19:54:27.267Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-10T19:54:27.267Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-10T19:54:27.381Z] #41 150.4 CC criu/mount.o [2020-11-10T19:54:27.400Z] #18 49.47 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-10T19:54:27.400Z] #18 ... [2020-11-10T19:54:27.400Z] [2020-11-10T19:54:27.400Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:27.400Z] #47 185.4 + /build/golangci-lint --version [2020-11-10T19:54:27.400Z] #47 185.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-10T19:54:27.400Z] #47 DONE 188.4s [2020-11-10T19:54:27.400Z] [2020-11-10T19:54:27.400Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:27.400Z] #41 96.89 CC criu/external.o [2020-11-10T19:54:27.400Z] #41 97.35 CC criu/fault-injection.o [2020-11-10T19:54:27.400Z] #41 97.49 CC criu/fdstore.o [2020-11-10T19:54:27.400Z] #41 97.81 CC criu/fifo.o [2020-11-10T19:54:27.400Z] #41 98.18 CC criu/file-ids.o [2020-11-10T19:54:27.400Z] #41 98.52 CC criu/file-lock.o [2020-11-10T19:54:27.400Z] #41 99.41 CC criu/files-ext.o [2020-11-10T19:54:27.400Z] #41 99.91 CC criu/files-reg.o [2020-11-10T19:54:27.400Z] #41 102.0 CC criu/files.o [2020-11-10T19:54:27.400Z] #41 ... [2020-11-10T19:54:27.400Z] [2020-11-10T19:54:27.400Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:54:27.400Z] #18 49.84 invoke-rc.d: could not determine current runlevel [2020-11-10T19:54:27.666Z] #18 49.86 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-10T19:54:27.666Z] #18 49.87 Setting up pigz (2.4-1) ... [2020-11-10T19:54:27.666Z] #18 49.88 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-11-10T19:54:27.666Z] #18 49.89 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-11-10T19:54:27.666Z] #18 49.91 Setting up python-pip-whl (18.1-5) ... [2020-11-10T19:54:27.666Z] #18 49.93 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-11-10T19:54:27.666Z] #18 49.94 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-10T19:54:27.783Z] #41 174.9 CC criu/util.o [2020-11-10T19:54:27.899Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2020-11-10T19:54:27.899Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.013s coverage: 61.6% of statements [2020-11-10T19:54:27.915Z] #54 ... [2020-11-10T19:54:27.915Z] [2020-11-10T19:54:27.915Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-10T19:54:27.915Z] #42 DONE 0.2s [2020-11-10T19:54:27.915Z] [2020-11-10T19:54:27.915Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:28.181Z] #54 ... [2020-11-10T19:54:28.181Z] [2020-11-10T19:54:28.181Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-10T19:54:28.181Z] #44 DONE 0.2s [2020-11-10T19:54:28.181Z] [2020-11-10T19:54:28.181Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-10T19:54:28.190Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 87.2% of statements [2020-11-10T19:54:28.244Z] #18 50.54 Setting up libaio1:arm64 (0.3.112-3) ... [2020-11-10T19:54:28.245Z] #18 50.55 Setting up libonig5:arm64 (6.9.1-1) ... [2020-11-10T19:54:28.245Z] #18 50.56 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-11-10T19:54:28.245Z] #18 50.57 Setting up vim (2:8.1.0875-5) ... [2020-11-10T19:54:28.245Z] #18 50.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-10T19:54:28.245Z] #18 50.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-10T19:54:28.245Z] #18 50.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-10T19:54:28.245Z] #18 50.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-10T19:54:28.245Z] #18 50.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-10T19:54:28.245Z] #18 50.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-10T19:54:28.245Z] #18 50.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-10T19:54:28.245Z] #18 50.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-10T19:54:28.245Z] #18 50.67 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-10T19:54:28.245Z] #18 50.69 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-10T19:54:28.348Z] #41 175.5 CC criu/uts_ns.o [2020-11-10T19:54:28.442Z] #46 DONE 0.1s [2020-11-10T19:54:28.442Z] [2020-11-10T19:54:28.442Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-10T19:54:28.509Z] #18 50.71 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-11-10T19:54:28.509Z] #18 50.74 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-10T19:54:28.509Z] #18 50.75 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-11-10T19:54:28.509Z] #18 50.77 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-10T19:54:28.605Z] #41 175.7 CC criu/vdso-compat.o [2020-11-10T19:54:28.605Z] #41 175.8 CC criu/vdso.o [2020-11-10T19:54:28.822Z] ok github.com/docker/docker/daemon/logger/local 0.006s coverage: 75.2% of statements [2020-11-10T19:54:28.822Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-10T19:54:28.863Z] #41 176.1 LINK criu/built-in.o [2020-11-10T19:54:28.863Z] #41 176.2 LINK criu/criu [2020-11-10T19:54:29.390Z] #48 DONE 0.8s [2020-11-10T19:54:29.390Z] [2020-11-10T19:54:29.390Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-10T19:54:29.390Z] #50 DONE 0.0s [2020-11-10T19:54:29.390Z] [2020-11-10T19:54:29.390Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:29.390Z] #54 191.1 + bin/containerd [2020-11-10T19:54:29.390Z] #54 ... [2020-11-10T19:54:29.390Z] [2020-11-10T19:54:29.390Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-10T19:54:29.390Z] #52 DONE 0.3s [2020-11-10T19:54:29.428Z] #41 176.5 DEP lib/c/criu.d [2020-11-10T19:54:29.428Z] #41 176.6 CC images/rpc.pb-c.o [2020-11-10T19:54:29.453Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.075s coverage: 59.3% of statements [2020-11-10T19:54:29.652Z] [2020-11-10T19:54:29.652Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:29.686Z] #41 176.9 CC lib/c/criu.o [2020-11-10T19:54:29.743Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.024s coverage: 33.3% of statements [2020-11-10T19:54:30.618Z] #41 177.6 LINK lib/c/built-in.o [2020-11-10T19:54:30.618Z] #41 177.6 LINK lib/c/libcriu.so [2020-11-10T19:54:30.618Z] #41 177.6 LINK lib/c/libcriu.a [2020-11-10T19:54:30.618Z] #41 177.7 GEN magic.py [2020-11-10T19:54:30.618Z] #41 177.8 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:54:30.618Z] #41 177.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:54:30.618Z] #41 177.8 Note: Building without GnuTLS support [2020-11-10T19:54:30.618Z] #41 177.8 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:54:30.618Z] #41 177.8 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:54:30.779Z] ok github.com/docker/docker/daemon/logger/syslog 0.015s coverage: 46.8% of statements [2020-11-10T19:54:30.779Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-11-10T19:54:31.075Z] #18 53.32 Setting up iptables (1.8.2-4) ... [2020-11-10T19:54:31.075Z] #18 53.35 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:54:31.075Z] #18 53.36 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:54:31.075Z] #18 53.37 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-10T19:54:31.075Z] #18 53.39 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-10T19:54:31.075Z] #18 53.40 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-10T19:54:31.075Z] #18 53.40 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-10T19:54:31.075Z] #18 53.41 Setting up python3 (3.7.3-1) ... [2020-11-10T19:54:31.182Z] #41 178.2 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:54:31.409Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-11-10T19:54:31.654Z] #18 53.93 Setting up python3-wheel (0.32.3-2) ... [2020-11-10T19:54:31.746Z] #41 178.7 make[1]: Nothing to be done for 'all'. [2020-11-10T19:54:32.003Z] #41 179.2 make[1]: 'images/built-in.o' is up to date. [2020-11-10T19:54:32.003Z] #41 179.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-10T19:54:32.003Z] #41 179.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-10T19:54:32.003Z] #41 179.3 make[1]: 'compel/libcompel.a' is up to date. [2020-11-10T19:54:32.003Z] #41 179.3 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-10T19:54:32.003Z] #41 179.3 make[1]: Nothing to be done for 'all'. [2020-11-10T19:54:32.003Z] #41 179.3 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:54:32.040Z] ok github.com/docker/docker/daemon/logger/splunk 1.416s coverage: 82.5% of statements [2020-11-10T19:54:32.040Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-10T19:54:32.040Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-10T19:54:32.231Z] #18 54.55 Setting up apparmor (2.13.2-10) ... [2020-11-10T19:54:32.260Z] #41 179.5 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:32.260Z] #41 179.5 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:32.260Z] #41 179.5 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:32.260Z] #41 179.6 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:32.518Z] #41 179.6 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:32.518Z] #41 179.6 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:32.518Z] #41 179.7 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:32.518Z] #41 179.7 make[2]: Nothing to be done for 'all'. [2020-11-10T19:54:32.518Z] #41 179.7 INSTALL criu/criu [2020-11-10T19:54:32.683Z] ok github.com/docker/docker/distribution 0.269s coverage: 21.9% of statements [2020-11-10T19:54:32.778Z] #41 DONE 180.0s [2020-11-10T19:54:32.779Z] [2020-11-10T19:54:32.779Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:32.974Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2020-11-10T19:54:32.974Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-10T19:54:33.024Z] #41 155.0 CC criu/namespaces.o [2020-11-10T19:54:33.652Z] #18 ... [2020-11-10T19:54:33.652Z] [2020-11-10T19:54:33.652Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:54:33.652Z] #51 66.80 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-11-10T19:54:33.652Z] #51 68.56 + mkdir -p /build [2020-11-10T19:54:33.652Z] #51 68.56 + cp runc /build/runc [2020-11-10T19:54:33.652Z] #51 DONE 69.4s [2020-11-10T19:54:33.652Z] [2020-11-10T19:54:33.652Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:33.652Z] #41 104.0 CC criu/filesystems.o [2020-11-10T19:54:33.652Z] #41 104.6 CC criu/fsnotify.o [2020-11-10T19:54:33.652Z] #41 105.7 CC criu/image-desc.o [2020-11-10T19:54:33.652Z] #41 105.8 CC criu/image.o [2020-11-10T19:54:33.652Z] #41 106.6 CC criu/ipc_ns.o [2020-11-10T19:54:33.652Z] #41 107.5 CC criu/irmap.o [2020-11-10T19:54:33.652Z] #41 108.0 CC criu/kcmp-ids.o [2020-11-10T19:54:33.652Z] #41 108.3 CC criu/kerndat.o [2020-11-10T19:54:33.652Z] #41 109.4 CC criu/libnetlink.o [2020-11-10T19:54:33.915Z] #41 109.7 CC criu/log.o [2020-11-10T19:54:34.006Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-11-10T19:54:34.078Z] #41 157.1 CC criu/net.o [2020-11-10T19:54:34.148Z] #54 ... [2020-11-10T19:54:34.148Z] [2020-11-10T19:54:34.148Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-10T19:54:34.148Z] #42 DONE 0.1s [2020-11-10T19:54:34.148Z] [2020-11-10T19:54:34.148Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-10T19:54:34.180Z] #41 ... [2020-11-10T19:54:34.180Z] [2020-11-10T19:54:34.180Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-10T19:54:34.180Z] #18 56.42 Setting up xfsprogs (4.20.0-1) ... [2020-11-10T19:54:34.180Z] #18 56.44 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-10T19:54:34.405Z] #44 DONE 0.1s [2020-11-10T19:54:34.405Z] [2020-11-10T19:54:34.405Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-10T19:54:34.405Z] #46 DONE 0.1s [2020-11-10T19:54:34.405Z] [2020-11-10T19:54:34.405Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-10T19:54:34.405Z] #48 DONE 0.1s [2020-11-10T19:54:34.405Z] [2020-11-10T19:54:34.405Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-10T19:54:34.405Z] #50 DONE 0.1s [2020-11-10T19:54:34.405Z] [2020-11-10T19:54:34.405Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:34.444Z] #18 56.81 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-10T19:54:34.637Z] ok github.com/docker/docker/image 0.012s coverage: 86.4% of statements [2020-11-10T19:54:34.664Z] #54 ... [2020-11-10T19:54:34.664Z] [2020-11-10T19:54:34.664Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-10T19:54:34.664Z] #52 DONE 0.1s [2020-11-10T19:54:34.664Z] [2020-11-10T19:54:34.664Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:35.229Z] #54 206.6 + bin/containerd [2020-11-10T19:54:35.268Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-11-10T19:54:35.395Z] #18 57.73 Setting up python3-distutils (3.7.3-1) ... [2020-11-10T19:54:35.559Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2020-11-10T19:54:35.849Z] ok github.com/docker/docker/distribution/xfer 1.861s coverage: 85.1% of statements [2020-11-10T19:54:35.849Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-10T19:54:35.849Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-10T19:54:35.849Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-10T19:54:36.348Z] #18 58.48 Setting up python3-setuptools (40.8.0-1) ... [2020-11-10T19:54:36.481Z] ok github.com/docker/docker/libcontainerd/queue 0.035s coverage: 100.0% of statements [2020-11-10T19:54:36.926Z] #18 59.14 Setting up python3-pip (18.1-5) ... [2020-11-10T19:54:37.113Z] ok github.com/docker/docker/oci 0.004s coverage: 8.2% of statements [2020-11-10T19:54:37.504Z] #18 59.74 Processing triggers for libc-bin (2.28-10) ... [2020-11-10T19:54:37.504Z] #18 59.77 Processing triggers for mime-support (3.62) ... [2020-11-10T19:54:37.744Z] ok github.com/docker/docker/opts 0.018s coverage: 67.1% of statements [2020-11-10T19:54:37.768Z] #18 DONE 60.1s [2020-11-10T19:54:37.768Z] [2020-11-10T19:54:37.768Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:37.768Z] #41 110.1 CC criu/lsm.o [2020-11-10T19:54:37.768Z] #41 110.4 CC criu/mem.o [2020-11-10T19:54:37.768Z] #41 112.0 CC criu/memfd.o [2020-11-10T19:54:37.768Z] #41 112.5 CC criu/mount.o [2020-11-10T19:54:38.035Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-11-10T19:54:38.613Z] #41 161.0 CC criu/netfilter.o [2020-11-10T19:54:38.613Z] #41 161.4 CC criu/page-pipe.o [2020-11-10T19:54:39.167Z] #41 ... [2020-11-10T19:54:39.167Z] [2020-11-10T19:54:39.167Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-10T19:54:39.167Z] #19 1.166 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-10T19:54:39.167Z] #19 1.171 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-10T19:54:39.167Z] #19 1.174 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-10T19:54:39.167Z] #19 DONE 1.4s [2020-11-10T19:54:39.430Z] [2020-11-10T19:54:39.430Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:54:39.540Z] ok github.com/docker/docker/pkg/archive 0.503s coverage: 76.7% of statements [2020-11-10T19:54:39.753Z] #41 162.5 CC criu/page-xfer.o [2020-11-10T19:54:40.172Z] ok github.com/docker/docker/pkg/authorization 0.256s coverage: 68.3% of statements [2020-11-10T19:54:40.463Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-11-10T19:54:40.754Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-11-10T19:54:41.941Z] #41 164.6 CC criu/pagemap-cache.o [2020-11-10T19:54:41.941Z] #41 165.1 CC criu/pagemap.o [2020-11-10T19:54:43.480Z] #41 166.2 CC criu/parasite-syscall.o [2020-11-10T19:54:43.663Z] #20 3.641 Collecting yamllint==1.16.0 [2020-11-10T19:54:44.537Z] #41 167.2 CC criu/path.o [2020-11-10T19:54:44.835Z] #41 167.6 CC criu/pie-util-vdso.o [2020-11-10T19:54:45.061Z] #20 ... [2020-11-10T19:54:45.061Z] [2020-11-10T19:54:45.061Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:45.061Z] #54 149.5 + bin/containerd [2020-11-10T19:54:45.200Z] ok github.com/docker/docker/pkg/chrootarchive 3.499s coverage: 43.2% of statements [2020-11-10T19:54:45.200Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-11-10T19:54:45.200Z] ok github.com/docker/docker/layer 7.829s coverage: 68.8% of statements [2020-11-10T19:54:45.200Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-10T19:54:45.200Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-10T19:54:45.200Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-10T19:54:45.200Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-10T19:54:45.200Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-10T19:54:45.200Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-10T19:54:45.200Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-10T19:54:45.200Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-11-10T19:54:45.481Z] #41 168.2 CC criu/pie-util.o [2020-11-10T19:54:45.481Z] #41 168.4 CC criu/pipes.o [2020-11-10T19:54:45.490Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 92.9% of statements [2020-11-10T19:54:46.121Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2020-11-10T19:54:46.131Z] #41 169.2 CC criu/plugin.o [2020-11-10T19:54:46.411Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2020-11-10T19:54:46.702Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2020-11-10T19:54:46.778Z] #41 ... [2020-11-10T19:54:46.778Z] [2020-11-10T19:54:46.778Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:54:46.778Z] #38 226.1 + dpkg --print-architecture [2020-11-10T19:54:46.778Z] #38 226.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-10T19:54:47.077Z] #38 226.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-10T19:54:47.077Z] #38 226.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-10T19:54:47.733Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-11-10T19:54:48.364Z] ok github.com/docker/docker/pkg/fileutils 0.004s coverage: 89.5% of statements [2020-11-10T19:54:48.995Z] ok github.com/docker/docker/pkg/fsutils 0.380s coverage: 85.1% of statements [2020-11-10T19:54:49.285Z] ok github.com/docker/docker/pkg/discovery/kv 3.109s coverage: 84.1% of statements [2020-11-10T19:54:49.285Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-11-10T19:54:49.917Z] ok github.com/docker/docker/pkg/idtools 0.300s coverage: 70.1% of statements [2020-11-10T19:54:50.208Z] ok github.com/docker/docker/pkg/ioutils 0.335s coverage: 70.1% of statements [2020-11-10T19:54:50.377Z] #54 ... [2020-11-10T19:54:50.377Z] [2020-11-10T19:54:50.377Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:54:50.377Z] #20 8.993 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-10T19:54:50.377Z] #20 9.095 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-10T19:54:50.377Z] #20 9.152 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-10T19:54:50.377Z] #20 9.203 Collecting pyyaml (from yamllint==1.16.0) [2020-11-10T19:54:50.377Z] #20 9.355 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-10T19:54:50.377Z] #20 ... [2020-11-10T19:54:50.377Z] [2020-11-10T19:54:50.377Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:50.377Z] #41 115.4 CC criu/namespaces.o [2020-11-10T19:54:50.377Z] #41 116.7 CC criu/net.o [2020-11-10T19:54:50.377Z] #41 118.9 CC criu/netfilter.o [2020-11-10T19:54:50.377Z] #41 119.1 CC criu/page-pipe.o [2020-11-10T19:54:50.377Z] #41 119.6 CC criu/page-xfer.o [2020-11-10T19:54:50.377Z] #41 120.9 CC criu/pagemap-cache.o [2020-11-10T19:54:50.377Z] #41 121.1 CC criu/pagemap.o [2020-11-10T19:54:50.377Z] #41 121.8 CC criu/parasite-syscall.o [2020-11-10T19:54:50.377Z] #41 122.5 CC criu/path.o [2020-11-10T19:54:50.377Z] #41 122.7 CC criu/pie-util-vdso.o [2020-11-10T19:54:50.377Z] #41 123.0 CC criu/pie-util.o [2020-11-10T19:54:50.377Z] #41 123.2 CC criu/pipes.o [2020-11-10T19:54:50.377Z] #41 123.8 CC criu/plugin.o [2020-11-10T19:54:50.377Z] #41 124.1 CC criu/proc_parse.o [2020-11-10T19:54:50.377Z] #41 ... [2020-11-10T19:54:50.377Z] [2020-11-10T19:54:50.377Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-10T19:54:50.377Z] #20 10.57 Building wheels for collected packages: pyyaml [2020-11-10T19:54:50.377Z] #20 10.57 Running setup.py bdist_wheel for pyyaml: started [2020-11-10T19:54:50.498Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2020-11-10T19:54:50.499Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-10T19:54:50.499Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2020-11-10T19:54:50.499Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-10T19:54:50.499Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-10T19:54:50.640Z] #20 11.42 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-10T19:54:50.789Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-11-10T19:54:50.789Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-10T19:54:50.905Z] #20 11.42 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-10T19:54:50.905Z] #20 11.48 Successfully built pyyaml [2020-11-10T19:54:50.905Z] #20 11.49 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-10T19:54:51.080Z] ok github.com/docker/docker/pkg/parsers 0.018s coverage: 97.0% of statements [2020-11-10T19:54:51.080Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-11-10T19:54:51.170Z] #20 11.73 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-10T19:54:51.371Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2020-11-10T19:54:51.371Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2020-11-10T19:54:51.371Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-10T19:54:51.371Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-10T19:54:52.051Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.035s coverage: 56.8% of statements [2020-11-10T19:54:52.683Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-11-10T19:54:52.683Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-11-10T19:54:52.973Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-11-10T19:54:54.392Z] #38 ... [2020-11-10T19:54:54.392Z] [2020-11-10T19:54:54.392Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-10T19:54:54.392Z] #51 125.6 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-11-10T19:54:54.392Z] #51 128.2 + mkdir -p /build [2020-11-10T19:54:54.392Z] #51 128.2 + cp runc /build/runc [2020-11-10T19:54:54.392Z] #51 DONE 128.4s [2020-11-10T19:54:54.392Z] [2020-11-10T19:54:54.392Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:54.392Z] #41 169.8 CC criu/proc_parse.o [2020-11-10T19:54:54.392Z] #41 174.2 CC criu/protobuf-desc.o [2020-11-10T19:54:54.393Z] #41 175.5 CC criu/protobuf.o [2020-11-10T19:54:54.393Z] #41 175.9 CC criu/pstree.o [2020-11-10T19:54:54.479Z] ok github.com/docker/docker/pkg/pubsub 1.020s coverage: 75.0% of statements [2020-11-10T19:54:54.479Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-11-10T19:54:54.493Z] #20 DONE 14.9s [2020-11-10T19:54:54.493Z] [2020-11-10T19:54:54.493Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:54.493Z] #41 126.1 CC criu/protobuf-desc.o [2020-11-10T19:54:54.493Z] #41 126.8 CC criu/protobuf.o [2020-11-10T19:54:54.493Z] #41 127.2 CC criu/pstree.o [2020-11-10T19:54:54.493Z] #41 128.1 CC criu/rbtree.o [2020-11-10T19:54:54.493Z] #41 128.4 CC criu/rst-malloc.o [2020-11-10T19:54:54.493Z] #41 128.7 CC criu/seccomp.o [2020-11-10T19:54:54.493Z] #41 129.2 CC criu/seize.o [2020-11-10T19:54:54.493Z] #41 129.9 CC criu/servicefd.o [2020-11-10T19:54:54.493Z] #41 130.3 CC criu/shmem.o [2020-11-10T19:54:54.693Z] #41 177.6 CC criu/rbtree.o [2020-11-10T19:54:55.071Z] #41 ... [2020-11-10T19:54:55.071Z] [2020-11-10T19:54:55.071Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:54:55.071Z] #22 215.7 + return [2020-11-10T19:54:55.071Z] #22 DONE 216.0s [2020-11-10T19:54:55.335Z] [2020-11-10T19:54:55.335Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:55.335Z] #41 131.1 CC criu/sigframe.o [2020-11-10T19:54:55.335Z] #41 131.2 CC criu/signalfd.o [2020-11-10T19:54:55.345Z] #41 178.3 CC criu/rst-malloc.o [2020-11-10T19:54:55.600Z] #41 131.4 CC criu/sk-inet.o [2020-11-10T19:54:55.997Z] #41 179.0 CC criu/seccomp.o [2020-11-10T19:54:56.551Z] #41 132.3 CC criu/sk-netlink.o [2020-11-10T19:54:56.815Z] #41 132.6 CC criu/sk-packet.o [2020-11-10T19:54:57.052Z] #41 180.0 CC criu/seize.o [2020-11-10T19:54:57.202Z] ok github.com/docker/docker/pkg/signal 2.350s coverage: 61.0% of statements [2020-11-10T19:54:57.392Z] #41 133.2 CC criu/sk-queue.o [2020-11-10T19:54:57.493Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-11-10T19:54:57.655Z] #41 133.6 CC criu/sk-tcp.o [2020-11-10T19:54:57.786Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-11-10T19:54:58.077Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-11-10T19:54:58.106Z] #41 181.0 CC criu/servicefd.o [2020-11-10T19:54:58.234Z] #41 ... [2020-11-10T19:54:58.234Z] [2020-11-10T19:54:58.234Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-10T19:54:58.234Z] #23 DONE 1.2s [2020-11-10T19:54:58.234Z] [2020-11-10T19:54:58.234Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:54:58.234Z] #41 134.1 CC criu/sk-unix.o [2020-11-10T19:54:58.368Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2020-11-10T19:54:58.754Z] #41 181.7 CC criu/shmem.o [2020-11-10T19:54:59.000Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 36.9% of statements [2020-11-10T19:54:59.291Z] ok github.com/docker/docker/pkg/tailfile 0.036s coverage: 88.6% of statements [2020-11-10T19:54:59.581Z] ok github.com/docker/docker/pkg/tarsum 0.034s coverage: 89.3% of statements [2020-11-10T19:54:59.812Z] #41 182.8 CC criu/sigframe.o [2020-11-10T19:54:59.812Z] #41 183.0 CC criu/signalfd.o [2020-11-10T19:54:59.872Z] testing: warning: no tests to run [2020-11-10T19:54:59.872Z] coverage: [no statements] [2020-11-10T19:54:59.872Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-11-10T19:55:00.163Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-11-10T19:55:00.163Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-11-10T19:55:00.163Z] #41 135.7 CC criu/sockets.o [2020-11-10T19:55:00.453Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-11-10T19:55:00.464Z] #41 183.3 CC criu/sk-inet.o [2020-11-10T19:55:00.741Z] #41 136.5 CC criu/stats.o [2020-11-10T19:55:01.005Z] #41 136.7 CC criu/string.o [2020-11-10T19:55:01.005Z] #41 136.8 CC criu/sysctl.o [2020-11-10T19:55:01.522Z] #41 184.4 CC criu/sk-netlink.o [2020-11-10T19:55:01.774Z] #54 219.2 + bin/containerd-stress [2020-11-10T19:55:01.775Z] #54 221.4 + bin/containerd-shim [2020-11-10T19:55:01.822Z] #41 184.8 CC criu/sk-packet.o [2020-11-10T19:55:01.957Z] #41 137.5 CC criu/sysfs_parse.o [2020-11-10T19:55:01.957Z] #41 137.8 CC criu/timens.o [2020-11-10T19:55:01.957Z] ok github.com/docker/docker/plugin 0.548s coverage: 23.2% of statements [2020-11-10T19:55:02.534Z] #41 138.3 CC criu/timerfd.o [2020-11-10T19:55:02.588Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-11-10T19:55:02.878Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 86.4% of statements [2020-11-10T19:55:02.879Z] #41 185.5 CC criu/sk-queue.o [2020-11-10T19:55:03.111Z] #41 138.8 CC criu/tty.o [2020-11-10T19:55:03.179Z] #41 186.3 CC criu/sk-tcp.o [2020-11-10T19:55:04.240Z] #41 186.9 CC criu/sk-unix.o [2020-11-10T19:55:04.383Z] ok github.com/docker/docker/quota 0.673s coverage: 71.4% of statements [2020-11-10T19:55:04.674Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-11-10T19:55:05.041Z] #41 140.5 CC criu/tun.o [2020-11-10T19:55:05.305Z] #41 141.0 CC criu/uffd.o [2020-11-10T19:55:05.706Z] ok github.com/docker/docker/registry 0.085s coverage: 57.2% of statements [2020-11-10T19:55:05.982Z] #54 228.2 + bin/containerd-shim-runc-v1 [2020-11-10T19:55:05.996Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-11-10T19:55:06.256Z] #41 142.1 CC criu/util.o [2020-11-10T19:55:06.287Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2020-11-10T19:55:06.343Z] #41 189.1 CC criu/sockets.o [2020-11-10T19:55:06.917Z] ok github.com/docker/docker/runconfig 0.005s coverage: 66.1% of statements [2020-11-10T19:55:06.917Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-11-10T19:55:06.992Z] #41 190.0 CC criu/stats.o [2020-11-10T19:55:07.286Z] #54 236.4 + bin/containerd-stress [2020-11-10T19:55:07.286Z] #54 238.7 + bin/containerd-shim [2020-11-10T19:55:07.642Z] #41 190.4 CC criu/string.o [2020-11-10T19:55:07.642Z] #41 190.5 CC criu/sysctl.o [2020-11-10T19:55:07.654Z] #41 143.2 CC criu/uts_ns.o [2020-11-10T19:55:07.654Z] #41 143.5 CC criu/vdso.o [2020-11-10T19:55:07.918Z] #41 ... [2020-11-10T19:55:07.918Z] [2020-11-10T19:55:07.918Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-10T19:55:08.183Z] #28 ... [2020-11-10T19:55:08.183Z] [2020-11-10T19:55:08.183Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:55:08.183Z] #41 144.0 LINK criu/built-in.o [2020-11-10T19:55:08.183Z] #41 144.1 LINK criu/criu [2020-11-10T19:55:08.288Z] #41 191.2 CC criu/sysfs_parse.o [2020-11-10T19:55:08.446Z] #41 144.4 DEP lib/c/criu.d [2020-11-10T19:55:08.587Z] #41 191.7 CC criu/timens.o [2020-11-10T19:55:08.709Z] #41 144.5 CC images/rpc.pb-c.o [2020-11-10T19:55:08.971Z] #41 ... [2020-11-10T19:55:08.971Z] [2020-11-10T19:55:08.971Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-10T19:55:08.971Z] #28 DONE 10.8s [2020-11-10T19:55:08.971Z] [2020-11-10T19:55:08.971Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-10T19:55:08.980Z] ok github.com/docker/docker/volume/drivers 0.002s coverage: 36.1% of statements [2020-11-10T19:55:09.236Z] #41 192.1 CC criu/timerfd.o [2020-11-10T19:55:09.535Z] #41 192.5 CC criu/tty.o [2020-11-10T19:55:09.547Z] #31 DONE 0.7s [2020-11-10T19:55:09.547Z] [2020-11-10T19:55:09.547Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-10T19:55:09.810Z] #33 DONE 0.1s [2020-11-10T19:55:09.810Z] [2020-11-10T19:55:09.810Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-10T19:55:09.810Z] #36 DONE 0.1s [2020-11-10T19:55:09.810Z] [2020-11-10T19:55:09.810Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-10T19:55:10.012Z] ok github.com/docker/docker/volume/local 0.303s coverage: 76.6% of statements [2020-11-10T19:55:10.303Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2020-11-10T19:55:10.757Z] #39 DONE 0.8s [2020-11-10T19:55:10.757Z] [2020-11-10T19:55:10.757Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:55:10.757Z] #41 145.0 CC lib/c/criu.o [2020-11-10T19:55:10.757Z] #41 145.9 LINK lib/c/built-in.o [2020-11-10T19:55:10.757Z] #41 145.9 LINK lib/c/libcriu.so [2020-11-10T19:55:10.757Z] #41 146.0 LINK lib/c/libcriu.a [2020-11-10T19:55:10.757Z] #41 146.1 GEN magic.py [2020-11-10T19:55:10.757Z] #41 146.1 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:55:10.757Z] #41 146.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:55:10.757Z] #41 146.2 Note: Building without GnuTLS support [2020-11-10T19:55:10.757Z] #41 146.2 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:55:10.757Z] #41 146.2 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:55:11.020Z] #41 146.6 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:55:11.274Z] #54 232.6 + bin/containerd-shim-runc-v2 [2020-11-10T19:55:11.274Z] #54 233.5 + binaries [2020-11-10T19:55:11.274Z] #54 233.5 + install -D bin/containerd /build/containerd [2020-11-10T19:55:11.274Z] #54 233.6 + install -D bin/containerd-shim /build/containerd-shim [2020-11-10T19:55:11.274Z] #54 233.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-10T19:55:11.274Z] #54 233.6 + install -D bin/ctr /build/ctr [2020-11-10T19:55:11.282Z] #41 147.0 make[1]: Nothing to be done for 'all'. [2020-11-10T19:55:11.336Z] ok github.com/docker/docker/volume/service 0.011s coverage: 73.1% of statements [2020-11-10T19:55:11.544Z] #41 147.4 make[1]: 'images/built-in.o' is up to date. [2020-11-10T19:55:11.544Z] #41 147.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-10T19:55:11.544Z] #41 147.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-10T19:55:11.544Z] #41 147.5 make[1]: 'compel/libcompel.a' is up to date. [2020-11-10T19:55:11.641Z] #41 194.6 CC criu/tun.o [2020-11-10T19:55:11.806Z] #41 147.5 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-10T19:55:11.806Z] #41 147.5 make[1]: Nothing to be done for 'all'. [2020-11-10T19:55:11.806Z] #41 147.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:55:11.806Z] #41 147.6 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:11.806Z] #41 147.7 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:11.806Z] #41 147.7 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:11.806Z] #41 147.7 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:12.069Z] #41 147.8 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:12.069Z] #41 147.8 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:12.069Z] #41 147.8 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:12.069Z] #41 147.9 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:12.069Z] #41 147.9 INSTALL criu/criu [2020-11-10T19:55:12.069Z] #41 DONE 148.0s [2020-11-10T19:55:12.069Z] [2020-11-10T19:55:12.069Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:12.291Z] #41 195.2 CC criu/uffd.o [2020-11-10T19:55:13.185Z] #54 DONE 235.2s [2020-11-10T19:55:13.758Z] [2020-11-10T19:55:13.758Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-10T19:55:13.827Z] #41 196.7 CC criu/util.o [2020-11-10T19:55:13.992Z] #54 ... [2020-11-10T19:55:13.992Z] [2020-11-10T19:55:13.992Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-10T19:55:13.992Z] #42 DONE 0.1s [2020-11-10T19:55:13.992Z] [2020-11-10T19:55:13.992Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-10T19:55:14.260Z] #44 DONE 0.5s [2020-11-10T19:55:14.260Z] [2020-11-10T19:55:14.260Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:14.260Z] #54 ... [2020-11-10T19:55:14.260Z] [2020-11-10T19:55:14.260Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-10T19:55:14.260Z] #46 DONE 0.1s [2020-11-10T19:55:14.522Z] [2020-11-10T19:55:14.522Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-10T19:55:15.140Z] #55 DONE 1.0s [2020-11-10T19:55:15.140Z] [2020-11-10T19:55:15.140Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-10T19:55:15.140Z] #59 DONE 0.2s [2020-11-10T19:55:15.140Z] [2020-11-10T19:55:15.140Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-10T19:55:15.361Z] #41 198.3 CC criu/uts_ns.o [2020-11-10T19:55:15.362Z] #41 ... [2020-11-10T19:55:15.362Z] [2020-11-10T19:55:15.362Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-10T19:55:15.362Z] #38 DONE 254.8s [2020-11-10T19:55:15.390Z] #54 245.9 + bin/containerd-shim-runc-v1 [2020-11-10T19:55:15.400Z] #61 DONE 0.4s [2020-11-10T19:55:15.660Z] [2020-11-10T19:55:15.660Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-10T19:55:15.660Z] #63 DONE 0.0s [2020-11-10T19:55:15.660Z] [2020-11-10T19:55:15.660Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-10T19:55:15.660Z] #64 DONE 0.0s [2020-11-10T19:55:15.660Z] [2020-11-10T19:55:15.660Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-10T19:55:15.660Z] [2020-11-10T19:55:15.660Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:15.911Z] #48 DONE 1.2s [2020-11-10T19:55:15.911Z] [2020-11-10T19:55:15.911Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-10T19:55:15.911Z] #50 DONE 0.1s [2020-11-10T19:55:15.911Z] [2020-11-10T19:55:15.911Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:15.911Z] #54 ... [2020-11-10T19:55:15.911Z] [2020-11-10T19:55:15.911Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-10T19:55:15.959Z] #47 ... [2020-11-10T19:55:15.959Z] [2020-11-10T19:55:15.959Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-10T19:55:15.959Z] #41 198.8 CC criu/vdso.o [2020-11-10T19:55:16.173Z] #52 DONE 0.5s [2020-11-10T19:55:16.173Z] [2020-11-10T19:55:16.173Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:16.230Z] #65 DONE 0.8s [2020-11-10T19:55:16.230Z] [2020-11-10T19:55:16.230Z] #66 exporting to image [2020-11-10T19:55:16.230Z] #66 exporting layers [2020-11-10T19:55:17.019Z] #41 199.8 LINK criu/built-in.o [2020-11-10T19:55:17.019Z] #41 200.0 LINK criu/criu [2020-11-10T19:55:17.667Z] #41 200.6 DEP lib/c/criu.d [2020-11-10T19:55:17.668Z] #41 200.7 CC images/rpc.pb-c.o [2020-11-10T19:55:18.737Z] #41 201.5 CC lib/c/criu.o [2020-11-10T19:55:19.570Z] #54 250.6 + bin/containerd-shim-runc-v2 [2020-11-10T19:55:19.793Z] #41 202.8 LINK lib/c/built-in.o [2020-11-10T19:55:19.793Z] #41 202.8 LINK lib/c/libcriu.so [2020-11-10T19:55:20.093Z] #41 202.9 LINK lib/c/libcriu.a [2020-11-10T19:55:20.093Z] #41 203.1 GEN magic.py [2020-11-10T19:55:20.392Z] #41 203.3 Note: Building without setproctitle() and strlcpy() support. [2020-11-10T19:55:20.392Z] #41 203.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-10T19:55:20.392Z] #41 203.3 Note: Building without GnuTLS support [2020-11-10T19:55:20.392Z] #41 203.3 Makefile.config:39: Warn: you have no libnftables installed [2020-11-10T19:55:20.392Z] #41 203.3 Makefile.config:40: Warn: Building without nftables support [2020-11-10T19:55:20.502Z] #54 251.6 + binaries [2020-11-10T19:55:20.502Z] #54 251.6 + install -D bin/containerd /build/containerd [2020-11-10T19:55:20.502Z] #54 251.7 + install -D bin/containerd-shim /build/containerd-shim [2020-11-10T19:55:20.502Z] #54 251.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-10T19:55:20.502Z] #54 251.7 + install -D bin/ctr /build/ctr [2020-11-10T19:55:21.455Z] #41 204.2 fatal: not a git repository (or any of the parent directories): .git [2020-11-10T19:55:21.868Z] #54 DONE 253.2s [2020-11-10T19:55:22.510Z] #41 205.2 make[1]: Nothing to be done for 'all'. [2020-11-10T19:55:22.800Z] [2020-11-10T19:55:22.800Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-10T19:55:22.816Z] #66 exporting layers 6.6s done [2020-11-10T19:55:22.816Z] #66 writing image sha256:64b8ef8ee8eb6fdab8c8d434498e98c67c360f22a23f3c9fd78363b4ec1afd88 done [2020-11-10T19:55:22.816Z] #66 naming to docker.io/library/docker:2b41e8471935a95440472ca90e99aa33dacf56c0 done [2020-11-10T19:55:22.816Z] #66 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-11-10T19:55:23.170Z] + trap exit INT TERM [2020-11-10T19:55:23.170Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-11-10T19:55:23.170Z] + CONTAINER_NAME=docker-pr3 [2020-11-10T19:55:23.171Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41659/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh dynbinary-daemon [2020-11-10T19:55:23.208Z] #41 206.2 make[1]: 'images/built-in.o' is up to date. [2020-11-10T19:55:23.208Z] #41 206.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-10T19:55:23.208Z] #41 206.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-10T19:55:23.506Z] #41 206.3 make[1]: 'compel/libcompel.a' is up to date. [2020-11-10T19:55:23.506Z] #41 206.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-10T19:55:23.506Z] #41 206.4 make[1]: Nothing to be done for 'all'. [2020-11-10T19:55:23.506Z] #41 206.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-10T19:55:23.506Z] #41 206.6 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:23.729Z] #55 DONE 0.9s [2020-11-10T19:55:23.729Z] [2020-11-10T19:55:23.729Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-10T19:55:23.741Z] [2020-11-10T19:55:23.742Z] Removing bundles/ [2020-11-10T19:55:23.742Z] [2020-11-10T19:55:23.742Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-10T19:55:23.742Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T19:55:23.742Z] GOOS="" GOARCH="" GOARM="" [2020-11-10T19:55:23.803Z] #41 206.7 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:23.804Z] #41 206.7 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:23.804Z] #41 207.0 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:23.991Z] #59 DONE 0.3s [2020-11-10T19:55:23.991Z] [2020-11-10T19:55:23.991Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-10T19:55:24.103Z] #41 207.0 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:24.103Z] #41 207.0 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:24.103Z] #41 207.1 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:24.326Z] #54 189.6 + bin/containerd-stress [2020-11-10T19:55:24.401Z] #41 207.3 make[2]: Nothing to be done for 'all'. [2020-11-10T19:55:24.401Z] #41 207.3 INSTALL criu/criu [2020-11-10T19:55:24.401Z] #41 DONE 207.4s [2020-11-10T19:55:24.401Z] [2020-11-10T19:55:24.401Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:24.555Z] #61 DONE 0.5s [2020-11-10T19:55:24.555Z] [2020-11-10T19:55:24.555Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-10T19:55:24.555Z] #63 DONE 0.0s [2020-11-10T19:55:24.555Z] [2020-11-10T19:55:24.555Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-10T19:55:24.555Z] #64 DONE 0.0s [2020-11-10T19:55:24.555Z] [2020-11-10T19:55:24.555Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-10T19:55:25.118Z] #65 DONE 0.7s [2020-11-10T19:55:25.376Z] [2020-11-10T19:55:25.376Z] #66 exporting to image [2020-11-10T19:55:25.376Z] #66 exporting layers [2020-11-10T19:55:25.530Z] ..........................xx.................... [ 29%] [2020-11-10T19:55:26.664Z] ok github.com/docker/docker/pkg/plugins 33.618s coverage: 76.6% of statements [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/rootless [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/volume [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-10T19:55:26.664Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === Skipped [2020-11-10T19:55:26.664Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-10T19:55:26.664Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-10T19:55:26.664Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:73: No driver to put! [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-10T19:55:26.664Z] time="2020-11-10T19:54:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-10T19:55:26.664Z] time="2020-11-10T19:54:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-10T19:55:26.664Z] time="2020-11-10T19:54:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-10T19:55:26.664Z] time="2020-11-10T19:54:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-10T19:55:26.664Z] time="2020-11-10T19:54:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:73: No driver to put! [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-10T19:55:26.664Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-10T19:55:26.664Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-10T19:55:26.664Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:55:26.664Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-10T19:55:26.664Z] graphtest_unix.go:73: No driver to put! [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-10T19:55:26.664Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-10T19:55:26.664Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] [2020-11-10T19:55:26.664Z] DONE 2169 tests, 26 skipped in 185.702s Post stage [Pipeline] junit [2020-11-10T19:55:26.709Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-10T19:55:27.249Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -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:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh dynbinary test-integration [2020-11-10T19:55:27.542Z] [2020-11-10T19:55:27.833Z] Removing bundles/ [2020-11-10T19:55:27.833Z] [2020-11-10T19:55:27.833Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-10T19:55:27.833Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T19:55:27.833Z] GOOS="" GOARCH="" GOARM="" [2020-11-10T19:55:27.967Z] #47 267.0 + /build/golangci-lint --version [2020-11-10T19:55:27.967Z] #47 267.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-10T19:55:27.967Z] #47 DONE 267.5s [2020-11-10T19:55:27.967Z] [2020-11-10T19:55:27.967Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:28.545Z] #54 192.9 + bin/containerd-shim [2020-11-10T19:55:31.925Z] #66 exporting layers 6.6s done [2020-11-10T19:55:31.926Z] #66 writing image sha256:2289db714fef897d847862dcafab306e9679c5e5afc78396a9b07c6e8c50fc3b done [2020-11-10T19:55:31.926Z] #66 naming to docker.io/library/docker:2b41e8471935a95440472ca90e99aa33dacf56c0 done [2020-11-10T19:55:31.926Z] #66 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-10T19:55:32.270Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -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:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh dynbinary test-integration [2020-11-10T19:55:32.834Z] [2020-11-10T19:55:32.834Z] Removing bundles/ [2020-11-10T19:55:32.834Z] [2020-11-10T19:55:32.834Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-10T19:55:32.834Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T19:55:32.834Z] GOOS="" GOARCH="" GOARM="" [2020-11-10T19:55:33.857Z] #54 198.7 + bin/containerd-shim-runc-v1 [2020-11-10T19:55:38.080Z] #54 202.8 + bin/containerd-shim-runc-v2 [2020-11-10T19:55:39.025Z] #54 204.1 + binaries [2020-11-10T19:55:39.025Z] #54 204.1 + install -D bin/containerd /build/containerd [2020-11-10T19:55:39.025Z] #54 204.1 + install -D bin/containerd-shim /build/containerd-shim [2020-11-10T19:55:39.025Z] #54 204.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-10T19:55:39.025Z] #54 204.2 + install -D bin/ctr /build/ctr [2020-11-10T19:55:43.236Z] #54 DONE 207.9s [2020-11-10T19:55:43.409Z] #54 247.2 + bin/containerd [2020-11-10T19:55:43.478Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-11-10T19:55:44.182Z] [2020-11-10T19:55:44.182Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-10T19:55:46.730Z] #55 DONE 2.3s [2020-11-10T19:55:46.730Z] [2020-11-10T19:55:46.730Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-10T19:55:46.991Z] #59 DONE 0.5s [2020-11-10T19:55:46.991Z] [2020-11-10T19:55:46.991Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-10T19:55:48.379Z] #61 DONE 1.3s [2020-11-10T19:55:48.379Z] [2020-11-10T19:55:48.379Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-10T19:55:48.379Z] #63 DONE 0.1s [2020-11-10T19:55:48.379Z] [2020-11-10T19:55:48.379Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-10T19:55:48.379Z] #64 DONE 0.0s [2020-11-10T19:55:48.379Z] [2020-11-10T19:55:48.379Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-10T19:55:50.298Z] #65 DONE 1.7s [2020-11-10T19:55:50.298Z] [2020-11-10T19:55:50.298Z] #66 exporting to image [2020-11-10T19:55:50.298Z] #66 exporting layers [2020-11-10T19:55:50.504Z] #54 ... [2020-11-10T19:55:50.504Z] [2020-11-10T19:55:50.504Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:50.504Z] #22 289.5 + return [2020-11-10T19:55:50.504Z] #22 DONE 289.6s [2020-11-10T19:55:50.504Z] [2020-11-10T19:55:50.504Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:51.201Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-11-10T19:55:51.570Z] #54 ... [2020-11-10T19:55:51.570Z] [2020-11-10T19:55:51.570Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-10T19:55:51.889Z] #23 DONE 0.1s [2020-11-10T19:55:51.889Z] [2020-11-10T19:55:51.889Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-10T19:55:52.194Z] #28 DONE 0.5s [2020-11-10T19:55:52.194Z] [2020-11-10T19:55:52.194Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:52.194Z] #54 ... [2020-11-10T19:55:52.194Z] [2020-11-10T19:55:52.194Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-10T19:55:52.194Z] #31 DONE 0.1s [2020-11-10T19:55:52.513Z] [2020-11-10T19:55:52.513Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-10T19:55:52.513Z] #33 DONE 0.1s [2020-11-10T19:55:52.513Z] [2020-11-10T19:55:52.514Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:52.514Z] #54 ... [2020-11-10T19:55:52.514Z] [2020-11-10T19:55:52.514Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-10T19:55:52.514Z] #36 DONE 0.1s [2020-11-10T19:55:52.514Z] [2020-11-10T19:55:52.514Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-10T19:55:52.820Z] #39 DONE 0.1s [2020-11-10T19:55:52.820Z] [2020-11-10T19:55:52.820Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-10T19:55:52.820Z] #42 DONE 0.1s [2020-11-10T19:55:52.820Z] [2020-11-10T19:55:52.820Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-10T19:55:53.126Z] #44 DONE 0.3s [2020-11-10T19:55:53.126Z] [2020-11-10T19:55:53.126Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-10T19:55:53.126Z] #46 DONE 0.1s [2020-11-10T19:55:53.126Z] [2020-11-10T19:55:53.126Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:53.428Z] #54 ... [2020-11-10T19:55:53.428Z] [2020-11-10T19:55:53.428Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-10T19:55:53.428Z] #48 DONE 0.1s [2020-11-10T19:55:53.428Z] [2020-11-10T19:55:53.428Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-10T19:55:53.428Z] #50 DONE 0.1s [2020-11-10T19:55:53.428Z] [2020-11-10T19:55:53.428Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:53.428Z] #54 ... [2020-11-10T19:55:53.428Z] [2020-11-10T19:55:53.428Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-10T19:55:53.428Z] #52 DONE 0.1s [2020-11-10T19:55:53.736Z] [2020-11-10T19:55:53.736Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-10T19:55:55.648Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-11-10T19:55:56.937Z] #66 exporting layers 5.7s done [2020-11-10T19:55:56.937Z] #66 writing image sha256:1c9c9c40aa8c96c83ca27463fe6d23701a95abcede429487c5d61edfa943e0c8 done [2020-11-10T19:55:56.937Z] #66 naming to docker.io/library/docker:2b41e8471935a95440472ca90e99aa33dacf56c0 done [2020-11-10T19:55:56.937Z] #66 DONE 5.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-10T19:55:57.303Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/test/unit [2020-11-10T19:56:00.438Z] 4612f6d0b889: Pull complete [2020-11-10T19:56:00.622Z] ? github.com/docker/docker/api [no test files] [2020-11-10T19:56:12.901Z] ok github.com/docker/docker/api/server 0.053s coverage: 9.0% of statements [2020-11-10T19:56:14.433Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-11-10T19:56:21.070Z] #54 282.1 + bin/containerd-stress [2020-11-10T19:56:21.070Z] #54 284.5 + bin/containerd-shim [2020-11-10T19:56:22.354Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-11-10T19:56:24.226Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-11-10T19:56:24.738Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T19:56:24.738Z] [2020-11-10T19:56:24.738Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-10T19:56:24.738Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-10T19:56:24.738Z] HOSTNAME=5d6e784a3a50 [2020-11-10T19:56:24.738Z] TESTDEBUG=0 [2020-11-10T19:56:24.738Z] DEST=bundles/test-integration [2020-11-10T19:56:24.738Z] PWD=/go/src/github.com/docker/docker [2020-11-10T19:56:24.738Z] DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:56:24.738Z] container=docker [2020-11-10T19:56:24.738Z] HOME=/root [2020-11-10T19:56:24.738Z] GOLANG_VERSION=1.13.15 [2020-11-10T19:56:24.738Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-10T19:56:24.738Z] VALIDATE_BRANCH=master [2020-11-10T19:56:24.738Z] TERM=xterm [2020-11-10T19:56:24.738Z] DOCKER_PKG=github.com/docker/docker [2020-11-10T19:56:24.738Z] SHLVL=1 [2020-11-10T19:56:24.738Z] TIMEOUT=120m [2020-11-10T19:56:24.738Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-10T19:56:24.738Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-10T19:56:24.738Z] GO111MODULE=off [2020-11-10T19:56:24.738Z] DOCKER_EXPERIMENTAL=1 [2020-11-10T19:56:24.738Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-10T19:56:24.738Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-10T19:56:24.738Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-10T19:56:24.738Z] GOPATH=/go [2020-11-10T19:56:24.738Z] PKG_CONFIG=pkg-config [2020-11-10T19:56:24.738Z] _=/usr/bin/env [2020-11-10T19:56:24.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-10T19:56:28.101Z] #54 291.4 + bin/containerd-shim-runc-v1 [2020-11-10T19:56:29.527Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-11-10T19:56:32.694Z] #54 296.2 + bin/containerd-shim-runc-v2 [2020-11-10T19:56:33.777Z] #54 297.4 + binaries [2020-11-10T19:56:33.777Z] #54 297.4 + install -D bin/containerd /build/containerd [2020-11-10T19:56:33.777Z] #54 297.4 + install -D bin/containerd-shim /build/containerd-shim [2020-11-10T19:56:33.777Z] #54 297.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-10T19:56:33.777Z] #54 297.4 + install -D bin/ctr /build/ctr [2020-11-10T19:56:33.777Z] #54 DONE 297.5s [2020-11-10T19:56:34.829Z] [2020-11-10T19:56:34.829Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-10T19:56:34.829Z] #55 DONE 0.1s [2020-11-10T19:56:34.829Z] [2020-11-10T19:56:34.829Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-10T19:56:35.131Z] #59 DONE 0.1s [2020-11-10T19:56:35.131Z] [2020-11-10T19:56:35.131Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-10T19:56:35.131Z] #61 DONE 0.1s [2020-11-10T19:56:35.131Z] [2020-11-10T19:56:35.131Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-10T19:56:35.131Z] #63 DONE 0.0s [2020-11-10T19:56:35.131Z] [2020-11-10T19:56:35.131Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-10T19:56:35.131Z] #64 DONE 0.0s [2020-11-10T19:56:35.131Z] [2020-11-10T19:56:35.131Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-10T19:56:37.919Z] #65 DONE 2.2s [2020-11-10T19:56:37.919Z] [2020-11-10T19:56:37.919Z] #66 exporting to oci image format [2020-11-10T19:56:37.919Z] #66 exporting layers [2020-11-10T19:56:43.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-10T19:56:43.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-10T19:56:44.121Z] ......................... [ 67%] [2020-11-10T19:56:44.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-10T19:57:00.250Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T19:57:00.251Z] [2020-11-10T19:57:00.251Z] + TEST_INTEGRATION_DEST=2 [2020-11-10T19:57:00.251Z] + CONTAINER_NAME=docker-pr3-2 [2020-11-10T19:57:00.251Z] + TEST_SKIP_INTEGRATION=1 [2020-11-10T19:57:00.251Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-11-10T19:57:00.251Z] + run_tests [2020-11-10T19:57:00.251Z] + c=0 [2020-11-10T19:57:00.251Z] + '[' -n 0 ']' [2020-11-10T19:57:00.251Z] + rm= [2020-11-10T19:57:00.251Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41659/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41659/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh '' test-integration [2020-11-10T19:57:00.251Z] + TEST_INTEGRATION_DEST=1 [2020-11-10T19:57:00.251Z] + CONTAINER_NAME=docker-pr3-1 [2020-11-10T19:57:00.251Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-11-10T19:57:00.251Z] + run_tests test-integration-flaky [2020-11-10T19:57:00.251Z] + '[' -n 0 ']' [2020-11-10T19:57:00.251Z] + rm= [2020-11-10T19:57:00.251Z] + TEST_INTEGRATION_DEST=3 [2020-11-10T19:57:00.251Z] + CONTAINER_NAME=docker-pr3-3 [2020-11-10T19:57:00.251Z] + TEST_SKIP_INTEGRATION=1 [2020-11-10T19:57:00.251Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-11-10T19:57:00.251Z] + run_tests [2020-11-10T19:57:00.251Z] + '[' -n 0 ']' [2020-11-10T19:57:00.251Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41659/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41659/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh test-integration-flaky test-integration [2020-11-10T19:57:00.251Z] + rm= [2020-11-10T19:57:00.251Z] ++ jobs -p [2020-11-10T19:57:00.251Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41659/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41659/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh '' test-integration [2020-11-10T19:57:00.251Z] + for job in $(jobs -p) [2020-11-10T19:57:00.251Z] + wait 19708 [2020-11-10T19:57:00.251Z] [2020-11-10T19:57:00.251Z] [2020-11-10T19:57:00.251Z] [2020-11-10T19:57:00.251Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-11-10T19:57:00.251Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-10T19:57:00.251Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-10T19:57:00.251Z] HOSTNAME=c449a0464abd [2020-11-10T19:57:00.251Z] TEST_SKIP_INTEGRATION=1 [2020-11-10T19:57:00.251Z] TESTDEBUG=0 [2020-11-10T19:57:00.251Z] DEST=bundles/test-integration [2020-11-10T19:57:00.251Z] PWD=/go/src/github.com/docker/docker [2020-11-10T19:57:00.251Z] KEEPBUNDLE=1 [2020-11-10T19:57:00.251Z] DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:57:00.251Z] container=docker [2020-11-10T19:57:00.251Z] HOME=/root [2020-11-10T19:57:00.251Z] GOLANG_VERSION=1.13.15 [2020-11-10T19:57:00.251Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-10T19:57:00.251Z] VALIDATE_BRANCH=master [2020-11-10T19:57:00.251Z] TERM=xterm [2020-11-10T19:57:00.251Z] DOCKER_PKG=github.com/docker/docker [2020-11-10T19:57:00.251Z] SHLVL=1 [2020-11-10T19:57:00.251Z] TIMEOUT=120m [2020-11-10T19:57:00.251Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-10T19:57:00.251Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-10T19:57:00.251Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-11-10T19:57:00.251Z] GO111MODULE=off [2020-11-10T19:57:00.251Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-10T19:57:00.251Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-10T19:57:00.251Z] GOPATH=/go [2020-11-10T19:57:00.251Z] PKG_CONFIG=pkg-config [2020-11-10T19:57:00.251Z] _=/usr/bin/env [2020-11-10T19:57:00.251Z] Building test suite binary ./integration-cli/test.main [2020-11-10T19:57:00.251Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-10T19:57:00.251Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-10T19:57:00.251Z] HOSTNAME=56cf4f00ceeb [2020-11-10T19:57:00.251Z] TEST_SKIP_INTEGRATION=1 [2020-11-10T19:57:00.251Z] TESTDEBUG=0 [2020-11-10T19:57:00.251Z] DEST=bundles/test-integration [2020-11-10T19:57:00.251Z] PWD=/go/src/github.com/docker/docker [2020-11-10T19:57:00.251Z] KEEPBUNDLE=1 [2020-11-10T19:57:00.251Z] DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:57:00.251Z] container=docker [2020-11-10T19:57:00.251Z] HOME=/root [2020-11-10T19:57:00.251Z] GOLANG_VERSION=1.13.15 [2020-11-10T19:57:00.251Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-10T19:57:00.251Z] VALIDATE_BRANCH=master [2020-11-10T19:57:00.251Z] TERM=xterm [2020-11-10T19:57:00.251Z] DOCKER_PKG=github.com/docker/docker [2020-11-10T19:57:00.251Z] SHLVL=1 [2020-11-10T19:57:00.251Z] TIMEOUT=120m [2020-11-10T19:57:00.251Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-10T19:57:00.251Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-10T19:57:00.251Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-11-10T19:57:00.251Z] GO111MODULE=off [2020-11-10T19:57:00.251Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-10T19:57:00.251Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-10T19:57:00.251Z] GOPATH=/go [2020-11-10T19:57:00.251Z] PKG_CONFIG=pkg-config [2020-11-10T19:57:00.251Z] _=/usr/bin/env [2020-11-10T19:57:00.251Z] Building test suite binary ./integration-cli/test.main [2020-11-10T19:57:00.251Z] No new tests added to integration. [2020-11-10T19:57:00.251Z] [2020-11-10T19:57:00.251Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-10T19:57:00.251Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-10T19:57:00.251Z] HOSTNAME=85fd8002fdb2 [2020-11-10T19:57:00.251Z] TESTDEBUG=0 [2020-11-10T19:57:00.251Z] DEST=bundles/test-integration [2020-11-10T19:57:00.251Z] PWD=/go/src/github.com/docker/docker [2020-11-10T19:57:00.251Z] KEEPBUNDLE=1 [2020-11-10T19:57:00.251Z] DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:57:00.251Z] container=docker [2020-11-10T19:57:00.251Z] HOME=/root [2020-11-10T19:57:00.251Z] GOLANG_VERSION=1.13.15 [2020-11-10T19:57:00.251Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-10T19:57:00.251Z] VALIDATE_BRANCH=master [2020-11-10T19:57:00.251Z] TERM=xterm [2020-11-10T19:57:00.251Z] DOCKER_PKG=github.com/docker/docker [2020-11-10T19:57:00.251Z] SHLVL=1 [2020-11-10T19:57:00.251Z] TIMEOUT=120m [2020-11-10T19:57:00.251Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-10T19:57:00.251Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-10T19:57:00.251Z] GO111MODULE=off [2020-11-10T19:57:00.251Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-10T19:57:00.251Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-10T19:57:00.251Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-10T19:57:00.251Z] GOPATH=/go [2020-11-10T19:57:00.251Z] PKG_CONFIG=pkg-config [2020-11-10T19:57:00.251Z] _=/usr/bin/env [2020-11-10T19:57:00.251Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-10T19:57:03.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-10T19:57:03.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-10T19:57:03.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-10T19:57:03.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-10T19:57:03.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-10T19:57:04.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-10T19:57:06.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-10T19:57:07.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-10T19:57:08.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-10T19:57:09.221Z] ok github.com/docker/docker/api/server/httputils 0.023s coverage: 14.7% of statements [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-10T19:57:09.221Z] ok github.com/docker/docker/api/server/middleware 0.032s coverage: 37.7% of statements [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-10T19:57:09.221Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-10T19:57:09.221Z] ok github.com/docker/docker/api/types/strslice 0.022s coverage: 90.0% of statements [2020-11-10T19:57:09.221Z] ok github.com/docker/docker/api/types/filters 0.021s coverage: 92.2% of statements [2020-11-10T19:57:09.222Z] ok github.com/docker/docker/api/server/router/swarm 0.017s coverage: 5.7% of statements [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-10T19:57:09.222Z] ok github.com/docker/docker/api/types/time 0.016s coverage: 100.0% of statements [2020-11-10T19:57:09.222Z] ok github.com/docker/docker/api/types/versions 0.021s coverage: 75.0% of statements [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/builder [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-10T19:57:09.222Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-10T19:57:09.241Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T19:57:09.241Z] [2020-11-10T19:57:09.241Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-10T19:57:09.241Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-10T19:57:09.241Z] HOSTNAME=ef75df555b3d [2020-11-10T19:57:09.241Z] DEST=bundles/test-integration [2020-11-10T19:57:09.241Z] PWD=/go/src/github.com/docker/docker [2020-11-10T19:57:09.241Z] DOCKER_ROOTLESS=1 [2020-11-10T19:57:09.241Z] DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T19:57:09.241Z] container=docker [2020-11-10T19:57:09.241Z] HOME=/root [2020-11-10T19:57:09.241Z] GOLANG_VERSION=1.13.15 [2020-11-10T19:57:09.241Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-10T19:57:09.241Z] VALIDATE_BRANCH=master [2020-11-10T19:57:09.241Z] TERM=xterm [2020-11-10T19:57:09.241Z] DOCKER_PKG=github.com/docker/docker [2020-11-10T19:57:09.241Z] SHLVL=1 [2020-11-10T19:57:09.241Z] TIMEOUT=120m [2020-11-10T19:57:09.241Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-10T19:57:09.241Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-10T19:57:09.241Z] GO111MODULE=off [2020-11-10T19:57:09.241Z] DOCKER_EXPERIMENTAL=1 [2020-11-10T19:57:09.241Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-10T19:57:09.241Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-10T19:57:09.241Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-10T19:57:09.241Z] GOPATH=/go [2020-11-10T19:57:09.241Z] PKG_CONFIG=pkg-config [2020-11-10T19:57:09.241Z] _=/usr/bin/env [2020-11-10T19:57:09.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-10T19:57:09.485Z] ok github.com/docker/docker/builder/dockerignore 0.023s coverage: 96.8% of statements [2020-11-10T19:57:09.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-10T19:57:10.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-10T19:57:11.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-10T19:57:11.414Z] ok github.com/docker/docker/cli/debug 0.017s coverage: 100.0% of statements [2020-11-10T19:57:12.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-10T19:57:12.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-10T19:57:13.341Z] ok github.com/docker/docker/builder/remotecontext 0.587s coverage: 13.7% of statements [2020-11-10T19:57:13.868Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-10T19:57:13.917Z] ok github.com/docker/docker/builder/dockerfile 1.036s coverage: 48.1% of statements [2020-11-10T19:57:14.499Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-10T19:57:14.499Z] Using test binary docker [2020-11-10T19:57:14.499Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-10T19:57:14.499Z] +++ /etc/init.d/apparmor start [2020-11-10T19:57:14.499Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-10T19:57:14.499Z] INFO: Waiting for daemon to start... [2020-11-10T19:57:14.499Z] Starting dockerd [2020-11-10T19:57:14.499Z] +++ 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-11-10T19:57:14.502Z] ok github.com/docker/docker/builder/remotecontext/git 3.491s coverage: 86.3% of statements [2020-11-10T19:57:14.502Z] ? github.com/docker/docker/cli [no test files] [2020-11-10T19:57:14.502Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-10T19:57:16.560Z] . [2020-11-10T19:57:16.560Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-10T19:57:16.560Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-10T19:57:16.560Z] Error: No such image: emptyfs [2020-11-10T19:57:16.560Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-10T19:57:16.560Z] ++++ docker load [2020-11-10T19:57:16.851Z] Running integration-test (iteration 1) [2020-11-10T19:57:16.851Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-11-10T19:57:16.851Z] ++ 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-11-10T19:57:16.851Z] ++ set -e [2020-11-10T19:57:16.851Z] ++ '[' -n 0 ']' [2020-11-10T19:57:16.851Z] ++ set -x [2020-11-10T19:57:16.851Z] ++ env -i DEST=/go/src/github.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-11-10T19:57:18.735Z] ok github.com/docker/docker/client 0.319s coverage: 75.4% of statements [2020-11-10T19:57:25.404Z] Loaded image: buildpack-deps:buster [2020-11-10T19:57:25.404Z] Loaded image: busybox:latest [2020-11-10T19:57:25.404Z] Loaded image: busybox:glibc [2020-11-10T19:57:25.404Z] Loaded image: debian:buster [2020-11-10T19:57:25.404Z] Loaded image: hello-world:latest [2020-11-10T19:57:25.404Z] Loaded image: arm32v7/hello-world:latest [2020-11-10T19:57:25.404Z] INFO: Testing against a local daemon [2020-11-10T19:57:25.404Z] === RUN TestCgroupNamespacesBuild [2020-11-10T19:57:27.356Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-11-10T19:57:27.467Z] --- PASS: TestCgroupNamespacesBuild (2.16s) [2020-11-10T19:57:27.467Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-10T19:57:28.972Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.79s) [2020-11-10T19:57:28.972Z] === RUN TestBuildWithSession [2020-11-10T19:57:28.972Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-10T19:57:28.972Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T19:57:28.972Z] === RUN TestBuildSquashParent [2020-11-10T19:57:35.956Z] --- PASS: TestBuildSquashParent (6.65s) [2020-11-10T19:57:35.956Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-10T19:57:35.956Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T19:57:35.956Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T19:57:35.956Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T19:57:35.956Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T19:57:35.956Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T19:57:35.956Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T19:57:35.956Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T19:57:35.956Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T19:57:35.956Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T19:57:35.956Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T19:57:35.956Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T19:57:35.956Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T19:57:35.956Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T19:57:35.956Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T19:57:38.791Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T19:57:38.791Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T19:57:40.887Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T19:57:40.887Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T19:57:41.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-10T19:57:42.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-10T19:57:43.741Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-10T19:57:43.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.57s) [2020-11-10T19:57:43.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.70s) [2020-11-10T19:57:43.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.31s) [2020-11-10T19:57:43.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.52s) [2020-11-10T19:57:43.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.39s) [2020-11-10T19:57:43.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.43s) [2020-11-10T19:57:43.741Z] === RUN TestBuildMultiStageCopy [2020-11-10T19:57:43.741Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-10T19:57:45.438Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-11-10T19:57:45.438Z] tests/integration/client_test.py ..... [ 75%] [2020-11-10T19:57:45.438Z] tests/integration/context_api_test.py ... [ 76%] [2020-11-10T19:57:45.438Z] tests/integration/errors_test.py . [ 76%] [2020-11-10T19:57:45.852Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-10T19:57:46.481Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-10T19:57:46.483Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-10T19:57:46.773Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-10T19:57:47.476Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-10T19:57:48.107Z] --- PASS: TestBuildMultiStageCopy (4.79s) [2020-11-10T19:57:48.107Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.56s) [2020-11-10T19:57:48.107Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-11-10T19:57:48.107Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2020-11-10T19:57:48.107Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.60s) [2020-11-10T19:57:48.107Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2020-11-10T19:57:48.107Z] === RUN TestBuildMultiStageParentConfig [2020-11-10T19:57:49.614Z] --- PASS: TestBuildMultiStageParentConfig (1.55s) [2020-11-10T19:57:49.614Z] === RUN TestBuildLabelWithTargets [2020-11-10T19:57:50.904Z] ok github.com/docker/docker/cmd/dockerd 0.115s coverage: 29.1% of statements [2020-11-10T19:57:50.904Z] ok github.com/docker/docker/container 0.154s coverage: 34.7% of statements [2020-11-10T19:57:50.904Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-10T19:57:50.904Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-10T19:57:50.904Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-10T19:57:50.904Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-10T19:57:50.904Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.091s coverage: 65.3% of statements [2020-11-10T19:57:52.310Z] ok github.com/docker/docker/daemon/cluster/convert 0.055s coverage: 35.9% of statements [2020-11-10T19:57:52.426Z] --- PASS: TestBuildLabelWithTargets (2.33s) [2020-11-10T19:57:52.426Z] === RUN TestBuildWithEmptyLayers [2020-11-10T19:57:53.057Z] --- PASS: TestBuildWithEmptyLayers (0.98s) [2020-11-10T19:57:53.057Z] === RUN TestBuildMultiStageOnBuild [2020-11-10T19:57:54.874Z] ok github.com/docker/docker/daemon/cluster 0.155s coverage: 0.5% of statements [2020-11-10T19:57:55.834Z] --- PASS: TestBuildMultiStageOnBuild (2.97s) [2020-11-10T19:57:55.834Z] === RUN TestBuildUncleanTarFilenames [2020-11-10T19:57:56.811Z] ok github.com/docker/docker/daemon/discovery 0.032s coverage: 30.0% of statements [2020-11-10T19:57:57.352Z] --- PASS: TestBuildUncleanTarFilenames (1.29s) [2020-11-10T19:57:57.352Z] === RUN TestBuildMultiStageLayerLeak [2020-11-10T19:57:57.766Z] ok github.com/docker/docker/daemon/config 0.130s coverage: 81.8% of statements [2020-11-10T19:57:58.720Z] ok github.com/docker/docker/daemon/events 0.077s coverage: 50.0% of statements [2020-11-10T19:58:00.091Z] --- PASS: TestBuildMultiStageLayerLeak (2.93s) [2020-11-10T19:58:00.091Z] === RUN TestBuildWithHugeFile [2020-11-10T19:58:00.117Z] ok github.com/docker/docker/daemon/graphdriver 0.042s coverage: 2.2% of statements [2020-11-10T19:58:00.422Z] #66 exporting layers 79.8s done [2020-11-10T19:58:00.422Z] #66 exporting manifest sha256:95af125ad706a5ae24ce716f0017a2c7a20b463fffcbc3c533267d6c99cbee55 done [2020-11-10T19:58:00.422Z] #66 exporting config sha256:482615c8c0e1fa914389d4db3e93d24f9ab72f498adb39f09ffb8f188113efbf done [2020-11-10T19:58:00.422Z] #66 sending tarball [2020-11-10T19:58:03.429Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2020-11-10T19:58:04.004Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.492s coverage: 14.1% of statements [2020-11-10T19:58:04.954Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.690s coverage: 56.2% of statements [2020-11-10T19:58:07.518Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.017s coverage: 1.8% of statements [2020-11-10T19:58:10.077Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.238s coverage: 45.9% of statements [2020-11-10T19:58:10.077Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.299s coverage: 73.1% of statements [2020-11-10T19:58:11.472Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.063s coverage: 49.5% of statements [2020-11-10T19:58:12.050Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.0% of statements [2020-11-10T19:58:12.150Z] 680bbdbacf1b: Pull complete [2020-11-10T19:58:12.150Z] Digest: sha256:0da0b0e6cf9cf435c6470f23a97a0b9b80495f3712529abc748d80c5fb59209c [2020-11-10T19:58:12.150Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T19:58:12.150Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T19:58:12.150Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-11-10T19:58:12.150Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-11-10T19:58:12.150Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1577' [2020-11-10T19:58:12.150Z] INFO: Docker version of control daemon [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] Client: Docker Engine - Enterprise [2020-11-10T19:58:12.150Z] Version: 19.03.12 [2020-11-10T19:58:12.150Z] API version: 1.40 [2020-11-10T19:58:12.150Z] Go version: go1.13.13 [2020-11-10T19:58:12.150Z] Git commit: 4306744 [2020-11-10T19:58:12.150Z] Built: 08/05/2020 19:27:53 [2020-11-10T19:58:12.150Z] OS/Arch: windows/amd64 [2020-11-10T19:58:12.150Z] Experimental: false [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] Server: Docker Engine - Enterprise [2020-11-10T19:58:12.150Z] Engine: [2020-11-10T19:58:12.150Z] Version: 19.03.12 [2020-11-10T19:58:12.150Z] API version: 1.40 (minimum version 1.24) [2020-11-10T19:58:12.150Z] Go version: go1.13.13 [2020-11-10T19:58:12.150Z] Git commit: f295753ffd [2020-11-10T19:58:12.150Z] Built: 08/05/2020 19:26:41 [2020-11-10T19:58:12.150Z] OS/Arch: windows/amd64 [2020-11-10T19:58:12.150Z] Experimental: true [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] INFO: Docker info of control daemon [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] Client: [2020-11-10T19:58:12.150Z] Debug Mode: false [2020-11-10T19:58:12.150Z] Plugins: [2020-11-10T19:58:12.150Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] Server: [2020-11-10T19:58:12.150Z] Containers: 0 [2020-11-10T19:58:12.150Z] Running: 0 [2020-11-10T19:58:12.150Z] Paused: 0 [2020-11-10T19:58:12.150Z] Stopped: 0 [2020-11-10T19:58:12.150Z] Images: 1 [2020-11-10T19:58:12.150Z] Server Version: 19.03.12 [2020-11-10T19:58:12.150Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-10T19:58:12.150Z] Windows: [2020-11-10T19:58:12.150Z] LCOW: [2020-11-10T19:58:12.150Z] Logging Driver: json-file [2020-11-10T19:58:12.150Z] Plugins: [2020-11-10T19:58:12.150Z] Volume: local [2020-11-10T19:58:12.150Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-10T19:58:12.150Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-10T19:58:12.150Z] Swarm: inactive [2020-11-10T19:58:12.150Z] Default Isolation: process [2020-11-10T19:58:12.150Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-10T19:58:12.150Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-10T19:58:12.150Z] OSType: windows [2020-11-10T19:58:12.150Z] Architecture: x86_64 [2020-11-10T19:58:12.150Z] CPUs: 4 [2020-11-10T19:58:12.150Z] Total Memory: 32GiB [2020-11-10T19:58:12.150Z] Name: azwin-2-5d7b90 [2020-11-10T19:58:12.150Z] ID: OMRV:CJTT:2M2J:LPVS:F73T:F42H:SRRD:BXEX:BWUN:QQXL:4KIN:HCF2 [2020-11-10T19:58:12.150Z] Docker Root Dir: D:\docker [2020-11-10T19:58:12.150Z] Debug Mode: false [2020-11-10T19:58:12.150Z] Registry: https://index.docker.io/v1/ [2020-11-10T19:58:12.150Z] Labels: [2020-11-10T19:58:12.150Z] Experimental: true [2020-11-10T19:58:12.150Z] Insecure Registries: [2020-11-10T19:58:12.150Z] 10.0.0.4:5000 [2020-11-10T19:58:12.150Z] 127.0.0.0/8 [2020-11-10T19:58:12.150Z] Registry Mirrors: [2020-11-10T19:58:12.150Z] http://10.0.0.4:5000/ [2020-11-10T19:58:12.150Z] Live Restore Enabled: false [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] INFO: Commit hash is 2b41e84719 [2020-11-10T19:58:12.150Z] INFO: Nuke-Everything... [2020-11-10T19:58:12.150Z] INFO: Container count on control daemon to delete is 0 [2020-11-10T19:58:12.150Z] INFO: Nuking d:\CI [2020-11-10T19:58:12.150Z] INFO: Zapped successfully [2020-11-10T19:58:12.150Z] INFO: Location for testing is d:\CI\PR-41659\3 [2020-11-10T19:58:12.150Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] INFO: Building the image from Dockerfile.windows at 11/10/2020 19:58:00... [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] Sending build context to Docker daemon 56.82MB [2020-11-10T19:58:12.150Z] [2020-11-10T19:58:12.150Z] Step 1/10 : FROM microsoft/windowsservercore [2020-11-10T19:58:12.150Z] ---> 32fecabef723 [2020-11-10T19:58:12.150Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-11-10T19:58:12.150Z] ---> Running in 30c947a9f9c4 [2020-11-10T19:58:12.150Z] Removing intermediate container 30c947a9f9c4 [2020-11-10T19:58:12.150Z] ---> 6df4b7f08573 [2020-11-10T19:58:12.150Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-11-10T19:58:12.150Z] ---> Running in d1bb435f1a09 [2020-11-10T19:58:12.150Z] Removing intermediate container d1bb435f1a09 [2020-11-10T19:58:12.150Z] ---> bf61866b04d8 [2020-11-10T19:58:12.150Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-11-10T19:58:12.150Z] ---> Running in a1525968e9ab [2020-11-10T19:58:12.150Z] Removing intermediate container a1525968e9ab [2020-11-10T19:58:12.150Z] ---> 797bfcd60d7c [2020-11-10T19:58:12.150Z] 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-11-10T19:58:12.150Z] ---> Running in 2b4e53f009a7 [2020-11-10T19:58:12.150Z] Removing intermediate container 2b4e53f009a7 [2020-11-10T19:58:12.150Z] ---> 994faee24a1e [2020-11-10T19:58:12.150Z] 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-11-10T19:58:12.150Z] ---> Running in e299a310f815 [2020-11-10T19:58:12.311Z] ok github.com/docker/docker/daemon 12.327s coverage: 17.2% of statements [2020-11-10T19:58:12.311Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-10T19:58:12.311Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-10T19:58:12.311Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-10T19:58:12.311Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-10T19:58:12.311Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-10T19:58:13.228Z] #66 sending tarball 15.6s done [2020-11-10T19:58:13.228Z] #66 DONE 95.4s [2020-11-10T19:58:13.228Z] [2020-11-10T19:58:13.228Z] #67 importing to docker [2020-11-10T19:58:13.710Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2020-11-10T19:58:13.710Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.018s coverage: 3.0% of statements [2020-11-10T19:58:15.649Z] ok github.com/docker/docker/daemon/images 0.080s coverage: 4.9% of statements [2020-11-10T19:58:15.910Z] [2020-11-10T19:58:15.910Z] SUCCESS: Specified value was saved. [2020-11-10T19:58:16.226Z] ok github.com/docker/docker/daemon/logger 0.243s coverage: 41.0% of statements [2020-11-10T19:58:16.226Z] ok github.com/docker/docker/daemon/logger/awslogs 0.259s coverage: 77.4% of statements [2020-11-10T19:58:17.449Z] INFO: Downloading git... [2020-11-10T19:58:17.624Z] ok github.com/docker/docker/daemon/logger/gelf 0.015s coverage: 67.0% of statements [2020-11-10T19:58:17.624Z] ok github.com/docker/docker/daemon/logger/journald 0.022s coverage: 23.9% of statements [2020-11-10T19:58:18.200Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.021s coverage: 61.6% of statements [2020-11-10T19:58:18.200Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 87.2% of statements [2020-11-10T19:58:18.424Z] INFO: Downloading go... [2020-11-10T19:58:18.464Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.534s coverage: 57.7% of statements [2020-11-10T19:58:18.464Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-10T19:58:18.464Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-10T19:58:18.464Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-10T19:58:18.464Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-10T19:58:18.464Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-10T19:58:18.464Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-10T19:58:18.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-10T19:58:18.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-10T19:58:18.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-10T19:58:18.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-10T19:58:18.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-10T19:58:19.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-10T19:58:19.860Z] ok github.com/docker/docker/daemon/logger/local 0.031s coverage: 75.2% of statements [2020-11-10T19:58:19.860Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-10T19:58:20.021Z] INFO: Downloading compiler 1 of 3... [2020-11-10T19:58:20.124Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.023s coverage: 33.3% of statements [2020-11-10T19:58:20.388Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.094s coverage: 59.3% of statements [2020-11-10T19:58:20.964Z] ok github.com/docker/docker/daemon/logger/templates 0.055s coverage: 8.3% of statements [2020-11-10T19:58:20.993Z] INFO: Downloading compiler 2 of 3... [2020-11-10T19:58:21.454Z] INFO: Downloading compiler 3 of 3... [2020-11-10T19:58:21.541Z] ok github.com/docker/docker/daemon/logger/syslog 0.026s coverage: 46.8% of statements [2020-11-10T19:58:22.118Z] ok github.com/docker/docker/daemon/network 0.035s coverage: 63.8% of statements [2020-11-10T19:58:22.367Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-10T19:58:22.423Z] INFO: Extracting git... [2020-11-10T19:58:23.069Z] ok github.com/docker/docker/daemon/logger/splunk 1.893s coverage: 82.5% of statements [2020-11-10T19:58:23.069Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-10T19:58:23.069Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-10T19:58:23.069Z] ok github.com/docker/docker/distribution/metadata 0.081s coverage: 48.2% of statements [2020-11-10T19:58:24.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-10T19:58:24.464Z] ok github.com/docker/docker/distribution 0.346s coverage: 21.9% of statements [2020-11-10T19:58:24.464Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-10T19:58:24.727Z] ok github.com/docker/docker/errdefs 0.034s coverage: 49.4% of statements [2020-11-10T19:58:25.431Z] ok github.com/docker/docker/image 0.073s coverage: 86.4% of statements [2020-11-10T19:58:25.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-10T19:58:26.008Z] ok github.com/docker/docker/image/cache 0.030s coverage: 19.2% of statements [2020-11-10T19:58:26.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-10T19:58:26.272Z] ok github.com/docker/docker/image/v1 0.050s coverage: 25.0% of statements [2020-11-10T19:58:26.272Z] ok github.com/docker/docker/distribution/xfer 1.720s coverage: 85.1% of statements [2020-11-10T19:58:26.272Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-10T19:58:26.272Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-10T19:58:26.272Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-10T19:58:26.849Z] ok github.com/docker/docker/libcontainerd/queue 0.037s coverage: 100.0% of statements [2020-11-10T19:58:27.202Z] --- PASS: TestBuildWithHugeFile (25.53s) [2020-11-10T19:58:27.203Z] === RUN TestBuildWithEmptyDockerfile [2020-11-10T19:58:27.203Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T19:58:27.203Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T19:58:27.203Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T19:58:27.203Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T19:58:27.203Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T19:58:27.203Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T19:58:27.203Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T19:58:27.203Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T19:58:27.203Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T19:58:27.203Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-11-10T19:58:27.203Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2020-11-10T19:58:27.203Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2020-11-10T19:58:27.203Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-11-10T19:58:27.203Z] === RUN TestBuildPreserveOwnership [2020-11-10T19:58:27.203Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-10T19:58:27.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-10T19:58:27.800Z] ok github.com/docker/docker/oci 0.052s coverage: 8.2% of statements [2020-11-10T19:58:27.800Z] ok github.com/docker/docker/pkg/aaparser 0.011s coverage: 52.9% of statements [2020-11-10T19:58:28.063Z] ok github.com/docker/docker/opts 0.093s coverage: 67.1% of statements [2020-11-10T19:58:28.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-10T19:58:29.014Z] ok github.com/docker/docker/pkg/broadcaster 0.032s coverage: 100.0% of statements [2020-11-10T19:58:29.963Z] ok github.com/docker/docker/pkg/authorization 0.540s coverage: 68.3% of statements [2020-11-10T19:58:29.963Z] ok github.com/docker/docker/pkg/capabilities 0.014s coverage: 87.5% of statements [2020-11-10T19:58:30.721Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-10T19:58:30.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-10T19:58:30.914Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2020-11-10T19:58:31.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-10T19:58:31.489Z] ok github.com/docker/docker/pkg/archive 1.275s coverage: 76.8% of statements [2020-11-10T19:58:31.489Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2020-11-10T19:58:31.887Z] #67 DONE 16.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-10T19:58:32.064Z] ok github.com/docker/docker/pkg/discovery/file 0.014s coverage: 97.6% of statements [2020-11-10T19:58:32.386Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/test/unit [2020-11-10T19:58:32.765Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-10T19:58:32.783Z] --- PASS: TestBuildPreserveOwnership (6.43s) [2020-11-10T19:58:32.783Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.16s) [2020-11-10T19:58:32.783Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.26s) [2020-11-10T19:58:32.783Z] === RUN TestBuildPlatformInvalid [2020-11-10T19:58:32.783Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-11-10T19:58:32.783Z] PASS [2020-11-10T19:58:32.783Z] [2020-11-10T19:58:32.783Z] === Skipped [2020-11-10T19:58:32.783Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-11-10T19:58:32.783Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T19:58:32.783Z] [2020-11-10T19:58:32.783Z] [2020-11-10T19:58:32.783Z] DONE 32 tests, 1 skipped in 75.753s [2020-11-10T19:58:32.783Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-11-10T19:58:32.783Z] ++ 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-11-10T19:58:32.783Z] ++ set -e [2020-11-10T19:58:32.783Z] ++ '[' -n 0 ']' [2020-11-10T19:58:32.784Z] ++ set -x [2020-11-10T19:58:32.784Z] ++ env -i DEST=/go/src/github.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-11-10T19:58:32.784Z] INFO: Testing against a local daemon [2020-11-10T19:58:32.784Z] === RUN TestConfigInspect [2020-11-10T19:58:33.015Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-11-10T19:58:33.213Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-11-10T19:58:33.277Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2020-11-10T19:58:33.852Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-11-10T19:58:34.134Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-10T19:58:34.134Z] Using test binary docker [2020-11-10T19:58:34.134Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-10T19:58:34.134Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-10T19:58:34.134Z] INFO: Waiting for daemon to start... [2020-11-10T19:58:34.134Z] Starting dockerd [2020-11-10T19:58:34.426Z] ok github.com/docker/docker/pkg/chrootarchive 3.524s coverage: 43.2% of statements [2020-11-10T19:58:35.003Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-11-10T19:58:35.036Z] INFO: Expanding go... [2020-11-10T19:58:35.267Z] ok github.com/docker/docker/pkg/fileutils 0.032s coverage: 89.5% of statements [2020-11-10T19:58:35.843Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2020-11-10T19:58:35.843Z] ok github.com/docker/docker/pkg/fsutils 0.282s coverage: 85.1% of statements [2020-11-10T19:58:35.843Z] ok github.com/docker/docker/pkg/discovery/kv 3.102s coverage: 84.1% of statements [2020-11-10T19:58:35.972Z] ? github.com/docker/docker/api [no test files] [2020-11-10T19:58:36.106Z] ok github.com/docker/docker/layer 7.445s coverage: 68.8% of statements [2020-11-10T19:58:36.106Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-10T19:58:36.106Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-10T19:58:36.106Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-10T19:58:36.106Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-10T19:58:36.106Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-10T19:58:36.106Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-10T19:58:36.106Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-10T19:58:36.361Z] --- PASS: TestConfigInspect (3.41s) [2020-11-10T19:58:36.361Z] === RUN TestConfigList [2020-11-10T19:58:36.651Z] . [2020-11-10T19:58:36.651Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-10T19:58:36.651Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-10T19:58:36.651Z] Error: No such image: emptyfs [2020-11-10T19:58:36.683Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2020-11-10T19:58:36.907Z] Running integration-test (iteration 1) [2020-11-10T19:58:36.907Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-10T19:58:37.259Z] ok github.com/docker/docker/pkg/longpath 0.022s coverage: 100.0% of statements [2020-11-10T19:58:37.259Z] ok github.com/docker/docker/pkg/namesgenerator 0.021s coverage: 85.7% of statements [2020-11-10T19:58:37.522Z] ok github.com/docker/docker/pkg/idtools 0.792s coverage: 70.1% of statements [2020-11-10T19:58:37.522Z] ok github.com/docker/docker/pkg/ioutils 0.632s coverage: 70.6% of statements [2020-11-10T19:58:37.522Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-10T19:58:37.522Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-10T19:58:37.522Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-10T19:58:37.522Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-10T19:58:37.786Z] ok github.com/docker/docker/pkg/parsers 0.009s coverage: 97.0% of statements [2020-11-10T19:58:38.050Z] ok github.com/docker/docker/pkg/parsers/kernel 0.039s coverage: 60.0% of statements [2020-11-10T19:58:38.050Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.033s coverage: 86.7% of statements [2020-11-10T19:58:38.314Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 82.4% of statements [2020-11-10T19:58:38.314Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-10T19:58:38.314Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-10T19:58:38.893Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.023s coverage: 56.8% of statements [2020-11-10T19:58:39.471Z] ok github.com/docker/docker/pkg/pools 0.034s coverage: 88.2% of statements [2020-11-10T19:58:39.734Z] ok github.com/docker/docker/pkg/plugins/transport 0.050s coverage: 85.7% of statements [2020-11-10T19:58:39.734Z] ok github.com/docker/docker/pkg/progress 0.020s coverage: 75.9% of statements [2020-11-10T19:58:39.870Z] --- PASS: TestConfigList (3.20s) [2020-11-10T19:58:39.870Z] === RUN TestConfigsCreateAndDelete [2020-11-10T19:58:40.311Z] ok github.com/docker/docker/pkg/reexec 0.022s coverage: 82.4% of statements [2020-11-10T19:58:40.886Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2020-11-10T19:58:41.150Z] ok github.com/docker/docker/pkg/pubsub 1.082s coverage: 75.0% of statements [2020-11-10T19:58:41.726Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2020-11-10T19:58:41.726Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2020-11-10T19:58:42.673Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 54.2% of statements [2020-11-10T19:58:42.936Z] ok github.com/docker/docker/pkg/system 0.045s coverage: 36.9% of statements [2020-11-10T19:58:43.199Z] ok github.com/docker/docker/pkg/signal 2.850s coverage: 61.0% of statements [2020-11-10T19:58:43.199Z] ok github.com/docker/docker/pkg/tailfile 0.122s coverage: 88.6% of statements [2020-11-10T19:58:43.380Z] --- PASS: TestConfigsCreateAndDelete (3.51s) [2020-11-10T19:58:43.380Z] === RUN TestConfigsUpdate [2020-11-10T19:58:43.775Z] testing: warning: no tests to run [2020-11-10T19:58:43.775Z] coverage: [no statements] [2020-11-10T19:58:43.775Z] ok github.com/docker/docker/pkg/term/windows 0.017s coverage: [no statements] [no tests to run] [2020-11-10T19:58:43.775Z] ok github.com/docker/docker/pkg/tarsum 0.109s coverage: 89.3% of statements [2020-11-10T19:58:44.039Z] ok github.com/docker/docker/pkg/truncindex 0.110s coverage: 91.5% of statements [2020-11-10T19:58:44.303Z] ok github.com/docker/docker/pkg/urlutil 0.017s coverage: 100.0% of statements [2020-11-10T19:58:44.303Z] ok github.com/docker/docker/pkg/useragent 0.013s coverage: 88.9% of statements [2020-11-10T19:58:45.698Z] ok github.com/docker/docker/plugin/v2 0.013s coverage: 14.5% of statements [2020-11-10T19:58:45.698Z] ok github.com/docker/docker/profiles/seccomp 0.020s coverage: 85.4% of statements [2020-11-10T19:58:46.649Z] ok github.com/docker/docker/reference 0.029s coverage: 84.4% of statements [2020-11-10T19:58:46.890Z] --- PASS: TestConfigsUpdate (3.55s) [2020-11-10T19:58:46.890Z] === RUN TestTemplatedConfig [2020-11-10T19:58:46.912Z] ok github.com/docker/docker/plugin 0.564s coverage: 23.2% of statements [2020-11-10T19:58:48.841Z] ok github.com/docker/docker/registry/resumable 0.033s coverage: 100.0% of statements [2020-11-10T19:58:48.841Z] ok github.com/docker/docker/registry 0.155s coverage: 57.2% of statements [2020-11-10T19:58:48.841Z] ok github.com/docker/docker/quota 0.680s coverage: 71.4% of statements [2020-11-10T19:58:49.104Z] ok github.com/docker/docker/restartmanager 0.020s coverage: 45.3% of statements [2020-11-10T19:58:49.367Z] ok github.com/docker/docker/testutil 0.011s coverage: 62.5% of statements [2020-11-10T19:58:50.251Z] ......... [ 86%] [2020-11-10T19:58:50.317Z] ok github.com/docker/docker/runconfig 0.049s coverage: 66.1% of statements [2020-11-10T19:58:50.403Z] --- PASS: TestTemplatedConfig (3.73s) [2020-11-10T19:58:50.403Z] === RUN TestConfigCreateResolve [2020-11-10T19:58:51.713Z] ok github.com/docker/docker/volume/drivers 0.045s coverage: 36.1% of statements [2020-11-10T19:58:51.762Z] Loaded image: buildpack-deps:buster [2020-11-10T19:58:51.762Z] Loaded image: busybox:latest [2020-11-10T19:58:51.762Z] Loaded image: busybox:glibc [2020-11-10T19:58:51.762Z] Loaded image: debian:buster [2020-11-10T19:58:51.762Z] Loaded image: hello-world:latest [2020-11-10T19:58:51.762Z] Loaded image: arm32v7/hello-world:latest [2020-11-10T19:58:51.762Z] INFO: Testing against a local daemon [2020-11-10T19:58:51.762Z] === RUN TestCgroupNamespacesBuild [2020-11-10T19:58:51.914Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-10T19:58:51.914Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-10T19:58:52.665Z] ok github.com/docker/docker/volume/mounts 0.051s coverage: 67.0% of statements [2020-11-10T19:58:53.614Z] ok github.com/docker/docker/volume/local 0.227s coverage: 76.6% of statements [2020-11-10T19:58:53.913Z] --- PASS: TestConfigCreateResolve (3.51s) [2020-11-10T19:58:53.913Z] === RUN TestConfigDaemonLibtrustID [2020-11-10T19:58:54.188Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2020-11-10T19:58:54.203Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-11-10T19:58:54.203Z] PASS [2020-11-10T19:58:54.203Z] [2020-11-10T19:58:54.203Z] DONE 7 tests in 21.491s [2020-11-10T19:58:54.203Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-11-10T19:58:54.203Z] ++ 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-11-10T19:58:54.203Z] ++ set -e [2020-11-10T19:58:54.203Z] ++ '[' -n 0 ']' [2020-11-10T19:58:54.203Z] ++ set -x [2020-11-10T19:58:54.203Z] ++ env -i DEST=/go/src/github.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-11-10T19:58:54.493Z] INFO: Testing against a local daemon [2020-11-10T19:58:54.493Z] === RUN TestCheckpoint [2020-11-10T19:58:54.493Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-10T19:58:54.493Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T19:58:54.493Z] === RUN TestContainerInvalidJSON [2020-11-10T19:58:54.493Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T19:58:54.493Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T19:58:54.493Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T19:58:54.493Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T19:58:54.493Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-10T19:58:54.493Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-10T19:58:54.493Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T19:58:54.493Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-10T19:58:54.493Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T19:58:54.493Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-10T19:58:54.493Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-10T19:58:54.493Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-10T19:58:54.493Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-10T19:58:54.493Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-10T19:58:54.493Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s) [2020-11-10T19:58:54.493Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-10T19:58:54.744Z] ok github.com/docker/docker/api/server 0.032s coverage: 9.0% of statements [2020-11-10T19:58:54.783Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.16s) [2020-11-10T19:58:54.783Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-10T19:58:54.783Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2020-11-10T19:58:54.783Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-10T19:58:55.034Z] --- PASS: TestCgroupNamespacesBuild (4.72s) [2020-11-10T19:58:55.034Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-10T19:58:55.073Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-11-10T19:58:55.073Z] === RUN TestCopyFromContainer [2020-11-10T19:58:56.152Z] INFO: Expanding compiler 1 of 3... [2020-11-10T19:58:56.612Z] INFO: Expanding compiler 2 of 3... [2020-11-10T19:58:57.136Z] === RUN TestCopyFromContainer// [2020-11-10T19:58:57.136Z] === RUN TestCopyFromContainer//bar/root [2020-11-10T19:58:57.136Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-10T19:58:57.136Z] === RUN TestCopyFromContainer/bar/quux [2020-11-10T19:58:57.427Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-10T19:58:57.427Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-10T19:58:57.427Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-10T19:58:57.476Z] tests/integration/models_images_test.py ............... [ 89%] [2020-11-10T19:58:57.555Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.17s) [2020-11-10T19:58:57.555Z] === RUN TestBuildWithSession [2020-11-10T19:58:57.555Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-10T19:58:57.555Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T19:58:57.555Z] === RUN TestBuildSquashParent [2020-11-10T19:58:57.718Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-10T19:58:57.718Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-10T19:58:57.718Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer (2.86s) [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-11-10T19:58:57.718Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-11-10T19:58:57.718Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-10T19:58:57.718Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T19:58:57.718Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T19:58:57.718Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T19:58:57.718Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T19:58:57.718Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T19:58:57.718Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T19:58:57.718Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T19:58:57.718Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T19:58:57.718Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T19:58:57.718Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-10T19:58:57.718Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-10T19:58:57.718Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-10T19:58:57.718Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-10T19:58:57.718Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-10T19:58:58.008Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-11-10T19:58:58.009Z] === RUN TestCreateWithInvalidEnv [2020-11-10T19:58:58.009Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-10T19:58:58.009Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-10T19:58:58.009Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-10T19:58:58.009Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-10T19:58:58.009Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-10T19:58:58.009Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-10T19:58:58.009Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-10T19:58:58.009Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-10T19:58:58.009Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-10T19:58:58.009Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-11-10T19:58:58.009Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-10T19:58:58.009Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-10T19:58:58.009Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-10T19:58:58.009Z] === RUN TestCreateTmpfsMountsTarget [2020-11-10T19:58:58.009Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-10T19:58:58.009Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-10T19:58:58.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-10T19:58:58.668Z] tests/integration/models_networks_test.py .... [ 90%] [2020-11-10T19:59:00.733Z] --- PASS: TestCreateWithCustomMaskedPaths (2.42s) [2020-11-10T19:59:00.733Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-10T19:59:02.418Z] INFO: Expanding compiler 3 of 3... [2020-11-10T19:59:02.418Z] INFO: Removing downloaded files... [2020-11-10T19:59:02.418Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-11-10T19:59:02.418Z] INFO: Configuring git core.autocrlf... [2020-11-10T19:59:02.797Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.56s) [2020-11-10T19:59:02.797Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-10T19:59:02.797Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T19:59:02.797Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T19:59:02.797Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T19:59:02.797Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T19:59:02.797Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T19:59:02.797Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T19:59:02.797Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T19:59:02.797Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T19:59:02.797Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T19:59:02.797Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T19:59:02.797Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T19:59:02.797Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T19:59:02.797Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T19:59:02.797Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T19:59:02.797Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T19:59:03.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-10T19:59:03.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-10T19:59:03.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-11-10T19:59:03.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2020-11-10T19:59:03.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-10T19:59:03.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-10T19:59:03.088Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-10T19:59:03.722Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.84s) [2020-11-10T19:59:03.722Z] === RUN TestCreateDifferentPlatform [2020-11-10T19:59:03.722Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-10T19:59:03.722Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-10T19:59:03.722Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-11-10T19:59:03.722Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-10T19:59:03.722Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-10T19:59:03.722Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-10T19:59:03.722Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-11-10T19:59:03.722Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-10T19:59:04.012Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2020-11-10T19:59:04.012Z] === RUN TestContainerStartOnDaemonRestart [2020-11-10T19:59:04.012Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-10T19:59:04.012Z] === RUN TestDaemonRestartIpcMode [2020-11-10T19:59:04.012Z] === PAUSE TestDaemonRestartIpcMode [2020-11-10T19:59:04.012Z] === RUN TestDaemonHostGatewayIP [2020-11-10T19:59:04.012Z] === PAUSE TestDaemonHostGatewayIP [2020-11-10T19:59:04.012Z] === RUN TestContainerKillOnDaemonStart [2020-11-10T19:59:04.012Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-10T19:59:04.012Z] === RUN TestDiff [2020-11-10T19:59:04.093Z] --- PASS: TestBuildSquashParent (6.89s) [2020-11-10T19:59:04.093Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-10T19:59:04.093Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T19:59:04.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T19:59:04.093Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T19:59:04.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T19:59:04.093Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T19:59:04.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T19:59:04.093Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T19:59:04.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T19:59:04.093Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T19:59:04.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T19:59:04.093Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T19:59:04.093Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T19:59:04.093Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T19:59:04.093Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T19:59:04.643Z] --- PASS: TestDiff (0.82s) [2020-11-10T19:59:04.643Z] === RUN TestExecWithCloseStdin [2020-11-10T19:59:05.231Z] tests/integration/models_nodes_test.py . [ 91%] [2020-11-10T19:59:05.231Z] tests/integration/models_resources_test.py . [ 91%] [2020-11-10T19:59:05.674Z] --- PASS: TestExecWithCloseStdin (0.91s) [2020-11-10T19:59:05.674Z] === RUN TestExec [2020-11-10T19:59:05.984Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T19:59:05.984Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T19:59:06.706Z] --- PASS: TestExec (0.96s) [2020-11-10T19:59:06.706Z] === RUN TestExecUser [2020-11-10T19:59:07.766Z] --- PASS: TestExecUser (0.94s) [2020-11-10T19:59:07.766Z] === RUN TestExportContainerAndImportImage [2020-11-10T19:59:07.875Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T19:59:07.875Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T19:59:08.802Z] --- PASS: TestExportContainerAndImportImage (1.17s) [2020-11-10T19:59:08.802Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-10T19:59:09.774Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-10T19:59:09.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.37s) [2020-11-10T19:59:09.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.45s) [2020-11-10T19:59:09.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.00s) [2020-11-10T19:59:09.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.20s) [2020-11-10T19:59:09.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.86s) [2020-11-10T19:59:09.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.04s) [2020-11-10T19:59:09.774Z] === RUN TestBuildMultiStageCopy [2020-11-10T19:59:09.774Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-10T19:59:10.307Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2020-11-10T19:59:10.307Z] === RUN TestHealthCheckWorkdir [2020-11-10T19:59:11.339Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2020-11-10T19:59:11.339Z] === RUN TestHealthKillContainer [2020-11-10T19:59:11.432Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-11-10T19:59:13.044Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-10T19:59:13.973Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-10T19:59:14.710Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-11-10T19:59:14.710Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-11-10T19:59:14.848Z] --- PASS: TestHealthKillContainer (2.93s) [2020-11-10T19:59:14.848Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-10T19:59:15.139Z] --- PASS: TestInspectCpusetInConfigPre120 (0.90s) [2020-11-10T19:59:15.139Z] === RUN TestIpcModeNone [2020-11-10T19:59:15.339Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-10T19:59:16.157Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.6% of statements [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/rootless [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/volume [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-10T19:59:16.157Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === Skipped [2020-11-10T19:59:16.157Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-10T19:59:16.157Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-10T19:59:16.157Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:73: No driver to put! [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-10T19:59:16.157Z] time="2020-11-10T19:58:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-10T19:59:16.157Z] time="2020-11-10T19:58:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-10T19:59:16.157Z] time="2020-11-10T19:58:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-10T19:59:16.157Z] time="2020-11-10T19:58:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-10T19:59:16.157Z] time="2020-11-10T19:58:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:73: No driver to put! [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-10T19:59:16.157Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-10T19:59:16.157Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-10T19:59:16.157Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T19:59:16.157Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-10T19:59:16.157Z] graphtest_unix.go:73: No driver to put! [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-10T19:59:16.157Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-10T19:59:16.157Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] [2020-11-10T19:59:16.157Z] DONE 2169 tests, 26 skipped in 194.171s Post stage [Pipeline] junit [2020-11-10T19:59:16.170Z] --- PASS: TestIpcModeNone (0.92s) [2020-11-10T19:59:16.170Z] === RUN TestIpcModePrivate [2020-11-10T19:59:16.173Z] Recording test results [2020-11-10T19:59:16.268Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-10T19:59:17.195Z] --- PASS: TestBuildMultiStageCopy (7.37s) [2020-11-10T19:59:17.195Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.37s) [2020-11-10T19:59:17.195Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-11-10T19:59:17.195Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-11-10T19:59:17.195Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-11-10T19:59:17.195Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-11-10T19:59:17.196Z] === RUN TestBuildMultiStageParentConfig [2020-11-10T19:59:17.203Z] --- PASS: TestIpcModePrivate (0.91s) [2020-11-10T19:59:17.203Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-11-10T19:59:17.203Z] === RUN TestIpcModeShareable [2020-11-10T19:59:17.834Z] --- PASS: TestIpcModeShareable (0.99s) [2020-11-10T19:59:17.834Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-11-10T19:59:17.834Z] === RUN TestAPIIpcModeShareableAndContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-10T19:59:18.431Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -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:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh dynbinary test-integration [2020-11-10T19:59:18.633Z] tests/integration/regression_test.py ...... [ 98%] [2020-11-10T19:59:19.005Z] [2020-11-10T19:59:19.150Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-11-10T19:59:19.150Z] tests/integration/credentials/utils_test.py . [100%] [2020-11-10T19:59:19.150Z] [2020-11-10T19:59:19.150Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-11-10T19:59:19.150Z] =========================== short test summary info ============================ [2020-11-10T19:59:19.150Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-11-10T19:59:19.150Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-11-10T19:59:19.150Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-11-10T19:59:19.150Z] Not supported on most drivers [2020-11-10T19:59:19.150Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-11-10T19:59:19.150Z] Output of docker top depends on host distro, and is not formalized. [2020-11-10T19:59:19.150Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-11-10T19:59:19.150Z] Output of docker top depends on host distro, and is not formalized. [2020-11-10T19:59:19.150Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-11-10T19:59:19.150Z] Can fail if eth0 has multiple IP addresses [2020-11-10T19:59:19.150Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-11-10T19:59:19.150Z] This doesn't seem to be taken into account by the engine [2020-11-10T19:59:19.150Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-11-10T19:59:19.150Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-11-10T19:59:19.150Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 343.85 seconds == [2020-11-10T19:59:19.268Z] Removing bundles/ [2020-11-10T19:59:19.268Z] [2020-11-10T19:59:19.268Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-10T19:59:19.268Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T19:59:19.268Z] GOOS="" GOARCH="" GOARM="" [2020-11-10T19:59:19.717Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-11-10T19:59:21.348Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.76s) [2020-11-10T19:59:21.348Z] === RUN TestAPIIpcModeHost [2020-11-10T19:59:21.348Z] --- PASS: TestAPIIpcModeHost (0.63s) [2020-11-10T19:59:21.348Z] === RUN TestDaemonIpcModeShareable [2020-11-10T19:59:22.468Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2020-11-10T19:59:22.468Z] === RUN TestBuildLabelWithTargets [2020-11-10T19:59:23.413Z] --- PASS: TestDaemonIpcModeShareable (1.77s) [2020-11-10T19:59:23.413Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-11-10T19:59:23.413Z] === RUN TestDaemonIpcModePrivate [2020-11-10T19:59:24.917Z] --- PASS: TestDaemonIpcModePrivate (1.74s) [2020-11-10T19:59:24.917Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-11-10T19:59:24.917Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-10T19:59:26.422Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s) [2020-11-10T19:59:26.422Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-11-10T19:59:26.422Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-10T19:59:28.484Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2020-11-10T19:59:28.484Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-11-10T19:59:28.484Z] === RUN TestIpcModeOlderClient [2020-11-10T19:59:28.484Z] === PAUSE TestIpcModeOlderClient [2020-11-10T19:59:28.484Z] === RUN TestKillContainerInvalidSignal [2020-11-10T19:59:29.116Z] --- PASS: TestKillContainerInvalidSignal (0.84s) [2020-11-10T19:59:29.116Z] === RUN TestKillContainer [2020-11-10T19:59:29.116Z] === RUN TestKillContainer/no_signal [2020-11-10T19:59:30.149Z] === RUN TestKillContainer/non_killing_signal [2020-11-10T19:59:30.439Z] === RUN TestKillContainer/killing_signal [2020-11-10T19:59:30.586Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-11-10T19:59:30.586Z] === RUN TestBuildWithEmptyLayers [2020-11-10T19:59:31.919Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-10T19:59:31.919Z] [2020-11-10T19:59:31.919Z] Unloading profiles will leave already running processes permanently [2020-11-10T19:59:31.919Z] unconfined, which can lead to unexpected situations. [2020-11-10T19:59:31.919Z] [2020-11-10T19:59:31.919Z] To set a process to complain mode, use the command line tool [2020-11-10T19:59:31.919Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-10T19:59:31.919Z] [2020-11-10T19:59:31.944Z] --- PASS: TestKillContainer (2.57s) [2020-11-10T19:59:31.944Z] --- PASS: TestKillContainer/no_signal (0.83s) [2020-11-10T19:59:31.944Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2020-11-10T19:59:31.944Z] --- PASS: TestKillContainer/killing_signal (0.82s) [2020-11-10T19:59:31.944Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-10T19:59:31.944Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy Post stage [Pipeline] junit [2020-11-10T19:59:32.190Z] Recording test results [2020-11-10T19:59:32.575Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-10T19:59:33.104Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2020-11-10T19:59:33.105Z] === RUN TestBuildMultiStageOnBuild [Pipeline] sh [2020-11-10T19:59:33.607Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.73s) [2020-11-10T19:59:33.607Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.84s) [2020-11-10T19:59:33.607Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2020-11-10T19:59:33.607Z] === RUN TestKillStoppedContainer [2020-11-10T19:59:33.607Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-11-10T19:59:33.607Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-10T19:59:33.607Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-11-10T19:59:33.607Z] === RUN TestKillDifferentUserContainer [2020-11-10T19:59:33.768Z] + echo Ensuring container killed. [2020-11-10T19:59:33.768Z] Ensuring container killed. [2020-11-10T19:59:33.768Z] + docker rm -vf docker-pr3 [2020-11-10T19:59:33.768Z] Error: No such container: docker-pr3 [2020-11-10T19:59:33.768Z] + true [Pipeline] sh [2020-11-10T19:59:34.048Z] + echo Chowning /workspace to jenkins user [2020-11-10T19:59:34.048Z] Chowning /workspace to jenkins user [2020-11-10T19:59:34.048Z] + id -u [2020-11-10T19:59:34.048Z] + id -g [2020-11-10T19:59:34.048Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41659:/workspace busybox chown -R 1000:1000 /workspace [2020-11-10T19:59:34.641Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2020-11-10T19:59:34.641Z] === RUN TestInspectOomKilledTrue [2020-11-10T19:59:34.641Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-10T19:59:34.641Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T19:59:34.641Z] === RUN TestInspectOomKilledFalse [2020-11-10T19:59:34.641Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-10T19:59:34.641Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T19:59:34.641Z] === RUN TestLinksEtcHostsContentMatch [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-10T19:59:35.272Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2020-11-10T19:59:35.272Z] === RUN TestLinksContainerNames [2020-11-10T19:59:35.279Z] + bundleName=docker-py [2020-11-10T19:59:35.279Z] + echo Creating docker-py-bundles.tar.gz [2020-11-10T19:59:35.279Z] Creating docker-py-bundles.tar.gz [2020-11-10T19:59:35.279Z] + 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-11-10T19:59:35.291Z] Archiving artifacts [2020-11-10T19:59:36.843Z] --- PASS: TestLinksContainerNames (1.73s) [2020-11-10T19:59:36.843Z] === RUN TestLogsFollowTailEmpty [2020-11-10T19:59:37.876Z] --- PASS: TestLogsFollowTailEmpty (0.87s) [2020-11-10T19:59:37.876Z] === RUN TestContainerNetworkMountsNoChown [2020-11-10T19:59:38.351Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-11-10T19:59:38.351Z] === RUN TestBuildUncleanTarFilenames [2020-11-10T19:59:38.513Z] --- PASS: TestContainerNetworkMountsNoChown (0.86s) [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/default [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/default [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/private [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/private [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/rprivate [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/slave [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/slave [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/rslave [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/shared [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/shared [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/rshared [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-10T19:59:38.514Z] === CONT TestMountDaemonRoot/default [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-10T19:59:38.514Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-10T19:59:38.514Z] === CONT TestMountDaemonRoot/rshared [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T19:59:38.514Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-10T19:59:38.514Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-10T19:59:38.514Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T19:59:38.804Z] === CONT TestMountDaemonRoot/shared [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-10T19:59:38.804Z] === CONT TestMountDaemonRoot/rslave [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-10T19:59:38.804Z] === CONT TestMountDaemonRoot/slave [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-10T19:59:38.804Z] === CONT TestMountDaemonRoot/rprivate [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T19:59:38.804Z] === CONT TestMountDaemonRoot/private [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-10T19:59:38.804Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-10T19:59:38.804Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-10T19:59:38.805Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-10T19:59:38.805Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-10T19:59:38.805Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-10T19:59:38.805Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-10T19:59:38.805Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-10T19:59:38.805Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T19:59:38.805Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-10T19:59:38.914Z] --- PASS: TestBuildUncleanTarFilenames (0.69s) [2020-11-10T19:59:38.914Z] === RUN TestBuildMultiStageLayerLeak [2020-11-10T19:59:39.095Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-10T19:59:39.095Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T19:59:39.095Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-10T19:59:39.095Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-10T19:59:39.095Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-10T19:59:39.095Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-10T19:59:39.095Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-10T19:59:39.095Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-10T19:59:39.387Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.08s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.13s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-10T19:59:39.678Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-11-10T19:59:39.678Z] === RUN TestContainerBindMountNonRecursive [2020-11-10T19:59:41.742Z] --- PASS: TestContainerBindMountNonRecursive (2.32s) [2020-11-10T19:59:41.742Z] === RUN TestContainerVolumesMountedAsShared [2020-11-10T19:59:41.829Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41659/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-11-10T19:59:42.187Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh binary-daemon [2020-11-10T19:59:42.446Z] [2020-11-10T19:59:42.704Z] Removing bundles/ [2020-11-10T19:59:42.704Z] [2020-11-10T19:59:42.704Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-11-10T19:59:42.704Z] Building: bundles/binary-daemon/dockerd-dev [2020-11-10T19:59:42.704Z] GOOS="" GOARCH="" GOARM="" [2020-11-10T19:59:42.774Z] --- PASS: TestContainerVolumesMountedAsShared (0.76s) [2020-11-10T19:59:42.774Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-10T19:59:43.064Z] --- PASS: TestContainerVolumesMountedAsSlave (0.56s) [2020-11-10T19:59:43.064Z] === RUN TestNetworkNat [2020-11-10T19:59:43.082Z] --- PASS: TestBuildMultiStageLayerLeak (4.30s) [2020-11-10T19:59:43.082Z] === RUN TestBuildWithHugeFile [2020-11-10T19:59:44.096Z] --- PASS: TestNetworkNat (0.90s) [2020-11-10T19:59:44.096Z] === RUN TestNetworkLocalhostTCPNat [2020-11-10T19:59:45.133Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2020-11-10T19:59:45.133Z] === RUN TestNetworkLoopbackNat [2020-11-10T19:59:48.645Z] --- PASS: TestNetworkLoopbackNat (3.20s) [2020-11-10T19:59:48.645Z] === RUN TestPause [2020-11-10T19:59:48.936Z] --- PASS: TestPause (0.89s) [2020-11-10T19:59:48.936Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-10T19:59:48.936Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-10T19:59:48.936Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-10T19:59:48.936Z] === RUN TestPauseStopPausedContainer [2020-11-10T19:59:49.968Z] --- PASS: TestPauseStopPausedContainer (0.93s) [2020-11-10T19:59:49.968Z] === RUN TestPsFilter [2020-11-10T19:59:50.258Z] --- PASS: TestPsFilter (0.31s) [2020-11-10T19:59:50.258Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-10T19:59:51.289Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s) [2020-11-10T19:59:51.289Z] === RUN TestRemoveContainerWithVolume [2020-11-10T19:59:51.920Z] --- PASS: TestRemoveContainerWithVolume (0.84s) [2020-11-10T19:59:51.920Z] === RUN TestRemoveContainerRunning [2020-11-10T19:59:52.954Z] --- PASS: TestRemoveContainerRunning (0.81s) [2020-11-10T19:59:52.954Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-10T19:59:53.586Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2020-11-10T19:59:53.586Z] === RUN TestRemoveInvalidContainer [2020-11-10T19:59:53.586Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-10T19:59:53.586Z] === RUN TestRenameLinkedContainer [2020-11-10T19:59:57.097Z] --- PASS: TestRenameLinkedContainer (3.45s) [2020-11-10T19:59:57.097Z] === RUN TestRenameStoppedContainer [2020-11-10T19:59:57.728Z] --- PASS: TestRenameStoppedContainer (0.85s) [2020-11-10T19:59:57.728Z] === RUN TestRenameRunningContainerAndReuse [2020-11-10T19:59:59.793Z] --- PASS: TestRenameRunningContainerAndReuse (1.63s) [2020-11-10T19:59:59.793Z] === RUN TestRenameInvalidName [2020-11-10T20:00:00.425Z] --- PASS: TestRenameInvalidName (0.87s) [2020-11-10T20:00:00.425Z] === RUN TestRenameAnonymousContainer [2020-11-10T20:00:05.982Z] --- PASS: TestRenameAnonymousContainer (4.80s) [2020-11-10T20:00:05.982Z] === RUN TestRenameContainerWithSameName [2020-11-10T20:00:05.982Z] --- PASS: TestRenameContainerWithSameName (0.92s) [2020-11-10T20:00:05.982Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-10T20:00:08.120Z] --- PASS: TestRenameContainerWithLinkedContainer (1.74s) [2020-11-10T20:00:08.120Z] === RUN TestResize [2020-11-10T20:00:08.753Z] --- PASS: TestResize (0.90s) [2020-11-10T20:00:08.753Z] === RUN TestResizeWithInvalidSize [2020-11-10T20:00:09.786Z] --- PASS: TestResizeWithInvalidSize (0.83s) [2020-11-10T20:00:09.786Z] === RUN TestResizeWhenContainerNotStarted [2020-11-10T20:00:10.423Z] --- PASS: TestResizeWhenContainerNotStarted (0.88s) [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:00:10.423Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:00:10.423Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:00:10.423Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:00:10.423Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:00:12.487Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:00:12.778Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:00:13.813Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:00:14.103Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:00:14.795Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-11-10T20:00:14.795Z] Copying nested executables into bundles/binary-daemon [2020-11-10T20:00:14.795Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-11-10T20:00:15.129Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh cross [2020-11-10T20:00:15.136Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:00:15.387Z] [2020-11-10T20:00:15.388Z] Removing bundles/ [2020-11-10T20:00:15.646Z] [2020-11-10T20:00:15.646Z] ---> Making bundle: cross (in bundles/cross) [2020-11-10T20:00:15.646Z] Cross building: bundles/cross/linux/amd64 [2020-11-10T20:00:15.646Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-11-10T20:00:15.646Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-11-10T20:00:15.766Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:00:17.156Z] ok github.com/docker/docker/api/server/httputils 0.045s coverage: 14.7% of statements [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-10T20:00:17.156Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-10T20:00:17.156Z] ok github.com/docker/docker/api/types/strslice 0.026s coverage: 90.0% of statements [2020-11-10T20:00:17.156Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2020-11-10T20:00:17.156Z] ok github.com/docker/docker/api/server/router/swarm 0.033s coverage: 5.7% of statements [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-10T20:00:17.156Z] ok github.com/docker/docker/api/types/time 0.038s coverage: 100.0% of statements [2020-11-10T20:00:17.156Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/builder [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-10T20:00:17.156Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-10T20:00:17.156Z] ok github.com/docker/docker/builder/dockerignore 0.005s coverage: 96.8% of statements [2020-11-10T20:00:17.156Z] ok github.com/docker/docker/cli/debug 0.024s coverage: 100.0% of statements [2020-11-10T20:00:17.156Z] ok github.com/docker/docker/builder/remotecontext/git 4.222s coverage: 86.3% of statements [2020-11-10T20:00:17.271Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:00:17.903Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:00:19.247Z] ok github.com/docker/docker/builder/remotecontext 0.533s coverage: 13.7% of statements [2020-11-10T20:00:19.968Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:00:20.298Z] ok github.com/docker/docker/builder/dockerfile 1.256s coverage: 48.1% of statements [2020-11-10T20:00:20.298Z] ? github.com/docker/docker/cli [no test files] [2020-11-10T20:00:20.298Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-10T20:00:20.999Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.84s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.28s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.45s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.43s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.49s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.23s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.13s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.64s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.21s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.37s) [2020-11-10T20:00:23.062Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.18s) [2020-11-10T20:00:23.062Z] === RUN TestCgroupNamespacesRun [2020-11-10T20:00:23.860Z] ok github.com/docker/docker/client 0.553s coverage: 75.4% of statements [2020-11-10T20:00:25.126Z] --- PASS: TestCgroupNamespacesRun (1.69s) [2020-11-10T20:00:25.126Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-10T20:00:26.629Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.57s) [2020-11-10T20:00:26.629Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-10T20:00:28.135Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s) [2020-11-10T20:00:28.135Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-10T20:00:30.204Z] --- PASS: TestCgroupNamespacesRunHostMode (1.70s) [2020-11-10T20:00:30.204Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-10T20:00:31.714Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2020-11-10T20:00:31.714Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-10T20:00:33.219Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.63s) [2020-11-10T20:00:33.219Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-10T20:00:33.851Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-11-10T20:00:33.851Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-10T20:00:34.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-10T20:00:34.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-10T20:00:34.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-10T20:00:34.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-10T20:00:34.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-10T20:00:35.920Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) [2020-11-10T20:00:35.920Z] === RUN TestKernelTCPMemory [2020-11-10T20:00:36.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-10T20:00:36.624Z] --- PASS: TestKernelTCPMemory (0.84s) [2020-11-10T20:00:36.624Z] === RUN TestNISDomainname [2020-11-10T20:00:37.656Z] --- PASS: TestNISDomainname (0.93s) [2020-11-10T20:00:37.656Z] === RUN TestHostnameDnsResolution [2020-11-10T20:00:39.162Z] --- PASS: TestHostnameDnsResolution (1.66s) [2020-11-10T20:00:39.162Z] === RUN TestStats [2020-11-10T20:00:39.264Z] --- PASS: TestBuildWithHugeFile (52.66s) [2020-11-10T20:00:39.265Z] === RUN TestBuildWithEmptyDockerfile [2020-11-10T20:00:39.265Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:00:39.265Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:00:39.265Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:00:39.265Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:00:39.265Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:00:39.265Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:00:39.265Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:00:39.265Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:00:39.265Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:00:39.265Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2020-11-10T20:00:39.265Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2020-11-10T20:00:39.265Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2020-11-10T20:00:39.265Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-11-10T20:00:39.265Z] === RUN TestBuildPreserveOwnership [2020-11-10T20:00:39.265Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-10T20:00:40.914Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T20:00:40.914Z] [2020-11-10T20:00:40.914Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-10T20:00:40.914Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-10T20:00:40.914Z] HOSTNAME=88bf3b13a95b [2020-11-10T20:00:40.914Z] TESTDEBUG=0 [2020-11-10T20:00:40.914Z] DEST=bundles/test-integration [2020-11-10T20:00:40.914Z] PWD=/go/src/github.com/docker/docker [2020-11-10T20:00:40.914Z] DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T20:00:40.914Z] container=docker [2020-11-10T20:00:40.914Z] HOME=/root [2020-11-10T20:00:40.914Z] GOLANG_VERSION=1.13.15 [2020-11-10T20:00:40.914Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-10T20:00:40.914Z] VALIDATE_BRANCH=master [2020-11-10T20:00:40.914Z] TERM=xterm [2020-11-10T20:00:40.914Z] DOCKER_PKG=github.com/docker/docker [2020-11-10T20:00:40.914Z] SHLVL=1 [2020-11-10T20:00:40.914Z] TIMEOUT=120m [2020-11-10T20:00:40.914Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-10T20:00:40.914Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-10T20:00:40.914Z] GO111MODULE=off [2020-11-10T20:00:40.914Z] DOCKER_EXPERIMENTAL=1 [2020-11-10T20:00:40.914Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-10T20:00:40.914Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-10T20:00:40.914Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-10T20:00:40.914Z] GOPATH=/go [2020-11-10T20:00:40.914Z] PKG_CONFIG=pkg-config [2020-11-10T20:00:40.914Z] _=/usr/bin/env [2020-11-10T20:00:40.914Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-10T20:00:42.532Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-10T20:00:42.671Z] --- PASS: TestStats (2.88s) [2020-11-10T20:00:42.671Z] === RUN TestStopContainerWithTimeout [2020-11-10T20:00:42.671Z] === RUN TestStopContainerWithTimeout/0 [2020-11-10T20:00:42.671Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-10T20:00:42.671Z] === RUN TestStopContainerWithTimeout/1 [2020-11-10T20:00:42.671Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-10T20:00:42.671Z] === RUN TestStopContainerWithTimeout/3 [2020-11-10T20:00:42.671Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-10T20:00:42.671Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-10T20:00:42.671Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-10T20:00:42.671Z] === CONT TestStopContainerWithTimeout/0 [2020-11-10T20:00:42.671Z] === CONT TestStopContainerWithTimeout/3 [2020-11-10T20:00:42.961Z] === CONT TestStopContainerWithTimeout/1 [2020-11-10T20:00:45.022Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-10T20:00:46.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-10T20:00:46.701Z] --- PASS: TestBuildPreserveOwnership (9.98s) [2020-11-10T20:00:46.702Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.97s) [2020-11-10T20:00:46.702Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-11-10T20:00:46.702Z] === RUN TestBuildPlatformInvalid [2020-11-10T20:00:46.702Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2020-11-10T20:00:46.702Z] PASS [2020-11-10T20:00:46.702Z] [2020-11-10T20:00:46.702Z] === Skipped [2020-11-10T20:00:46.702Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-10T20:00:46.702Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T20:00:46.702Z] [2020-11-10T20:00:46.702Z] [2020-11-10T20:00:46.702Z] DONE 32 tests, 1 skipped in 129.262s [2020-11-10T20:00:46.702Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-10T20:00:46.702Z] INFO: Testing against a local daemon [2020-11-10T20:00:46.702Z] === RUN TestConfigInspect [2020-11-10T20:00:46.702Z] --- SKIP: TestConfigInspect (0.02s) [2020-11-10T20:00:46.702Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:46.702Z] === RUN TestConfigList [2020-11-10T20:00:46.702Z] --- SKIP: TestConfigList (0.02s) [2020-11-10T20:00:46.702Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:46.702Z] === RUN TestConfigsCreateAndDelete [2020-11-10T20:00:46.702Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2020-11-10T20:00:46.702Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:46.702Z] === RUN TestConfigsUpdate [2020-11-10T20:00:46.702Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-11-10T20:00:46.702Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:46.702Z] === RUN TestTemplatedConfig [2020-11-10T20:00:46.702Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-11-10T20:00:46.702Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:46.702Z] === RUN TestConfigCreateResolve [2020-11-10T20:00:46.702Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-11-10T20:00:46.702Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:46.702Z] === RUN TestConfigDaemonLibtrustID [2020-11-10T20:00:47.740Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-11-10T20:00:47.741Z] Copying nested executables into bundles/cross/linux/amd64 [2020-11-10T20:00:47.741Z] Cross building: bundles/cross/windows/amd64 [2020-11-10T20:00:47.741Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-10T20:00:47.741Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-11-10T20:00:48.069Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) [2020-11-10T20:00:48.069Z] PASS [2020-11-10T20:00:48.069Z] [2020-11-10T20:00:48.069Z] === Skipped [2020-11-10T20:00:48.069Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-11-10T20:00:48.069Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:48.069Z] [2020-11-10T20:00:48.069Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2020-11-10T20:00:48.069Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:48.069Z] [2020-11-10T20:00:48.069Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2020-11-10T20:00:48.069Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:48.069Z] [2020-11-10T20:00:48.069Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-11-10T20:00:48.069Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:48.069Z] [2020-11-10T20:00:48.069Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-11-10T20:00:48.069Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:48.069Z] [2020-11-10T20:00:48.069Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-11-10T20:00:48.069Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:00:48.069Z] [2020-11-10T20:00:48.069Z] [2020-11-10T20:00:48.069Z] DONE 7 tests, 6 skipped in 1.738s [2020-11-10T20:00:48.069Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-10T20:00:48.069Z] INFO: Testing against a local daemon [2020-11-10T20:00:48.069Z] === RUN TestCheckpoint [2020-11-10T20:00:48.069Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-10T20:00:48.069Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:00:48.069Z] === RUN TestContainerInvalidJSON [2020-11-10T20:00:48.069Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:00:48.069Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:00:48.069Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:00:48.069Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:00:48.069Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:00:48.069Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:00:48.069Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:00:48.069Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:00:48.069Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:00:48.069Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-10T20:00:48.069Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-10T20:00:48.069Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-10T20:00:48.069Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-10T20:00:48.069Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-10T20:00:48.069Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2020-11-10T20:00:48.069Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-10T20:00:48.326Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2020-11-10T20:00:48.326Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-10T20:00:48.326Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2020-11-10T20:00:48.326Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-10T20:00:48.326Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2020-11-10T20:00:48.326Z] === RUN TestCopyFromContainer [2020-11-10T20:00:48.534Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-10T20:00:48.534Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2020-11-10T20:00:48.534Z] --- PASS: TestStopContainerWithTimeout/1 (1.84s) [2020-11-10T20:00:48.534Z] --- PASS: TestStopContainerWithTimeout/3 (3.15s) [2020-11-10T20:00:48.534Z] --- PASS: TestStopContainerWithTimeout/-1 (3.18s) [2020-11-10T20:00:48.534Z] === RUN TestDeleteDevicemapper [2020-11-10T20:00:48.534Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-10T20:00:48.534Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-10T20:00:48.534Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-10T20:00:50.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-10T20:00:52.045Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.33s) [2020-11-10T20:00:52.045Z] === RUN TestUpdateMemory [2020-11-10T20:00:52.045Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-10T20:00:52.045Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:00:52.045Z] === RUN TestUpdateCPUQuota [2020-11-10T20:00:52.496Z] === RUN TestCopyFromContainer// [2020-11-10T20:00:52.496Z] === RUN TestCopyFromContainer//bar/root [2020-11-10T20:00:52.496Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-10T20:00:52.496Z] === RUN TestCopyFromContainer/bar/quux [2020-11-10T20:00:52.496Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-10T20:00:52.496Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-10T20:00:52.496Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-10T20:00:52.496Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-10T20:00:52.676Z] --- PASS: TestUpdateCPUQuota (1.16s) [2020-11-10T20:00:52.676Z] === RUN TestUpdatePidsLimit [2020-11-10T20:00:52.676Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-10T20:00:52.756Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-10T20:00:52.756Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer (4.45s) [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer// (0.08s) [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-11-10T20:00:52.756Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-11-10T20:00:52.756Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-10T20:00:52.756Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:00:52.756Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:00:52.756Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:00:52.756Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:00:52.756Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:00:52.756Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:00:52.756Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:00:52.756Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:00:52.756Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:00:52.756Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-10T20:00:52.756Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-10T20:00:52.756Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-10T20:00:52.756Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-10T20:00:52.756Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-10T20:00:52.756Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-11-10T20:00:52.756Z] === RUN TestCreateWithInvalidEnv [2020-11-10T20:00:52.756Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-10T20:00:52.756Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-10T20:00:52.756Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-10T20:00:52.756Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-10T20:00:52.756Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-10T20:00:52.756Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-10T20:00:52.756Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-10T20:00:52.756Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-10T20:00:52.756Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-10T20:00:52.756Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-10T20:00:52.756Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-10T20:00:52.756Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-10T20:00:52.756Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-11-10T20:00:52.756Z] === RUN TestCreateTmpfsMountsTarget [2020-11-10T20:00:52.756Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-10T20:00:52.756Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-10T20:00:52.966Z] === RUN TestUpdatePidsLimit/no_change [2020-11-10T20:00:53.257Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-10T20:00:53.890Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-10T20:00:54.125Z] --- PASS: TestCreateWithCustomMaskedPaths (1.26s) [2020-11-10T20:00:54.125Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-10T20:00:54.183Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-10T20:00:54.474Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-10T20:00:54.764Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-10T20:00:54.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-10T20:00:55.492Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.17s) [2020-11-10T20:00:55.492Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-10T20:00:55.492Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:00:55.492Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:00:55.492Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:00:55.492Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:00:55.492Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:00:55.492Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:00:55.492Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:00:55.492Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:00:55.492Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:00:55.492Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:00:55.492Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:00:55.492Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:00:55.492Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:00:55.492Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:00:55.492Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:00:55.492Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-10T20:00:55.492Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-10T20:00:55.492Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-10T20:00:55.492Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-10T20:00:55.492Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-10T20:00:55.492Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-10T20:00:55.492Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-10T20:00:55.748Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s) [2020-11-10T20:00:55.748Z] === RUN TestCreateDifferentPlatform [2020-11-10T20:00:55.748Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-10T20:00:55.748Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-10T20:00:55.748Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-10T20:00:55.748Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-10T20:00:55.748Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-10T20:00:55.748Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-10T20:00:55.748Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-11-10T20:00:55.748Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-10T20:00:55.748Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2020-11-10T20:00:55.748Z] === RUN TestContainerStartOnDaemonRestart [2020-11-10T20:00:55.748Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-11-10T20:00:55.748Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-10T20:00:55.748Z] === RUN TestDaemonRestartIpcMode [2020-11-10T20:00:55.748Z] === PAUSE TestDaemonRestartIpcMode [2020-11-10T20:00:55.748Z] === RUN TestDaemonHostGatewayIP [2020-11-10T20:00:55.748Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-11-10T20:00:55.748Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:00:55.748Z] === RUN TestContainerKillOnDaemonStart [2020-11-10T20:00:55.748Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-11-10T20:00:55.748Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-10T20:00:55.748Z] === RUN TestDiff [2020-11-10T20:00:56.270Z] --- PASS: TestUpdatePidsLimit (3.65s) [2020-11-10T20:00:56.270Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2020-11-10T20:00:56.270Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2020-11-10T20:00:56.270Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-11-10T20:00:56.270Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-11-10T20:00:56.270Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-11-10T20:00:56.270Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2020-11-10T20:00:56.270Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-11-10T20:00:56.270Z] === RUN TestUpdateRestartPolicy [2020-11-10T20:00:56.313Z] --- PASS: TestDiff (0.44s) [2020-11-10T20:00:56.313Z] === RUN TestExecWithCloseStdin [2020-11-10T20:00:56.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-10T20:00:56.875Z] --- PASS: TestExecWithCloseStdin (0.48s) [2020-11-10T20:00:56.875Z] === RUN TestExec [2020-11-10T20:00:57.443Z] --- PASS: TestExec (0.50s) [2020-11-10T20:00:57.443Z] === RUN TestExecUser [2020-11-10T20:00:57.700Z] --- PASS: TestExecUser (0.49s) [2020-11-10T20:00:57.700Z] === RUN TestExportContainerAndImportImage [2020-11-10T20:00:58.263Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2020-11-10T20:00:58.263Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-10T20:00:59.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-10T20:00:59.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-10T20:01:00.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-10T20:01:02.433Z] --- PASS: TestExportContainerAfterDaemonRestart (3.33s) [2020-11-10T20:01:02.433Z] === RUN TestHealthCheckWorkdir [2020-11-10T20:01:02.433Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2020-11-10T20:01:02.433Z] === RUN TestHealthKillContainer [2020-11-10T20:01:02.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-10T20:01:03.308Z] ok github.com/docker/docker/cmd/dockerd 0.121s coverage: 29.1% of statements [2020-11-10T20:01:03.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-10T20:01:04.949Z] --- PASS: TestHealthKillContainer (2.49s) [2020-11-10T20:01:04.949Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-10T20:01:05.206Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2020-11-10T20:01:05.206Z] === RUN TestIpcModeNone [2020-11-10T20:01:05.769Z] --- PASS: TestIpcModeNone (0.46s) [2020-11-10T20:01:05.769Z] === RUN TestIpcModePrivate [2020-11-10T20:01:06.026Z] --- PASS: TestIpcModePrivate (0.47s) [2020-11-10T20:01:06.026Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-11-10T20:01:06.026Z] === RUN TestIpcModeShareable [2020-11-10T20:01:06.026Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-11-10T20:01:06.026Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-10T20:01:06.026Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-10T20:01:07.829Z] ok github.com/docker/docker/container 0.170s coverage: 34.7% of statements [2020-11-10T20:01:07.829Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-10T20:01:07.829Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-10T20:01:07.829Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-10T20:01:07.829Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-10T20:01:07.921Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.47s) [2020-11-10T20:01:07.921Z] === RUN TestAPIIpcModeHost [2020-11-10T20:01:07.921Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-11-10T20:01:07.921Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-10T20:01:07.921Z] === RUN TestDaemonIpcModeShareable [2020-11-10T20:01:07.921Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-11-10T20:01:07.921Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-10T20:01:07.921Z] === RUN TestDaemonIpcModePrivate [2020-11-10T20:01:08.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-10T20:01:09.368Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.067s coverage: 65.3% of statements [2020-11-10T20:01:09.696Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-10T20:01:09.696Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-11-10T20:01:09.696Z] remote: Enumerating objects: 2, done. [2020-11-10T20:01:09.696Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-11-10T20:01:09.696Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-11-10T20:01:09.696Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-11-10T20:01:09.696Z] 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-11-10T20:01:09.696Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-11-10T20:01:09.811Z] --- PASS: TestDaemonIpcModePrivate (2.18s) [2020-11-10T20:01:09.811Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-11-10T20:01:09.811Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-10T20:01:09.811Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-10T20:01:09.811Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-10T20:01:09.811Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-10T20:01:09.811Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-10T20:01:09.812Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-10T20:01:09.812Z] === RUN TestIpcModeOlderClient [2020-11-10T20:01:09.812Z] === PAUSE TestIpcModeOlderClient [2020-11-10T20:01:09.812Z] === RUN TestKillContainerInvalidSignal [2020-11-10T20:01:10.374Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2020-11-10T20:01:10.374Z] === RUN TestKillContainer [2020-11-10T20:01:10.374Z] === RUN TestKillContainer/no_signal [2020-11-10T20:01:10.631Z] === RUN TestKillContainer/non_killing_signal [2020-11-10T20:01:10.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-10T20:01:10.888Z] === RUN TestKillContainer/killing_signal [2020-11-10T20:01:11.450Z] --- PASS: TestKillContainer (1.34s) [2020-11-10T20:01:11.450Z] --- PASS: TestKillContainer/no_signal (0.44s) [2020-11-10T20:01:11.450Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2020-11-10T20:01:11.450Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2020-11-10T20:01:11.450Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-10T20:01:11.450Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-10T20:01:11.593Z] --- PASS: TestUpdateRestartPolicy (12.82s) [2020-11-10T20:01:11.593Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-10T20:01:11.593Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s) [2020-11-10T20:01:11.593Z] === RUN TestWaitNonBlocked [2020-11-10T20:01:11.593Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:01:11.593Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:01:11.593Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:01:11.593Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:01:11.593Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:01:11.593Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:01:11.593Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-11-10T20:01:11.594Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.14s) [2020-11-10T20:01:11.594Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s) [2020-11-10T20:01:11.594Z] === RUN TestWaitBlocked [2020-11-10T20:01:11.594Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:01:11.594Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:01:11.594Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:01:11.594Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:01:11.594Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:01:11.594Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:01:12.012Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-10T20:01:12.224Z] --- PASS: TestWaitBlocked (0.01s) [2020-11-10T20:01:12.224Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.18s) [2020-11-10T20:01:12.224Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.20s) [2020-11-10T20:01:12.224Z] === CONT TestContainerStartOnDaemonRestart [2020-11-10T20:01:12.224Z] === CONT TestIpcModeOlderClient [2020-11-10T20:01:12.227Z] [2020-11-10T20:01:12.514Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-11-10T20:01:12.514Z] === CONT TestDaemonHostGatewayIP [2020-11-10T20:01:12.574Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.88s) [2020-11-10T20:01:12.574Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s) [2020-11-10T20:01:12.574Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2020-11-10T20:01:12.574Z] === RUN TestKillStoppedContainer [2020-11-10T20:01:12.574Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-11-10T20:01:12.574Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-10T20:01:12.574Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2020-11-10T20:01:12.574Z] === RUN TestKillDifferentUserContainer [2020-11-10T20:01:12.831Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2020-11-10T20:01:12.831Z] === RUN TestInspectOomKilledTrue [2020-11-10T20:01:12.831Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-10T20:01:12.831Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:01:12.831Z] === RUN TestInspectOomKilledFalse [2020-11-10T20:01:12.831Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-10T20:01:12.831Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:01:12.831Z] === RUN TestLinksEtcHostsContentMatch [2020-11-10T20:01:12.831Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-11-10T20:01:12.831Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-10T20:01:12.831Z] === RUN TestLinksContainerNames [2020-11-10T20:01:13.762Z] --- PASS: TestLinksContainerNames (0.86s) [2020-11-10T20:01:13.762Z] === RUN TestLogsFollowTailEmpty [2020-11-10T20:01:14.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [Pipeline] } [2020-11-10T20:01:14.151Z] Removing intermediate container e299a310f815 [2020-11-10T20:01:14.151Z] ---> f6c5f2cd12b0 [2020-11-10T20:01:14.151Z] 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-11-10T20:01:14.151Z] ---> Running in f901c89519c9 [2020-11-10T20:01:14.151Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2020-11-10T20:01:14.151Z] go: finding gotest.tools v0.5.3 [2020-11-10T20:01:14.151Z] go: finding gotest.tools/gotestsum v0.5.3 [2020-11-10T20:01:14.151Z] go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-10T20:01:14.151Z] go: extracting gotest.tools/gotestsum v0.5.3 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-10T20:01:14.324Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2020-11-10T20:01:14.324Z] === RUN TestContainerNetworkMountsNoChown [2020-11-10T20:01:14.474Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/test/unit [2020-11-10T20:01:14.581Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/default [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/default [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/private [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/private [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rprivate [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/slave [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/slave [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rslave [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/shared [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/shared [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rshared [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-10T20:01:14.581Z] === CONT TestMountDaemonRoot/default [2020-11-10T20:01:14.581Z] === CONT TestMountDaemonRoot/rslave [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:01:14.581Z] === CONT TestMountDaemonRoot/rshared [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:01:14.581Z] === CONT TestMountDaemonRoot/shared [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-10T20:01:14.581Z] === CONT TestMountDaemonRoot/rprivate [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:01:14.581Z] === CONT TestMountDaemonRoot/slave [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:01:14.581Z] === CONT TestMountDaemonRoot/private [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:01:14.581Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-10T20:01:14.581Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:01:14.581Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:01:14.581Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:01:14.615Z] go: downloading github.com/fatih/color v1.9.0 [2020-11-10T20:01:14.615Z] go: downloading github.com/spf13/pflag v1.0.3 [2020-11-10T20:01:14.615Z] go: downloading github.com/pkg/errors v0.9.1 [2020-11-10T20:01:14.615Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T20:01:14.615Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T20:01:14.615Z] go: extracting github.com/fatih/color v1.9.0 [2020-11-10T20:01:14.615Z] go: extracting github.com/spf13/pflag v1.0.3 [2020-11-10T20:01:14.615Z] go: extracting github.com/pkg/errors v0.9.1 [2020-11-10T20:01:14.615Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T20:01:14.615Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-10T20:01:14.615Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-10T20:01:14.615Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:01:14.839Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-10T20:01:15.041Z] ok github.com/docker/docker/daemon/cluster/convert 0.056s coverage: 35.9% of statements [2020-11-10T20:01:15.077Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-10T20:01:15.077Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T20:01:15.077Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T20:01:15.077Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T20:01:15.077Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T20:01:15.077Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-10T20:01:15.077Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-10T20:01:15.077Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T20:01:15.096Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:01:15.096Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:01:15.096Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-10T20:01:15.096Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:01:15.096Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:01:15.096Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:01:15.096Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-10T20:01:15.096Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:01:15.096Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:01:15.096Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-11-10T20:01:15.096Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-11-10T20:01:15.096Z] === RUN TestContainerBindMountNonRecursive [2020-11-10T20:01:15.096Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-11-10T20:01:15.096Z] 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-11-10T20:01:15.096Z] === RUN TestContainerVolumesMountedAsShared [2020-11-10T20:01:15.096Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2020-11-10T20:01:15.096Z] 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-11-10T20:01:15.096Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-10T20:01:15.096Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2020-11-10T20:01:15.096Z] 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-11-10T20:01:15.096Z] === RUN TestNetworkNat [2020-11-10T20:01:15.242Z] --- PASS: TestContainerStartOnDaemonRestart (2.80s) [2020-11-10T20:01:15.242Z] === CONT TestContainerKillOnDaemonStart [2020-11-10T20:01:15.538Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T20:01:15.538Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T20:01:15.659Z] --- PASS: TestNetworkNat (0.53s) [2020-11-10T20:01:15.659Z] === RUN TestNetworkLocalhostTCPNat [2020-11-10T20:01:15.852Z] ? github.com/docker/docker/api [no test files] [2020-11-10T20:01:16.222Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2020-11-10T20:01:16.222Z] === RUN TestNetworkLoopbackNat [2020-11-10T20:01:16.333Z] --- PASS: TestDaemonHostGatewayIP (3.67s) [2020-11-10T20:01:16.333Z] === CONT TestDaemonRestartIpcMode [2020-11-10T20:01:17.078Z] go: finding github.com/fatih/color v1.9.0 [2020-11-10T20:01:17.078Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-10T20:01:17.078Z] go: finding github.com/pkg/errors v0.9.1 [2020-11-10T20:01:17.078Z] go: finding github.com/spf13/pflag v1.0.3 [2020-11-10T20:01:17.078Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-10T20:01:17.078Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-10T20:01:17.310Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-10T20:01:17.310Z] Using test binary docker [2020-11-10T20:01:17.310Z] +++ /etc/init.d/apparmor start [2020-11-10T20:01:17.310Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-10T20:01:17.310Z] INFO: Waiting for daemon to start... [2020-11-10T20:01:17.310Z] Starting dockerd [2020-11-10T20:01:17.310Z] +++ 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-11-10T20:01:17.542Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-10T20:01:17.542Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-10T20:01:17.542Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-10T20:01:17.542Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-10T20:01:17.542Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-10T20:01:17.830Z] ok github.com/docker/docker/daemon/cluster 0.204s coverage: 0.5% of statements [2020-11-10T20:01:18.787Z] --- PASS: TestNetworkLoopbackNat (2.61s) [2020-11-10T20:01:18.787Z] === RUN TestPause [2020-11-10T20:01:18.787Z] --- SKIP: TestPause (0.00s) [2020-11-10T20:01:18.787Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:01:18.787Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-10T20:01:18.787Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-10T20:01:18.787Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-10T20:01:18.787Z] === RUN TestPauseStopPausedContainer [2020-11-10T20:01:18.787Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-11-10T20:01:18.787Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:01:18.787Z] === RUN TestPsFilter [2020-11-10T20:01:18.787Z] --- PASS: TestPsFilter (0.11s) [2020-11-10T20:01:18.787Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-10T20:01:19.363Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s) [2020-11-10T20:01:19.363Z] === RUN TestRemoveContainerWithVolume [2020-11-10T20:01:19.636Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2020-11-10T20:01:19.636Z] === RUN TestRemoveContainerRunning [2020-11-10T20:01:19.841Z] --- PASS: TestDaemonRestartIpcMode (3.49s) [2020-11-10T20:01:19.859Z] . [2020-11-10T20:01:19.859Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-10T20:01:19.859Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-10T20:01:19.859Z] Error: No such image: emptyfs [2020-11-10T20:01:19.859Z] ++++ docker load [2020-11-10T20:01:19.859Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-10T20:01:20.120Z] Running integration-test (iteration 1) [2020-11-10T20:01:20.120Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-10T20:01:20.120Z] ++ 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-11-10T20:01:20.120Z] ++ set -e [2020-11-10T20:01:20.120Z] ++ '[' -n 0 ']' [2020-11-10T20:01:20.120Z] ++ set -x [2020-11-10T20:01:20.120Z] ++ env -i DEST=/go/src/github.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-11-10T20:01:20.224Z] --- PASS: TestRemoveContainerRunning (0.45s) [2020-11-10T20:01:20.224Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-10T20:01:20.480Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2020-11-10T20:01:20.480Z] === RUN TestRemoveInvalidContainer [2020-11-10T20:01:20.480Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-10T20:01:20.480Z] === RUN TestRenameLinkedContainer [2020-11-10T20:01:21.425Z] ok github.com/docker/docker/daemon/discovery 0.022s coverage: 30.0% of statements [2020-11-10T20:01:22.241Z] INFO: Build done for gotestsum... [2020-11-10T20:01:22.371Z] --- PASS: TestRenameLinkedContainer (1.74s) [2020-11-10T20:01:22.371Z] === RUN TestRenameStoppedContainer [2020-11-10T20:01:22.428Z] ok github.com/docker/docker/api/server 0.046s coverage: 9.0% of statements [2020-11-10T20:01:22.628Z] --- PASS: TestRenameStoppedContainer (0.42s) [2020-11-10T20:01:22.628Z] === RUN TestRenameRunningContainerAndReuse [2020-11-10T20:01:22.955Z] ok github.com/docker/docker/daemon/config 0.071s coverage: 81.8% of statements [2020-11-10T20:01:23.252Z] ok github.com/docker/docker/daemon/events 0.064s coverage: 50.0% of statements [2020-11-10T20:01:23.557Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2020-11-10T20:01:23.557Z] === RUN TestRenameInvalidName [2020-11-10T20:01:24.119Z] --- PASS: TestRenameInvalidName (0.41s) [2020-11-10T20:01:24.119Z] === RUN TestRenameAnonymousContainer [2020-11-10T20:01:24.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-10T20:01:25.486Z] --- PASS: TestRenameAnonymousContainer (1.58s) [2020-11-10T20:01:25.486Z] === RUN TestRenameContainerWithSameName [2020-11-10T20:01:25.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-10T20:01:26.018Z] ok github.com/docker/docker/daemon/graphdriver 0.017s coverage: 2.2% of statements [2020-11-10T20:01:26.049Z] --- PASS: TestRenameContainerWithSameName (0.46s) [2020-11-10T20:01:26.049Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-10T20:01:26.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-10T20:01:26.979Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2020-11-10T20:01:26.979Z] === RUN TestResize [2020-11-10T20:01:27.235Z] --- PASS: TestResize (0.42s) [2020-11-10T20:01:27.235Z] === RUN TestResizeWithInvalidSize [2020-11-10T20:01:27.798Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2020-11-10T20:01:27.798Z] === RUN TestResizeWhenContainerNotStarted [2020-11-10T20:01:28.097Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2020-11-10T20:01:28.097Z] === RUN TestDaemonRestartKillContainers [2020-11-10T20:01:28.097Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-11-10T20:01:28.097Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-10T20:01:28.097Z] === RUN TestCgroupNamespacesRun [2020-11-10T20:01:28.306Z] --- PASS: TestContainerKillOnDaemonStart (12.44s) [2020-11-10T20:01:28.306Z] PASS [2020-11-10T20:01:28.306Z] [2020-11-10T20:01:28.306Z] === Skipped [2020-11-10T20:01:28.306Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-11-10T20:01:28.306Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:01:28.306Z] [2020-11-10T20:01:28.306Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-10T20:01:28.306Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:01:28.306Z] [2020-11-10T20:01:28.306Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-10T20:01:28.306Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:01:28.306Z] [2020-11-10T20:01:28.306Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-10T20:01:28.306Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-10T20:01:28.306Z] [2020-11-10T20:01:28.306Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-11-10T20:01:28.306Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-10T20:01:28.306Z] [2020-11-10T20:01:28.306Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-11-10T20:01:28.306Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:01:28.306Z] [2020-11-10T20:01:28.306Z] [2020-11-10T20:01:28.306Z] DONE 195 tests, 6 skipped in 153.452s [2020-11-10T20:01:28.306Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-11-10T20:01:28.306Z] ++ 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-11-10T20:01:28.306Z] ++ set -e [2020-11-10T20:01:28.306Z] ++ '[' -n 0 ']' [2020-11-10T20:01:28.306Z] ++ set -x [2020-11-10T20:01:28.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=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-11-10T20:01:28.306Z] INFO: Testing against a local daemon [2020-11-10T20:01:28.306Z] === RUN TestCommitInheritsEnv [2020-11-10T20:01:28.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-10T20:01:28.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-10T20:01:28.596Z] --- PASS: TestCommitInheritsEnv (0.58s) [2020-11-10T20:01:28.596Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-10T20:01:28.596Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-10T20:01:28.596Z] === RUN TestImagesFilterMultiReference [2020-11-10T20:01:28.596Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-11-10T20:01:28.596Z] === RUN TestImagePullPlatformInvalid [2020-11-10T20:01:28.596Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-11-10T20:01:28.596Z] === RUN TestRemoveImageOrphaning [2020-11-10T20:01:28.777Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2020-11-10T20:01:29.226Z] --- PASS: TestRemoveImageOrphaning (0.51s) [2020-11-10T20:01:29.226Z] === RUN TestRemoveImageGarbageCollector [2020-11-10T20:01:29.226Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-10T20:01:29.226Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:01:29.226Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-10T20:01:29.226Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-11-10T20:01:29.226Z] === RUN TestTagInvalidReference [2020-11-10T20:01:29.226Z] --- PASS: TestTagInvalidReference (0.01s) [2020-11-10T20:01:29.226Z] === RUN TestTagValidPrefixedRepo [2020-11-10T20:01:29.226Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-11-10T20:01:29.226Z] === RUN TestTagExistedNameWithoutForce [2020-11-10T20:01:29.226Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-10T20:01:29.226Z] === RUN TestTagOfficialNames [2020-11-10T20:01:29.226Z] --- PASS: TestTagOfficialNames (0.04s) [2020-11-10T20:01:29.226Z] === RUN TestTagMatchesDigest [2020-11-10T20:01:29.226Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-11-10T20:01:29.226Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-10T20:01:29.417Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.511s coverage: 14.1% of statements [2020-11-10T20:01:30.466Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.815s coverage: 57.1% of statements [2020-11-10T20:01:30.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-10T20:01:30.615Z] --- PASS: TestCgroupNamespacesRun (2.23s) [2020-11-10T20:01:30.615Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-10T20:01:32.504Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.17s) [2020-11-10T20:01:32.504Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-10T20:01:33.229Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements [2020-11-10T20:01:33.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-10T20:01:34.307Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.837s coverage: 69.2% of statements [2020-11-10T20:01:34.604Z] ok github.com/docker/docker/daemon 12.384s coverage: 17.2% of statements [2020-11-10T20:01:34.604Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-10T20:01:34.604Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-10T20:01:34.604Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-10T20:01:34.604Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-10T20:01:35.024Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.22s) [2020-11-10T20:01:35.024Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-10T20:01:35.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-10T20:01:36.698Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.087s coverage: 45.9% of statements [2020-11-10T20:01:36.698Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-10T20:01:36.915Z] --- PASS: TestCgroupNamespacesRunHostMode (2.20s) [2020-11-10T20:01:36.915Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-10T20:01:37.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-10T20:01:37.748Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.302s coverage: 49.5% of statements [2020-11-10T20:01:37.748Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.012s coverage: 58.0% of statements [2020-11-10T20:01:38.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-10T20:01:39.281Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2020-11-10T20:01:39.434Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.17s) [2020-11-10T20:01:39.434Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-10T20:01:39.929Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.088s coverage: 3.0% of statements [2020-11-10T20:01:40.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-10T20:01:40.531Z] ok github.com/docker/docker/api/server/httputils 0.025s coverage: 14.7% of statements [2020-11-10T20:01:40.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-10T20:01:41.102Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-10T20:01:41.102Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2020-11-10T20:01:41.102Z] ok github.com/docker/docker/api/types/filters 0.020s coverage: 92.2% of statements [2020-11-10T20:01:41.324Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.18s) [2020-11-10T20:01:41.324Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-10T20:01:41.361Z] ok github.com/docker/docker/api/server/middleware 0.025s coverage: 37.7% of statements [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-10T20:01:41.361Z] ok github.com/docker/docker/api/types/time 0.018s coverage: 100.0% of statements [2020-11-10T20:01:41.361Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2020-11-10T20:01:41.361Z] ok github.com/docker/docker/api/server/router/swarm 0.022s coverage: 5.7% of statements [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/builder [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-10T20:01:41.361Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-10T20:01:41.621Z] ok github.com/docker/docker/builder/dockerignore 0.017s coverage: 96.8% of statements [2020-11-10T20:01:41.880Z] ok github.com/docker/docker/cli/debug 0.022s coverage: 100.0% of statements [2020-11-10T20:01:42.033Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.794s coverage: 52.1% of statements [2020-11-10T20:01:42.033Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-10T20:01:42.033Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-10T20:01:42.677Z] ok github.com/docker/docker/daemon/logger 0.260s coverage: 40.7% of statements [2020-11-10T20:01:42.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-10T20:01:43.218Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s) [2020-11-10T20:01:43.218Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-10T20:01:43.349Z] Removing intermediate container f901c89519c9 [2020-11-10T20:01:43.349Z] ---> f4d08ac6c486 [2020-11-10T20:01:43.349Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-11-10T20:01:43.349Z] ---> Running in 246028221fbc [2020-11-10T20:01:43.349Z] Removing intermediate container 246028221fbc [2020-11-10T20:01:43.349Z] ---> a8794863ec61 [2020-11-10T20:01:43.349Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-11-10T20:01:43.349Z] ---> Running in bdfdc287dbbb [2020-11-10T20:01:43.349Z] Removing intermediate container bdfdc287dbbb [2020-11-10T20:01:43.349Z] ---> 31d0b9838ae0 [2020-11-10T20:01:43.349Z] Step 10/10 : COPY . . [2020-11-10T20:01:44.210Z] ok github.com/docker/docker/daemon/logger/awslogs 0.441s coverage: 77.8% of statements [2020-11-10T20:01:44.210Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 4.9% of statements [2020-11-10T20:01:44.210Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-10T20:01:44.210Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-10T20:01:44.210Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-10T20:01:44.210Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-10T20:01:44.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-10T20:01:44.419Z] ok github.com/docker/docker/builder/remotecontext 0.114s coverage: 13.7% of statements [2020-11-10T20:01:44.679Z] ok github.com/docker/docker/builder/dockerfile 0.283s coverage: 48.1% of statements [2020-11-10T20:01:45.260Z] ok github.com/docker/docker/daemon/logger/gelf 0.015s coverage: 67.0% of statements [2020-11-10T20:01:45.260Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2020-11-10T20:01:45.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-10T20:01:45.737Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.19s) [2020-11-10T20:01:45.737Z] === RUN TestKernelTCPMemory [2020-11-10T20:01:45.737Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-11-10T20:01:45.737Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:01:45.737Z] === RUN TestNISDomainname [2020-11-10T20:01:45.737Z] --- SKIP: TestNISDomainname (0.01s) [2020-11-10T20:01:45.737Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-11-10T20:01:45.737Z] === RUN TestHostnameDnsResolution [2020-11-10T20:01:45.927Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.022s coverage: 87.2% of statements [2020-11-10T20:01:45.993Z] --- PASS: TestHostnameDnsResolution (0.68s) [2020-11-10T20:01:45.993Z] === RUN TestStats [2020-11-10T20:01:45.993Z] --- SKIP: TestStats (0.00s) [2020-11-10T20:01:45.993Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:01:45.993Z] === RUN TestStopContainerWithTimeout [2020-11-10T20:01:45.993Z] === RUN TestStopContainerWithTimeout/0 [2020-11-10T20:01:45.993Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-10T20:01:45.993Z] === RUN TestStopContainerWithTimeout/1 [2020-11-10T20:01:45.993Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-10T20:01:45.993Z] === RUN TestStopContainerWithTimeout/3 [2020-11-10T20:01:45.993Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-10T20:01:45.993Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-10T20:01:45.994Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-10T20:01:45.994Z] === CONT TestStopContainerWithTimeout/0 [2020-11-10T20:01:45.994Z] === CONT TestStopContainerWithTimeout/3 [2020-11-10T20:01:46.556Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-10T20:01:47.081Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-10T20:01:47.081Z] Using test binary docker [2020-11-10T20:01:47.081Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-10T20:01:47.081Z] +++ /etc/init.d/apparmor start [2020-11-10T20:01:47.081Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-10T20:01:47.081Z] INFO: Waiting for daemon to start... [2020-11-10T20:01:47.081Z] Starting dockerd [2020-11-10T20:01:47.081Z] +++ 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-11-10T20:01:47.458Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.047s coverage: 61.6% of statements [2020-11-10T20:01:47.973Z] ok github.com/docker/docker/client 0.161s coverage: 75.4% of statements [2020-11-10T20:01:47.973Z] ok github.com/docker/docker/builder/remotecontext/git 5.917s coverage: 86.3% of statements [2020-11-10T20:01:47.973Z] ? github.com/docker/docker/cli [no test files] [2020-11-10T20:01:47.973Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-10T20:01:48.103Z] ok github.com/docker/docker/daemon/logger/local 0.108s coverage: 75.2% of statements [2020-11-10T20:01:48.103Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-10T20:01:48.447Z] === CONT TestStopContainerWithTimeout/1 [2020-11-10T20:01:49.156Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.086s coverage: 58.6% of statements [2020-11-10T20:01:49.156Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.017s coverage: 33.3% of statements [2020-11-10T20:01:50.205Z] ok github.com/docker/docker/daemon/logger/templates 0.033s coverage: 8.3% of statements [2020-11-10T20:01:50.337Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-10T20:01:50.337Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2020-11-10T20:01:50.337Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2020-11-10T20:01:50.337Z] --- PASS: TestStopContainerWithTimeout/-1 (2.38s) [2020-11-10T20:01:50.337Z] --- PASS: TestStopContainerWithTimeout/1 (1.40s) [2020-11-10T20:01:50.337Z] === RUN TestDeleteDevicemapper [2020-11-10T20:01:50.337Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-10T20:01:50.337Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-10T20:01:50.337Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-10T20:01:51.255Z] ok github.com/docker/docker/daemon/logger/syslog 0.037s coverage: 46.8% of statements [2020-11-10T20:01:51.267Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.34s) [2020-11-10T20:01:51.267Z] === RUN TestUpdateMemory [2020-11-10T20:01:51.267Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-10T20:01:51.267Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:01:51.267Z] === RUN TestUpdateCPUQuota [2020-11-10T20:01:51.267Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-11-10T20:01:51.267Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:01:51.267Z] === RUN TestUpdatePidsLimit [2020-11-10T20:01:51.267Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-11-10T20:01:51.267Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:01:51.267Z] === RUN TestUpdateRestartPolicy [2020-11-10T20:01:52.789Z] ok github.com/docker/docker/daemon/network 0.009s coverage: 63.8% of statements [2020-11-10T20:01:53.432Z] ok github.com/docker/docker/daemon/logger/splunk 2.425s coverage: 82.5% of statements [2020-11-10T20:01:53.432Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-10T20:01:53.432Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-10T20:01:54.967Z] ok github.com/docker/docker/distribution/metadata 0.164s coverage: 48.2% of statements [2020-11-10T20:01:55.222Z] . [2020-11-10T20:01:55.222Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-10T20:01:55.222Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-10T20:01:55.222Z] Error: No such image: emptyfs [2020-11-10T20:01:55.222Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-10T20:01:55.222Z] ++++ docker load [2020-11-10T20:01:55.222Z] Running integration-test (iteration 1) [2020-11-10T20:01:55.222Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-11-10T20:01:55.222Z] ++ 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-11-10T20:01:55.222Z] ++ set -e [2020-11-10T20:01:55.222Z] ++ '[' -n 0 ']' [2020-11-10T20:01:55.222Z] ++ set -x [2020-11-10T20:01:55.222Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-11-10T20:01:55.611Z] ok github.com/docker/docker/errdefs 0.022s coverage: 49.4% of statements [2020-11-10T20:01:56.102Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.032s coverage: 65.3% of statements [2020-11-10T20:01:56.362Z] ok github.com/docker/docker/container 0.155s coverage: 34.7% of statements [2020-11-10T20:01:56.623Z] ok github.com/docker/docker/daemon/cluster/convert 0.026s coverage: 35.9% of statements [2020-11-10T20:01:56.662Z] ok github.com/docker/docker/distribution 0.400s coverage: 21.9% of statements [2020-11-10T20:01:56.662Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-10T20:01:57.563Z] ok github.com/docker/docker/daemon/discovery 0.009s coverage: 30.0% of statements [2020-11-10T20:01:58.133Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2020-11-10T20:01:58.703Z] ok github.com/docker/docker/daemon/config 0.138s coverage: 81.8% of statements [2020-11-10T20:01:58.774Z] ok github.com/docker/docker/image/cache 0.033s coverage: 19.2% of statements [2020-11-10T20:01:58.883Z] Loaded image: buildpack-deps:buster [2020-11-10T20:01:58.883Z] Loaded image: busybox:latest [2020-11-10T20:01:59.073Z] ok github.com/docker/docker/image 0.052s coverage: 86.4% of statements [2020-11-10T20:01:59.143Z] Loaded image: busybox:glibc [2020-11-10T20:01:59.143Z] Loaded image: debian:buster [2020-11-10T20:01:59.143Z] Loaded image: hello-world:latest [2020-11-10T20:01:59.275Z] ok github.com/docker/docker/daemon/graphdriver 0.119s coverage: 2.2% of statements [2020-11-10T20:01:59.403Z] Loaded image: arm32v7/hello-world:latest [2020-11-10T20:01:59.664Z] INFO: Testing against a local daemon [2020-11-10T20:01:59.664Z] === RUN TestCgroupNamespacesBuild [2020-11-10T20:01:59.715Z] ok github.com/docker/docker/image/v1 0.031s coverage: 25.0% of statements [2020-11-10T20:01:59.715Z] ok github.com/docker/docker/distribution/xfer 1.694s coverage: 85.1% of statements [2020-11-10T20:01:59.715Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-10T20:01:59.715Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-10T20:01:59.715Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-10T20:01:59.715Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2020-11-10T20:02:00.657Z] ok github.com/docker/docker/cmd/dockerd 0.090s coverage: 29.1% of statements [2020-11-10T20:02:00.657Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-10T20:02:00.657Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-10T20:02:00.657Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-10T20:02:00.657Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-10T20:02:00.657Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.423s coverage: 56.2% of statements [2020-11-10T20:02:01.598Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-11-10T20:02:01.598Z] ok github.com/docker/docker/daemon/cluster 0.100s coverage: 0.5% of statements [2020-11-10T20:02:02.481Z] ok github.com/docker/docker/pkg/aaparser 0.016s coverage: 52.9% of statements [2020-11-10T20:02:02.481Z] ok github.com/docker/docker/oci 0.029s coverage: 8.2% of statements [2020-11-10T20:02:02.481Z] ok github.com/docker/docker/opts 0.071s coverage: 67.1% of statements [2020-11-10T20:02:02.538Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2020-11-10T20:02:02.797Z] ok github.com/docker/docker/daemon/graphdriver/aufs 2.915s coverage: 73.1% of statements [2020-11-10T20:02:03.057Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.288s coverage: 49.5% of statements [2020-11-10T20:02:03.317Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.017s coverage: 58.0% of statements [2020-11-10T20:02:03.437Z] --- PASS: TestUpdateRestartPolicy (11.02s) [2020-11-10T20:02:03.437Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-10T20:02:03.437Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s) [2020-11-10T20:02:03.437Z] === RUN TestWaitNonBlocked [2020-11-10T20:02:03.437Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:02:03.437Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:02:03.437Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:02:03.437Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:02:03.437Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:02:03.437Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:02:03.437Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-11-10T20:02:03.437Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2020-11-10T20:02:03.437Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s) [2020-11-10T20:02:03.437Z] === RUN TestWaitBlocked [2020-11-10T20:02:03.437Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:02:03.437Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:02:03.437Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:02:03.437Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:02:03.437Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:02:03.437Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:02:03.577Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2020-11-10T20:02:04.366Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-10T20:02:04.366Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.65s) [2020-11-10T20:02:04.366Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s) [2020-11-10T20:02:04.366Z] === CONT TestDaemonRestartIpcMode [2020-11-10T20:02:04.366Z] === CONT TestIpcModeOlderClient [2020-11-10T20:02:04.366Z] --- PASS: TestIpcModeOlderClient (0.09s) [2020-11-10T20:02:04.516Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.012s coverage: 3.0% of statements [2020-11-10T20:02:04.956Z] --- PASS: TestCgroupNamespacesBuild (4.49s) [2020-11-10T20:02:04.956Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-10T20:02:05.085Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.586s coverage: 57.7% of statements [2020-11-10T20:02:05.085Z] ok github.com/docker/docker/daemon/logger 0.230s coverage: 41.0% of statements [2020-11-10T20:02:05.264Z] ok github.com/docker/docker/pkg/broadcaster 0.014s coverage: 100.0% of statements [2020-11-10T20:02:05.264Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2020-11-10T20:02:05.345Z] ok github.com/docker/docker/daemon/images 0.023s coverage: 4.9% of statements [2020-11-10T20:02:05.345Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 67.0% of statements [2020-11-10T20:02:05.562Z] ok github.com/docker/docker/pkg/authorization 0.775s coverage: 68.3% of statements [2020-11-10T20:02:05.605Z] ok github.com/docker/docker/daemon/logger/awslogs 0.194s coverage: 77.8% of statements [2020-11-10T20:02:05.864Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 87.2% of statements [2020-11-10T20:02:06.124Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.476s coverage: 14.1% of statements [2020-11-10T20:02:06.124Z] ok github.com/docker/docker/daemon/logger/journald 0.012s coverage: 23.9% of statements [2020-11-10T20:02:06.343Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.02s) [2020-11-10T20:02:06.344Z] === RUN TestBuildWithSession [2020-11-10T20:02:06.344Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-10T20:02:06.344Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T20:02:06.344Z] === RUN TestBuildSquashParent [2020-11-10T20:02:06.384Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.035s coverage: 61.6% of statements [2020-11-10T20:02:06.613Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements [2020-11-10T20:02:06.613Z] ok github.com/docker/docker/pkg/archive 1.206s coverage: 76.8% of statements [2020-11-10T20:02:06.643Z] ok github.com/docker/docker/daemon/logger/local 0.053s coverage: 75.2% of statements [2020-11-10T20:02:06.909Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.526s coverage: 46.2% of statements [2020-11-10T20:02:06.909Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.061s coverage: 58.6% of statements [2020-11-10T20:02:07.170Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2020-11-10T20:02:07.170Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.019s coverage: 33.3% of statements [2020-11-10T20:02:07.430Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2020-11-10T20:02:07.660Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2020-11-10T20:02:07.660Z] ok github.com/docker/docker/pkg/discovery/file 0.025s coverage: 92.9% of statements [2020-11-10T20:02:07.999Z] ok github.com/docker/docker/daemon/network 0.013s coverage: 63.8% of statements [2020-11-10T20:02:08.537Z] --- PASS: TestDaemonRestartIpcMode (4.34s) [2020-11-10T20:02:08.537Z] PASS [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === Skipped [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-10T20:02:08.537Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-11-10T20:02:08.537Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-11-10T20:02:08.537Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-11-10T20:02:08.537Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-11-10T20:02:08.537Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-11-10T20:02:08.537Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-11-10T20:02:08.537Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-10T20:02:08.537Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-10T20:02:08.537Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-10T20:02:08.537Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-10T20:02:08.537Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-11-10T20:02:08.537Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-11-10T20:02:08.537Z] 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-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2020-11-10T20:02:08.537Z] 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-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2020-11-10T20:02:08.537Z] 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-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-11-10T20:02:08.537Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-10T20:02:08.537Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-11-10T20:02:08.537Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-11-10T20:02:08.537Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-11-10T20:02:08.537Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-11-10T20:02:08.537Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-11-10T20:02:08.537Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-10T20:02:08.537Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-10T20:02:08.537Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-11-10T20:02:08.537Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-11-10T20:02:08.537Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] [2020-11-10T20:02:08.537Z] DONE 176 tests, 26 skipped in 80.577s [2020-11-10T20:02:08.537Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-10T20:02:08.569Z] ok github.com/docker/docker/distribution/metadata 0.030s coverage: 48.2% of statements [2020-11-10T20:02:08.569Z] ok github.com/docker/docker/errdefs 0.031s coverage: 49.4% of statements [2020-11-10T20:02:08.709Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-11-10T20:02:08.793Z] INFO: Testing against a local daemon [2020-11-10T20:02:08.794Z] === RUN TestCommitInheritsEnv [2020-11-10T20:02:09.138Z] ok github.com/docker/docker/distribution 0.173s coverage: 21.9% of statements [2020-11-10T20:02:09.138Z] ok github.com/docker/docker/daemon/logger/splunk 1.553s coverage: 82.5% of statements [2020-11-10T20:02:09.138Z] ok github.com/docker/docker/image/cache 0.026s coverage: 19.2% of statements [2020-11-10T20:02:09.138Z] ok github.com/docker/docker/image 0.050s coverage: 86.4% of statements [2020-11-10T20:02:09.361Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2020-11-10T20:02:09.397Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2020-11-10T20:02:09.397Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2020-11-10T20:02:09.657Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2020-11-10T20:02:09.657Z] ok github.com/docker/docker/pkg/aaparser 0.010s coverage: 52.9% of statements [2020-11-10T20:02:09.918Z] ok github.com/docker/docker/oci 0.034s coverage: 8.2% of statements [2020-11-10T20:02:10.159Z] --- PASS: TestCommitInheritsEnv (1.31s) [2020-11-10T20:02:10.159Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-10T20:02:10.159Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-10T20:02:10.159Z] === RUN TestImagesFilterMultiReference [2020-11-10T20:02:10.159Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-11-10T20:02:10.159Z] === RUN TestImagePullPlatformInvalid [2020-11-10T20:02:10.159Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-10T20:02:10.159Z] === RUN TestRemoveImageOrphaning [2020-11-10T20:02:10.177Z] ok github.com/docker/docker/opts 0.029s coverage: 67.1% of statements [2020-11-10T20:02:10.177Z] ok github.com/docker/docker/distribution/xfer 1.726s coverage: 85.6% of statements [2020-11-10T20:02:10.255Z] Loaded image: buildpack-deps:buster [2020-11-10T20:02:10.437Z] ok github.com/docker/docker/pkg/broadcaster 0.008s coverage: 100.0% of statements [2020-11-10T20:02:10.437Z] ok github.com/docker/docker/pkg/capabilities 0.012s coverage: 87.5% of statements [2020-11-10T20:02:10.696Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2020-11-10T20:02:10.700Z] ok github.com/docker/docker/pkg/chrootarchive 3.851s coverage: 43.2% of statements [2020-11-10T20:02:10.827Z] Loaded image: busybox:latest [2020-11-10T20:02:11.001Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2020-11-10T20:02:11.267Z] ok github.com/docker/docker/pkg/authorization 0.513s coverage: 68.3% of statements [2020-11-10T20:02:11.267Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2020-11-10T20:02:11.267Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2020-11-10T20:02:11.301Z] ok github.com/docker/docker/layer 7.680s coverage: 68.8% of statements [2020-11-10T20:02:11.301Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-10T20:02:11.301Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-10T20:02:11.301Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-10T20:02:11.301Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-10T20:02:11.301Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-10T20:02:11.301Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-10T20:02:11.301Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-10T20:02:11.527Z] ok github.com/docker/docker/pkg/archive 0.647s coverage: 77.1% of statements [2020-11-10T20:02:11.527Z] ok github.com/docker/docker/pkg/discovery/memory 0.019s coverage: 92.3% of statements [2020-11-10T20:02:11.527Z] ok github.com/docker/docker/pkg/dmesg 0.035s coverage: 83.3% of statements [2020-11-10T20:02:11.786Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-11-10T20:02:11.944Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-11-10T20:02:12.046Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 89.5% of statements [2020-11-10T20:02:12.046Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-11-10T20:02:12.050Z] --- PASS: TestRemoveImageOrphaning (1.89s) [2020-11-10T20:02:12.050Z] === RUN TestRemoveImageGarbageCollector [2020-11-10T20:02:12.050Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-10T20:02:12.050Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-10T20:02:12.050Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-10T20:02:12.050Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-11-10T20:02:12.050Z] === RUN TestTagInvalidReference [2020-11-10T20:02:12.050Z] --- PASS: TestTagInvalidReference (0.01s) [2020-11-10T20:02:12.050Z] === RUN TestTagValidPrefixedRepo [2020-11-10T20:02:12.050Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-11-10T20:02:12.050Z] === RUN TestTagExistedNameWithoutForce [2020-11-10T20:02:12.241Z] ok github.com/docker/docker/pkg/fsutils 0.394s coverage: 85.1% of statements [2020-11-10T20:02:12.241Z] ok github.com/docker/docker/pkg/discovery/kv 3.103s coverage: 84.1% of statements [2020-11-10T20:02:12.306Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-10T20:02:12.306Z] === RUN TestTagOfficialNames [2020-11-10T20:02:12.306Z] --- PASS: TestTagOfficialNames (0.06s) [2020-11-10T20:02:12.306Z] === RUN TestTagMatchesDigest [2020-11-10T20:02:12.306Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-10T20:02:12.306Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-10T20:02:12.306Z] ok github.com/docker/docker/pkg/fsutils 0.248s coverage: 85.1% of statements [2020-11-10T20:02:12.537Z] ok github.com/docker/docker/pkg/homedir 0.026s coverage: 11.4% of statements [2020-11-10T20:02:12.565Z] ok github.com/docker/docker/pkg/filenotify 0.613s coverage: 67.0% of statements [2020-11-10T20:02:12.823Z] Loaded image: busybox:glibc [2020-11-10T20:02:12.825Z] ok github.com/docker/docker/pkg/longpath 0.017s coverage: 100.0% of statements [2020-11-10T20:02:12.825Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2020-11-10T20:02:12.825Z] ok github.com/docker/docker/pkg/idtools 0.366s coverage: 70.1% of statements [2020-11-10T20:02:13.085Z] ok github.com/docker/docker/pkg/ioutils 0.465s coverage: 69.3% of statements [2020-11-10T20:02:13.085Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2020-11-10T20:02:13.085Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-11-10T20:02:13.085Z] Loaded image: debian:buster [2020-11-10T20:02:13.085Z] Loaded image: hello-world:latest [2020-11-10T20:02:13.344Z] ok github.com/docker/docker/pkg/parsers/kernel 0.009s coverage: 60.0% of statements [2020-11-10T20:02:13.344Z] ok github.com/docker/docker/pkg/pidfile 0.025s coverage: 82.4% of statements [2020-11-10T20:02:13.347Z] Loaded image: arm32v7/hello-world:latest [2020-11-10T20:02:13.347Z] INFO: Testing against a local daemon [2020-11-10T20:02:13.347Z] === RUN TestCgroupNamespacesBuild [2020-11-10T20:02:13.588Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2020-11-10T20:02:13.604Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 86.7% of statements [2020-11-10T20:02:13.863Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2020-11-10T20:02:14.123Z] ok github.com/docker/docker/pkg/chrootarchive 2.877s coverage: 43.2% of statements [2020-11-10T20:02:14.123Z] ok github.com/docker/docker/pkg/pools 0.081s coverage: 88.2% of statements [2020-11-10T20:02:14.123Z] ok github.com/docker/docker/pkg/progress 0.019s coverage: 75.9% of statements [2020-11-10T20:02:14.230Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2020-11-10T20:02:14.230Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2020-11-10T20:02:14.382Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2020-11-10T20:02:14.489Z] --- PASS: TestBuildSquashParent (8.35s) [2020-11-10T20:02:14.489Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-10T20:02:14.489Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:02:14.489Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:02:14.489Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:02:14.489Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:02:14.489Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:02:14.489Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:02:14.489Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:02:14.489Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:02:14.489Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:02:14.489Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:02:14.489Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:02:14.489Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:02:14.489Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:02:14.489Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:02:14.528Z] ok github.com/docker/docker/pkg/idtools 0.696s coverage: 70.1% of statements [2020-11-10T20:02:14.643Z] ok github.com/docker/docker/pkg/reexec 0.023s coverage: 82.4% of statements [2020-11-10T20:02:14.829Z] ok github.com/docker/docker/pkg/ioutils 1.310s coverage: 70.6% of statements [2020-11-10T20:02:14.829Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-10T20:02:14.829Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-10T20:02:14.829Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-10T20:02:14.829Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-10T20:02:14.903Z] ok github.com/docker/docker/pkg/stdcopy 0.013s coverage: 100.0% of statements [2020-11-10T20:02:14.903Z] ok github.com/docker/docker/pkg/discovery/kv 3.045s coverage: 84.1% of statements [2020-11-10T20:02:14.903Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-11-10T20:02:15.125Z] ok github.com/docker/docker/pkg/parsers 0.044s coverage: 97.0% of statements [2020-11-10T20:02:15.125Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2020-11-10T20:02:15.162Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-11-10T20:02:15.421Z] ok github.com/docker/docker/pkg/pubsub 1.048s coverage: 75.0% of statements [2020-11-10T20:02:15.680Z] ok github.com/docker/docker/pkg/tailfile 0.042s coverage: 88.6% of statements [2020-11-10T20:02:15.680Z] ok github.com/docker/docker/pkg/system 0.006s coverage: 36.9% of statements [2020-11-10T20:02:15.680Z] ok github.com/docker/docker/pkg/sysinfo 0.010s coverage: 54.9% of statements [2020-11-10T20:02:15.772Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.022s coverage: 86.7% of statements [2020-11-10T20:02:15.940Z] testing: warning: no tests to run [2020-11-10T20:02:15.940Z] coverage: [no statements] [2020-11-10T20:02:15.940Z] ok github.com/docker/docker/pkg/term/windows 0.003s coverage: [no statements] [no tests to run] [2020-11-10T20:02:15.940Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-11-10T20:02:15.940Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2020-11-10T20:02:16.069Z] ok github.com/docker/docker/pkg/pidfile 0.030s coverage: 82.4% of statements [2020-11-10T20:02:16.069Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-10T20:02:16.069Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-10T20:02:16.200Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2020-11-10T20:02:16.200Z] ok github.com/docker/docker/pkg/tarsum 0.061s coverage: 89.3% of statements [2020-11-10T20:02:16.714Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.042s coverage: 56.8% of statements [2020-11-10T20:02:16.769Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2020-11-10T20:02:16.769Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-11-10T20:02:17.339Z] ok github.com/docker/docker/pkg/signal 2.582s coverage: 61.0% of statements [2020-11-10T20:02:17.339Z] ok github.com/docker/docker/reference 0.033s coverage: 84.4% of statements [2020-11-10T20:02:17.765Z] ok github.com/docker/docker/pkg/pools 0.009s coverage: 88.2% of statements [2020-11-10T20:02:17.765Z] ok github.com/docker/docker/pkg/progress 0.004s coverage: 75.9% of statements [2020-11-10T20:02:17.765Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2020-11-10T20:02:17.794Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:02:17.908Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-11-10T20:02:17.908Z] ok github.com/docker/docker/plugin 0.524s coverage: 23.2% of statements [2020-11-10T20:02:17.908Z] ok github.com/docker/docker/registry/resumable 0.024s coverage: 100.0% of statements [2020-11-10T20:02:17.908Z] ok github.com/docker/docker/daemon 12.149s coverage: 17.2% of statements [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-10T20:02:17.908Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-10T20:02:18.056Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:02:18.168Z] ok github.com/docker/docker/quota 0.406s coverage: 71.4% of statements [2020-11-10T20:02:18.168Z] ok github.com/docker/docker/registry 0.118s coverage: 57.2% of statements [2020-11-10T20:02:18.168Z] ok github.com/docker/docker/layer 7.543s coverage: 68.8% of statements [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-10T20:02:18.168Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-10T20:02:18.169Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-10T20:02:18.169Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-10T20:02:18.406Z] ok github.com/docker/docker/pkg/reexec 0.021s coverage: 82.4% of statements [2020-11-10T20:02:18.428Z] ok github.com/docker/docker/testutil 0.057s coverage: 62.5% of statements [2020-11-10T20:02:18.638Z] --- PASS: TestCgroupNamespacesBuild (4.27s) [2020-11-10T20:02:18.638Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-10T20:02:18.687Z] ok github.com/docker/docker/runconfig 0.024s coverage: 66.1% of statements [2020-11-10T20:02:19.046Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2020-11-10T20:02:19.052Z] ---> a1adaa6515fd [2020-11-10T20:02:19.052Z] Successfully built a1adaa6515fd [2020-11-10T20:02:19.052Z] Successfully tagged docker:latest [2020-11-10T20:02:19.052Z] INFO: Image build ended at 11/10/2020 20:02:16. Duration:00:04:15.5480874 [2020-11-10T20:02:19.052Z] [2020-11-10T20:02:19.052Z] [2020-11-10T20:02:19.052Z] INFO: Building the test binaries at 11/10/2020 20:02:16... [2020-11-10T20:02:19.341Z] ok github.com/docker/docker/pkg/pubsub 1.154s coverage: 75.0% of statements [2020-11-10T20:02:19.583Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.79s) [2020-11-10T20:02:19.583Z] === RUN TestBuildWithSession [2020-11-10T20:02:19.583Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-10T20:02:19.583Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T20:02:19.583Z] === RUN TestBuildSquashParent [2020-11-10T20:02:19.626Z] ok github.com/docker/docker/volume/drivers 0.019s coverage: 36.1% of statements [2020-11-10T20:02:19.626Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.0% of statements [2020-11-10T20:02:19.884Z] ok github.com/docker/docker/volume/local 0.153s coverage: 76.6% of statements [2020-11-10T20:02:19.884Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.1% of statements [2020-11-10T20:02:19.997Z] ok github.com/docker/docker/pkg/stringid 0.007s coverage: 70.6% of statements [2020-11-10T20:02:19.997Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2020-11-10T20:02:21.360Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:02:21.360Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:02:21.519Z] ok github.com/docker/docker/pkg/system 0.027s coverage: 36.9% of statements [2020-11-10T20:02:21.519Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.8% of statements [2020-11-10T20:02:21.816Z] ok github.com/docker/docker/pkg/signal 2.987s coverage: 61.0% of statements [2020-11-10T20:02:22.005Z] INFO: make.ps1 starting at 11/10/2020 20:02:21 [2020-11-10T20:02:22.005Z] INFO: Git commit (2b41e84719) assumed from DOCKER_GITCOMMIT environment variable [2020-11-10T20:02:22.005Z] INFO: Invoking autogen... [2020-11-10T20:02:22.114Z] ok github.com/docker/docker/pkg/tailfile 0.126s coverage: 88.6% of statements [2020-11-10T20:02:22.410Z] testing: warning: no tests to run [2020-11-10T20:02:22.410Z] coverage: [no statements] [2020-11-10T20:02:22.410Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: [no statements] [no tests to run] [2020-11-10T20:02:23.055Z] ok github.com/docker/docker/pkg/tarsum 0.186s coverage: 89.3% of statements [2020-11-10T20:02:23.055Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2020-11-10T20:02:23.055Z] ok github.com/docker/docker/pkg/truncindex 0.110s coverage: 91.5% of statements [2020-11-10T20:02:23.351Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2020-11-10T20:02:23.545Z] INFO: Building daemon... [2020-11-10T20:02:24.665Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-10T20:02:24.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.35s) [2020-11-10T20:02:24.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.60s) [2020-11-10T20:02:24.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.97s) [2020-11-10T20:02:24.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.87s) [2020-11-10T20:02:24.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.21s) [2020-11-10T20:02:24.665Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.17s) [2020-11-10T20:02:24.665Z] === RUN TestBuildMultiStageCopy [2020-11-10T20:02:24.665Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-10T20:02:25.446Z] ok github.com/docker/docker/plugin/v2 0.015s coverage: 14.5% of statements [2020-11-10T20:02:25.761Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 83.5% of statements [2020-11-10T20:02:26.172Z] --- PASS: TestBuildSquashParent (6.60s) [2020-11-10T20:02:26.172Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-10T20:02:26.172Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:02:26.172Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:02:26.172Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:02:26.172Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:02:26.172Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:02:26.172Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:02:26.172Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:02:26.172Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:02:26.172Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:02:26.172Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:02:26.172Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:02:26.172Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:02:26.172Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:02:26.172Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:02:26.172Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:02:26.172Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:02:26.582Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-10T20:02:26.812Z] ok github.com/docker/docker/reference 0.010s coverage: 84.4% of statements [2020-11-10T20:02:27.154Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-10T20:02:27.455Z] ok github.com/docker/docker/plugin 0.577s coverage: 23.2% of statements [2020-11-10T20:02:27.727Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-10T20:02:28.299Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-10T20:02:28.733Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:02:28.871Z] --- PASS: TestBuildMultiStageCopy (4.62s) [2020-11-10T20:02:28.871Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.39s) [2020-11-10T20:02:28.871Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s) [2020-11-10T20:02:28.871Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.55s) [2020-11-10T20:02:28.871Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s) [2020-11-10T20:02:28.871Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2020-11-10T20:02:28.871Z] === RUN TestBuildMultiStageParentConfig [2020-11-10T20:02:28.986Z] ok github.com/docker/docker/quota 0.545s coverage: 71.4% of statements [2020-11-10T20:02:28.995Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:02:29.283Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2020-11-10T20:02:29.925Z] ok github.com/docker/docker/restartmanager 0.037s coverage: 45.3% of statements [2020-11-10T20:02:30.260Z] --- PASS: TestBuildMultiStageParentConfig (1.33s) [2020-11-10T20:02:30.260Z] === RUN TestBuildLabelWithTargets [2020-11-10T20:02:30.568Z] ok github.com/docker/docker/registry 0.293s coverage: 57.2% of statements [2020-11-10T20:02:30.568Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2020-11-10T20:02:30.912Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-10T20:02:30.912Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.71s) [2020-11-10T20:02:30.912Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.77s) [2020-11-10T20:02:30.912Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.78s) [2020-11-10T20:02:30.912Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.82s) [2020-11-10T20:02:30.912Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.94s) [2020-11-10T20:02:30.912Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.97s) [2020-11-10T20:02:30.912Z] === RUN TestBuildMultiStageCopy [2020-11-10T20:02:30.912Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-10T20:02:31.633Z] ok github.com/docker/docker/runconfig 0.031s coverage: 66.1% of statements [2020-11-10T20:02:32.175Z] --- PASS: TestBuildLabelWithTargets (2.05s) [2020-11-10T20:02:32.175Z] === RUN TestBuildWithEmptyLayers [2020-11-10T20:02:33.464Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-10T20:02:33.563Z] --- PASS: TestBuildWithEmptyLayers (1.14s) [2020-11-10T20:02:33.563Z] === RUN TestBuildMultiStageOnBuild [2020-11-10T20:02:33.725Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-10T20:02:33.726Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2020-11-10T20:02:34.299Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-10T20:02:34.871Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-10T20:02:35.444Z] --- PASS: TestBuildMultiStageCopy (4.43s) [2020-11-10T20:02:35.444Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.27s) [2020-11-10T20:02:35.444Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2020-11-10T20:02:35.444Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2020-11-10T20:02:35.444Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2020-11-10T20:02:35.444Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2020-11-10T20:02:35.444Z] === RUN TestBuildMultiStageParentConfig [2020-11-10T20:02:35.817Z] ok github.com/docker/docker/volume/mounts 0.144s coverage: 67.0% of statements [2020-11-10T20:02:36.112Z] ok github.com/docker/docker/volume/local 0.200s coverage: 76.6% of statements [2020-11-10T20:02:36.404Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.1% of statements [2020-11-10T20:02:36.834Z] --- PASS: TestBuildMultiStageParentConfig (1.50s) [2020-11-10T20:02:36.834Z] === RUN TestBuildLabelWithTargets [2020-11-10T20:02:36.868Z] --- PASS: TestBuildMultiStageOnBuild (3.04s) [2020-11-10T20:02:36.868Z] === RUN TestBuildUncleanTarFilenames [2020-11-10T20:02:38.254Z] --- PASS: TestBuildUncleanTarFilenames (1.72s) [2020-11-10T20:02:38.254Z] === RUN TestBuildMultiStageLayerLeak [2020-11-10T20:02:39.385Z] --- PASS: TestBuildLabelWithTargets (2.17s) [2020-11-10T20:02:39.385Z] === RUN TestBuildWithEmptyLayers [2020-11-10T20:02:39.958Z] --- PASS: TestBuildWithEmptyLayers (1.06s) [2020-11-10T20:02:39.958Z] === RUN TestBuildMultiStageOnBuild [2020-11-10T20:02:41.561Z] --- PASS: TestBuildMultiStageLayerLeak (2.98s) [2020-11-10T20:02:41.562Z] === RUN TestBuildWithHugeFile [2020-11-10T20:02:43.264Z] --- PASS: TestBuildMultiStageOnBuild (2.70s) [2020-11-10T20:02:43.264Z] === RUN TestBuildUncleanTarFilenames [2020-11-10T20:02:44.208Z] --- PASS: TestBuildUncleanTarFilenames (1.47s) [2020-11-10T20:02:44.208Z] === RUN TestBuildMultiStageLayerLeak [2020-11-10T20:02:47.516Z] --- PASS: TestBuildMultiStageLayerLeak (2.79s) [2020-11-10T20:02:47.516Z] === RUN TestBuildWithHugeFile [2020-11-10T20:02:51.491Z] --- PASS: TestImportExtremelyLargeImageWorks (78.99s) [2020-11-10T20:02:51.491Z] PASS [2020-11-10T20:02:51.491Z] [2020-11-10T20:02:51.491Z] === Skipped [2020-11-10T20:02:51.491Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-10T20:02:51.491Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:02:51.492Z] [2020-11-10T20:02:51.492Z] [2020-11-10T20:02:51.492Z] DONE 12 tests, 1 skipped in 80.546s [2020-11-10T20:02:51.492Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-11-10T20:02:51.492Z] ++ 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-11-10T20:02:51.492Z] ++ set -e [2020-11-10T20:02:51.492Z] ++ '[' -n 0 ']' [2020-11-10T20:02:51.492Z] ++ set -x [2020-11-10T20:02:51.492Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:02:51.492Z] INFO: Testing against a local daemon [2020-11-10T20:02:51.492Z] === RUN TestNetworkCreateDelete [2020-11-10T20:02:51.492Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-11-10T20:02:51.492Z] === RUN TestDockerNetworkDeletePreferID [2020-11-10T20:02:51.492Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-11-10T20:02:51.492Z] === RUN TestDaemonDNSFallback [2020-11-10T20:02:51.492Z] --- PASS: TestDaemonDNSFallback (2.47s) [2020-11-10T20:02:51.492Z] === RUN TestInspectNetwork [2020-11-10T20:02:51.753Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.6% of statements [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/rootless [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/volume [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-10T20:02:51.753Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === Skipped [2020-11-10T20:02:51.753Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-10T20:02:51.753Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-10T20:02:51.753Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:73: No driver to put! [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-10T20:02:51.753Z] time="2020-11-10T20:01:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-10T20:02:51.753Z] time="2020-11-10T20:01:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-10T20:02:51.753Z] time="2020-11-10T20:01:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-10T20:02:51.753Z] time="2020-11-10T20:01:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-10T20:02:51.753Z] time="2020-11-10T20:01:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:73: No driver to put! [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-10T20:02:51.753Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-10T20:02:51.753Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-10T20:02:51.753Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.753Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-10T20:02:51.753Z] graphtest_unix.go:73: No driver to put! [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-10T20:02:51.753Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-10T20:02:51.753Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] [2020-11-10T20:02:51.753Z] DONE 2169 tests, 26 skipped in 257.015s Post stage [Pipeline] junit [2020-11-10T20:02:51.800Z] Recording test results [2020-11-10T20:02:51.955Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/rootless [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/volume [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-10T20:02:51.955Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === Skipped [2020-11-10T20:02:51.955Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-10T20:02:51.955Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-10T20:02:51.955Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-10T20:02:51.955Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.955Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-10T20:02:51.955Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.955Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-10T20:02:51.955Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.955Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-10T20:02:51.955Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.955Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-10T20:02:51.955Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.955Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-10T20:02:51.955Z] graphtest_unix.go:73: No driver to put! [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-10T20:02:51.955Z] time="2020-11-10T20:02:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T20:02:51.955Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T20:02:51.955Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-10T20:02:51.955Z] time="2020-11-10T20:02:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T20:02:51.955Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T20:02:51.955Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-10T20:02:51.955Z] time="2020-11-10T20:02:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T20:02:51.955Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T20:02:51.955Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-10T20:02:51.955Z] time="2020-11-10T20:02:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T20:02:51.955Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T20:02:51.955Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T20:02:51.955Z] [2020-11-10T20:02:51.955Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-10T20:02:51.955Z] time="2020-11-10T20:02:02Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-10T20:02:51.956Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-10T20:02:51.956Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-10T20:02:51.956Z] graphtest_unix.go:73: No driver to put! [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-10T20:02:51.956Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-10T20:02:51.956Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-10T20:02:51.956Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-10T20:02:51.956Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-10T20:02:51.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.956Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-10T20:02:51.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.956Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-10T20:02:51.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.956Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-10T20:02:51.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.956Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-10T20:02:51.956Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-10T20:02:51.956Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-10T20:02:51.956Z] graphtest_unix.go:73: No driver to put! [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-10T20:02:51.956Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-10T20:02:51.956Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] [2020-11-10T20:02:51.956Z] DONE 2169 tests, 26 skipped in 92.579s Post stage [Pipeline] junit [2020-11-10T20:02:51.970Z] Recording test results [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-11-10T20:02:52.600Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41659/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/validate/vendor [2020-11-10T20:02:52.713Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41659/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -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:2b41e8471935a95440472ca90e99aa33dacf56c0 hack/make.sh dynbinary test-integration [2020-11-10T20:02:53.011Z] [2020-11-10T20:02:53.011Z] Removing bundles/ [2020-11-10T20:02:53.011Z] [2020-11-10T20:02:53.011Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-10T20:02:53.011Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T20:02:53.011Z] GOOS="" GOARCH="" GOARM="" [2020-11-10T20:02:53.167Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-11-10T20:02:54.065Z] + echo Building e2e image [2020-11-10T20:02:54.065Z] Building e2e image [2020-11-10T20:02:54.065Z] + docker build --build-arg DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 -t moby-e2e-test -f Dockerfile.e2e . [2020-11-10T20:02:54.065Z] #2 [internal] load build definition from Dockerfile.e2e [2020-11-10T20:02:54.065Z] #2 transferring dockerfile: 3.21kB done [2020-11-10T20:02:54.065Z] #2 DONE 0.0s [2020-11-10T20:02:54.065Z] [2020-11-10T20:02:54.065Z] #1 [internal] load .dockerignore [2020-11-10T20:02:54.065Z] #1 transferring context: 34B done [2020-11-10T20:02:54.065Z] #1 DONE 0.0s [2020-11-10T20:02:54.065Z] [2020-11-10T20:02:54.065Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-11-10T20:02:54.324Z] #4 DONE 0.3s [2020-11-10T20:02:54.324Z] [2020-11-10T20:02:54.324Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-11-10T20:02:54.324Z] #3 DONE 0.4s [2020-11-10T20:02:54.583Z] [2020-11-10T20:02:54.583Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-11-10T20:02:54.583Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-11-10T20:02:54.583Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-11-10T20:02:54.583Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-11-10T20:02:54.583Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0B / 2.80MB 0.0s [2020-11-10T20:02:54.583Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-11-10T20:02:54.583Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d [2020-11-10T20:02:54.583Z] #5 ... [2020-11-10T20:02:54.583Z] [2020-11-10T20:02:54.583Z] #8 [internal] load build context [2020-11-10T20:02:54.583Z] #8 transferring context: 861.68kB 0.2s done [2020-11-10T20:02:54.583Z] #8 DONE 0.2s [2020-11-10T20:02:54.583Z] [2020-11-10T20:02:54.583Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-11-10T20:02:54.583Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done [2020-11-10T20:02:54.583Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.1s done [2020-11-10T20:02:54.842Z] #5 DONE 0.3s [2020-11-10T20:02:54.842Z] [2020-11-10T20:02:54.842Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-11-10T20:02:54.842Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done [2020-11-10T20:02:54.842Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.1s done [2020-11-10T20:02:54.842Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done [2020-11-10T20:02:54.842Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done [2020-11-10T20:02:54.842Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 2.80MB / 2.80MB 0.1s done [2020-11-10T20:02:54.842Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done [2020-11-10T20:02:54.842Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done [2020-11-10T20:02:54.842Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 12.23MB / 127.34MB 0.3s [2020-11-10T20:02:54.842Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done [2020-11-10T20:02:54.842Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done [2020-11-10T20:02:54.842Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.1s done [2020-11-10T20:02:54.842Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done [2020-11-10T20:02:55.101Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 31.29MB / 127.34MB 0.6s [2020-11-10T20:02:55.359Z] #14 ... [2020-11-10T20:02:55.359Z] [2020-11-10T20:02:55.359Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-11-10T20:02:55.359Z] #6 DONE 0.5s [2020-11-10T20:02:55.359Z] [2020-11-10T20:02:55.359Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-11-10T20:02:55.359Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 44.02MB / 127.34MB 0.8s [2020-11-10T20:02:55.621Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 51.34MB / 127.34MB 1.0s [2020-11-10T20:02:55.621Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 57.76MB / 127.34MB 1.2s [2020-11-10T20:02:55.880Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 76.26MB / 127.34MB 1.4s [2020-11-10T20:02:56.139Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 112.04MB / 127.34MB 1.6s [2020-11-10T20:02:56.398Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.8s [2020-11-10T20:02:56.398Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.8s done [2020-11-10T20:02:56.398Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b [2020-11-10T20:02:56.476Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-10T20:02:56.476Z] Using test binary docker [2020-11-10T20:02:56.476Z] +++ /etc/init.d/apparmor start [2020-11-10T20:02:56.476Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-10T20:02:56.476Z] INFO: Waiting for daemon to start... [2020-11-10T20:02:56.476Z] Starting dockerd [2020-11-10T20:02:56.476Z] +++ 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-11-10T20:02:56.476Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-10T20:02:56.476Z] Using test binary docker [2020-11-10T20:02:56.476Z] +++ /etc/init.d/apparmor start [2020-11-10T20:02:56.476Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-10T20:02:56.476Z] INFO: Waiting for daemon to start... [2020-11-10T20:02:56.476Z] Starting dockerd [2020-11-10T20:02:56.476Z] +++ 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-11-10T20:02:57.113Z] === RUN TestInspectNetwork/full_network_id [2020-11-10T20:02:57.113Z] === RUN TestInspectNetwork/partial_network_id [2020-11-10T20:02:57.113Z] === RUN TestInspectNetwork/network_name [2020-11-10T20:02:57.113Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-10T20:02:59.691Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 2.9s done [2020-11-10T20:02:59.691Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 [2020-11-10T20:02:59.691Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done [2020-11-10T20:02:59.949Z] #14 DONE 5.5s [2020-11-10T20:02:59.949Z] [2020-11-10T20:02:59.949Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-11-10T20:03:00.517Z] #15 ... [2020-11-10T20:03:00.517Z] [2020-11-10T20:03:00.517Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-11-10T20:03:00.517Z] #7 0.380 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-10T20:03:00.517Z] #7 1.484 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-10T20:03:00.517Z] #7 1.579 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-11-10T20:03:00.517Z] #7 1.584 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-11-10T20:03:00.517Z] #7 1.591 (3/30) Installing readline (8.0.0-r0) [2020-11-10T20:03:00.517Z] #7 1.595 (4/30) Installing bash (5.0.0-r0) [2020-11-10T20:03:00.517Z] #7 1.610 Executing bash-5.0.0-r0.post-install [2020-11-10T20:03:00.517Z] #7 1.613 (5/30) Installing ca-certificates (20191127-r2) [2020-11-10T20:03:00.517Z] #7 1.628 (6/30) Installing libgcc (8.3.0-r0) [2020-11-10T20:03:00.517Z] #7 1.631 (7/30) Installing libstdc++ (8.3.0-r0) [2020-11-10T20:03:00.517Z] #7 1.645 (8/30) Installing binutils (2.32-r0) [2020-11-10T20:03:00.517Z] #7 1.736 (9/30) Installing gmp (6.1.2-r1) [2020-11-10T20:03:00.517Z] #7 1.744 (10/30) Installing isl (0.18-r0) [2020-11-10T20:03:00.517Z] #7 1.761 (11/30) Installing libgomp (8.3.0-r0) [2020-11-10T20:03:00.517Z] #7 1.766 (12/30) Installing libatomic (8.3.0-r0) [2020-11-10T20:03:00.517Z] #7 1.870 (13/30) Installing mpfr3 (3.1.5-r1) [2020-11-10T20:03:00.517Z] #7 1.878 (14/30) Installing mpc1 (1.1.0-r0) [2020-11-10T20:03:00.517Z] #7 1.881 (15/30) Installing gcc (8.3.0-r0) [2020-11-10T20:03:00.517Z] #7 2.662 (16/30) Installing musl-dev (1.1.22-r3) [2020-11-10T20:03:00.517Z] #7 2.750 (17/30) Installing libc-dev (0.7.1-r0) [2020-11-10T20:03:00.517Z] #7 2.752 (18/30) Installing g++ (8.3.0-r0) [2020-11-10T20:03:00.517Z] #7 3.215 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-11-10T20:03:00.517Z] #7 3.219 (20/30) Installing libcurl (7.66.0-r1) [2020-11-10T20:03:00.517Z] #7 3.225 (21/30) Installing expat (2.2.8-r0) [2020-11-10T20:03:00.517Z] #7 3.229 (22/30) Installing pcre2 (10.33-r0) [2020-11-10T20:03:00.517Z] #7 3.238 (23/30) Installing git (2.22.4-r0) [2020-11-10T20:03:00.517Z] #7 3.407 (24/30) Installing libmnl (1.0.4-r0) [2020-11-10T20:03:00.517Z] #7 3.413 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-11-10T20:03:00.517Z] #7 3.417 (26/30) Installing iptables (1.8.3-r1) [2020-11-10T20:03:00.517Z] #7 3.456 (27/30) Installing pigz (2.4-r0) [2020-11-10T20:03:00.517Z] #7 3.487 (28/30) Installing tar (1.32-r0) [2020-11-10T20:03:00.517Z] #7 3.487 (29/30) Installing xz-libs (5.2.4-r0) [2020-11-10T20:03:00.517Z] #7 3.487 (30/30) Installing xz (5.2.4-r0) [2020-11-10T20:03:00.517Z] #7 3.487 Executing busybox-1.30.1-r3.trigger [2020-11-10T20:03:00.517Z] #7 3.492 Executing ca-certificates-20191127-r2.trigger [2020-11-10T20:03:00.517Z] #7 3.546 OK: 179 MiB in 44 packages [2020-11-10T20:03:00.517Z] #7 DONE 5.2s [2020-11-10T20:03:00.517Z] [2020-11-10T20:03:00.517Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-11-10T20:03:00.517Z] #9 DONE 0.0s [2020-11-10T20:03:00.517Z] [2020-11-10T20:03:00.517Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-11-10T20:03:00.517Z] #10 DONE 0.0s [2020-11-10T20:03:00.517Z] [2020-11-10T20:03:00.517Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-11-10T20:03:00.517Z] #11 DONE 0.0s [2020-11-10T20:03:00.517Z] [2020-11-10T20:03:00.517Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-11-10T20:03:00.517Z] #12 DONE 0.0s [2020-11-10T20:03:00.517Z] [2020-11-10T20:03:00.517Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-11-10T20:03:00.517Z] #13 DONE 0.0s [2020-11-10T20:03:00.775Z] [2020-11-10T20:03:00.775Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-11-10T20:03:00.775Z] #15 0.971 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T20:03:01.761Z] . [2020-11-10T20:03:01.761Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-10T20:03:01.761Z] [2020-11-10T20:03:01.761Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-10T20:03:01.761Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-10T20:03:01.761Z] Error: No such image: emptyfs [2020-11-10T20:03:01.761Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-10T20:03:01.761Z] ++++ docker load [2020-11-10T20:03:01.761Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-10T20:03:01.761Z] Error: No such image: emptyfs [2020-11-10T20:03:01.761Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-10T20:03:01.761Z] ++++ docker load [2020-11-10T20:03:02.023Z] Running integration-test (iteration 1) [2020-11-10T20:03:02.023Z] 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-11-10T20:03:02.023Z] ++ 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-11-10T20:03:02.023Z] ++ set -e [2020-11-10T20:03:02.023Z] ++ '[' -n 0 ']' [2020-11-10T20:03:02.023Z] ++ set -x [2020-11-10T20:03:02.023Z] ++ env -i DEST=/go/src/github.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-11-10T20:03:02.023Z] Running integration-test (iteration 1) [2020-11-10T20:03:02.023Z] 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-11-10T20:03:02.023Z] ++ 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-11-10T20:03:02.023Z] ++ set -e [2020-11-10T20:03:02.023Z] ++ '[' -n 0 ']' [2020-11-10T20:03:02.023Z] ++ set -x [2020-11-10T20:03:02.023Z] ++ env -i DEST=/go/src/github.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-11-10T20:03:02.151Z] #15 2.035 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T20:03:02.151Z] #15 2.152 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-11-10T20:03:02.151Z] #15 2.156 (2/54) Installing ncurses-libs (6.2_p20200523-r0) [2020-11-10T20:03:02.151Z] #15 2.162 (3/54) Installing readline (8.0.4-r0) [2020-11-10T20:03:02.151Z] #15 2.166 (4/54) Installing bash (5.0.17-r0) [2020-11-10T20:03:02.151Z] #15 2.177 Executing bash-5.0.17-r0.post-install [2020-11-10T20:03:02.151Z] #15 2.179 (5/54) Installing linux-headers (5.4.5-r1) [2020-11-10T20:03:02.151Z] #15 2.255 (6/54) Installing libblkid (2.35.2-r0) [2020-11-10T20:03:02.151Z] #15 2.259 (7/54) Installing libuuid (2.35.2-r0) [2020-11-10T20:03:02.151Z] #15 2.261 (8/54) Installing btrfs-progs-libs (5.6.1-r0) [2020-11-10T20:03:02.151Z] #15 2.268 (9/54) Installing btrfs-progs-dev (5.6.1-r0) [2020-11-10T20:03:02.151Z] #15 2.272 (10/54) Installing libgcc (9.3.0-r2) [2020-11-10T20:03:02.151Z] #15 2.274 (11/54) Installing libstdc++ (9.3.0-r2) [2020-11-10T20:03:02.151Z] #15 2.286 (12/54) Installing binutils (2.34-r1) [2020-11-10T20:03:02.151Z] #15 2.349 (13/54) Installing libmagic (5.38-r0) [2020-11-10T20:03:02.151Z] #15 2.369 (14/54) Installing file (5.38-r0) [2020-11-10T20:03:02.410Z] #15 2.371 (15/54) Installing gmp (6.2.0-r0) [2020-11-10T20:03:02.410Z] #15 2.376 (16/54) Installing isl (0.18-r0) [2020-11-10T20:03:02.410Z] #15 2.390 (17/54) Installing libgomp (9.3.0-r2) [2020-11-10T20:03:02.410Z] #15 2.393 (18/54) Installing libatomic (9.3.0-r2) [2020-11-10T20:03:02.410Z] #15 2.395 (19/54) Installing libgphobos (9.3.0-r2) [2020-11-10T20:03:02.410Z] #15 2.435 (20/54) Installing mpfr4 (4.0.2-r4) [2020-11-10T20:03:02.410Z] #15 2.440 (21/54) Installing mpc1 (1.1.0-r1) [2020-11-10T20:03:02.410Z] #15 2.443 (22/54) Installing gcc (9.3.0-r2) [2020-11-10T20:03:02.734Z] --- PASS: TestInspectNetwork (10.56s) [2020-11-10T20:03:02.734Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-10T20:03:02.734Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-10T20:03:02.734Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-10T20:03:02.734Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-10T20:03:02.734Z] === RUN TestRunContainerWithBridgeNone [2020-11-10T20:03:03.344Z] #15 3.243 (23/54) Installing musl-dev (1.1.24-r9) [2020-11-10T20:03:03.344Z] #15 3.311 (24/54) Installing libc-dev (0.7.2-r3) [2020-11-10T20:03:03.344Z] #15 3.312 (25/54) Installing g++ (9.3.0-r2) [2020-11-10T20:03:03.603Z] #15 3.704 (26/54) Installing make (4.3-r0) [2020-11-10T20:03:03.603Z] #15 3.708 (27/54) Installing fortify-headers (1.1-r0) [2020-11-10T20:03:03.603Z] #15 3.710 (28/54) Installing patch (2.7.6-r6) [2020-11-10T20:03:03.603Z] #15 3.713 (29/54) Installing build-base (0.5-r2) [2020-11-10T20:03:03.603Z] #15 3.714 (30/54) Installing nghttp2-libs (1.41.0-r0) [2020-11-10T20:03:03.603Z] #15 3.717 (31/54) Installing libcurl (7.69.1-r1) [2020-11-10T20:03:03.603Z] #15 3.723 (32/54) Installing curl (7.69.1-r1) [2020-11-10T20:03:03.603Z] #15 3.726 (33/54) Installing oniguruma (6.9.5-r2) [2020-11-10T20:03:03.603Z] #15 3.731 (34/54) Installing jq (1.6-r1) [2020-11-10T20:03:03.603Z] #15 3.738 (35/54) Installing device-mapper-libs (2.02.186-r1) [2020-11-10T20:03:03.603Z] #15 3.743 (36/54) Installing device-mapper-event-libs (2.02.186-r1) [2020-11-10T20:03:03.603Z] #15 3.745 (37/54) Installing libaio (0.3.112-r1) [2020-11-10T20:03:03.603Z] #15 3.747 (38/54) Installing lvm2-libs (2.02.186-r1) [2020-11-10T20:03:03.603Z] #15 3.776 (39/54) Installing blkid (2.35.2-r0) [2020-11-10T20:03:03.603Z] #15 3.778 (40/54) Installing libcap-ng (0.7.10-r1) [2020-11-10T20:03:03.603Z] #15 3.780 (41/54) Installing setpriv (2.35.2-r0) [2020-11-10T20:03:03.603Z] #15 3.781 (42/54) Installing libmount (2.35.2-r0) [2020-11-10T20:03:03.603Z] #15 3.786 (43/54) Installing libsmartcols (2.35.2-r0) [2020-11-10T20:03:03.603Z] #15 3.789 (44/54) Installing findmnt (2.35.2-r0) [2020-11-10T20:03:03.603Z] #15 3.791 (45/54) Installing mcookie (2.35.2-r0) [2020-11-10T20:03:03.603Z] #15 3.793 (46/54) Installing hexdump (2.35.2-r0) [2020-11-10T20:03:03.603Z] #15 3.794 (47/54) Installing lsblk (2.35.2-r0) [2020-11-10T20:03:03.861Z] #15 3.797 (48/54) Installing libfdisk (2.35.2-r0) [2020-11-10T20:03:03.861Z] #15 3.802 (49/54) Installing sfdisk (2.35.2-r0) [2020-11-10T20:03:03.861Z] #15 3.805 (50/54) Installing cfdisk (2.35.2-r0) [2020-11-10T20:03:03.861Z] #15 3.807 (51/54) Installing util-linux (2.35.2-r0) [2020-11-10T20:03:03.861Z] #15 3.840 (52/54) Installing pkgconf (1.7.2-r0) [2020-11-10T20:03:03.861Z] #15 3.843 (53/54) Installing util-linux-dev (2.35.2-r0) [2020-11-10T20:03:03.861Z] #15 3.863 (54/54) Installing lvm2-dev (2.02.186-r1) [2020-11-10T20:03:03.861Z] #15 3.868 Executing busybox-1.31.1-r16.trigger [2020-11-10T20:03:03.861Z] #15 3.874 OK: 230 MiB in 69 packages [2020-11-10T20:03:04.240Z] --- PASS: TestRunContainerWithBridgeNone (2.37s) [2020-11-10T20:03:04.240Z] === RUN TestNetworkInvalidJSON [2020-11-10T20:03:04.240Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-10T20:03:04.240Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-10T20:03:04.240Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:03:04.240Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:03:04.240Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:03:04.240Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:03:04.240Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-10T20:03:04.240Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:03:04.240Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:03:04.240Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-11-10T20:03:04.240Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-10T20:03:04.240Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-10T20:03:04.240Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-10T20:03:04.240Z] === RUN TestHostIPv4BridgeLabel [2020-11-10T20:03:04.797Z] #15 DONE 4.6s [2020-11-10T20:03:04.797Z] [2020-11-10T20:03:04.797Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-11-10T20:03:04.871Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-11-10T20:03:04.871Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-10T20:03:05.056Z] #16 DONE 0.5s [2020-11-10T20:03:05.056Z] [2020-11-10T20:03:05.056Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-11-10T20:03:05.314Z] #17 DONE 0.5s [2020-11-10T20:03:05.314Z] [2020-11-10T20:03:05.314Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-11-10T20:03:05.314Z] #18 DONE 0.0s [2020-11-10T20:03:05.573Z] [2020-11-10T20:03:05.573Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-11-10T20:03:05.573Z] #26 DONE 0.0s [2020-11-10T20:03:05.573Z] [2020-11-10T20:03:05.573Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-11-10T20:03:05.573Z] #19 DONE 0.0s [2020-11-10T20:03:05.573Z] [2020-11-10T20:03:05.573Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-11-10T20:03:05.573Z] #22 DONE 0.0s [2020-11-10T20:03:05.573Z] [2020-11-10T20:03:05.573Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-11-10T20:03:05.573Z] #27 DONE 0.1s [2020-11-10T20:03:05.573Z] [2020-11-10T20:03:05.573Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-11-10T20:03:05.573Z] #23 DONE 0.1s [2020-11-10T20:03:05.573Z] [2020-11-10T20:03:05.573Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-11-10T20:03:05.573Z] #28 DONE 0.1s [2020-11-10T20:03:05.573Z] [2020-11-10T20:03:05.573Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-11-10T20:03:05.902Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-11-10T20:03:05.902Z] === RUN TestDaemonDefaultNetworkPools [2020-11-10T20:03:06.140Z] #29 ... [2020-11-10T20:03:06.140Z] [2020-11-10T20:03:06.140Z] #31 [builder 1/4] COPY . . [2020-11-10T20:03:06.140Z] #31 DONE 0.8s [2020-11-10T20:03:06.399Z] [2020-11-10T20:03:06.399Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-11-10T20:03:06.399Z] #24 0.598 + RM_GOPATH=0 [2020-11-10T20:03:06.399Z] #24 0.598 + TMP_GOPATH= [2020-11-10T20:03:06.399Z] #24 0.598 + : /build [2020-11-10T20:03:06.399Z] #24 0.598 + '[' -z '' ']' [2020-11-10T20:03:06.399Z] #24 0.599 ++ mktemp -d [2020-11-10T20:03:06.399Z] #24 0.600 + export GOPATH=/tmp/tmp.ponklF [2020-11-10T20:03:06.399Z] #24 0.600 + GOPATH=/tmp/tmp.ponklF [2020-11-10T20:03:06.399Z] #24 0.600 + RM_GOPATH=1 [2020-11-10T20:03:06.399Z] #24 0.600 + case "$(go env GOARCH)" in [2020-11-10T20:03:06.399Z] #24 0.600 ++ go env GOARCH [2020-11-10T20:03:06.399Z] #24 0.602 + export GO_BUILDMODE=-buildmode=pie [2020-11-10T20:03:06.399Z] #24 0.602 + GO_BUILDMODE=-buildmode=pie [2020-11-10T20:03:06.399Z] #24 0.603 ++ dirname ./install.sh [2020-11-10T20:03:06.399Z] #24 0.604 Install docker/cli version 17.06.2-ce from stable [2020-11-10T20:03:06.399Z] #24 0.604 + dir=. [2020-11-10T20:03:06.399Z] #24 0.604 + bin=dockercli [2020-11-10T20:03:06.399Z] #24 0.604 + shift [2020-11-10T20:03:06.399Z] #24 0.604 + '[' '!' -f ./dockercli.installer ']' [2020-11-10T20:03:06.399Z] #24 0.604 + . ./dockercli.installer [2020-11-10T20:03:06.399Z] #24 0.604 ++ : stable [2020-11-10T20:03:06.399Z] #24 0.604 ++ : 17.06.2-ce [2020-11-10T20:03:06.399Z] #24 0.604 + install_dockercli [2020-11-10T20:03:06.399Z] #24 0.604 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-10T20:03:06.399Z] #24 0.604 ++ uname -m [2020-11-10T20:03:06.399Z] #24 0.606 + arch=x86_64 [2020-11-10T20:03:06.399Z] #24 0.606 + '[' x86_64 '!=' x86_64 ']' [2020-11-10T20:03:06.399Z] #24 0.606 + url=https://download.docker.com/linux/static [2020-11-10T20:03:06.399Z] #24 0.606 + tar -xz docker/docker [2020-11-10T20:03:06.399Z] #24 0.606 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-10T20:03:06.535Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2020-11-10T20:03:06.535Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-10T20:03:06.967Z] #24 ... [2020-11-10T20:03:06.967Z] [2020-11-10T20:03:06.967Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-11-10T20:03:06.967Z] #32 DONE 0.6s [2020-11-10T20:03:07.227Z] [2020-11-10T20:03:07.227Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-11-10T20:03:07.487Z] #33 0.452 [2020-11-10T20:03:07.487Z] #33 0.511 Removing bundles/ [2020-11-10T20:03:07.487Z] #33 0.511 [2020-11-10T20:03:07.487Z] #33 0.515 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-11-10T20:03:07.747Z] #33 ... [2020-11-10T20:03:07.747Z] [2020-11-10T20:03:07.747Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-11-10T20:03:07.747Z] #24 1.922 + mkdir -p /build [2020-11-10T20:03:07.747Z] #24 1.923 + mv docker/docker /build/ [2020-11-10T20:03:07.747Z] #24 1.924 + rmdir docker [2020-11-10T20:03:07.747Z] #24 DONE 2.0s [2020-11-10T20:03:07.747Z] [2020-11-10T20:03:07.747Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-11-10T20:03:07.747Z] #20 1.443 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-10T20:03:07.747Z] #20 1.631 [2020-11-10T20:03:08.007Z] #20 1.845 #=#=# 0.0% ############ 17.7% ########################### 37.8% ######################################### 57.3% ############################################################## 86.5% ######################################################################## 100.0% [2020-11-10T20:03:08.098Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-11-10T20:03:08.098Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-10T20:03:08.268Z] #20 2.667 [2020-11-10T20:03:08.527Z] #20 2.778 ##### 7.3% ######################################################################## 100.0% [2020-11-10T20:03:08.528Z] #20 3.116 [2020-11-10T20:03:08.787Z] #20 3.236 ## 2.8% ######################################################################## 100.0% [2020-11-10T20:03:09.047Z] #20 3.599 [2020-11-10T20:03:09.129Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2020-11-10T20:03:09.129Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-10T20:03:09.761Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s) [2020-11-10T20:03:09.761Z] === RUN TestServiceWithPredefinedNetwork [2020-11-10T20:03:09.826Z] #20 3.773 0.0% ######### 13.6% ###################### 31.1% ###################################### 53.9% ################################################### 71.5% ################################################################# 90.7% ######################################################################## 100.0% [2020-11-10T20:03:10.086Z] #20 4.555 [2020-11-10T20:03:12.689Z] #20 4.761 0.0% 0.9% # 2.5% ### 5.2% ##### 8.2% ######### 12.9% ############ 17.2% ############### 21.7% ################## 25.1% #################### 28.7% ######################## 34.2% ########################## 37.0% ############################# 41.1% ################################# 46.4% ##################################### 52.2% ######################################### 58.0% ############################################# 63.5% ############################################### 66.4% ################################################### 71.7% ###################################################### 75.4% ########################################################## 81.5% ############################################################# 85.7% ################################################################## 91.7% ##################################################################### 96.0% ######################################################################## 100.0% [2020-11-10T20:03:12.949Z] #20 7.373 [2020-11-10T20:03:13.271Z] --- PASS: TestServiceWithPredefinedNetwork (3.68s) [2020-11-10T20:03:13.271Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-10T20:03:13.271Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:03:13.271Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:03:13.271Z] === RUN TestServiceWithDataPathPortInit [2020-11-10T20:03:13.889Z] #20 8.177 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-10T20:03:13.889Z] #20 8.468 [2020-11-10T20:03:14.149Z] #20 8.586 # 2.2% ######################################################################## 100.0% [2020-11-10T20:03:14.409Z] #20 8.797 [2020-11-10T20:03:15.350Z] #20 9.649 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-10T20:03:15.610Z] #20 9.989 [2020-11-10T20:03:15.870Z] #20 10.16 0.6% ######################################################################## 100.0% [2020-11-10T20:03:15.870Z] #20 10.41 [2020-11-10T20:03:16.810Z] #20 11.31 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-10T20:03:17.070Z] #20 11.42 skipping existing c35d46ef359f [2020-11-10T20:03:17.070Z] #20 11.64 [2020-11-10T20:03:18.011Z] #20 ... [2020-11-10T20:03:18.011Z] [2020-11-10T20:03:18.011Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-11-10T20:03:18.011Z] #33 0.980 Building test suite binary ./integration-cli/test.main [2020-11-10T20:03:18.271Z] #33 ... [2020-11-10T20:03:18.271Z] [2020-11-10T20:03:18.271Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-11-10T20:03:18.271Z] #20 12.62 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-10T20:03:18.532Z] #20 12.92 [2020-11-10T20:03:18.532Z] #20 13.00 ######################################################################## 100.0% [2020-11-10T20:03:18.792Z] #20 13.23 [2020-11-10T20:03:18.793Z] #20 13.30 Download of images into '/build' complete. [2020-11-10T20:03:18.793Z] #20 13.30 Use something like the following to load the result into a Docker daemon: [2020-11-10T20:03:18.793Z] #20 13.30 tar -cC '/build' . | docker load [2020-11-10T20:03:20.175Z] #20 DONE 14.4s [2020-11-10T20:03:20.175Z] [2020-11-10T20:03:20.175Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-11-10T20:03:20.175Z] #29 13.52 # github.com/docker/docker/contrib/httpserver [2020-11-10T20:03:20.175Z] #29 13.52 loadinternal: cannot find runtime/cgo [2020-11-10T20:03:20.175Z] #29 DONE 14.3s [2020-11-10T20:03:20.175Z] [2020-11-10T20:03:20.175Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-11-10T20:03:22.087Z] #33 ... [2020-11-10T20:03:22.087Z] [2020-11-10T20:03:22.087Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-11-10T20:03:23.027Z] #21 DONE 1.0s [2020-11-10T20:03:23.027Z] [2020-11-10T20:03:23.027Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-11-10T20:03:23.027Z] #33 ... [2020-11-10T20:03:23.027Z] [2020-11-10T20:03:23.027Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-11-10T20:03:23.027Z] #25 DONE 0.1s [2020-11-10T20:03:23.287Z] [2020-11-10T20:03:23.288Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-11-10T20:03:23.288Z] #30 DONE 0.1s [2020-11-10T20:03:23.288Z] [2020-11-10T20:03:23.288Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-11-10T20:03:35.710Z] --- PASS: TestServiceWithDataPathPortInit (20.34s) [2020-11-10T20:03:35.710Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-10T20:03:40.783Z] Loaded image: buildpack-deps:buster [2020-11-10T20:03:40.783Z] Loaded image: busybox:latest [2020-11-10T20:03:40.783Z] Loaded image: busybox:glibc [2020-11-10T20:03:40.783Z] Loaded image: debian:buster [2020-11-10T20:03:40.783Z] Loaded image: hello-world:latest [2020-11-10T20:03:40.783Z] Loaded image: buildpack-deps:buster [2020-11-10T20:03:40.783Z] Loaded image: arm32v7/hello-world:latest [2020-11-10T20:03:40.783Z] INFO: Testing against a local daemon [2020-11-10T20:03:40.783Z] === RUN TestDockerDaemonSuite [2020-11-10T20:03:40.783Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-11-10T20:03:40.783Z] Loaded image: busybox:latest [2020-11-10T20:03:41.044Z] Loaded image: busybox:glibc [2020-11-10T20:03:41.044Z] Loaded image: debian:buster [2020-11-10T20:03:41.306Z] Loaded image: hello-world:latest [2020-11-10T20:03:41.881Z] Loaded image: arm32v7/hello-world:latest [2020-11-10T20:03:41.881Z] INFO: Testing against a local daemon [2020-11-10T20:03:41.881Z] === RUN TestDockerSuite [2020-11-10T20:03:41.881Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-11-10T20:03:41.881Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-11-10T20:03:42.143Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-11-10T20:03:42.143Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-11-10T20:03:42.143Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-11-10T20:03:42.143Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-11-10T20:03:42.143Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-11-10T20:03:42.143Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-11-10T20:03:43.528Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-11-10T20:03:43.793Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-11-10T20:03:43.853Z] --- PASS: TestBuildWithHugeFile (50.40s) [2020-11-10T20:03:43.853Z] === RUN TestBuildWithEmptyDockerfile [2020-11-10T20:03:43.853Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:03:43.853Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:03:43.853Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:03:43.853Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:03:43.853Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:03:43.853Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:03:43.853Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:03:43.853Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:03:43.853Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:03:43.853Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s) [2020-11-10T20:03:43.853Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.22s) [2020-11-10T20:03:43.853Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2020-11-10T20:03:43.853Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2020-11-10T20:03:43.853Z] === RUN TestBuildPreserveOwnership [2020-11-10T20:03:43.853Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-10T20:03:43.853Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-10T20:03:43.853Z] --- PASS: TestBuildPreserveOwnership (5.93s) [2020-11-10T20:03:43.853Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.87s) [2020-11-10T20:03:43.853Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.03s) [2020-11-10T20:03:43.853Z] === RUN TestBuildPlatformInvalid [2020-11-10T20:03:43.853Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-11-10T20:03:43.853Z] PASS [2020-11-10T20:03:43.853Z] [2020-11-10T20:03:43.853Z] === Skipped [2020-11-10T20:03:43.853Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-11-10T20:03:43.853Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T20:03:43.853Z] [2020-11-10T20:03:43.853Z] [2020-11-10T20:03:43.853Z] DONE 32 tests, 1 skipped in 108.574s [2020-11-10T20:03:43.853Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-11-10T20:03:43.853Z] ++ 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-11-10T20:03:43.853Z] ++ set -e [2020-11-10T20:03:43.853Z] ++ '[' -n 0 ']' [2020-11-10T20:03:43.853Z] ++ set -x [2020-11-10T20:03:43.853Z] ++ env -i DEST=/go/src/github.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-11-10T20:03:44.114Z] INFO: Testing against a local daemon [2020-11-10T20:03:44.114Z] === RUN TestConfigInspect [2020-11-10T20:03:44.177Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.39s) [2020-11-10T20:03:44.177Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:4lda1uqmtjoaahq9v6i74feod Created:2020-11-10 20:03:35.055134079 +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[2ff966ba0a302d584cb5bf57ea64cef4d17c5e0cd66d7adfb84d8a6626d480b7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.dyzdeo5c9satf8kw1aebkdb3r EndpointID:3bedb1fd955348e2e558bb9258c75e1191abf350ac36a489f97282a5304b673d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b77c543581cd7e8cefe55f1e4ae0e91196bf6c8f25a8a0c4c9469a888855bf6a 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:a1ecc711a971 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.dyzdeo5c9satf8kw1aebkdb3r EndpointID:3bedb1fd955348e2e558bb9258c75e1191abf350ac36a489f97282a5304b673d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-10T20:03:44.177Z] PASS [2020-11-10T20:03:44.177Z] [2020-11-10T20:03:44.177Z] === Skipped [2020-11-10T20:03:44.177Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:03:44.177Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:03:44.177Z] [2020-11-10T20:03:44.177Z] [2020-11-10T20:03:44.177Z] DONE 23 tests, 1 skipped in 55.921s [2020-11-10T20:03:44.177Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-10T20:03:44.177Z] ++ 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-11-10T20:03:44.177Z] ++ set -e [2020-11-10T20:03:44.177Z] ++ '[' -n 0 ']' [2020-11-10T20:03:44.177Z] ++ set -x [2020-11-10T20:03:44.177Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:03:44.177Z] INFO: Testing against a local daemon [2020-11-10T20:03:44.177Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-10T20:03:44.177Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-10T20:03:44.177Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:03:44.177Z] === RUN TestDockerNetworkIpvlan [2020-11-10T20:03:44.177Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-10T20:03:44.177Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:03:44.177Z] PASS [2020-11-10T20:03:44.177Z] [2020-11-10T20:03:44.177Z] === Skipped [2020-11-10T20:03:44.177Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-10T20:03:44.177Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:03:44.177Z] [2020-11-10T20:03:44.177Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-10T20:03:44.177Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:03:44.177Z] [2020-11-10T20:03:44.177Z] [2020-11-10T20:03:44.177Z] DONE 2 tests, 2 skipped in 0.187s [2020-11-10T20:03:44.177Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-10T20:03:44.177Z] ++ 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-11-10T20:03:44.177Z] ++ set -e [2020-11-10T20:03:44.177Z] ++ '[' -n 0 ']' [2020-11-10T20:03:44.177Z] ++ set -x [2020-11-10T20:03:44.177Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:03:44.366Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-11-10T20:03:44.366Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-11-10T20:03:44.468Z] INFO: Testing against a local daemon [2020-11-10T20:03:44.468Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-10T20:03:45.309Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-11-10T20:03:45.309Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-11-10T20:03:45.309Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-11-10T20:03:45.971Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2020-11-10T20:03:45.971Z] === RUN TestDockerNetworkMacvlan [2020-11-10T20:03:46.699Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-11-10T20:03:47.002Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-10T20:03:47.270Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-11-10T20:03:47.270Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-11-10T20:03:47.270Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-11-10T20:03:47.531Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-11-10T20:03:47.632Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-10T20:03:48.323Z] --- PASS: TestConfigInspect (3.69s) [2020-11-10T20:03:48.323Z] === RUN TestConfigList [2020-11-10T20:03:48.474Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-11-10T20:03:48.663Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-10T20:03:49.417Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-11-10T20:03:49.417Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-11-10T20:03:49.417Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-11-10T20:03:49.417Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-11-10T20:03:49.417Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-11-10T20:03:49.638Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-11-10T20:03:49.638Z] [2020-11-10T20:03:49.638Z] ________ ____ __. [2020-11-10T20:03:49.638Z] \_____ \ | |/ _| [2020-11-10T20:03:49.638Z] / | \| < [2020-11-10T20:03:49.638Z] / | \ | \ [2020-11-10T20:03:49.638Z] \_______ /____|__ \ [2020-11-10T20:03:49.638Z] \/ \/ [2020-11-10T20:03:49.638Z] [2020-11-10T20:03:49.638Z] INFO: make.ps1 ended at 11/10/2020 20:03:38 [2020-11-10T20:03:49.638Z] INFO: Binaries build ended at 11/10/2020 20:03:41. Duration:00:01:24.5346654 [2020-11-10T20:03:49.638Z] INFO: Copying the built daemon binary to d:\CI\PR-41659\3\binary\dockerd-2b41e84719.exe... [2020-11-10T20:03:49.638Z] INFO: Copying the built client binary to d:\CI\PR-41659\3\binary\docker-2b41e84719.exe... [2020-11-10T20:03:49.638Z] INFO: Copying dockerversion from the container... [2020-11-10T20:03:49.638Z] INFO: Copying the golang package from the container to d:\CI\PR-41659\3\installer\go.zip... [2020-11-10T20:03:49.638Z] INFO: Extracting go.zip to d:\CI\PR-41659\3\go [2020-11-10T20:03:49.867Z] #33 40.49 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-10T20:03:49.867Z] #33 41.77 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-10T20:03:49.867Z] #33 42.68 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-10T20:03:50.803Z] #33 43.85 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-10T20:03:51.628Z] --- PASS: TestConfigList (3.35s) [2020-11-10T20:03:51.628Z] === RUN TestConfigsCreateAndDelete [2020-11-10T20:03:53.109Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-10T20:03:53.336Z] #33 45.95 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-10T20:03:53.595Z] #33 46.81 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-10T20:03:54.531Z] #33 47.67 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-10T20:03:54.933Z] --- PASS: TestConfigsCreateAndDelete (3.30s) [2020-11-10T20:03:54.934Z] === RUN TestConfigsUpdate [2020-11-10T20:03:55.467Z] #33 48.48 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-10T20:03:55.725Z] #33 48.71 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-10T20:03:55.999Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-11-10T20:03:56.617Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-10T20:03:56.661Z] #33 49.60 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-10T20:03:57.597Z] #33 50.69 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-10T20:03:58.238Z] --- PASS: TestConfigsUpdate (3.29s) [2020-11-10T20:03:58.238Z] === RUN TestTemplatedConfig [2020-11-10T20:03:58.541Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-11-10T20:03:58.973Z] #33 51.85 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-10T20:03:59.908Z] #33 52.92 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-10T20:04:00.474Z] #33 53.41 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-10T20:04:01.087Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-11-10T20:04:01.409Z] #33 54.44 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-10T20:04:01.544Z] --- PASS: TestTemplatedConfig (3.46s) [2020-11-10T20:04:01.544Z] === RUN TestConfigCreateResolve [2020-11-10T20:04:02.345Z] #33 55.28 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-10T20:04:03.047Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-11-10T20:04:03.282Z] #33 56.43 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-10T20:04:03.561Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-10T20:04:03.620Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-11-10T20:04:03.702Z] --- PASS: TestImportExtremelyLargeImageWorks (106.09s) [2020-11-10T20:04:03.702Z] PASS [2020-11-10T20:04:03.702Z] [2020-11-10T20:04:03.702Z] === Skipped [2020-11-10T20:04:03.702Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-10T20:04:03.702Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-10T20:04:03.702Z] [2020-11-10T20:04:03.702Z] [2020-11-10T20:04:03.702Z] DONE 12 tests, 1 skipped in 109.789s [2020-11-10T20:04:03.702Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-10T20:04:03.702Z] INFO: Testing against a local daemon [2020-11-10T20:04:03.702Z] === RUN TestNetworkCreateDelete [2020-11-10T20:04:03.702Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-11-10T20:04:03.702Z] === RUN TestDockerNetworkDeletePreferID [2020-11-10T20:04:03.702Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2020-11-10T20:04:03.702Z] === RUN TestDaemonDNSFallback [2020-11-10T20:04:04.218Z] #33 57.27 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-10T20:04:04.569Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-11-10T20:04:04.850Z] --- PASS: TestConfigCreateResolve (3.27s) [2020-11-10T20:04:04.850Z] === RUN TestConfigDaemonLibtrustID [2020-11-10T20:04:05.068Z] --- PASS: TestDockerNetworkMacvlan (18.88s) [2020-11-10T20:04:05.068Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-11-10T20:04:05.068Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-11-10T20:04:05.068Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.35s) [2020-11-10T20:04:05.068Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.44s) [2020-11-10T20:04:05.068Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.13s) [2020-11-10T20:04:05.068Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.41s) [2020-11-10T20:04:05.068Z] PASS [2020-11-10T20:04:05.068Z] [2020-11-10T20:04:05.068Z] DONE 8 tests in 20.555s [2020-11-10T20:04:05.068Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-10T20:04:05.068Z] ++ 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-11-10T20:04:05.068Z] ++ set -e [2020-11-10T20:04:05.068Z] ++ '[' -n 0 ']' [2020-11-10T20:04:05.068Z] ++ set -x [2020-11-10T20:04:05.068Z] ++ env -i DEST=/go/src/github.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-11-10T20:04:05.068Z] testing: warning: no tests to run [2020-11-10T20:04:05.068Z] PASS [2020-11-10T20:04:05.068Z] [2020-11-10T20:04:05.068Z] DONE 0 tests in 0.062s [2020-11-10T20:04:05.068Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-10T20:04:05.068Z] ++ 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-11-10T20:04:05.068Z] ++ set -e [2020-11-10T20:04:05.068Z] ++ '[' -n 0 ']' [2020-11-10T20:04:05.068Z] ++ set -x [2020-11-10T20:04:05.068Z] ++ env -i DEST=/go/src/github.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-11-10T20:04:05.068Z] INFO: Testing against a local daemon [2020-11-10T20:04:05.068Z] === RUN TestAuthZPluginAllowRequest [2020-11-10T20:04:05.111Z] --- PASS: TestConfigDaemonLibtrustID (0.67s) [2020-11-10T20:04:05.111Z] PASS [2020-11-10T20:04:05.111Z] [2020-11-10T20:04:05.111Z] DONE 7 tests in 21.187s [2020-11-10T20:04:05.111Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-11-10T20:04:05.111Z] ++ 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-11-10T20:04:05.111Z] ++ set -e [2020-11-10T20:04:05.111Z] ++ '[' -n 0 ']' [2020-11-10T20:04:05.111Z] ++ set -x [2020-11-10T20:04:05.111Z] ++ env -i DEST=/go/src/github.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-11-10T20:04:05.145Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-11-10T20:04:05.153Z] #33 58.10 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-10T20:04:05.372Z] INFO: Testing against a local daemon [2020-11-10T20:04:05.372Z] === RUN TestCheckpoint [2020-11-10T20:04:05.372Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-10T20:04:05.372Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:04:05.372Z] === RUN TestContainerInvalidJSON [2020-11-10T20:04:05.372Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:04:05.372Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:04:05.372Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:04:05.372Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:04:05.372Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:04:05.372Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:04:05.372Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:04:05.372Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:04:05.372Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:04:05.372Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-11-10T20:04:05.372Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-10T20:04:05.372Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-10T20:04:05.372Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-10T20:04:05.372Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-10T20:04:05.372Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-11-10T20:04:05.372Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-10T20:04:05.633Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-11-10T20:04:05.633Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-10T20:04:05.633Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-11-10T20:04:05.633Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-10T20:04:05.895Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-11-10T20:04:05.895Z] === RUN TestCopyFromContainer [2020-11-10T20:04:06.088Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-11-10T20:04:06.088Z] #33 58.95 [2020-11-10T20:04:06.088Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-11-10T20:04:06.219Z] --- PASS: TestDaemonDNSFallback (7.35s) [2020-11-10T20:04:06.219Z] === RUN TestInspectNetwork [2020-11-10T20:04:06.219Z] --- SKIP: TestInspectNetwork (0.00s) [2020-11-10T20:04:06.219Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:06.219Z] === RUN TestRunContainerWithBridgeNone [2020-11-10T20:04:06.219Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-11-10T20:04:06.219Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.219Z] === RUN TestNetworkInvalidJSON [2020-11-10T20:04:06.219Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-10T20:04:06.219Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-10T20:04:06.219Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:04:06.219Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:04:06.219Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:04:06.219Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:04:06.219Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-10T20:04:06.219Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:04:06.219Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:04:06.219Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-11-10T20:04:06.219Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-10T20:04:06.219Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-10T20:04:06.219Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-10T20:04:06.219Z] === RUN TestHostIPv4BridgeLabel [2020-11-10T20:04:06.219Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-11-10T20:04:06.219Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.219Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-10T20:04:06.347Z] #33 DONE 59.4s [2020-11-10T20:04:06.347Z] [2020-11-10T20:04:06.347Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-11-10T20:04:06.475Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s) [2020-11-10T20:04:06.475Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] === RUN TestDaemonDefaultNetworkPools [2020-11-10T20:04:06.475Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-11-10T20:04:06.475Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-10T20:04:06.475Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-11-10T20:04:06.475Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-10T20:04:06.475Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-11-10T20:04:06.475Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-10T20:04:06.475Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-11-10T20:04:06.475Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] === RUN TestServiceWithPredefinedNetwork [2020-11-10T20:04:06.475Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-11-10T20:04:06.475Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:06.475Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-10T20:04:06.475Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:04:06.475Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:04:06.475Z] === RUN TestServiceWithDataPathPortInit [2020-11-10T20:04:06.475Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-11-10T20:04:06.475Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:06.475Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-10T20:04:06.475Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-10T20:04:06.475Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:06.475Z] PASS [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === Skipped [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-11-10T20:04:06.475Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-11-10T20:04:06.475Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-11-10T20:04:06.475Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s) [2020-11-10T20:04:06.475Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-11-10T20:04:06.475Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-11-10T20:04:06.475Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-11-10T20:04:06.475Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-11-10T20:04:06.475Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-11-10T20:04:06.475Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:04:06.475Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-11-10T20:04:06.475Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-10T20:04:06.475Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] [2020-11-10T20:04:06.475Z] DONE 19 tests, 12 skipped in 8.043s [2020-11-10T20:04:06.475Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-10T20:04:06.475Z] INFO: Testing against a local daemon [2020-11-10T20:04:06.475Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-10T20:04:06.475Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-10T20:04:06.475Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:04:06.476Z] === RUN TestDockerNetworkIpvlan [2020-11-10T20:04:06.476Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-10T20:04:06.476Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:04:06.476Z] PASS [2020-11-10T20:04:06.476Z] [2020-11-10T20:04:06.476Z] === Skipped [2020-11-10T20:04:06.476Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-10T20:04:06.476Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:04:06.476Z] [2020-11-10T20:04:06.476Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-10T20:04:06.476Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:04:06.476Z] [2020-11-10T20:04:06.476Z] [2020-11-10T20:04:06.476Z] DONE 2 tests, 2 skipped in 0.113s [2020-11-10T20:04:06.476Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-10T20:04:06.731Z] INFO: Testing against a local daemon [2020-11-10T20:04:06.731Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-10T20:04:06.731Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-10T20:04:06.731Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.731Z] === RUN TestDockerNetworkMacvlan [2020-11-10T20:04:06.731Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-11-10T20:04:06.731Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.731Z] PASS [2020-11-10T20:04:06.731Z] [2020-11-10T20:04:06.731Z] === Skipped [2020-11-10T20:04:06.731Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-10T20:04:06.731Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.731Z] [2020-11-10T20:04:06.731Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-11-10T20:04:06.731Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:06.731Z] [2020-11-10T20:04:06.731Z] [2020-11-10T20:04:06.731Z] DONE 2 tests, 2 skipped in 0.127s [2020-11-10T20:04:06.731Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-10T20:04:06.731Z] testing: warning: no tests to run [2020-11-10T20:04:06.731Z] PASS [2020-11-10T20:04:06.731Z] [2020-11-10T20:04:06.731Z] DONE 0 tests in 0.025s [2020-11-10T20:04:06.731Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-10T20:04:06.731Z] INFO: Testing against a local daemon [2020-11-10T20:04:06.731Z] === RUN TestAuthZPluginAllowRequest [2020-11-10T20:04:06.731Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-11-10T20:04:06.731Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.731Z] === RUN TestAuthZPluginTLS [2020-11-10T20:04:06.731Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-11-10T20:04:06.731Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.731Z] === RUN TestAuthZPluginDenyRequest [2020-11-10T20:04:06.731Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-11-10T20:04:06.732Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.732Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-10T20:04:06.732Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-10T20:04:06.732Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.732Z] === RUN TestAuthZPluginDenyResponse [2020-11-10T20:04:06.732Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-11-10T20:04:06.732Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.732Z] === RUN TestAuthZPluginAllowEventStream [2020-11-10T20:04:06.732Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-11-10T20:04:06.732Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.732Z] === RUN TestAuthZPluginErrorResponse [2020-11-10T20:04:06.732Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-11-10T20:04:06.732Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.732Z] === RUN TestAuthZPluginErrorRequest [2020-11-10T20:04:06.732Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-11-10T20:04:06.732Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.732Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-10T20:04:06.732Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-10T20:04:06.732Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.732Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-10T20:04:06.732Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-10T20:04:06.732Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.732Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-10T20:04:06.732Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-10T20:04:06.732Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.732Z] === RUN TestAuthZPluginHeader [2020-11-10T20:04:06.732Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-11-10T20:04:06.732Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.732Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-10T20:04:06.997Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.19s) [2020-11-10T20:04:06.997Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.997Z] === RUN TestAuthZPluginV2Disable [2020-11-10T20:04:06.997Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-11-10T20:04:06.997Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.997Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-10T20:04:06.997Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-11-10T20:04:06.997Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.997Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-10T20:04:06.997Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-11-10T20:04:06.997Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:06.997Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-10T20:04:07.130Z] --- PASS: TestAuthZPluginAllowRequest (1.73s) [2020-11-10T20:04:07.130Z] === RUN TestAuthZPluginTLS [2020-11-10T20:04:07.276Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.06s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] PASS [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === Skipped [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.19s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.06s) [2020-11-10T20:04:07.276Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] DONE 17 tests, 17 skipped in 0.422s [2020-11-10T20:04:07.276Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-10T20:04:07.276Z] INFO: Testing against a local daemon [2020-11-10T20:04:07.276Z] === RUN TestPluginInvalidJSON [2020-11-10T20:04:07.276Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:04:07.276Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:04:07.276Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:04:07.276Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-10T20:04:07.276Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-10T20:04:07.276Z] === RUN TestPluginInstall [2020-11-10T20:04:07.276Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-10T20:04:07.276Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] PASS [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] === Skipped [2020-11-10T20:04:07.276Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-11-10T20:04:07.276Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] [2020-11-10T20:04:07.276Z] DONE 3 tests, 1 skipped in 0.171s [2020-11-10T20:04:07.276Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-10T20:04:07.420Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-11-10T20:04:07.420Z] === RUN TestAuthZPluginDenyRequest [2020-11-10T20:04:07.556Z] INFO: Testing against a local daemon [2020-11-10T20:04:07.556Z] === RUN TestExternalGraphDriver [2020-11-10T20:04:07.556Z] --- SKIP: TestExternalGraphDriver (0.08s) [2020-11-10T20:04:07.556Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-10T20:04:07.556Z] === RUN TestGraphdriverPluginV2 [2020-11-10T20:04:07.727Z] #34 DONE 1.4s [2020-11-10T20:04:07.819Z] === RUN TestCopyFromContainer// [2020-11-10T20:04:08.003Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-11-10T20:04:08.051Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-11-10T20:04:08.051Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-10T20:04:08.082Z] === RUN TestCopyFromContainer//bar/root [2020-11-10T20:04:08.082Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-10T20:04:08.341Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-11-10T20:04:08.341Z] === RUN TestAuthZPluginDenyResponse [2020-11-10T20:04:08.343Z] === RUN TestCopyFromContainer/bar/quux [2020-11-10T20:04:08.343Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-10T20:04:08.605Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-10T20:04:08.605Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-10T20:04:08.867Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-10T20:04:08.867Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-10T20:04:08.867Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-10T20:04:08.948Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-11-10T20:04:08.971Z] --- PASS: TestAuthZPluginDenyResponse (0.52s) [2020-11-10T20:04:08.971Z] === RUN TestAuthZPluginAllowEventStream [2020-11-10T20:04:09.102Z] [2020-11-10T20:04:09.102Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer (3.29s) [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer// (0.19s) [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-11-10T20:04:09.129Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2020-11-10T20:04:09.129Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-10T20:04:09.129Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:04:09.129Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:04:09.129Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:04:09.129Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:04:09.129Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:04:09.129Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:04:09.129Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:04:09.129Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:04:09.129Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:04:09.129Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-10T20:04:09.129Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-10T20:04:09.129Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-10T20:04:09.129Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-10T20:04:09.129Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-10T20:04:09.129Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-11-10T20:04:09.129Z] === RUN TestCreateWithInvalidEnv [2020-11-10T20:04:09.129Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-10T20:04:09.129Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-10T20:04:09.129Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-10T20:04:09.129Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-10T20:04:09.129Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-10T20:04:09.129Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-10T20:04:09.391Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-10T20:04:09.391Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-10T20:04:09.391Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-10T20:04:09.391Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-10T20:04:09.391Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-10T20:04:09.391Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-10T20:04:09.391Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-10T20:04:09.391Z] === RUN TestCreateTmpfsMountsTarget [2020-11-10T20:04:09.391Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-11-10T20:04:09.391Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-10T20:04:09.669Z] #35 DONE 0.7s [2020-11-10T20:04:09.669Z] [2020-11-10T20:04:09.669Z] #36 exporting to image [2020-11-10T20:04:09.669Z] #36 exporting layers [2020-11-10T20:04:09.894Z] === RUN TestDockerSuite/TestAttachDetach [2020-11-10T20:04:10.838Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-11-10T20:04:11.032Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s) [2020-11-10T20:04:11.033Z] === RUN TestAuthZPluginErrorResponse [2020-11-10T20:04:11.033Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-11-10T20:04:11.033Z] === RUN TestAuthZPluginErrorRequest [2020-11-10T20:04:11.410Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-11-10T20:04:11.572Z] #36 exporting layers 1.5s done [2020-11-10T20:04:11.572Z] #36 writing image sha256:c034d8c3ea1f659715339a4a3028a3d083d9d0377ace1c06040ac2900955912b done [2020-11-10T20:04:11.572Z] #36 naming to docker.io/library/moby-e2e-test done [2020-11-10T20:04:11.572Z] #36 DONE 1.5s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-10T20:04:11.663Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2020-11-10T20:04:11.663Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-10T20:04:11.882Z] + echo Ensuring container killed. [2020-11-10T20:04:11.882Z] Ensuring container killed. [2020-11-10T20:04:11.882Z] + docker rm -vf docker-pr3 [2020-11-10T20:04:11.882Z] Error: No such container: docker-pr3 [2020-11-10T20:04:11.882Z] + true [Pipeline] sh [2020-11-10T20:04:11.939Z] --- PASS: TestCreateWithCustomMaskedPaths (2.21s) [2020-11-10T20:04:11.939Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-10T20:04:11.980Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-11-10T20:04:12.164Z] + echo Chowning /workspace to jenkins user [2020-11-10T20:04:12.164Z] Chowning /workspace to jenkins user [2020-11-10T20:04:12.164Z] + id -u [2020-11-10T20:04:12.164Z] + id -g [2020-11-10T20:04:12.164Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41659:/workspace busybox chown -R 1000:1000 /workspace [2020-11-10T20:04:12.293Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.52s) [2020-11-10T20:04:12.293Z] === RUN TestAuthZPluginEnsureLoadImportWorking [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-10T20:04:13.026Z] + bundleName=unit [2020-11-10T20:04:13.026Z] + echo Creating unit-bundles.tar.gz [2020-11-10T20:04:13.026Z] Creating unit-bundles.tar.gz [2020-11-10T20:04:13.026Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-11-10T20:04:13.026Z] bundles/junit-report.xml [2020-11-10T20:04:13.026Z] bundles/go-test-report.json [2020-11-10T20:04:13.026Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-11-10T20:04:13.038Z] Archiving artifacts [2020-11-10T20:04:13.365Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-11-10T20:04:13.451Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41659/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-10T20:04:13.626Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-11-10T20:04:13.760Z] + make clean [2020-11-10T20:04:13.760Z] docker volume rm -f docker-dev-cache [2020-11-10T20:04:13.760Z] docker-dev-cache [Pipeline] deleteDir [2020-11-10T20:04:13.855Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.26s) [2020-11-10T20:04:13.855Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-10T20:04:13.855Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:04:13.855Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:04:13.855Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:04:13.855Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:04:13.855Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:04:13.855Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:04:13.855Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:04:13.855Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:04:13.855Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:04:13.855Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:04:13.855Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:04:13.855Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:04:13.855Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:04:13.855Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:04:13.855Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:04:13.855Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-10T20:04:13.855Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-11-10T20:04:13.855Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2020-11-10T20:04:13.855Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-11-10T20:04:13.855Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-11-10T20:04:13.855Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-10T20:04:13.855Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-10T20:04:14.354Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.04s) [2020-11-10T20:04:14.354Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-10T20:04:14.569Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-11-10T20:04:14.791Z] INFO: Extraction ended at 11/10/2020 20:04:13. Duration:00:00:25.8725240 [2020-11-10T20:04:14.791Z] INFO: Updating the golang and path environment variables [2020-11-10T20:04:14.791Z] INFO: GOPATH=d:\gopath [2020-11-10T20:04:14.791Z] INFO: go version go1.13.15 windows/amd64 [2020-11-10T20:04:14.791Z] INFO: Running the daemon under test in debug mode [2020-11-10T20:04:14.791Z] INFO: Starting a daemon under test... [2020-11-10T20:04:14.791Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41659\3\daemon --pidfile d:\CI\PR-41659\3\docker.pid -D [2020-11-10T20:04:14.791Z] INFO: Process started successfully. [2020-11-10T20:04:14.791Z] INFO: Start tailing logs of the daemon under tests [2020-11-10T20:04:14.791Z] INFO: Waiting for the daemon under test to start... [2020-11-10T20:04:14.809Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.74s) [2020-11-10T20:04:14.809Z] === RUN TestCreateDifferentPlatform [2020-11-10T20:04:14.809Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-10T20:04:14.809Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-10T20:04:14.809Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-11-10T20:04:14.809Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-10T20:04:14.809Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2020-11-10T20:04:14.809Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-10T20:04:14.809Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-11-10T20:04:14.809Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-10T20:04:14.809Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-11-10T20:04:14.809Z] === RUN TestContainerStartOnDaemonRestart [2020-11-10T20:04:14.809Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-10T20:04:14.809Z] === RUN TestDaemonRestartIpcMode [2020-11-10T20:04:14.809Z] === PAUSE TestDaemonRestartIpcMode [2020-11-10T20:04:14.809Z] === RUN TestDaemonHostGatewayIP [2020-11-10T20:04:14.809Z] === PAUSE TestDaemonHostGatewayIP [2020-11-10T20:04:14.809Z] === RUN TestContainerKillOnDaemonStart [2020-11-10T20:04:14.809Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-10T20:04:14.809Z] === RUN TestDiff [2020-11-10T20:04:15.512Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-11-10T20:04:15.675Z] --- PASS: TestGraphdriverPluginV2 (6.72s) [2020-11-10T20:04:15.676Z] PASS [2020-11-10T20:04:15.676Z] [2020-11-10T20:04:15.676Z] === Skipped [2020-11-10T20:04:15.676Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2020-11-10T20:04:15.676Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-10T20:04:15.676Z] [2020-11-10T20:04:15.676Z] [2020-11-10T20:04:15.676Z] DONE 2 tests, 1 skipped in 6.932s [2020-11-10T20:04:15.676Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-10T20:04:15.676Z] INFO: Testing against a local daemon [2020-11-10T20:04:15.676Z] === RUN TestContinueAfterPluginCrash [2020-11-10T20:04:15.676Z] === PAUSE TestContinueAfterPluginCrash [2020-11-10T20:04:15.676Z] === RUN TestReadPluginNoRead [2020-11-10T20:04:15.676Z] === PAUSE TestReadPluginNoRead [2020-11-10T20:04:15.676Z] === RUN TestDaemonStartWithLogOpt [2020-11-10T20:04:15.676Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-10T20:04:15.676Z] === CONT TestContinueAfterPluginCrash [2020-11-10T20:04:15.676Z] === CONT TestDaemonStartWithLogOpt [2020-11-10T20:04:15.754Z] --- PASS: TestDiff (0.77s) [2020-11-10T20:04:15.754Z] === RUN TestExecWithCloseStdin [2020-11-10T20:04:16.328Z] --- PASS: TestExecWithCloseStdin (0.85s) [2020-11-10T20:04:16.328Z] === RUN TestExec [2020-11-10T20:04:16.453Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-11-10T20:04:16.523Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.24s) [2020-11-10T20:04:16.523Z] === RUN TestAuthZPluginHeader [2020-11-10T20:04:17.272Z] --- PASS: TestExec (0.83s) [2020-11-10T20:04:17.272Z] === RUN TestExecUser [2020-11-10T20:04:17.397Z] --- PASS: TestBuildWithHugeFile (96.38s) [2020-11-10T20:04:17.397Z] === RUN TestBuildWithEmptyDockerfile [2020-11-10T20:04:17.397Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:04:17.397Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:04:17.397Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:04:17.397Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:04:17.397Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:04:17.397Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:04:17.397Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:04:17.397Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:04:17.555Z] --- PASS: TestAuthZPluginHeader (0.88s) [2020-11-10T20:04:17.555Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-10T20:04:17.555Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-10T20:04:17.555Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:04:17.555Z] === RUN TestAuthZPluginV2Disable [2020-11-10T20:04:17.555Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-10T20:04:17.555Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:04:17.555Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-10T20:04:17.555Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-10T20:04:17.555Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:04:17.555Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-10T20:04:17.555Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-10T20:04:17.555Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:04:17.555Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-10T20:04:17.658Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:04:17.658Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-11-10T20:04:17.658Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-11-10T20:04:17.658Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2020-11-10T20:04:17.658Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s) [2020-11-10T20:04:17.658Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-11-10T20:04:17.658Z] === RUN TestBuildPreserveOwnership [2020-11-10T20:04:17.658Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-10T20:04:18.220Z] --- PASS: TestExecUser (0.86s) [2020-11-10T20:04:18.220Z] === RUN TestExportContainerAndImportImage [2020-11-10T20:04:18.230Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-11-10T20:04:19.167Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2020-11-10T20:04:19.167Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-10T20:04:19.172Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-11-10T20:04:20.558Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-11-10T20:04:20.558Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-11-10T20:04:20.558Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-11-10T20:04:21.132Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-10T20:04:21.394Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-11-10T20:04:21.718Z] --- PASS: TestExportContainerAfterDaemonRestart (2.09s) [2020-11-10T20:04:21.718Z] === RUN TestHealthCheckWorkdir [2020-11-10T20:04:22.212Z] --- PASS: TestDaemonStartWithLogOpt (6.93s) [2020-11-10T20:04:22.212Z] === CONT TestReadPluginNoRead [2020-11-10T20:04:22.293Z] --- PASS: TestHealthCheckWorkdir (0.98s) [2020-11-10T20:04:22.293Z] === RUN TestHealthKillContainer [2020-11-10T20:04:22.337Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-11-10T20:04:23.280Z] --- PASS: TestBuildPreserveOwnership (5.40s) [2020-11-10T20:04:23.280Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.45s) [2020-11-10T20:04:23.280Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.94s) [2020-11-10T20:04:23.280Z] === RUN TestBuildPlatformInvalid [2020-11-10T20:04:23.280Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-11-10T20:04:23.541Z] --- PASS: TestBuildPlatformInvalid (0.25s) [2020-11-10T20:04:23.541Z] PASS [2020-11-10T20:04:23.541Z] [2020-11-10T20:04:23.541Z] === Skipped [2020-11-10T20:04:23.541Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-10T20:04:23.541Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T20:04:23.541Z] [2020-11-10T20:04:23.541Z] [2020-11-10T20:04:23.541Z] DONE 32 tests, 1 skipped in 183.233s [2020-11-10T20:04:23.541Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-10T20:04:23.541Z] ++ 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-11-10T20:04:23.541Z] ++ set -e [2020-11-10T20:04:23.541Z] ++ '[' -n 0 ']' [2020-11-10T20:04:23.541Z] ++ set -x [2020-11-10T20:04:23.541Z] ++ env -i DEST=/go/src/github.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-11-10T20:04:23.541Z] INFO: Testing against a local daemon [2020-11-10T20:04:23.541Z] === RUN TestConfigInspect [2020-11-10T20:04:25.484Z] === RUN TestReadPluginNoRead/default [2020-11-10T20:04:25.484Z] --- PASS: TestContinueAfterPluginCrash (10.67s) [2020-11-10T20:04:25.598Z] --- PASS: TestHealthKillContainer (2.87s) [2020-11-10T20:04:25.598Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-10T20:04:25.859Z] --- PASS: TestInspectCpusetInConfigPre120 (0.77s) [2020-11-10T20:04:25.859Z] === RUN TestIpcModeNone [2020-11-10T20:04:26.086Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-11-10T20:04:26.803Z] --- PASS: TestIpcModeNone (0.85s) [2020-11-10T20:04:26.803Z] === RUN TestIpcModePrivate [2020-11-10T20:04:27.028Z] --- PASS: TestConfigInspect (3.17s) [2020-11-10T20:04:27.028Z] === RUN TestConfigList [2020-11-10T20:04:27.375Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-10T20:04:27.747Z] --- PASS: TestIpcModePrivate (0.83s) [2020-11-10T20:04:27.748Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-11-10T20:04:27.748Z] === RUN TestIpcModeShareable [2020-11-10T20:04:28.320Z] --- PASS: TestIpcModeShareable (0.87s) [2020-11-10T20:04:28.320Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-11-10T20:04:28.320Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-10T20:04:29.576Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-11-10T20:04:29.892Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-10T20:04:30.148Z] --- PASS: TestConfigList (3.25s) [2020-11-10T20:04:30.148Z] === RUN TestConfigsCreateAndDelete [2020-11-10T20:04:30.380Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-10T20:04:30.380Z] [2020-11-10T20:04:30.380Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-10T20:04:30.380Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-10T20:04:30.380Z] HOSTNAME=fc62c2485e8f [2020-11-10T20:04:30.380Z] TESTDEBUG=0 [2020-11-10T20:04:30.380Z] DEST=bundles/test-integration [2020-11-10T20:04:30.380Z] PWD=/go/src/github.com/docker/docker [2020-11-10T20:04:30.380Z] DOCKER_GITCOMMIT=2b41e8471935a95440472ca90e99aa33dacf56c0 [2020-11-10T20:04:30.380Z] container=docker [2020-11-10T20:04:30.380Z] HOME=/root [2020-11-10T20:04:30.380Z] GOLANG_VERSION=1.13.15 [2020-11-10T20:04:30.380Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-10T20:04:30.380Z] VALIDATE_BRANCH=master [2020-11-10T20:04:30.380Z] TERM=xterm [2020-11-10T20:04:30.380Z] DOCKER_PKG=github.com/docker/docker [2020-11-10T20:04:30.380Z] SHLVL=1 [2020-11-10T20:04:30.380Z] TIMEOUT=120m [2020-11-10T20:04:30.380Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-10T20:04:30.380Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-10T20:04:30.380Z] GO111MODULE=off [2020-11-10T20:04:30.380Z] DOCKER_EXPERIMENTAL=1 [2020-11-10T20:04:30.380Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-10T20:04:30.380Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-10T20:04:30.380Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-10T20:04:30.380Z] GOPATH=/go [2020-11-10T20:04:30.380Z] PKG_CONFIG=pkg-config [2020-11-10T20:04:30.380Z] _=/usr/bin/env [2020-11-10T20:04:30.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-10T20:04:31.535Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-11-10T20:04:31.639Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.66s) [2020-11-10T20:04:31.639Z] === RUN TestAPIIpcModeHost [2020-11-10T20:04:31.639Z] --- PASS: TestAPIIpcModeHost (0.63s) [2020-11-10T20:04:31.639Z] === RUN TestDaemonIpcModeShareable [2020-11-10T20:04:32.409Z] --- PASS: TestReadPluginNoRead (10.57s) [2020-11-10T20:04:32.409Z] --- PASS: TestReadPluginNoRead/default (2.38s) [2020-11-10T20:04:32.409Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.26s) [2020-11-10T20:04:32.409Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.24s) [2020-11-10T20:04:32.409Z] read_test.go:92: [dc2f36c88dd82] daemon is not started [2020-11-10T20:04:32.409Z] PASS [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] DONE 6 tests in 17.642s [2020-11-10T20:04:32.409Z] 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-11-10T20:04:32.409Z] testing: warning: no tests to run [2020-11-10T20:04:32.409Z] PASS [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] DONE 0 tests in 0.047s [2020-11-10T20:04:32.409Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-10T20:04:32.409Z] INFO: Testing against a local daemon [2020-11-10T20:04:32.409Z] === RUN TestPluginWithDevMounts [2020-11-10T20:04:32.409Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-10T20:04:32.409Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-10T20:04:32.409Z] PASS [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] === Skipped [2020-11-10T20:04:32.409Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-11-10T20:04:32.409Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] DONE 1 tests, 1 skipped in 0.142s [2020-11-10T20:04:32.409Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-10T20:04:32.409Z] INFO: Testing against a local daemon [2020-11-10T20:04:32.409Z] === RUN TestSecretInspect [2020-11-10T20:04:32.409Z] --- SKIP: TestSecretInspect (0.02s) [2020-11-10T20:04:32.409Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] === RUN TestSecretList [2020-11-10T20:04:32.409Z] --- SKIP: TestSecretList (0.01s) [2020-11-10T20:04:32.409Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] === RUN TestSecretsCreateAndDelete [2020-11-10T20:04:32.409Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-11-10T20:04:32.409Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] === RUN TestSecretsUpdate [2020-11-10T20:04:32.409Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-11-10T20:04:32.409Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] === RUN TestTemplatedSecret [2020-11-10T20:04:32.409Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-11-10T20:04:32.409Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] === RUN TestSecretCreateResolve [2020-11-10T20:04:32.409Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-11-10T20:04:32.409Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] PASS [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] === Skipped [2020-11-10T20:04:32.409Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-11-10T20:04:32.409Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-11-10T20:04:32.409Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-11-10T20:04:32.409Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-11-10T20:04:32.409Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-11-10T20:04:32.409Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.409Z] [2020-11-10T20:04:32.409Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-11-10T20:04:32.410Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.410Z] [2020-11-10T20:04:32.410Z] [2020-11-10T20:04:32.410Z] DONE 6 tests, 6 skipped in 0.185s [2020-11-10T20:04:32.410Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-10T20:04:32.410Z] INFO: Testing against a local daemon [2020-11-10T20:04:32.410Z] === RUN TestServiceCreateInit [2020-11-10T20:04:32.410Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-10T20:04:32.410Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-10T20:04:32.410Z] --- PASS: TestServiceCreateInit (0.02s) [2020-11-10T20:04:32.410Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-10T20:04:32.410Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.410Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-10T20:04:32.410Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.410Z] === RUN TestCreateServiceMultipleTimes [2020-11-10T20:04:32.410Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-11-10T20:04:32.410Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.410Z] === RUN TestCreateServiceConflict [2020-11-10T20:04:32.410Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-11-10T20:04:32.410Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.410Z] === RUN TestCreateServiceMaxReplicas [2020-11-10T20:04:32.666Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-11-10T20:04:32.666Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-10T20:04:32.666Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-10T20:04:32.666Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestCreateServiceSecretFileMode [2020-11-10T20:04:32.666Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-11-10T20:04:32.666Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestCreateServiceConfigFileMode [2020-11-10T20:04:32.666Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2020-11-10T20:04:32.666Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestCreateServiceSysctls [2020-11-10T20:04:32.666Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-11-10T20:04:32.666Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestCreateServiceCapabilities [2020-11-10T20:04:32.666Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-11-10T20:04:32.666Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestInspect [2020-11-10T20:04:32.666Z] --- SKIP: TestInspect (0.01s) [2020-11-10T20:04:32.666Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestCreateJob [2020-11-10T20:04:32.666Z] --- SKIP: TestCreateJob (0.01s) [2020-11-10T20:04:32.666Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestReplicatedJob [2020-11-10T20:04:32.666Z] --- SKIP: TestReplicatedJob (0.01s) [2020-11-10T20:04:32.666Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestUpdateReplicatedJob [2020-11-10T20:04:32.666Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-11-10T20:04:32.666Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestServiceListWithStatuses [2020-11-10T20:04:32.666Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-10T20:04:32.666Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-10T20:04:32.666Z] === RUN TestDockerNetworkConnectAlias [2020-11-10T20:04:32.666Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2020-11-10T20:04:32.666Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestDockerNetworkReConnect [2020-11-10T20:04:32.666Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2020-11-10T20:04:32.666Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:32.666Z] === RUN TestServicePlugin [2020-11-10T20:04:32.923Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-11-10T20:04:33.184Z] --- PASS: TestConfigsCreateAndDelete (3.20s) [2020-11-10T20:04:33.184Z] === RUN TestConfigsUpdate [2020-11-10T20:04:33.583Z] --- PASS: TestDaemonIpcModeShareable (1.92s) [2020-11-10T20:04:33.583Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-10T20:04:33.583Z] === RUN TestDaemonIpcModePrivate [2020-11-10T20:04:35.100Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-11-10T20:04:35.528Z] --- PASS: TestDaemonIpcModePrivate (2.00s) [2020-11-10T20:04:35.528Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-10T20:04:35.528Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-10T20:04:35.673Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-11-10T20:04:35.898Z] .....INFO: Daemon under test started and replied! [2020-11-10T20:04:35.898Z] INFO: Docker version of the daemon under test [2020-11-10T20:04:35.898Z] [2020-11-10T20:04:35.898Z] Client: [2020-11-10T20:04:35.898Z] Version: 17.06.2-ce [2020-11-10T20:04:35.898Z] API version: 1.30 [2020-11-10T20:04:35.898Z] Go version: go1.8.3 [2020-11-10T20:04:35.898Z] Git commit: cec0b72 [2020-11-10T20:04:35.898Z] Built: Tue Sep 5 19:57:19 2017 [2020-11-10T20:04:35.898Z] OS/Arch: windows/amd64 [2020-11-10T20:04:35.898Z] [2020-11-10T20:04:35.898Z] Server: [2020-11-10T20:04:35.898Z] Version: 0.0.0-dev [2020-11-10T20:04:35.898Z] API version: 1.41 (minimum version 1.24) [2020-11-10T20:04:35.898Z] Go version: go1.13.15 [2020-11-10T20:04:35.898Z] Git commit: 2b41e84719 [2020-11-10T20:04:35.898Z] Built: 11/10/2020 20:02:21 [2020-11-10T20:04:35.898Z] OS/Arch: windows/amd64 [2020-11-10T20:04:35.898Z] Experimental: false [2020-11-10T20:04:35.898Z] [2020-11-10T20:04:35.898Z] INFO: Docker info of the daemon under test [2020-11-10T20:04:35.898Z] [2020-11-10T20:04:35.898Z] Containers: 0 [2020-11-10T20:04:35.898Z] Running: 0 [2020-11-10T20:04:35.898Z] Paused: 0 [2020-11-10T20:04:35.898Z] Stopped: 0 [2020-11-10T20:04:35.898Z] Images: 0 [2020-11-10T20:04:35.898Z] Server Version: 0.0.0-dev [2020-11-10T20:04:35.898Z] Storage Driver: windowsfilter [2020-11-10T20:04:35.898Z] Windows: [2020-11-10T20:04:35.898Z] Logging Driver: json-file [2020-11-10T20:04:35.898Z] Plugins: [2020-11-10T20:04:35.898Z] Volume: local [2020-11-10T20:04:35.898Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-10T20:04:35.898Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-10T20:04:35.898Z] Swarm: inactive [2020-11-10T20:04:35.898Z] Default Isolation: process [2020-11-10T20:04:35.898Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-10T20:04:35.898Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-10T20:04:35.898Z] OSType: windows [2020-11-10T20:04:35.898Z] Architecture: x86_64 [2020-11-10T20:04:35.898Z] CPUs: 4 [2020-11-10T20:04:35.898Z] Total Memory: 32GiB [2020-11-10T20:04:35.898Z] Name: azwin-2-5d7b90 [2020-11-10T20:04:35.898Z] ID: RLSU:JFN4:VOG4:RL4V:GZKW:4PIM:IZ4R:HRSW:K6HM:C2RV:TDKO:5SGK [2020-11-10T20:04:35.898Z] Docker Root Dir: D:\CI\PR-41659\3\daemon [2020-11-10T20:04:35.898Z] Debug Mode (client): false [2020-11-10T20:04:35.898Z] Debug Mode (server): true [2020-11-10T20:04:35.898Z] File Descriptors: -1 [2020-11-10T20:04:35.898Z] Goroutines: 17 [2020-11-10T20:04:35.898Z] System Time: 2020-11-10T20:04:33.8238617Z [2020-11-10T20:04:35.898Z] EventsListeners: 0 [2020-11-10T20:04:35.898Z] Registry: https://index.docker.io/v1/ [2020-11-10T20:04:35.898Z] Labels: [2020-11-10T20:04:35.898Z] Experimental: false [2020-11-10T20:04:35.898Z] Insecure Registries: [2020-11-10T20:04:35.898Z] 127.0.0.0/8 [2020-11-10T20:04:35.898Z] Live Restore Enabled: false [2020-11-10T20:04:35.898Z] [2020-11-10T20:04:35.898Z] [2020-11-10T20:04:35.898Z] INFO: Docker images of the daemon under test [2020-11-10T20:04:35.898Z] [2020-11-10T20:04:35.898Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-11-10T20:04:35.898Z] [2020-11-10T20:04:35.898Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-11-10T20:04:35.898Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-11-10T20:04:35.898Z] ltsc2019: Pulling from windows/servercore [2020-11-10T20:04:35.898Z] 4612f6d0b889: Pulling fs layer [2020-11-10T20:04:35.898Z] 680bbdbacf1b: Pulling fs layer [2020-11-10T20:04:36.120Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2020-11-10T20:04:36.120Z] PASS [2020-11-10T20:04:36.120Z] [2020-11-10T20:04:36.120Z] === Skipped [2020-11-10T20:04:36.120Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-10T20:04:36.120Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:04:36.120Z] [2020-11-10T20:04:36.120Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-10T20:04:36.120Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:04:36.120Z] [2020-11-10T20:04:36.120Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-10T20:04:36.120Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:04:36.120Z] [2020-11-10T20:04:36.120Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-10T20:04:36.120Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:04:36.120Z] [2020-11-10T20:04:36.120Z] [2020-11-10T20:04:36.120Z] DONE 17 tests, 4 skipped in 29.176s [2020-11-10T20:04:36.120Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-10T20:04:36.120Z] ++ 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-11-10T20:04:36.120Z] ++ set -e [2020-11-10T20:04:36.120Z] ++ '[' -n 0 ']' [2020-11-10T20:04:36.120Z] ++ set -x [2020-11-10T20:04:36.120Z] ++ env -i DEST=/go/src/github.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-11-10T20:04:36.120Z] INFO: Testing against a local daemon [2020-11-10T20:04:36.120Z] === RUN TestPluginInvalidJSON [2020-11-10T20:04:36.120Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:04:36.120Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:04:36.120Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:04:36.120Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-11-10T20:04:36.120Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-10T20:04:36.120Z] === RUN TestPluginInstall [2020-11-10T20:04:36.120Z] === RUN TestPluginInstall/no_auth [2020-11-10T20:04:36.120Z] time="2020-11-10T20:04:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:04:36.120Z] time="2020-11-10T20:04:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:77d343c067f77d9465b7718d0a15ae8f6be521a0b0d51a517b61837617cc7a44" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:04:36.120Z] time="2020-11-10T20:04:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:04:36.120Z] time="2020-11-10T20:04:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:77d343c067f77d9465b7718d0a15ae8f6be521a0b0d51a517b61837617cc7a44" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:04:36.120Z] === RUN TestPluginInstall/with_htpasswd [2020-11-10T20:04:36.247Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-11-10T20:04:36.247Z] --- PASS: TestConfigsUpdate (3.07s) [2020-11-10T20:04:36.247Z] === RUN TestTemplatedConfig [2020-11-10T20:04:36.751Z] time="2020-11-10T20:04:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:04:36.751Z] time="2020-11-10T20:04:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:77d343c067f77d9465b7718d0a15ae8f6be521a0b0d51a517b61837617cc7a44" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:04:36.751Z] time="2020-11-10T20:04:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:04:36.751Z] time="2020-11-10T20:04:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:77d343c067f77d9465b7718d0a15ae8f6be521a0b0d51a517b61837617cc7a44" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:04:36.837Z] --- SKIP: TestServicePlugin (3.56s) [2020-11-10T20:04:36.837Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.837Z] === RUN TestServiceUpdateLabel [2020-11-10T20:04:36.837Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2020-11-10T20:04:36.837Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.837Z] === RUN TestServiceUpdateSecrets [2020-11-10T20:04:36.837Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-11-10T20:04:36.837Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.837Z] === RUN TestServiceUpdateConfigs [2020-11-10T20:04:36.837Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-11-10T20:04:36.837Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.837Z] === RUN TestServiceUpdateNetwork [2020-11-10T20:04:36.837Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2020-11-10T20:04:36.837Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.837Z] === RUN TestServiceUpdatePidsLimit [2020-11-10T20:04:36.837Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-11-10T20:04:36.837Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.837Z] PASS [2020-11-10T20:04:36.837Z] [2020-11-10T20:04:36.837Z] === Skipped [2020-11-10T20:04:36.837Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-10T20:04:36.837Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-10T20:04:36.837Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-10T20:04:36.838Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-10T20:04:36.838Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-11-10T20:04:36.838Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-11-10T20:04:36.838Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2020-11-10T20:04:36.838Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-10T20:04:36.838Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-11-10T20:04:36.838Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2020-11-10T20:04:36.838Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-11-10T20:04:36.838Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-11-10T20:04:36.838Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-11-10T20:04:36.838Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-11-10T20:04:36.838Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-11-10T20:04:36.838Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-11-10T20:04:36.838Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-10T20:04:36.838Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2020-11-10T20:04:36.838Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2020-11-10T20:04:36.838Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestServicePlugin (3.56s) [2020-11-10T20:04:36.838Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2020-11-10T20:04:36.838Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-11-10T20:04:36.838Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-11-10T20:04:36.838Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2020-11-10T20:04:36.838Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-11-10T20:04:36.838Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] DONE 24 tests, 23 skipped in 4.038s [2020-11-10T20:04:36.838Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-10T20:04:36.838Z] INFO: Testing against a local daemon [2020-11-10T20:04:36.838Z] === RUN TestSessionCreate [2020-11-10T20:04:36.838Z] --- PASS: TestSessionCreate (0.03s) [2020-11-10T20:04:36.838Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-10T20:04:36.838Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-11-10T20:04:36.838Z] PASS [2020-11-10T20:04:36.838Z] [2020-11-10T20:04:36.838Z] DONE 2 tests in 0.163s [2020-11-10T20:04:36.838Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-10T20:04:36.838Z] INFO: Testing against a local daemon [2020-11-10T20:04:36.838Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-10T20:04:36.838Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:04:36.838Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-10T20:04:36.838Z] === RUN TestEventsExecDie [2020-11-10T20:04:37.041Z] === RUN TestPluginInstall/with_insecure [2020-11-10T20:04:37.094Z] --- PASS: TestEventsExecDie (0.53s) [2020-11-10T20:04:37.351Z] === RUN TestEventsBackwardsCompatible [2020-11-10T20:04:37.351Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-11-10T20:04:37.351Z] === RUN TestInfoBinaryCommits [2020-11-10T20:04:37.351Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-11-10T20:04:37.351Z] === RUN TestInfoAPIVersioned [2020-11-10T20:04:37.351Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-10T20:04:37.351Z] === RUN TestInfoDiscoveryBackend [2020-11-10T20:04:37.632Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-11-10T20:04:38.073Z] time="2020-11-10T20:04:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:04:38.073Z] time="2020-11-10T20:04:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:acf4c6ed1f991b23b44b0601994f9da6ac7fd8bed8ec0c85fe1c6078946a9f18" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:04:38.073Z] time="2020-11-10T20:04:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:04:38.073Z] time="2020-11-10T20:04:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:acf4c6ed1f991b23b44b0601994f9da6ac7fd8bed8ec0c85fe1c6078946a9f18" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:04:38.073Z] --- PASS: TestPluginInstall (3.86s) [2020-11-10T20:04:38.073Z] --- PASS: TestPluginInstall/no_auth (1.80s) [2020-11-10T20:04:38.073Z] --- PASS: TestPluginInstall/with_htpasswd (0.81s) [2020-11-10T20:04:38.073Z] --- PASS: TestPluginInstall/with_insecure (1.25s) [2020-11-10T20:04:38.073Z] plugin_test.go:157: [dc6d5dd008818] daemon is not started [2020-11-10T20:04:38.073Z] PASS [2020-11-10T20:04:38.073Z] [2020-11-10T20:04:38.073Z] DONE 6 tests in 4.072s [2020-11-10T20:04:38.089Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.04s) [2020-11-10T20:04:38.089Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-10T20:04:38.089Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-10T20:04:38.205Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-11-10T20:04:38.364Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-10T20:04:38.364Z] ++ 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-11-10T20:04:38.364Z] ++ set -e [2020-11-10T20:04:38.364Z] ++ '[' -n 0 ']' [2020-11-10T20:04:38.364Z] ++ set -x [2020-11-10T20:04:38.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=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-11-10T20:04:38.364Z] INFO: Testing against a local daemon [2020-11-10T20:04:38.364Z] === RUN TestExternalGraphDriver [2020-11-10T20:04:38.364Z] === RUN TestExternalGraphDriver/json [2020-11-10T20:04:38.466Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-11-10T20:04:38.717Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2020-11-10T20:04:38.717Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-10T20:04:39.409Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-11-10T20:04:39.476Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.84s) [2020-11-10T20:04:39.476Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-10T20:04:39.476Z] === RUN TestIpcModeOlderClient [2020-11-10T20:04:39.476Z] === PAUSE TestIpcModeOlderClient [2020-11-10T20:04:39.476Z] === RUN TestKillContainerInvalidSignal [2020-11-10T20:04:39.669Z] --- PASS: TestTemplatedConfig (3.34s) [2020-11-10T20:04:39.669Z] === RUN TestConfigCreateResolve [2020-11-10T20:04:40.421Z] --- PASS: TestKillContainerInvalidSignal (0.78s) [2020-11-10T20:04:40.421Z] === RUN TestKillContainer [2020-11-10T20:04:40.421Z] === RUN TestKillContainer/no_signal [2020-11-10T20:04:40.427Z] === RUN TestExternalGraphDriver/spec [2020-11-10T20:04:40.610Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-11-10T20:04:40.610Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-11-10T20:04:40.872Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-11-10T20:04:40.993Z] === RUN TestKillContainer/non_killing_signal [2020-11-10T20:04:41.567Z] === RUN TestKillContainer/killing_signal [2020-11-10T20:04:41.813Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-11-10T20:04:42.385Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-11-10T20:04:42.488Z] === RUN TestExternalGraphDriver/pull [2020-11-10T20:04:42.510Z] --- PASS: TestKillContainer (2.28s) [2020-11-10T20:04:42.510Z] --- PASS: TestKillContainer/no_signal (0.74s) [2020-11-10T20:04:42.510Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2020-11-10T20:04:42.510Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2020-11-10T20:04:42.510Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-10T20:04:42.510Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-10T20:04:42.884Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2020-11-10T20:04:42.884Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-10T20:04:42.884Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-10T20:04:42.884Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:04:42.884Z] === RUN TestInfoAPI [2020-11-10T20:04:42.884Z] --- PASS: TestInfoAPI (0.04s) [2020-11-10T20:04:42.884Z] === RUN TestInfoAPIWarnings [2020-11-10T20:04:42.956Z] --- PASS: TestConfigCreateResolve (3.23s) [2020-11-10T20:04:42.956Z] === RUN TestConfigDaemonLibtrustID [2020-11-10T20:04:42.996Z] 680bbdbacf1b: Verifying Checksum [2020-11-10T20:04:42.996Z] 680bbdbacf1b: Download complete [2020-11-10T20:04:43.455Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-10T20:04:43.527Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2020-11-10T20:04:43.527Z] PASS [2020-11-10T20:04:43.527Z] [2020-11-10T20:04:43.527Z] DONE 7 tests in 19.980s [2020-11-10T20:04:43.527Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-10T20:04:43.527Z] ++ 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-11-10T20:04:43.527Z] ++ set -e [2020-11-10T20:04:43.527Z] ++ '[' -n 0 ']' [2020-11-10T20:04:43.527Z] ++ set -x [2020-11-10T20:04:43.527Z] ++ env -i DEST=/go/src/github.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-11-10T20:04:43.793Z] INFO: Testing against a local daemon [2020-11-10T20:04:43.793Z] === RUN TestCheckpoint [2020-11-10T20:04:43.793Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-10T20:04:43.793Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:04:43.793Z] === RUN TestContainerInvalidJSON [2020-11-10T20:04:43.793Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:04:43.793Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:04:43.793Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:04:43.793Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:04:43.793Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:04:43.793Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:04:43.793Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:04:43.793Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:04:43.793Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-11-10T20:04:43.793Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:04:43.793Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-10T20:04:43.793Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-11-10T20:04:43.793Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-10T20:04:43.793Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-10T20:04:43.793Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-10T20:04:43.793Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-11-10T20:04:43.793Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-10T20:04:43.793Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-11-10T20:04:43.793Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-10T20:04:44.028Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.51s) [2020-11-10T20:04:44.028Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2020-11-10T20:04:44.028Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-11-10T20:04:44.028Z] === RUN TestKillStoppedContainer [2020-11-10T20:04:44.053Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2020-11-10T20:04:44.054Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-10T20:04:44.054Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2020-11-10T20:04:44.054Z] === RUN TestCopyFromContainer [2020-11-10T20:04:44.290Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-11-10T20:04:44.290Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-10T20:04:44.290Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-11-10T20:04:44.290Z] === RUN TestKillDifferentUserContainer [2020-11-10T20:04:44.631Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-11-10T20:04:45.211Z] --- PASS: TestExternalGraphDriver (6.60s) [2020-11-10T20:04:45.211Z] --- PASS: TestExternalGraphDriver/json (2.03s) [2020-11-10T20:04:45.211Z] --- PASS: TestExternalGraphDriver/spec (2.01s) [2020-11-10T20:04:45.211Z] --- PASS: TestExternalGraphDriver/pull (2.45s) [2020-11-10T20:04:45.211Z] === RUN TestGraphdriverPluginV2 [2020-11-10T20:04:45.211Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2020-11-10T20:04:45.211Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:04:45.211Z] PASS [2020-11-10T20:04:45.211Z] [2020-11-10T20:04:45.211Z] === Skipped [2020-11-10T20:04:45.211Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2020-11-10T20:04:45.211Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:04:45.211Z] [2020-11-10T20:04:45.211Z] [2020-11-10T20:04:45.211Z] DONE 5 tests, 1 skipped in 6.790s [2020-11-10T20:04:45.211Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-10T20:04:45.211Z] ++ 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-11-10T20:04:45.211Z] ++ set -e [2020-11-10T20:04:45.211Z] ++ '[' -n 0 ']' [2020-11-10T20:04:45.211Z] ++ set -x [2020-11-10T20:04:45.211Z] ++ env -i DEST=/go/src/github.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-11-10T20:04:45.211Z] INFO: Testing against a local daemon [2020-11-10T20:04:45.211Z] === RUN TestContinueAfterPluginCrash [2020-11-10T20:04:45.211Z] === PAUSE TestContinueAfterPluginCrash [2020-11-10T20:04:45.211Z] === RUN TestReadPluginNoRead [2020-11-10T20:04:45.211Z] === PAUSE TestReadPluginNoRead [2020-11-10T20:04:45.211Z] === RUN TestDaemonStartWithLogOpt [2020-11-10T20:04:45.211Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-10T20:04:45.211Z] === CONT TestContinueAfterPluginCrash [2020-11-10T20:04:45.211Z] === CONT TestDaemonStartWithLogOpt [2020-11-10T20:04:45.232Z] --- PASS: TestKillDifferentUserContainer (0.75s) [2020-11-10T20:04:45.232Z] === RUN TestInspectOomKilledTrue [2020-11-10T20:04:45.232Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-10T20:04:45.232Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:04:45.232Z] === RUN TestInspectOomKilledFalse [2020-11-10T20:04:45.232Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-10T20:04:45.232Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:04:45.232Z] === RUN TestLinksEtcHostsContentMatch [2020-11-10T20:04:45.575Z] === RUN TestCopyFromContainer// [2020-11-10T20:04:45.805Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s) [2020-11-10T20:04:45.805Z] === RUN TestLinksContainerNames [2020-11-10T20:04:45.835Z] === RUN TestCopyFromContainer//bar/root [2020-11-10T20:04:45.835Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-10T20:04:45.835Z] === RUN TestCopyFromContainer/bar/quux [2020-11-10T20:04:45.835Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-11-10T20:04:46.096Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-10T20:04:46.096Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-10T20:04:46.096Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-10T20:04:46.096Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-10T20:04:46.360Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-10T20:04:46.360Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-10T20:04:46.360Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-11-10T20:04:46.621Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer (2.59s) [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer// (0.09s) [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-11-10T20:04:46.621Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2020-11-10T20:04:46.621Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-10T20:04:46.622Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:04:46.622Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:04:46.622Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:04:46.622Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:04:46.622Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:04:46.622Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:04:46.622Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:04:46.622Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:04:46.622Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:04:46.622Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-10T20:04:46.622Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-10T20:04:46.622Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-10T20:04:46.622Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-10T20:04:46.622Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-10T20:04:46.622Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-11-10T20:04:46.622Z] === RUN TestCreateWithInvalidEnv [2020-11-10T20:04:46.622Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-10T20:04:46.622Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-10T20:04:46.622Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-10T20:04:46.622Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-10T20:04:46.622Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-10T20:04:46.622Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-10T20:04:46.622Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-10T20:04:46.622Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-10T20:04:46.622Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-10T20:04:46.622Z] --- PASS: TestCreateWithInvalidEnv (0.05s) [2020-11-10T20:04:46.622Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-10T20:04:46.622Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-10T20:04:46.622Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-10T20:04:46.622Z] === RUN TestCreateTmpfsMountsTarget [2020-11-10T20:04:46.622Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-11-10T20:04:46.622Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-10T20:04:47.194Z] --- PASS: TestLinksContainerNames (1.53s) [2020-11-10T20:04:47.195Z] === RUN TestLogsFollowTailEmpty [2020-11-10T20:04:47.576Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-11-10T20:04:48.139Z] --- PASS: TestLogsFollowTailEmpty (0.76s) [2020-11-10T20:04:48.139Z] === RUN TestContainerNetworkMountsNoChown [2020-11-10T20:04:48.522Z] --- PASS: TestCreateWithCustomMaskedPaths (1.75s) [2020-11-10T20:04:48.522Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-10T20:04:48.712Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s) [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/default [2020-11-10T20:04:48.712Z] === PAUSE TestMountDaemonRoot/default [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/private [2020-11-10T20:04:48.712Z] === PAUSE TestMountDaemonRoot/private [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/rprivate [2020-11-10T20:04:48.712Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/slave [2020-11-10T20:04:48.712Z] === PAUSE TestMountDaemonRoot/slave [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/rslave [2020-11-10T20:04:48.712Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/shared [2020-11-10T20:04:48.712Z] === PAUSE TestMountDaemonRoot/shared [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/rshared [2020-11-10T20:04:48.712Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-10T20:04:48.712Z] === CONT TestMountDaemonRoot/default [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-10T20:04:48.712Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:04:48.712Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-10T20:04:48.712Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-10T20:04:48.712Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/rshared [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/shared [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/rslave [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/slave [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/rprivate [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/private [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-10T20:04:48.713Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:04:48.713Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:04:48.713Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:04:48.974Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:04:49.236Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:04:49.236Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-10T20:04:49.236Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:04:49.236Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-10T20:04:49.236Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-11-10T20:04:49.236Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-11-10T20:04:49.236Z] === RUN TestContainerBindMountNonRecursive [2020-11-10T20:04:49.684Z] --- PASS: TestDaemonStartWithLogOpt (3.76s) [2020-11-10T20:04:49.684Z] === CONT TestReadPluginNoRead [2020-11-10T20:04:50.435Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-11-10T20:04:50.435Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.71s) [2020-11-10T20:04:50.435Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-10T20:04:50.435Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:04:50.435Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:04:50.435Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:04:50.435Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:04:50.435Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:04:50.435Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:04:50.435Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:04:50.435Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:04:50.435Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:04:50.435Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:04:50.435Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:04:50.435Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:04:50.435Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:04:50.435Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:04:50.435Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:04:50.435Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-11-10T20:04:50.435Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-11-10T20:04:50.435Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-11-10T20:04:50.435Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-11-10T20:04:50.435Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-11-10T20:04:50.435Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-11-10T20:04:50.435Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-10T20:04:51.007Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.65s) [2020-11-10T20:04:51.007Z] === RUN TestCreateDifferentPlatform [2020-11-10T20:04:51.007Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-10T20:04:51.007Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-10T20:04:51.007Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-11-10T20:04:51.007Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-10T20:04:51.007Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-10T20:04:51.007Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-10T20:04:51.007Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-11-10T20:04:51.007Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-10T20:04:51.007Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2020-11-10T20:04:51.007Z] === RUN TestContainerStartOnDaemonRestart [2020-11-10T20:04:51.007Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-10T20:04:51.007Z] === RUN TestDaemonRestartIpcMode [2020-11-10T20:04:51.007Z] === PAUSE TestDaemonRestartIpcMode [2020-11-10T20:04:51.007Z] === RUN TestDaemonHostGatewayIP [2020-11-10T20:04:51.007Z] === PAUSE TestDaemonHostGatewayIP [2020-11-10T20:04:51.007Z] === RUN TestContainerKillOnDaemonStart [2020-11-10T20:04:51.007Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-10T20:04:51.007Z] === RUN TestDiff [2020-11-10T20:04:51.578Z] --- PASS: TestDiff (0.58s) [2020-11-10T20:04:51.578Z] === RUN TestExecWithCloseStdin [2020-11-10T20:04:51.746Z] === RUN TestReadPluginNoRead/default [2020-11-10T20:04:51.785Z] --- PASS: TestContainerBindMountNonRecursive (2.29s) [2020-11-10T20:04:51.785Z] === RUN TestContainerVolumesMountedAsShared [2020-11-10T20:04:52.358Z] --- PASS: TestContainerVolumesMountedAsShared (0.72s) [2020-11-10T20:04:52.358Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-10T20:04:52.521Z] --- PASS: TestExecWithCloseStdin (0.66s) [2020-11-10T20:04:52.521Z] === RUN TestExec [2020-11-10T20:04:52.932Z] --- PASS: TestContainerVolumesMountedAsSlave (0.62s) [2020-11-10T20:04:52.932Z] === RUN TestNetworkNat [2020-11-10T20:04:53.093Z] --- PASS: TestExec (0.65s) [2020-11-10T20:04:53.093Z] === RUN TestExecUser [2020-11-10T20:04:53.338Z] 4612f6d0b889: Verifying Checksum [2020-11-10T20:04:53.338Z] 4612f6d0b889: Download complete [2020-11-10T20:04:53.353Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-11-10T20:04:53.614Z] --- PASS: TestExecUser (0.67s) [2020-11-10T20:04:53.614Z] === RUN TestExportContainerAndImportImage [2020-11-10T20:04:53.812Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-10T20:04:53.875Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-11-10T20:04:53.877Z] --- PASS: TestNetworkNat (0.84s) [2020-11-10T20:04:53.877Z] === RUN TestNetworkLocalhostTCPNat [2020-11-10T20:04:54.102Z] --- PASS: TestContinueAfterPluginCrash (9.06s) [2020-11-10T20:04:54.446Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-11-10T20:04:54.450Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-11-10T20:04:54.450Z] === RUN TestNetworkLoopbackNat [2020-11-10T20:04:54.707Z] --- PASS: TestExportContainerAndImportImage (1.14s) [2020-11-10T20:04:54.707Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-10T20:04:54.969Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-11-10T20:04:55.541Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-11-10T20:04:55.607Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-10T20:04:56.113Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-11-10T20:04:56.374Z] --- PASS: TestExportContainerAfterDaemonRestart (1.61s) [2020-11-10T20:04:56.374Z] === RUN TestHealthCheckWorkdir [2020-11-10T20:04:56.947Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-11-10T20:04:57.110Z] --- PASS: TestReadPluginNoRead (8.30s) [2020-11-10T20:04:57.110Z] --- PASS: TestReadPluginNoRead/default (1.95s) [2020-11-10T20:04:57.110Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.73s) [2020-11-10T20:04:57.110Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.95s) [2020-11-10T20:04:57.110Z] read_test.go:92: [d92c28bee4a14] daemon is not started [2020-11-10T20:04:57.110Z] PASS [2020-11-10T20:04:57.110Z] [2020-11-10T20:04:57.110Z] DONE 6 tests in 12.222s [2020-11-10T20:04:57.208Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-11-10T20:04:57.400Z] 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-11-10T20:04:57.400Z] ++ 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-11-10T20:04:57.400Z] ++ set -e [2020-11-10T20:04:57.400Z] ++ '[' -n 0 ']' [2020-11-10T20:04:57.400Z] ++ set -x [2020-11-10T20:04:57.400Z] ++ env -i DEST=/go/src/github.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-11-10T20:04:57.400Z] testing: warning: no tests to run [2020-11-10T20:04:57.400Z] PASS [2020-11-10T20:04:57.400Z] [2020-11-10T20:04:57.400Z] DONE 0 tests in 0.136s [2020-11-10T20:04:57.400Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-10T20:04:57.400Z] ++ 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-11-10T20:04:57.400Z] ++ set -e [2020-11-10T20:04:57.400Z] ++ '[' -n 0 ']' [2020-11-10T20:04:57.400Z] ++ set -x [2020-11-10T20:04:57.401Z] ++ env -i DEST=/go/src/github.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-11-10T20:04:57.470Z] --- PASS: TestHealthCheckWorkdir (1.10s) [2020-11-10T20:04:57.470Z] === RUN TestHealthKillContainer [2020-11-10T20:04:57.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-10T20:04:57.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-10T20:04:57.691Z] INFO: Testing against a local daemon [2020-11-10T20:04:57.691Z] === RUN TestPluginWithDevMounts [2020-11-10T20:04:57.691Z] === PAUSE TestPluginWithDevMounts [2020-11-10T20:04:57.691Z] === CONT TestPluginWithDevMounts [2020-11-10T20:04:57.755Z] --- PASS: TestNetworkLoopbackNat (3.17s) [2020-11-10T20:04:57.755Z] === RUN TestPause [2020-11-10T20:04:58.699Z] --- PASS: TestPause (0.81s) [2020-11-10T20:04:58.699Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-10T20:04:58.699Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-10T20:04:58.699Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-10T20:04:58.699Z] === RUN TestPauseStopPausedContainer [2020-11-10T20:04:58.860Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-11-10T20:04:58.860Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-11-10T20:04:59.272Z] --- PASS: TestPauseStopPausedContainer (0.81s) [2020-11-10T20:04:59.272Z] === RUN TestPsFilter [2020-11-10T20:04:59.534Z] --- PASS: TestPsFilter (0.26s) [2020-11-10T20:04:59.534Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-10T20:04:59.753Z] --- PASS: TestPluginWithDevMounts (1.87s) [2020-11-10T20:04:59.753Z] PASS [2020-11-10T20:04:59.753Z] [2020-11-10T20:04:59.753Z] DONE 1 tests in 2.154s [2020-11-10T20:04:59.753Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-11-10T20:04:59.753Z] ++ 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-11-10T20:04:59.753Z] ++ set -e [2020-11-10T20:04:59.753Z] ++ '[' -n 0 ']' [2020-11-10T20:04:59.753Z] ++ set -x [2020-11-10T20:04:59.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=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-11-10T20:04:59.754Z] INFO: Testing against a local daemon [2020-11-10T20:04:59.754Z] === RUN TestSecretInspect [2020-11-10T20:05:00.343Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-10T20:05:00.478Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.72s) [2020-11-10T20:05:00.478Z] === RUN TestRemoveContainerWithVolume [2020-11-10T20:05:00.775Z] --- PASS: TestHealthKillContainer (2.99s) [2020-11-10T20:05:00.775Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-10T20:05:00.928Z] --- PASS: TestInfoAPIWarnings (17.38s) [2020-11-10T20:05:00.928Z] === RUN TestInfoDebug [2020-11-10T20:05:01.036Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2020-11-10T20:05:01.036Z] === RUN TestIpcModeNone [2020-11-10T20:05:01.051Z] --- PASS: TestRemoveContainerWithVolume (0.77s) [2020-11-10T20:05:01.051Z] === RUN TestRemoveContainerRunning [2020-11-10T20:05:01.185Z] --- PASS: TestInfoDebug (1.53s) [2020-11-10T20:05:01.185Z] === RUN TestInfoInsecureRegistries [2020-11-10T20:05:02.004Z] --- PASS: TestRemoveContainerRunning (0.77s) [2020-11-10T20:05:02.004Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-10T20:05:02.007Z] --- PASS: TestIpcModeNone (0.68s) [2020-11-10T20:05:02.007Z] === RUN TestIpcModePrivate [2020-11-10T20:05:02.007Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-11-10T20:05:02.576Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s) [2020-11-10T20:05:02.576Z] === RUN TestRemoveInvalidContainer [2020-11-10T20:05:02.576Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-10T20:05:02.576Z] === RUN TestRenameLinkedContainer [2020-11-10T20:05:02.578Z] --- PASS: TestIpcModePrivate (0.88s) [2020-11-10T20:05:02.578Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:91, shared: false, mustBeShared: false [2020-11-10T20:05:02.578Z] === RUN TestIpcModeShareable [2020-11-10T20:05:03.076Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-11-10T20:05:03.076Z] === RUN TestInfoRegistryMirrors [2020-11-10T20:05:03.265Z] --- PASS: TestSecretInspect (3.24s) [2020-11-10T20:05:03.265Z] === RUN TestSecretList [2020-11-10T20:05:03.522Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-11-10T20:05:03.522Z] --- PASS: TestIpcModeShareable (0.83s) [2020-11-10T20:05:03.522Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2020-11-10T20:05:03.522Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-10T20:05:03.785Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-11-10T20:05:04.357Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-11-10T20:05:04.443Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-11-10T20:05:04.443Z] === RUN TestLoginFailsWithBadCredentials [2020-11-10T20:05:04.443Z] --- PASS: TestLoginFailsWithBadCredentials (0.24s) [2020-11-10T20:05:04.443Z] === RUN TestPingCacheHeaders [2020-11-10T20:05:04.443Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-11-10T20:05:04.443Z] === RUN TestPingGet [2020-11-10T20:05:04.443Z] --- PASS: TestPingGet (0.01s) [2020-11-10T20:05:04.443Z] === RUN TestPingHead [2020-11-10T20:05:04.443Z] --- PASS: TestPingHead (0.02s) [2020-11-10T20:05:04.443Z] === RUN TestVersion [2020-11-10T20:05:04.443Z] --- PASS: TestVersion (0.03s) [2020-11-10T20:05:04.443Z] PASS [2020-11-10T20:05:04.443Z] [2020-11-10T20:05:04.443Z] === Skipped [2020-11-10T20:05:04.443Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:05:04.443Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-10T20:05:04.443Z] [2020-11-10T20:05:04.443Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-10T20:05:04.443Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-10T20:05:04.443Z] [2020-11-10T20:05:04.443Z] [2020-11-10T20:05:04.443Z] DONE 18 tests, 2 skipped in 27.997s [2020-11-10T20:05:04.700Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-10T20:05:04.700Z] INFO: Testing against a local daemon [2020-11-10T20:05:04.700Z] === RUN TestVolumesCreateAndList [2020-11-10T20:05:04.700Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-11-10T20:05:04.700Z] === RUN TestVolumesRemove [2020-11-10T20:05:04.700Z] --- PASS: TestVolumesRemove (0.05s) [2020-11-10T20:05:04.700Z] === RUN TestVolumesInspect [2020-11-10T20:05:04.700Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-10T20:05:04.700Z] === RUN TestVolumesInvalidJSON [2020-11-10T20:05:04.700Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-10T20:05:04.700Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-10T20:05:04.700Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-10T20:05:04.700Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-10T20:05:04.700Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-10T20:05:04.700Z] PASS [2020-11-10T20:05:04.700Z] [2020-11-10T20:05:04.700Z] DONE 5 tests in 0.207s [2020-11-10T20:05:04.700Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-10T20:05:04.956Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12077 is not a child of this shell [2020-11-10T20:05:04.956Z] warning: PID 12077 from bundles/test-integration/docker.pid had a nonzero exit code [2020-11-10T20:05:04.956Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-10T20:05:04.956Z] [2020-11-10T20:05:04.956Z] Unloading profiles will leave already running processes permanently [2020-11-10T20:05:04.956Z] unconfined, which can lead to unexpected situations. [2020-11-10T20:05:04.956Z] [2020-11-10T20:05:04.956Z] To set a process to complain mode, use the command line tool [2020-11-10T20:05:04.956Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-10T20:05:04.956Z] Removing test suite binaries [2020-11-10T20:05:04.956Z] exiting test-integration [2020-11-10T20:05:04.956Z] ++ exit 0 [2020-11-10T20:05:05.884Z] [2020-11-10T20:05:05.886Z] --- PASS: TestRenameLinkedContainer (3.12s) [2020-11-10T20:05:05.886Z] === RUN TestRenameStoppedContainer [2020-11-10T20:05:06.272Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.58s) [2020-11-10T20:05:06.272Z] === RUN TestAPIIpcModeHost [2020-11-10T20:05:06.272Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-11-10T20:05:06.272Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-11-10T20:05:06.459Z] --- PASS: TestRenameStoppedContainer (0.79s) [2020-11-10T20:05:06.459Z] === RUN TestRenameRunningContainerAndReuse [2020-11-10T20:05:06.774Z] --- PASS: TestSecretList (3.60s) [2020-11-10T20:05:06.774Z] === RUN TestSecretsCreateAndDelete [2020-11-10T20:05:06.844Z] --- PASS: TestAPIIpcModeHost (0.70s) [2020-11-10T20:05:06.844Z] === RUN TestDaemonIpcModeShareable Post stage [Pipeline] junit [2020-11-10T20:05:07.262Z] Recording test results [2020-11-10T20:05:07.417Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-11-10T20:05:08.374Z] --- PASS: TestRenameRunningContainerAndReuse (1.57s) [2020-11-10T20:05:08.374Z] === RUN TestRenameInvalidName [2020-11-10T20:05:08.804Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-11-10T20:05:08.804Z] --- PASS: TestDaemonIpcModeShareable (1.82s) [2020-11-10T20:05:08.804Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: true, mustBeShared: true [2020-11-10T20:05:08.804Z] === RUN TestDaemonIpcModePrivate [2020-11-10T20:05:08.947Z] --- PASS: TestRenameInvalidName (0.78s) [2020-11-10T20:05:08.947Z] === RUN TestRenameAnonymousContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-10T20:05:09.645Z] + echo Ensuring container killed. [2020-11-10T20:05:09.645Z] Ensuring container killed. [2020-11-10T20:05:09.645Z] + docker rm -vf docker-pr3 [2020-11-10T20:05:09.645Z] Error: No such container: docker-pr3 [2020-11-10T20:05:09.645Z] + true [Pipeline] sh [2020-11-10T20:05:09.927Z] + echo Chowning /workspace to jenkins user [2020-11-10T20:05:09.927Z] Chowning /workspace to jenkins user [2020-11-10T20:05:09.927Z] + id -u [2020-11-10T20:05:09.927Z] + id -g [2020-11-10T20:05:09.927Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41659:/workspace busybox chown -R 1000:1000 /workspace [2020-11-10T20:05:10.189Z] --- PASS: TestDaemonIpcModePrivate (1.49s) [2020-11-10T20:05:10.189Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2020-11-10T20:05:10.189Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-10T20:05:10.283Z] --- PASS: TestSecretsCreateAndDelete (3.65s) [2020-11-10T20:05:10.283Z] === RUN TestSecretsUpdate [2020-11-10T20:05:10.450Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-11-10T20:05:10.711Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-10T20:05:11.638Z] + bundleName=amd64-rootless [2020-11-10T20:05:11.638Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-11-10T20:05:11.638Z] Creating amd64-rootless-bundles.tar.gz [2020-11-10T20:05:11.638Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-10T20:05:11.638Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-10T20:05:11.647Z] Archiving artifacts [2020-11-10T20:05:12.097Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.84s) [2020-11-10T20:05:12.097Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2020-11-10T20:05:12.097Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-10T20:05:12.097Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-11-10T20:05:12.097Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-11-10T20:05:13.164Z] --- PASS: TestRenameAnonymousContainer (4.10s) [2020-11-10T20:05:13.164Z] === RUN TestRenameContainerWithSameName [2020-11-10T20:05:13.483Z] === RUN TestDockerSuite/TestBuildAddScript [2020-11-10T20:05:13.737Z] --- PASS: TestRenameContainerWithSameName (0.79s) [2020-11-10T20:05:13.737Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-10T20:05:14.054Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.93s) [2020-11-10T20:05:14.054Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: true, mustBeShared: true [2020-11-10T20:05:14.054Z] === RUN TestIpcModeOlderClient [2020-11-10T20:05:14.054Z] === PAUSE TestIpcModeOlderClient [2020-11-10T20:05:14.054Z] === RUN TestKillContainerInvalidSignal [2020-11-10T20:05:14.054Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-11-10T20:05:14.627Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2020-11-10T20:05:14.627Z] === RUN TestKillContainer [2020-11-10T20:05:14.627Z] === RUN TestKillContainer/no_signal [2020-11-10T20:05:14.725Z] --- PASS: TestSecretsUpdate (3.70s) [2020-11-10T20:05:14.726Z] === RUN TestTemplatedSecret [2020-11-10T20:05:15.571Z] === RUN TestKillContainer/non_killing_signal [2020-11-10T20:05:15.655Z] --- PASS: TestRenameContainerWithLinkedContainer (1.53s) [2020-11-10T20:05:15.655Z] === RUN TestResize [2020-11-10T20:05:16.143Z] === RUN TestKillContainer/killing_signal [2020-11-10T20:05:16.229Z] --- PASS: TestResize (0.77s) [2020-11-10T20:05:16.229Z] === RUN TestResizeWithInvalidSize [2020-11-10T20:05:16.404Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-11-10T20:05:16.802Z] --- PASS: TestResizeWithInvalidSize (0.79s) [2020-11-10T20:05:16.802Z] === RUN TestResizeWhenContainerNotStarted [2020-11-10T20:05:16.977Z] --- PASS: TestKillContainer (2.41s) [2020-11-10T20:05:16.977Z] --- PASS: TestKillContainer/no_signal (0.75s) [2020-11-10T20:05:16.977Z] --- PASS: TestKillContainer/non_killing_signal (0.59s) [2020-11-10T20:05:16.977Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2020-11-10T20:05:16.977Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-10T20:05:16.977Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-10T20:05:16.977Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-11-10T20:05:17.549Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-11-10T20:05:17.748Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s) [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:17.748Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:17.748Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:17.748Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:05:17.748Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:17.748Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:05:17.748Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:05:17.810Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-10T20:05:18.241Z] --- PASS: TestTemplatedSecret (3.55s) [2020-11-10T20:05:18.241Z] === RUN TestSecretCreateResolve [2020-11-10T20:05:18.582Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41659/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-10T20:05:18.752Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.52s) [2020-11-10T20:05:18.752Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s) [2020-11-10T20:05:18.752Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2020-11-10T20:05:18.752Z] === RUN TestKillStoppedContainer [2020-11-10T20:05:18.752Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-11-10T20:05:18.752Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-10T20:05:18.752Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2020-11-10T20:05:18.752Z] === RUN TestKillDifferentUserContainer [2020-11-10T20:05:18.940Z] + make clean [2020-11-10T20:05:19.196Z] docker volume rm -f docker-dev-cache [2020-11-10T20:05:19.196Z] docker-dev-cache [Pipeline] deleteDir [2020-11-10T20:05:19.325Z] --- PASS: TestKillDifferentUserContainer (0.59s) [2020-11-10T20:05:19.325Z] === RUN TestInspectOomKilledTrue [2020-11-10T20:05:19.325Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-10T20:05:19.325Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:05:19.325Z] === RUN TestInspectOomKilledFalse [2020-11-10T20:05:19.325Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-10T20:05:19.325Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:05:19.325Z] === RUN TestLinksEtcHostsContentMatch [2020-11-10T20:05:19.670Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:19.897Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2020-11-10T20:05:19.897Z] === RUN TestLinksContainerNames [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-10T20:05:20.245Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:20.509Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:20.509Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:05:21.084Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:05:21.284Z] --- PASS: TestLinksContainerNames (1.30s) [2020-11-10T20:05:21.284Z] === RUN TestLogsFollowTailEmpty [2020-11-10T20:05:21.750Z] --- PASS: TestSecretCreateResolve (3.63s) [2020-11-10T20:05:21.751Z] PASS [2020-11-10T20:05:21.751Z] [2020-11-10T20:05:21.751Z] DONE 6 tests in 21.691s [2020-11-10T20:05:21.751Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-11-10T20:05:21.751Z] ++ 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-11-10T20:05:21.751Z] ++ set -e [2020-11-10T20:05:21.751Z] ++ '[' -n 0 ']' [2020-11-10T20:05:21.751Z] ++ set -x [2020-11-10T20:05:21.751Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-11-10T20:05:21.751Z] INFO: Testing against a local daemon [2020-11-10T20:05:21.751Z] === RUN TestServiceCreateInit [2020-11-10T20:05:21.751Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-10T20:05:21.856Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-11-10T20:05:22.032Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:05:22.032Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:05:22.117Z] --- PASS: TestLogsFollowTailEmpty (0.78s) [2020-11-10T20:05:22.117Z] === RUN TestContainerNetworkMountsNoChown [2020-11-10T20:05:22.689Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s) [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/default [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/default [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/private [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/private [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rprivate [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/slave [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/slave [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rslave [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/shared [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/shared [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rshared [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/default [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/rshared [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/shared [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/rslave [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/slave [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/rprivate [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/private [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:05:22.689Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-10T20:05:22.689Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-10T20:05:22.689Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:05:22.956Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:05:22.956Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:05:23.217Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:05:23.217Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:05:23.217Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:05:23.217Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-10T20:05:23.217Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-10T20:05:23.217Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:05:23.217Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:05:23.217Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:05:23.217Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:05:23.217Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:05:23.424Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:05:23.477Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-10T20:05:23.477Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:05:23.477Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.09s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-11-10T20:05:23.477Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-11-10T20:05:23.477Z] === RUN TestContainerBindMountNonRecursive [2020-11-10T20:05:26.023Z] --- PASS: TestContainerBindMountNonRecursive (2.17s) [2020-11-10T20:05:26.023Z] === RUN TestContainerVolumesMountedAsShared [2020-11-10T20:05:26.023Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-11-10T20:05:26.284Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2020-11-10T20:05:26.284Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.73s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.71s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.81s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.97s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.59s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.61s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.69s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.61s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.60s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.12s) [2020-11-10T20:05:26.735Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.05s) [2020-11-10T20:05:26.735Z] === RUN TestCgroupNamespacesRun [2020-11-10T20:05:27.231Z] --- PASS: TestContainerVolumesMountedAsSlave (0.79s) [2020-11-10T20:05:27.231Z] === RUN TestNetworkNat [2020-11-10T20:05:27.315Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-10T20:05:27.493Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-11-10T20:05:27.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-10T20:05:28.066Z] --- PASS: TestNetworkNat (0.88s) [2020-11-10T20:05:28.066Z] === RUN TestNetworkLocalhostTCPNat [2020-11-10T20:05:28.124Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2020-11-10T20:05:28.124Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-10T20:05:28.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-10T20:05:29.009Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2020-11-10T20:05:29.009Z] === RUN TestNetworkLoopbackNat [2020-11-10T20:05:29.270Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-11-10T20:05:29.841Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-11-10T20:05:30.041Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.79s) [2020-11-10T20:05:30.041Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-10T20:05:30.101Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-11-10T20:05:30.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-10T20:05:30.362Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-11-10T20:05:30.622Z] === RUN TestDockerSuite/TestBuildAddTar [2020-11-10T20:05:30.882Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-11-10T20:05:31.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-10T20:05:31.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-10T20:05:31.798Z] --- PASS: TestServiceCreateInit (10.37s) [2020-11-10T20:05:31.798Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.18s) [2020-11-10T20:05:31.798Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.18s) [2020-11-10T20:05:31.798Z] === RUN TestCreateServiceMultipleTimes [2020-11-10T20:05:31.827Z] --- PASS: TestNetworkLoopbackNat (2.99s) [2020-11-10T20:05:31.827Z] === RUN TestPause [2020-11-10T20:05:31.958Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.91s) [2020-11-10T20:05:31.958Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-10T20:05:32.400Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-11-10T20:05:32.661Z] --- PASS: TestPause (0.83s) [2020-11-10T20:05:32.662Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-10T20:05:32.662Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-10T20:05:32.662Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-10T20:05:32.662Z] === RUN TestPauseStopPausedContainer [2020-11-10T20:05:33.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-10T20:05:33.608Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2020-11-10T20:05:33.608Z] === RUN TestPsFilter [2020-11-10T20:05:33.608Z] --- PASS: TestPsFilter (0.18s) [2020-11-10T20:05:33.608Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-10T20:05:33.877Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s) [2020-11-10T20:05:33.877Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-10T20:05:34.183Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-11-10T20:05:34.444Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.72s) [2020-11-10T20:05:34.444Z] === RUN TestRemoveContainerWithVolume [2020-11-10T20:05:35.396Z] --- PASS: TestRemoveContainerWithVolume (0.76s) [2020-11-10T20:05:35.396Z] === RUN TestRemoveContainerRunning [2020-11-10T20:05:35.797Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.83s) [2020-11-10T20:05:35.797Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-10T20:05:35.968Z] --- PASS: TestRemoveContainerRunning (0.80s) [2020-11-10T20:05:35.968Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-10T20:05:35.968Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-11-10T20:05:36.539Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.69s) [2020-11-10T20:05:36.539Z] === RUN TestRemoveInvalidContainer [2020-11-10T20:05:36.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-10T20:05:36.801Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-11-10T20:05:36.801Z] === RUN TestRenameLinkedContainer [2020-11-10T20:05:37.187Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.79s) [2020-11-10T20:05:37.187Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-10T20:05:37.743Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-11-10T20:05:38.005Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-11-10T20:05:38.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-10T20:05:38.575Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.01s) [2020-11-10T20:05:38.575Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-10T20:05:38.949Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-11-10T20:05:39.520Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-11-10T20:05:39.782Z] --- PASS: TestRenameLinkedContainer (3.08s) [2020-11-10T20:05:39.782Z] === RUN TestRenameStoppedContainer [2020-11-10T20:05:40.493Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2020-11-10T20:05:40.493Z] === RUN TestKernelTCPMemory [2020-11-10T20:05:40.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-10T20:05:40.726Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-11-10T20:05:40.726Z] --- PASS: TestRenameStoppedContainer (0.80s) [2020-11-10T20:05:40.726Z] === RUN TestRenameRunningContainerAndReuse [2020-11-10T20:05:40.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-10T20:05:41.070Z] --- PASS: TestKernelTCPMemory (0.87s) [2020-11-10T20:05:41.070Z] === RUN TestNISDomainname [2020-11-10T20:05:41.670Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-11-10T20:05:42.014Z] --- PASS: TestNISDomainname (0.95s) [2020-11-10T20:05:42.014Z] === RUN TestHostnameDnsResolution [2020-11-10T20:05:42.241Z] --- PASS: TestRenameRunningContainerAndReuse (1.54s) [2020-11-10T20:05:42.241Z] === RUN TestRenameInvalidName [2020-11-10T20:05:42.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-10T20:05:43.186Z] --- PASS: TestRenameInvalidName (0.84s) [2020-11-10T20:05:43.186Z] === RUN TestRenameAnonymousContainer [2020-11-10T20:05:43.757Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-11-10T20:05:43.932Z] --- PASS: TestHostnameDnsResolution (1.77s) [2020-11-10T20:05:43.932Z] === RUN TestStats [2020-11-10T20:05:44.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-10T20:05:44.361Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-11-10T20:05:44.361Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-11-10T20:05:45.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-10T20:05:45.771Z] --- PASS: TestRenameAnonymousContainer (2.75s) [2020-11-10T20:05:45.771Z] === RUN TestRenameContainerWithSameName [2020-11-10T20:05:46.366Z] --- PASS: TestRenameContainerWithSameName (0.66s) [2020-11-10T20:05:46.366Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-10T20:05:46.479Z] --- PASS: TestStats (2.76s) [2020-11-10T20:05:46.479Z] === RUN TestStopContainerWithTimeout [2020-11-10T20:05:46.479Z] === RUN TestStopContainerWithTimeout/0 [2020-11-10T20:05:46.479Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-10T20:05:46.479Z] === RUN TestStopContainerWithTimeout/1 [2020-11-10T20:05:46.479Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-10T20:05:46.479Z] === RUN TestStopContainerWithTimeout/3 [2020-11-10T20:05:46.479Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-10T20:05:46.479Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-10T20:05:46.479Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-10T20:05:46.479Z] === CONT TestStopContainerWithTimeout/0 [2020-11-10T20:05:46.479Z] === CONT TestStopContainerWithTimeout/1 [2020-11-10T20:05:46.479Z] === CONT TestStopContainerWithTimeout/3 [2020-11-10T20:05:46.479Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-10T20:05:47.097Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-10T20:05:47.790Z] --- PASS: TestRenameContainerWithLinkedContainer (1.25s) [2020-11-10T20:05:47.790Z] === RUN TestResize [2020-11-10T20:05:47.790Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-11-10T20:05:48.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-10T20:05:48.365Z] --- PASS: TestResize (0.75s) [2020-11-10T20:05:48.366Z] === RUN TestResizeWithInvalidSize [2020-11-10T20:05:48.937Z] --- PASS: TestResizeWithInvalidSize (0.64s) [2020-11-10T20:05:48.937Z] === RUN TestResizeWhenContainerNotStarted [2020-11-10T20:05:49.509Z] --- PASS: TestResizeWhenContainerNotStarted (0.58s) [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:49.509Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:49.509Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:49.509Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:05:49.509Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:05:49.680Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-10T20:05:49.680Z] Using test binary docker [2020-11-10T20:05:49.680Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-10T20:05:49.680Z] +++ /etc/init.d/apparmor start [2020-11-10T20:05:49.680Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-10T20:05:49.680Z] INFO: Waiting for daemon to start... [2020-11-10T20:05:49.680Z] Starting dockerd [2020-11-10T20:05:49.680Z] +++ 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-11-10T20:05:50.080Z] === RUN TestDockerSuite/TestBuildBlankName [2020-11-10T20:05:50.080Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-11-10T20:05:50.692Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-10T20:05:50.692Z] --- PASS: TestStopContainerWithTimeout/0 (1.26s) [2020-11-10T20:05:50.692Z] --- PASS: TestStopContainerWithTimeout/1 (2.55s) [2020-11-10T20:05:50.692Z] --- PASS: TestStopContainerWithTimeout/-1 (3.28s) [2020-11-10T20:05:50.692Z] --- PASS: TestStopContainerWithTimeout/3 (3.53s) [2020-11-10T20:05:50.692Z] === RUN TestDeleteDevicemapper [2020-11-10T20:05:50.692Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-10T20:05:50.692Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-10T20:05:50.692Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-10T20:05:51.752Z] . [2020-11-10T20:05:51.752Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-10T20:05:51.752Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-10T20:05:51.752Z] Error: No such image: emptyfs [2020-11-10T20:05:51.752Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-10T20:05:51.752Z] ++++ docker load [2020-11-10T20:05:51.752Z] Running integration-test (iteration 1) [2020-11-10T20:05:51.752Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-11-10T20:05:51.752Z] ++ 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-11-10T20:05:51.752Z] ++ set -e [2020-11-10T20:05:51.752Z] ++ '[' -n 0 ']' [2020-11-10T20:05:51.752Z] ++ set -x [2020-11-10T20:05:51.752Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:05:51.994Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:51.994Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:52.255Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-11-10T20:05:53.645Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:05:53.645Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:05:53.645Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-11-10T20:05:53.999Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.37s) [2020-11-10T20:05:54.000Z] === RUN TestUpdateMemory [2020-11-10T20:05:54.000Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-10T20:05:54.000Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:05:54.000Z] === RUN TestUpdateCPUQuota [2020-11-10T20:05:54.216Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-11-10T20:05:54.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-11-10T20:05:54.788Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:05:54.945Z] --- PASS: TestUpdateCPUQuota (1.32s) [2020-11-10T20:05:54.945Z] === RUN TestUpdatePidsLimit [2020-11-10T20:05:54.945Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-10T20:05:55.207Z] === RUN TestUpdatePidsLimit/no_change [2020-11-10T20:05:55.362Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:05:55.469Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-10T20:05:55.731Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-10T20:05:56.304Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-10T20:05:56.566Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-10T20:05:57.140Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-10T20:05:57.278Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-11-10T20:05:57.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:05:58.114Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:05:58.528Z] --- PASS: TestUpdatePidsLimit (3.61s) [2020-11-10T20:05:58.528Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-11-10T20:05:58.528Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-11-10T20:05:58.528Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2020-11-10T20:05:58.528Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-11-10T20:05:58.528Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2020-11-10T20:05:58.528Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-11-10T20:05:58.528Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-11-10T20:05:58.528Z] === RUN TestUpdateRestartPolicy [2020-11-10T20:05:58.887Z] --- PASS: TestCreateServiceMultipleTimes (23.15s) [2020-11-10T20:05:58.887Z] === RUN TestCreateServiceConflict [2020-11-10T20:05:58.887Z] --- PASS: TestCreateServiceConflict (3.61s) [2020-11-10T20:05:58.887Z] === RUN TestCreateServiceMaxReplicas [2020-11-10T20:06:00.028Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-11-10T20:06:01.942Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:06:01.942Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-11-10T20:06:02.427Z] --- PASS: TestCreateServiceMaxReplicas (3.90s) [2020-11-10T20:06:02.427Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-10T20:06:02.887Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-11-10T20:06:03.149Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:06:04.536Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-11-10T20:06:04.797Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.43s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.49s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.55s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.43s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.81s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.86s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.23s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.90s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.66s) [2020-11-10T20:06:05.742Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.58s) [2020-11-10T20:06:05.742Z] === RUN TestCgroupNamespacesRun [2020-11-10T20:06:07.150Z] Loaded image: buildpack-deps:buster [2020-11-10T20:06:07.150Z] Loaded image: busybox:latest [2020-11-10T20:06:07.150Z] Loaded image: busybox:glibc [2020-11-10T20:06:07.150Z] Loaded image: debian:buster [2020-11-10T20:06:07.150Z] Loaded image: hello-world:latest [2020-11-10T20:06:07.150Z] Loaded image: arm32v7/hello-world:latest [2020-11-10T20:06:07.150Z] INFO: Testing against a local daemon [2020-11-10T20:06:07.150Z] === RUN TestCgroupNamespacesBuild [2020-11-10T20:06:07.150Z] --- PASS: TestCgroupNamespacesBuild (1.38s) [2020-11-10T20:06:07.150Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-10T20:06:07.790Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.38s) [2020-11-10T20:06:07.790Z] === RUN TestBuildWithSession [2020-11-10T20:06:07.790Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-10T20:06:07.790Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T20:06:07.790Z] === RUN TestBuildSquashParent [2020-11-10T20:06:08.291Z] --- PASS: TestCgroupNamespacesRun (2.25s) [2020-11-10T20:06:08.291Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-10T20:06:08.291Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-11-10T20:06:10.208Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.10s) [2020-11-10T20:06:10.208Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-10T20:06:10.768Z] --- PASS: TestUpdateRestartPolicy (12.42s) [2020-11-10T20:06:10.768Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-10T20:06:11.712Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s) [2020-11-10T20:06:11.712Z] === RUN TestWaitNonBlocked [2020-11-10T20:06:11.712Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:06:11.712Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:06:11.712Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:06:11.712Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:06:11.712Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:06:11.712Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:06:12.658Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-10T20:06:12.658Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2020-11-10T20:06:12.658Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.10s) [2020-11-10T20:06:12.658Z] === RUN TestWaitBlocked [2020-11-10T20:06:12.658Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:06:12.658Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:06:12.658Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:06:12.658Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:06:12.658Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:06:12.658Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:06:12.755Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.35s) [2020-11-10T20:06:12.755Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-10T20:06:13.385Z] --- PASS: TestBuildSquashParent (4.67s) [2020-11-10T20:06:13.385Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-10T20:06:13.385Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:06:13.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:06:13.385Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:06:13.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:06:13.385Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:06:13.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:06:13.385Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:06:13.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:06:13.385Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:06:13.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:06:13.386Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:06:13.386Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:06:13.386Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:06:13.386Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:06:13.386Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:06:13.386Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:06:13.606Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-10T20:06:13.606Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2020-11-10T20:06:13.606Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.01s) [2020-11-10T20:06:13.606Z] === CONT TestContainerStartOnDaemonRestart [2020-11-10T20:06:13.606Z] === CONT TestIpcModeOlderClient [2020-11-10T20:06:13.606Z] === CONT TestDaemonHostGatewayIP [2020-11-10T20:06:13.606Z] === CONT TestContainerKillOnDaemonStart [2020-11-10T20:06:13.870Z] --- PASS: TestIpcModeOlderClient (0.24s) [2020-11-10T20:06:13.870Z] === CONT TestDaemonRestartIpcMode [2020-11-10T20:06:14.671Z] --- PASS: TestCgroupNamespacesRunHostMode (2.23s) [2020-11-10T20:06:14.671Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-10T20:06:15.496Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:06:15.496Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:06:16.589Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.10s) [2020-11-10T20:06:16.589Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-10T20:06:17.187Z] --- PASS: TestContainerStartOnDaemonRestart (3.44s) [2020-11-10T20:06:17.579Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-10T20:06:17.580Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.76s) [2020-11-10T20:06:17.580Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.97s) [2020-11-10T20:06:17.580Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.97s) [2020-11-10T20:06:17.580Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.02s) [2020-11-10T20:06:17.580Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.81s) [2020-11-10T20:06:17.580Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.10s) [2020-11-10T20:06:17.580Z] === RUN TestBuildMultiStageCopy [2020-11-10T20:06:17.580Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-10T20:06:17.754Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.14s) [2020-11-10T20:06:17.754Z] === RUN TestCreateServiceSecretFileMode [2020-11-10T20:06:18.504Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.79s) [2020-11-10T20:06:18.505Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-10T20:06:18.579Z] --- PASS: TestDaemonRestartIpcMode (4.38s) [2020-11-10T20:06:18.840Z] --- PASS: TestDaemonHostGatewayIP (5.01s) [2020-11-10T20:06:19.106Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-10T20:06:19.400Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-10T20:06:19.450Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-11-10T20:06:19.696Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-10T20:06:19.711Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.33s) [2020-11-10T20:06:19.711Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-10T20:06:19.990Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-10T20:06:20.628Z] --- PASS: TestBuildMultiStageCopy (3.06s) [2020-11-10T20:06:20.628Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.71s) [2020-11-10T20:06:20.628Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.31s) [2020-11-10T20:06:20.628Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.34s) [2020-11-10T20:06:20.628Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s) [2020-11-10T20:06:20.628Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.37s) [2020-11-10T20:06:20.628Z] === RUN TestBuildMultiStageParentConfig [2020-11-10T20:06:21.095Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-11-10T20:06:21.265Z] --- PASS: TestCreateServiceSecretFileMode (3.48s) [2020-11-10T20:06:21.265Z] === RUN TestCreateServiceConfigFileMode [2020-11-10T20:06:21.269Z] --- PASS: TestBuildMultiStageParentConfig (0.81s) [2020-11-10T20:06:21.269Z] === RUN TestBuildLabelWithTargets [2020-11-10T20:06:21.670Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.81s) [2020-11-10T20:06:21.670Z] === RUN TestKernelTCPMemory [2020-11-10T20:06:21.931Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-11-10T20:06:22.503Z] --- PASS: TestKernelTCPMemory (0.94s) [2020-11-10T20:06:22.503Z] === RUN TestNISDomainname [2020-11-10T20:06:22.784Z] --- PASS: TestBuildLabelWithTargets (1.25s) [2020-11-10T20:06:22.784Z] === RUN TestBuildWithEmptyLayers [2020-11-10T20:06:23.077Z] --- PASS: TestBuildWithEmptyLayers (0.61s) [2020-11-10T20:06:23.077Z] === RUN TestBuildMultiStageOnBuild [2020-11-10T20:06:23.079Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-11-10T20:06:23.340Z] --- PASS: TestNISDomainname (0.92s) [2020-11-10T20:06:23.340Z] === RUN TestHostnameDnsResolution [2020-11-10T20:06:24.283Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-11-10T20:06:24.775Z] --- PASS: TestCreateServiceConfigFileMode (3.70s) [2020-11-10T20:06:24.775Z] === RUN TestCreateServiceSysctls [2020-11-10T20:06:24.854Z] --- PASS: TestHostnameDnsResolution (1.31s) [2020-11-10T20:06:24.854Z] === RUN TestStats [2020-11-10T20:06:25.148Z] --- PASS: TestBuildMultiStageOnBuild (1.74s) [2020-11-10T20:06:25.148Z] === RUN TestBuildUncleanTarFilenames [2020-11-10T20:06:25.784Z] --- PASS: TestBuildUncleanTarFilenames (0.85s) [2020-11-10T20:06:25.784Z] === RUN TestBuildMultiStageLayerLeak [2020-11-10T20:06:26.241Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-11-10T20:06:26.812Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-11-10T20:06:26.982Z] --- PASS: TestContainerKillOnDaemonStart (13.18s) [2020-11-10T20:06:26.982Z] PASS [2020-11-10T20:06:26.982Z] [2020-11-10T20:06:26.982Z] === Skipped [2020-11-10T20:06:26.982Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-11-10T20:06:26.982Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:06:26.982Z] [2020-11-10T20:06:26.982Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-10T20:06:26.982Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:06:26.982Z] [2020-11-10T20:06:26.982Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-10T20:06:26.982Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:06:26.982Z] [2020-11-10T20:06:26.982Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-10T20:06:26.982Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-10T20:06:26.982Z] [2020-11-10T20:06:26.982Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-10T20:06:26.982Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-10T20:06:26.982Z] [2020-11-10T20:06:26.982Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-11-10T20:06:26.982Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:06:26.982Z] [2020-11-10T20:06:26.982Z] [2020-11-10T20:06:26.982Z] DONE 195 tests, 6 skipped in 141.740s [2020-11-10T20:06:26.982Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-11-10T20:06:26.982Z] ++ 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-11-10T20:06:26.982Z] ++ set -e [2020-11-10T20:06:26.982Z] ++ '[' -n 0 ']' [2020-11-10T20:06:26.982Z] ++ set -x [2020-11-10T20:06:26.982Z] ++ env -i DEST=/go/src/github.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-11-10T20:06:27.244Z] INFO: Testing against a local daemon [2020-11-10T20:06:27.244Z] === RUN TestCommitInheritsEnv [2020-11-10T20:06:27.388Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-11-10T20:06:27.649Z] --- PASS: TestStats (2.89s) [2020-11-10T20:06:27.649Z] === RUN TestStopContainerWithTimeout [2020-11-10T20:06:27.649Z] === RUN TestStopContainerWithTimeout/0 [2020-11-10T20:06:27.649Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-10T20:06:27.649Z] === RUN TestStopContainerWithTimeout/1 [2020-11-10T20:06:27.649Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-10T20:06:27.649Z] === RUN TestStopContainerWithTimeout/3 [2020-11-10T20:06:27.649Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-10T20:06:27.649Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-10T20:06:27.649Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-10T20:06:27.649Z] === CONT TestStopContainerWithTimeout/0 [2020-11-10T20:06:27.649Z] === CONT TestStopContainerWithTimeout/3 [2020-11-10T20:06:27.817Z] --- PASS: TestCommitInheritsEnv (0.57s) [2020-11-10T20:06:27.817Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-10T20:06:27.817Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-11-10T20:06:27.817Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-10T20:06:27.817Z] === RUN TestImagesFilterMultiReference [2020-11-10T20:06:27.817Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-11-10T20:06:27.817Z] === RUN TestImagePullPlatformInvalid [2020-11-10T20:06:27.817Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-11-10T20:06:27.817Z] === RUN TestRemoveImageOrphaning [2020-11-10T20:06:27.861Z] --- PASS: TestBuildMultiStageLayerLeak (1.82s) [2020-11-10T20:06:27.861Z] === RUN TestBuildWithHugeFile [2020-11-10T20:06:28.222Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-11-10T20:06:28.391Z] --- PASS: TestRemoveImageOrphaning (0.58s) [2020-11-10T20:06:28.391Z] === RUN TestRemoveImageGarbageCollector [2020-11-10T20:06:28.391Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-10T20:06:28.391Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:06:28.391Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-10T20:06:28.391Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-11-10T20:06:28.391Z] === RUN TestTagInvalidReference [2020-11-10T20:06:28.391Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-10T20:06:28.391Z] === RUN TestTagValidPrefixedRepo [2020-11-10T20:06:28.653Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-11-10T20:06:28.653Z] === RUN TestTagExistedNameWithoutForce [2020-11-10T20:06:28.653Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-11-10T20:06:28.653Z] === RUN TestTagOfficialNames [2020-11-10T20:06:28.653Z] --- PASS: TestTagOfficialNames (0.07s) [2020-11-10T20:06:28.653Z] === RUN TestTagMatchesDigest [2020-11-10T20:06:28.653Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-11-10T20:06:28.653Z] PASS [2020-11-10T20:06:28.653Z] [2020-11-10T20:06:28.653Z] === Skipped [2020-11-10T20:06:28.653Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-11-10T20:06:28.653Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-10T20:06:28.653Z] [2020-11-10T20:06:28.653Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-10T20:06:28.653Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:06:28.653Z] [2020-11-10T20:06:28.653Z] [2020-11-10T20:06:28.653Z] DONE 12 tests, 2 skipped in 1.777s [2020-11-10T20:06:28.653Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-11-10T20:06:28.653Z] ++ 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-11-10T20:06:28.653Z] ++ set -e [2020-11-10T20:06:28.653Z] ++ '[' -n 0 ']' [2020-11-10T20:06:28.653Z] ++ set -x [2020-11-10T20:06:28.653Z] ++ env -i DEST=/go/src/github.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-11-10T20:06:28.795Z] === CONT TestStopContainerWithTimeout/1 [2020-11-10T20:06:28.915Z] INFO: Testing against a local daemon [2020-11-10T20:06:28.915Z] === RUN TestNetworkCreateDelete [2020-11-10T20:06:29.176Z] --- PASS: TestNetworkCreateDelete (0.43s) [2020-11-10T20:06:29.176Z] === RUN TestDockerNetworkDeletePreferID [2020-11-10T20:06:29.219Z] --- PASS: TestCreateServiceSysctls (4.32s) [2020-11-10T20:06:29.219Z] === RUN TestCreateServiceCapabilities [2020-11-10T20:06:30.566Z] --- PASS: TestDockerNetworkDeletePreferID (1.24s) [2020-11-10T20:06:30.566Z] === RUN TestDaemonDNSFallback [2020-11-10T20:06:30.715Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-11-10T20:06:30.715Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-11-10T20:06:30.715Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-10T20:06:32.814Z] --- PASS: TestCreateServiceCapabilities (3.55s) [2020-11-10T20:06:32.814Z] === RUN TestInspect [2020-11-10T20:06:34.017Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2020-11-10T20:06:34.017Z] --- PASS: TestStopContainerWithTimeout/0 (1.09s) [2020-11-10T20:06:34.017Z] --- PASS: TestStopContainerWithTimeout/1 (1.88s) [2020-11-10T20:06:34.017Z] --- PASS: TestStopContainerWithTimeout/3 (3.06s) [2020-11-10T20:06:34.017Z] --- PASS: TestStopContainerWithTimeout/-1 (2.80s) [2020-11-10T20:06:34.017Z] === RUN TestDeleteDevicemapper [2020-11-10T20:06:34.017Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-10T20:06:34.017Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-10T20:06:34.017Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-10T20:06:34.960Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-11-10T20:06:35.222Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-11-10T20:06:36.167Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.67s) [2020-11-10T20:06:36.167Z] === RUN TestUpdateMemory [2020-11-10T20:06:36.167Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-10T20:06:36.167Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:06:36.167Z] === RUN TestUpdateCPUQuota [2020-11-10T20:06:36.428Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-11-10T20:06:36.689Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-11-10T20:06:37.262Z] --- PASS: TestInspect (3.87s) [2020-11-10T20:06:37.262Z] === RUN TestCreateJob [2020-11-10T20:06:37.631Z] --- PASS: TestUpdateCPUQuota (1.43s) [2020-11-10T20:06:37.631Z] === RUN TestUpdatePidsLimit [2020-11-10T20:06:37.631Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-10T20:06:37.631Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-11-10T20:06:37.893Z] === RUN TestUpdatePidsLimit/no_change [2020-11-10T20:06:38.466Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-10T20:06:38.713Z] --- PASS: TestDaemonDNSFallback (7.51s) [2020-11-10T20:06:38.713Z] === RUN TestInspectNetwork [2020-11-10T20:06:38.726Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-11-10T20:06:38.726Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-10T20:06:38.986Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-11-10T20:06:39.247Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-10T20:06:39.508Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-10T20:06:39.508Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-11-10T20:06:39.769Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-10T20:06:41.159Z] --- PASS: TestUpdatePidsLimit (3.50s) [2020-11-10T20:06:41.159Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-11-10T20:06:41.159Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-11-10T20:06:41.159Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-11-10T20:06:41.159Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2020-11-10T20:06:41.159Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) [2020-11-10T20:06:41.159Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2020-11-10T20:06:41.159Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.35s) [2020-11-10T20:06:41.159Z] === RUN TestUpdateRestartPolicy [2020-11-10T20:06:41.724Z] --- PASS: TestCreateJob (4.47s) [2020-11-10T20:06:41.724Z] === RUN TestReplicatedJob [2020-11-10T20:06:42.925Z] === RUN TestInspectNetwork/full_network_id [2020-11-10T20:06:42.925Z] === RUN TestInspectNetwork/partial_network_id [2020-11-10T20:06:42.925Z] === RUN TestInspectNetwork/network_name [2020-11-10T20:06:42.925Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-10T20:06:45.371Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-11-10T20:06:46.314Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-11-10T20:06:47.257Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-11-10T20:06:47.518Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-11-10T20:06:47.779Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-11-10T20:06:48.218Z] --- PASS: TestInspectNetwork (9.43s) [2020-11-10T20:06:48.218Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-10T20:06:48.218Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-10T20:06:48.218Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-10T20:06:48.218Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-10T20:06:48.218Z] === RUN TestRunContainerWithBridgeNone [2020-11-10T20:06:48.606Z] --- PASS: TestReplicatedJob (7.10s) [2020-11-10T20:06:48.606Z] === RUN TestUpdateReplicatedJob [2020-11-10T20:06:50.146Z] --- PASS: TestRunContainerWithBridgeNone (2.51s) [2020-11-10T20:06:50.146Z] === RUN TestNetworkInvalidJSON [2020-11-10T20:06:50.146Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-10T20:06:50.146Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-10T20:06:50.146Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:06:50.146Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:06:50.146Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:06:50.146Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:06:50.146Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-10T20:06:50.146Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:06:50.146Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:06:50.146Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-10T20:06:50.146Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-10T20:06:50.146Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-10T20:06:50.146Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-10T20:06:50.146Z] === RUN TestHostIPv4BridgeLabel [2020-11-10T20:06:50.333Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-11-10T20:06:50.721Z] --- PASS: TestHostIPv4BridgeLabel (0.84s) [2020-11-10T20:06:50.721Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-10T20:06:52.250Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-11-10T20:06:52.250Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-11-10T20:06:52.655Z] --- PASS: TestDaemonRestartWithLiveRestore (1.49s) [2020-11-10T20:06:52.655Z] === RUN TestDaemonDefaultNetworkPools [2020-11-10T20:06:53.064Z] --- PASS: TestUpdateReplicatedJob (4.70s) [2020-11-10T20:06:53.065Z] === RUN TestServiceListWithStatuses [2020-11-10T20:06:53.065Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-11-10T20:06:53.065Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-10T20:06:53.065Z] === RUN TestDockerNetworkConnectAlias [2020-11-10T20:06:53.603Z] --- PASS: TestDaemonDefaultNetworkPools (1.33s) [2020-11-10T20:06:53.604Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-10T20:06:54.163Z] --- PASS: TestUpdateRestartPolicy (12.80s) [2020-11-10T20:06:54.163Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-10T20:06:54.163Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-11-10T20:06:54.163Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-11-10T20:06:54.737Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2020-11-10T20:06:54.737Z] === RUN TestWaitNonBlocked [2020-11-10T20:06:54.737Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:06:54.737Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:06:54.737Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:06:54.737Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:06:54.737Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:06:54.737Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:06:54.998Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-11-10T20:06:55.941Z] === RUN TestDockerSuite/TestBuildCmd [2020-11-10T20:06:55.941Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-10T20:06:55.941Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s) [2020-11-10T20:06:55.941Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s) [2020-11-10T20:06:55.941Z] === RUN TestWaitBlocked [2020-11-10T20:06:55.941Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:06:55.941Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:06:55.941Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:06:55.941Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:06:55.941Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:06:55.941Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:06:56.154Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.01s) [2020-11-10T20:06:56.154Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-10T20:06:56.201Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-11-10T20:06:56.773Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-11-10T20:06:57.034Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-10T20:06:57.034Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.14s) [2020-11-10T20:06:57.034Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.29s) [2020-11-10T20:06:57.034Z] === CONT TestContainerStartOnDaemonRestart [2020-11-10T20:06:57.034Z] === CONT TestIpcModeOlderClient [2020-11-10T20:06:57.034Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-11-10T20:06:57.034Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-11-10T20:06:57.034Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-11-10T20:06:57.034Z] === CONT TestDaemonHostGatewayIP [2020-11-10T20:06:57.296Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-11-10T20:06:57.296Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-11-10T20:06:57.296Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-11-10T20:06:58.071Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.38s) [2020-11-10T20:06:58.071Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-10T20:06:59.015Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.84s) [2020-11-10T20:06:59.015Z] === RUN TestServiceWithPredefinedNetwork [2020-11-10T20:06:59.212Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-11-10T20:07:00.598Z] --- PASS: TestContainerStartOnDaemonRestart (3.58s) [2020-11-10T20:07:00.598Z] === CONT TestContainerKillOnDaemonStart [2020-11-10T20:07:01.171Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-11-10T20:07:01.532Z] --- PASS: TestDockerNetworkConnectAlias (7.52s) [2020-11-10T20:07:01.532Z] === RUN TestDockerNetworkReConnect [2020-11-10T20:07:02.321Z] --- PASS: TestServiceWithPredefinedNetwork (3.34s) [2020-11-10T20:07:02.321Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-10T20:07:02.321Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:07:02.321Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:07:02.321Z] === RUN TestServiceWithDataPathPortInit [2020-11-10T20:07:02.559Z] --- PASS: TestDaemonHostGatewayIP (5.23s) [2020-11-10T20:07:02.559Z] === CONT TestDaemonRestartIpcMode [2020-11-10T20:07:04.474Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-11-10T20:07:05.860Z] === RUN TestDockerSuite/TestBuildContChar [2020-11-10T20:07:06.122Z] --- PASS: TestDaemonRestartIpcMode (3.64s) [2020-11-10T20:07:06.122Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-11-10T20:07:07.094Z] --- PASS: TestDockerNetworkReConnect (6.06s) [2020-11-10T20:07:07.094Z] === RUN TestServicePlugin [2020-11-10T20:07:07.094Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-10T20:07:07.094Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:07:07.094Z] === RUN TestServiceUpdateLabel [2020-11-10T20:07:08.038Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-11-10T20:07:08.608Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-11-10T20:07:08.869Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-11-10T20:07:09.130Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-11-10T20:07:09.703Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-11-10T20:07:09.964Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-11-10T20:07:10.225Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-11-10T20:07:10.605Z] --- PASS: TestServiceUpdateLabel (3.58s) [2020-11-10T20:07:10.605Z] === RUN TestServiceUpdateSecrets [2020-11-10T20:07:11.612Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-11-10T20:07:13.528Z] --- PASS: TestContainerKillOnDaemonStart (12.91s) [2020-11-10T20:07:13.528Z] PASS [2020-11-10T20:07:13.528Z] [2020-11-10T20:07:13.528Z] === Skipped [2020-11-10T20:07:13.528Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-10T20:07:13.528Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:07:13.528Z] [2020-11-10T20:07:13.528Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-10T20:07:13.528Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:07:13.528Z] [2020-11-10T20:07:13.528Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-10T20:07:13.528Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:07:13.528Z] [2020-11-10T20:07:13.528Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-10T20:07:13.528Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-10T20:07:13.528Z] [2020-11-10T20:07:13.528Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-10T20:07:13.528Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-10T20:07:13.528Z] [2020-11-10T20:07:13.528Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-10T20:07:13.528Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:07:13.528Z] [2020-11-10T20:07:13.528Z] [2020-11-10T20:07:13.528Z] DONE 195 tests, 6 skipped in 150.066s [2020-11-10T20:07:13.528Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-10T20:07:13.528Z] ++ 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-11-10T20:07:13.528Z] ++ set -e [2020-11-10T20:07:13.528Z] ++ '[' -n 0 ']' [2020-11-10T20:07:13.528Z] ++ set -x [2020-11-10T20:07:13.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=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-11-10T20:07:13.790Z] INFO: Testing against a local daemon [2020-11-10T20:07:13.790Z] === RUN TestCommitInheritsEnv [2020-11-10T20:07:14.361Z] --- PASS: TestCommitInheritsEnv (0.46s) [2020-11-10T20:07:14.361Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-10T20:07:14.361Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-10T20:07:14.361Z] === RUN TestImagesFilterMultiReference [2020-11-10T20:07:14.361Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-11-10T20:07:14.361Z] === RUN TestImagePullPlatformInvalid [2020-11-10T20:07:14.361Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-11-10T20:07:14.361Z] === RUN TestRemoveImageOrphaning [2020-11-10T20:07:14.623Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-11-10T20:07:14.884Z] --- PASS: TestRemoveImageOrphaning (0.50s) [2020-11-10T20:07:14.884Z] === RUN TestRemoveImageGarbageCollector [2020-11-10T20:07:17.431Z] --- PASS: TestRemoveImageGarbageCollector (2.13s) [2020-11-10T20:07:17.431Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-10T20:07:17.431Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-11-10T20:07:17.431Z] === RUN TestTagInvalidReference [2020-11-10T20:07:17.431Z] --- PASS: TestTagInvalidReference (0.02s) [2020-11-10T20:07:17.431Z] === RUN TestTagValidPrefixedRepo [2020-11-10T20:07:17.431Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-11-10T20:07:17.431Z] === RUN TestTagExistedNameWithoutForce [2020-11-10T20:07:17.431Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-11-10T20:07:17.431Z] === RUN TestTagOfficialNames [2020-11-10T20:07:17.431Z] --- PASS: TestTagOfficialNames (0.05s) [2020-11-10T20:07:17.431Z] === RUN TestTagMatchesDigest [2020-11-10T20:07:17.431Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-11-10T20:07:17.431Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-10T20:07:18.816Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-11-10T20:07:19.761Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-11-10T20:07:20.705Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-11-10T20:07:21.647Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-11-10T20:07:23.033Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-11-10T20:07:24.295Z] --- PASS: TestServiceWithDataPathPortInit (18.37s) [2020-11-10T20:07:24.295Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-10T20:07:24.841Z] --- PASS: TestBuildWithHugeFile (54.74s) [2020-11-10T20:07:24.841Z] === RUN TestBuildWithEmptyDockerfile [2020-11-10T20:07:24.841Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:07:24.841Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:07:24.841Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:07:24.841Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:07:24.841Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:07:24.841Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:07:24.841Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:07:24.841Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:07:24.841Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:07:24.841Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-11-10T20:07:24.841Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2020-11-10T20:07:24.841Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.30s) [2020-11-10T20:07:24.841Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.30s) [2020-11-10T20:07:24.841Z] === RUN TestBuildPreserveOwnership [2020-11-10T20:07:24.841Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-10T20:07:25.134Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-10T20:07:25.579Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-11-10T20:07:25.937Z] --- PASS: TestServiceUpdateSecrets (15.71s) [2020-11-10T20:07:25.937Z] === RUN TestServiceUpdateConfigs [2020-11-10T20:07:26.650Z] --- PASS: TestBuildPreserveOwnership (3.83s) [2020-11-10T20:07:26.650Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.51s) [2020-11-10T20:07:26.650Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.30s) [2020-11-10T20:07:26.650Z] === RUN TestBuildPlatformInvalid [2020-11-10T20:07:26.650Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2020-11-10T20:07:26.650Z] PASS [2020-11-10T20:07:26.650Z] [2020-11-10T20:07:26.650Z] === Skipped [2020-11-10T20:07:26.650Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-11-10T20:07:26.650Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T20:07:26.650Z] [2020-11-10T20:07:26.650Z] [2020-11-10T20:07:26.650Z] DONE 32 tests, 1 skipped in 94.765s [2020-11-10T20:07:26.650Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-11-10T20:07:26.650Z] ++ 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-11-10T20:07:26.650Z] ++ set -e [2020-11-10T20:07:26.650Z] ++ '[' -n 0 ']' [2020-11-10T20:07:26.650Z] ++ set -x [2020-11-10T20:07:26.650Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-11-10T20:07:26.650Z] INFO: Testing against a local daemon [2020-11-10T20:07:26.650Z] === RUN TestConfigInspect [2020-11-10T20:07:27.498Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-11-10T20:07:28.727Z] --- PASS: TestConfigInspect (1.91s) [2020-11-10T20:07:28.727Z] === RUN TestConfigList [2020-11-10T20:07:29.587Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.96s) [2020-11-10T20:07:29.588Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:394c677otm8jqow9bu5ou414m Created:2020-11-10 20:07:22.25376826 +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[6f3c73c16b217da4d43d7e70cc2e9b4bc602708feb3716234ea9ba3e715fd2d0:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.thf1ljefyu8m50w2jd8shs79x EndpointID:d05ce9d10e35a38d0e34889d3818a73dcf033b80297b4910ac2eac7f4f165ee4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3d6e1731961f20702bafc72dd89341be3c429a5073c2dfd90362f1d4f1eba41e 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:8e01dab4d0e7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.thf1ljefyu8m50w2jd8shs79x EndpointID:d05ce9d10e35a38d0e34889d3818a73dcf033b80297b4910ac2eac7f4f165ee4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-10T20:07:29.588Z] PASS [2020-11-10T20:07:29.588Z] [2020-11-10T20:07:29.588Z] === Skipped [2020-11-10T20:07:29.588Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:07:29.588Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:07:29.588Z] [2020-11-10T20:07:29.588Z] [2020-11-10T20:07:29.588Z] DONE 23 tests, 1 skipped in 60.863s [2020-11-10T20:07:29.588Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-10T20:07:29.588Z] ++ 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-11-10T20:07:29.588Z] ++ set -e [2020-11-10T20:07:29.588Z] ++ '[' -n 0 ']' [2020-11-10T20:07:29.588Z] ++ set -x [2020-11-10T20:07:29.588Z] ++ env -i DEST=/go/src/github.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-11-10T20:07:29.849Z] INFO: Testing against a local daemon [2020-11-10T20:07:29.849Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-10T20:07:29.849Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-10T20:07:29.849Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:07:29.849Z] === RUN TestDockerNetworkIpvlan [2020-11-10T20:07:29.849Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-10T20:07:29.849Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:07:29.849Z] PASS [2020-11-10T20:07:29.849Z] [2020-11-10T20:07:29.849Z] === Skipped [2020-11-10T20:07:29.849Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-10T20:07:29.849Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:07:29.849Z] [2020-11-10T20:07:29.849Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-10T20:07:29.849Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:07:29.849Z] [2020-11-10T20:07:29.849Z] [2020-11-10T20:07:29.849Z] DONE 2 tests, 2 skipped in 0.161s [2020-11-10T20:07:29.849Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-10T20:07:29.849Z] ++ 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-11-10T20:07:29.849Z] ++ set -e [2020-11-10T20:07:29.849Z] ++ '[' -n 0 ']' [2020-11-10T20:07:29.849Z] ++ set -x [2020-11-10T20:07:29.849Z] ++ env -i DEST=/go/src/github.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-11-10T20:07:29.849Z] INFO: Testing against a local daemon [2020-11-10T20:07:29.849Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-10T20:07:30.046Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-11-10T20:07:30.046Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-11-10T20:07:30.811Z] --- PASS: TestConfigList (1.92s) [2020-11-10T20:07:30.811Z] === RUN TestConfigsCreateAndDelete [2020-11-10T20:07:31.432Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-11-10T20:07:31.432Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-11-10T20:07:31.432Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-11-10T20:07:31.432Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-11-10T20:07:31.432Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-11-10T20:07:32.334Z] --- PASS: TestConfigsCreateAndDelete (1.90s) [2020-11-10T20:07:32.334Z] === RUN TestConfigsUpdate [2020-11-10T20:07:32.400Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.24s) [2020-11-10T20:07:32.400Z] === RUN TestDockerNetworkMacvlan [2020-11-10T20:07:33.346Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-10T20:07:33.348Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-11-10T20:07:34.437Z] --- PASS: TestConfigsUpdate (1.90s) [2020-11-10T20:07:34.437Z] === RUN TestTemplatedConfig [2020-11-10T20:07:34.734Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-10T20:07:35.262Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-11-10T20:07:35.679Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-10T20:07:37.176Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-11-10T20:07:37.183Z] --- PASS: TestTemplatedConfig (2.53s) [2020-11-10T20:07:37.184Z] === RUN TestConfigCreateResolve [2020-11-10T20:07:38.707Z] --- PASS: TestConfigCreateResolve (1.96s) [2020-11-10T20:07:38.707Z] === RUN TestConfigDaemonLibtrustID [2020-11-10T20:07:39.093Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-11-10T20:07:39.342Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-11-10T20:07:39.342Z] PASS [2020-11-10T20:07:39.342Z] [2020-11-10T20:07:39.342Z] DONE 7 tests in 12.740s [2020-11-10T20:07:39.342Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-11-10T20:07:39.342Z] ++ 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-11-10T20:07:39.342Z] ++ set -e [2020-11-10T20:07:39.342Z] ++ '[' -n 0 ']' [2020-11-10T20:07:39.342Z] ++ set -x [2020-11-10T20:07:39.343Z] ++ env -i DEST=/go/src/github.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-11-10T20:07:39.343Z] INFO: Testing against a local daemon [2020-11-10T20:07:39.343Z] === RUN TestCheckpoint [2020-11-10T20:07:39.343Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-10T20:07:39.343Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:07:39.343Z] === RUN TestContainerInvalidJSON [2020-11-10T20:07:39.343Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:07:39.343Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:07:39.343Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:07:39.343Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:07:39.343Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:07:39.343Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:07:39.638Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:07:39.638Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:07:39.638Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:07:39.638Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-10T20:07:39.638Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-10T20:07:39.638Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-10T20:07:39.638Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-10T20:07:39.638Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-10T20:07:39.638Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-11-10T20:07:39.638Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-10T20:07:39.638Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-11-10T20:07:39.638Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-10T20:07:39.638Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2020-11-10T20:07:39.638Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-10T20:07:39.638Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2020-11-10T20:07:39.638Z] === RUN TestCopyFromContainer [2020-11-10T20:07:39.892Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-10T20:07:40.036Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-11-10T20:07:41.153Z] === RUN TestCopyFromContainer// [2020-11-10T20:07:41.153Z] === RUN TestCopyFromContainer//bar/root [2020-11-10T20:07:41.153Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-10T20:07:41.153Z] === RUN TestCopyFromContainer/bar/quux [2020-11-10T20:07:41.153Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-10T20:07:41.449Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-10T20:07:41.449Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-10T20:07:41.449Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-10T20:07:41.449Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-10T20:07:41.483Z] --- PASS: TestServiceUpdateConfigs (15.80s) [2020-11-10T20:07:41.483Z] === RUN TestServiceUpdateNetwork [2020-11-10T20:07:41.743Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer (1.97s) [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-11-10T20:07:41.743Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-11-10T20:07:41.743Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-10T20:07:41.743Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:07:41.743Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:07:41.743Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:07:41.743Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:07:41.743Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:07:41.743Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:07:41.743Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:07:41.743Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:07:41.743Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:07:41.744Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-10T20:07:41.744Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-10T20:07:41.744Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-10T20:07:41.744Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-10T20:07:41.744Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-10T20:07:41.744Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-11-10T20:07:41.744Z] === RUN TestCreateWithInvalidEnv [2020-11-10T20:07:41.744Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-10T20:07:41.744Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-10T20:07:41.744Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-10T20:07:41.744Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-10T20:07:41.744Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-10T20:07:41.744Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-10T20:07:41.744Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-10T20:07:41.744Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-10T20:07:41.744Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-10T20:07:41.744Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-10T20:07:41.744Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-10T20:07:41.744Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-10T20:07:41.744Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-10T20:07:41.744Z] === RUN TestCreateTmpfsMountsTarget [2020-11-10T20:07:41.744Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-10T20:07:41.744Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-10T20:07:42.626Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-11-10T20:07:42.626Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-11-10T20:07:43.199Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-10T20:07:43.208Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-11-10T20:07:43.264Z] --- PASS: TestCreateWithCustomMaskedPaths (1.52s) [2020-11-10T20:07:43.264Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-10T20:07:44.786Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.56s) [2020-11-10T20:07:44.786Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-10T20:07:44.786Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:07:44.786Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:07:44.786Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:07:44.786Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:07:44.786Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:07:44.786Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:07:44.786Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:07:44.786Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:07:44.786Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:07:44.786Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:07:44.786Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:07:44.786Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:07:44.786Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:07:44.786Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:07:45.080Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:07:45.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-10T20:07:45.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-11-10T20:07:45.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-10T20:07:45.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-11-10T20:07:45.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-11-10T20:07:45.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-11-10T20:07:45.080Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-10T20:07:45.376Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) [2020-11-10T20:07:45.376Z] === RUN TestCreateDifferentPlatform [2020-11-10T20:07:45.376Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-10T20:07:45.376Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-10T20:07:45.376Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-10T20:07:45.376Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-10T20:07:45.376Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-10T20:07:45.376Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-10T20:07:45.670Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2020-11-10T20:07:45.670Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-10T20:07:45.670Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2020-11-10T20:07:45.670Z] === RUN TestContainerStartOnDaemonRestart [2020-11-10T20:07:45.670Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-10T20:07:45.670Z] === RUN TestDaemonRestartIpcMode [2020-11-10T20:07:45.670Z] === PAUSE TestDaemonRestartIpcMode [2020-11-10T20:07:45.670Z] === RUN TestDaemonHostGatewayIP [2020-11-10T20:07:45.670Z] === PAUSE TestDaemonHostGatewayIP [2020-11-10T20:07:45.670Z] === RUN TestContainerKillOnDaemonStart [2020-11-10T20:07:45.670Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-10T20:07:45.670Z] === RUN TestDiff [2020-11-10T20:07:45.966Z] --- PASS: TestDiff (0.49s) [2020-11-10T20:07:45.966Z] === RUN TestExecWithCloseStdin [2020-11-10T20:07:46.601Z] --- PASS: TestExecWithCloseStdin (0.61s) [2020-11-10T20:07:46.601Z] === RUN TestExec [2020-11-10T20:07:47.236Z] --- PASS: TestExec (0.62s) [2020-11-10T20:07:47.236Z] === RUN TestExecUser [2020-11-10T20:07:47.874Z] --- PASS: TestExecUser (0.62s) [2020-11-10T20:07:47.874Z] === RUN TestExportContainerAndImportImage [2020-11-10T20:07:48.548Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-11-10T20:07:48.914Z] --- PASS: TestExportContainerAndImportImage (0.77s) [2020-11-10T20:07:48.914Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-10T20:07:49.135Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-11-10T20:07:49.706Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-11-10T20:07:49.795Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-10T20:07:50.278Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-11-10T20:07:50.436Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2020-11-10T20:07:50.436Z] === RUN TestHealthCheckWorkdir [2020-11-10T20:07:50.741Z] --- PASS: TestDockerNetworkMacvlan (18.53s) [2020-11-10T20:07:50.741Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-11-10T20:07:50.741Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-11-10T20:07:50.741Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.05s) [2020-11-10T20:07:50.741Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.13s) [2020-11-10T20:07:50.741Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.84s) [2020-11-10T20:07:50.741Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.31s) [2020-11-10T20:07:50.741Z] PASS [2020-11-10T20:07:50.741Z] [2020-11-10T20:07:50.741Z] DONE 8 tests in 20.916s [2020-11-10T20:07:50.741Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-10T20:07:50.741Z] ++ 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-11-10T20:07:50.741Z] ++ set -e [2020-11-10T20:07:50.741Z] ++ '[' -n 0 ']' [2020-11-10T20:07:50.741Z] ++ set -x [2020-11-10T20:07:50.741Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:07:50.741Z] testing: warning: no tests to run [2020-11-10T20:07:50.741Z] PASS [2020-11-10T20:07:50.741Z] [2020-11-10T20:07:50.741Z] DONE 0 tests in 0.027s [2020-11-10T20:07:50.741Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-10T20:07:50.741Z] ++ 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-11-10T20:07:50.741Z] ++ set -e [2020-11-10T20:07:50.741Z] ++ '[' -n 0 ']' [2020-11-10T20:07:50.741Z] ++ set -x [2020-11-10T20:07:50.741Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:07:50.772Z] 4612f6d0b889: Pull complete [2020-11-10T20:07:50.849Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-11-10T20:07:51.003Z] INFO: Testing against a local daemon [2020-11-10T20:07:51.003Z] === RUN TestAuthZPluginAllowRequest [2020-11-10T20:07:51.090Z] --- PASS: TestHealthCheckWorkdir (0.74s) [2020-11-10T20:07:51.090Z] === RUN TestHealthKillContainer [2020-11-10T20:07:52.920Z] --- PASS: TestAuthZPluginAllowRequest (1.84s) [2020-11-10T20:07:52.921Z] === RUN TestAuthZPluginTLS [2020-11-10T20:07:53.493Z] --- PASS: TestAuthZPluginTLS (0.74s) [2020-11-10T20:07:53.493Z] === RUN TestAuthZPluginDenyRequest [2020-11-10T20:07:53.857Z] --- PASS: TestHealthKillContainer (2.58s) [2020-11-10T20:07:53.857Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-10T20:07:53.857Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s) [2020-11-10T20:07:53.857Z] === RUN TestIpcModeNone [2020-11-10T20:07:54.068Z] --- PASS: TestAuthZPluginDenyRequest (0.68s) [2020-11-10T20:07:54.068Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-10T20:07:54.504Z] --- PASS: TestIpcModeNone (0.60s) [2020-11-10T20:07:54.504Z] === RUN TestIpcModePrivate [2020-11-10T20:07:55.014Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.68s) [2020-11-10T20:07:55.014Z] === RUN TestAuthZPluginDenyResponse [2020-11-10T20:07:55.056Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-11-10T20:07:55.158Z] --- PASS: TestIpcModePrivate (0.62s) [2020-11-10T20:07:55.158Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-11-10T20:07:55.158Z] === RUN TestIpcModeShareable [2020-11-10T20:07:55.317Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-11-10T20:07:55.586Z] --- PASS: TestAuthZPluginDenyResponse (0.69s) [2020-11-10T20:07:55.586Z] === RUN TestAuthZPluginAllowEventStream [2020-11-10T20:07:55.797Z] --- PASS: TestIpcModeShareable (0.64s) [2020-11-10T20:07:55.797Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-11-10T20:07:55.797Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-10T20:07:56.258Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-11-10T20:07:56.519Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-11-10T20:07:57.090Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-11-10T20:07:57.503Z] --- PASS: TestAuthZPluginAllowEventStream (1.79s) [2020-11-10T20:07:57.503Z] === RUN TestAuthZPluginErrorResponse [2020-11-10T20:07:57.662Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-11-10T20:07:57.877Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.81s) [2020-11-10T20:07:57.877Z] === RUN TestAPIIpcModeHost [2020-11-10T20:07:58.076Z] --- PASS: TestAuthZPluginErrorResponse (0.69s) [2020-11-10T20:07:58.077Z] === RUN TestAuthZPluginErrorRequest [2020-11-10T20:07:58.173Z] --- PASS: TestAPIIpcModeHost (0.48s) [2020-11-10T20:07:58.173Z] === RUN TestDaemonIpcModeShareable [2020-11-10T20:07:58.650Z] --- PASS: TestAuthZPluginErrorRequest (0.68s) [2020-11-10T20:07:58.650Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-10T20:07:59.578Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-11-10T20:07:59.595Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.70s) [2020-11-10T20:07:59.595Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-10T20:07:59.688Z] --- PASS: TestDaemonIpcModeShareable (1.38s) [2020-11-10T20:07:59.688Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-10T20:07:59.688Z] === RUN TestDaemonIpcModePrivate [2020-11-10T20:08:00.150Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-11-10T20:08:00.308Z] --- PASS: TestServiceUpdateNetwork (15.96s) [2020-11-10T20:08:00.308Z] === RUN TestServiceUpdatePidsLimit [2020-11-10T20:08:00.308Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-10T20:08:00.308Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-10T20:08:00.722Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-11-10T20:08:00.984Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-11-10T20:08:01.205Z] --- PASS: TestDaemonIpcModePrivate (1.35s) [2020-11-10T20:08:01.205Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-10T20:08:01.205Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-10T20:08:02.144Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.45s) [2020-11-10T20:08:02.144Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-10T20:08:02.249Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.37s) [2020-11-10T20:08:02.249Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-10T20:08:02.249Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-10T20:08:02.371Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-11-10T20:08:02.632Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-11-10T20:08:03.204Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-11-10T20:08:03.465Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-11-10T20:08:03.774Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.42s) [2020-11-10T20:08:03.774Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-10T20:08:03.774Z] === RUN TestIpcModeOlderClient [2020-11-10T20:08:03.774Z] === PAUSE TestIpcModeOlderClient [2020-11-10T20:08:03.774Z] === RUN TestKillContainerInvalidSignal [2020-11-10T20:08:04.064Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.31s) [2020-11-10T20:08:04.064Z] === RUN TestAuthZPluginHeader [2020-11-10T20:08:04.068Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2020-11-10T20:08:04.068Z] === RUN TestKillContainer [2020-11-10T20:08:04.068Z] === RUN TestKillContainer/no_signal [2020-11-10T20:08:04.723Z] === RUN TestKillContainer/non_killing_signal [2020-11-10T20:08:04.853Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-11-10T20:08:05.019Z] === RUN TestKillContainer/killing_signal [2020-11-10T20:08:05.453Z] --- PASS: TestAuthZPluginHeader (1.03s) [2020-11-10T20:08:05.454Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-10T20:08:05.454Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-10T20:08:05.454Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:05.454Z] === RUN TestAuthZPluginV2Disable [2020-11-10T20:08:05.454Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-10T20:08:05.454Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:05.454Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-10T20:08:05.454Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-10T20:08:05.454Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:05.454Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-10T20:08:05.454Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-10T20:08:05.454Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:05.454Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-10T20:08:06.059Z] --- PASS: TestKillContainer (1.63s) [2020-11-10T20:08:06.059Z] --- PASS: TestKillContainer/no_signal (0.50s) [2020-11-10T20:08:06.059Z] --- PASS: TestKillContainer/non_killing_signal (0.38s) [2020-11-10T20:08:06.059Z] --- PASS: TestKillContainer/killing_signal (0.53s) [2020-11-10T20:08:06.059Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-10T20:08:06.059Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-10T20:08:06.242Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-11-10T20:08:06.354Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-10T20:08:06.991Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.08s) [2020-11-10T20:08:06.991Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.52s) [2020-11-10T20:08:06.991Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.38s) [2020-11-10T20:08:06.991Z] === RUN TestKillStoppedContainer [2020-11-10T20:08:06.991Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-11-10T20:08:06.991Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-10T20:08:06.991Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-11-10T20:08:06.991Z] === RUN TestKillDifferentUserContainer [2020-11-10T20:08:07.261Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-10T20:08:07.630Z] --- PASS: TestKillDifferentUserContainer (0.50s) [2020-11-10T20:08:07.630Z] === RUN TestInspectOomKilledTrue [2020-11-10T20:08:08.156Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-11-10T20:08:08.270Z] --- PASS: TestInspectOomKilledTrue (0.87s) [2020-11-10T20:08:08.270Z] === RUN TestInspectOomKilledFalse [2020-11-10T20:08:08.909Z] --- PASS: TestInspectOomKilledFalse (0.55s) [2020-11-10T20:08:08.909Z] === RUN TestLinksEtcHostsContentMatch [2020-11-10T20:08:09.565Z] --- PASS: TestLinksEtcHostsContentMatch (0.44s) [2020-11-10T20:08:09.565Z] === RUN TestLinksContainerNames [2020-11-10T20:08:10.605Z] --- PASS: TestLinksContainerNames (1.03s) [2020-11-10T20:08:10.605Z] === RUN TestLogsFollowTailEmpty [2020-11-10T20:08:10.901Z] --- PASS: TestLogsFollowTailEmpty (0.56s) [2020-11-10T20:08:10.901Z] === RUN TestContainerNetworkMountsNoChown [2020-11-10T20:08:11.541Z] --- PASS: TestContainerNetworkMountsNoChown (0.53s) [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/default [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/default [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/private [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/private [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rprivate [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/slave [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/slave [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rslave [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/shared [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/shared [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rshared [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/default [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rprivate [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rslave [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rshared [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/shared [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/private [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/slave [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:08:11.541Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-10T20:08:11.541Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-10T20:08:11.541Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-10T20:08:11.836Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-11-10T20:08:11.836Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-11-10T20:08:11.836Z] === RUN TestContainerBindMountNonRecursive [2020-11-10T20:08:12.366Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-11-10T20:08:13.309Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-11-10T20:08:13.353Z] --- PASS: TestContainerBindMountNonRecursive (1.38s) [2020-11-10T20:08:13.353Z] === RUN TestContainerVolumesMountedAsShared [2020-11-10T20:08:13.647Z] --- PASS: TestContainerVolumesMountedAsShared (0.52s) [2020-11-10T20:08:13.647Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-10T20:08:14.287Z] --- PASS: TestContainerVolumesMountedAsSlave (0.42s) [2020-11-10T20:08:14.287Z] === RUN TestNetworkNat [2020-11-10T20:08:14.580Z] --- PASS: TestNetworkNat (0.56s) [2020-11-10T20:08:14.580Z] === RUN TestNetworkLocalhostTCPNat [2020-11-10T20:08:15.219Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s) [2020-11-10T20:08:15.219Z] === RUN TestNetworkLoopbackNat [2020-11-10T20:08:15.222Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-11-10T20:08:15.730Z] --- PASS: TestServiceUpdatePidsLimit (17.94s) [2020-11-10T20:08:15.730Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s) [2020-11-10T20:08:15.730Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s) [2020-11-10T20:08:15.730Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.23s) [2020-11-10T20:08:15.730Z] PASS [2020-11-10T20:08:15.730Z] [2020-11-10T20:08:15.730Z] === Skipped [2020-11-10T20:08:15.730Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2020-11-10T20:08:15.730Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-10T20:08:15.730Z] [2020-11-10T20:08:15.730Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-11-10T20:08:15.730Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:15.730Z] [2020-11-10T20:08:15.730Z] [2020-11-10T20:08:15.730Z] DONE 27 tests, 2 skipped in 174.155s [2020-11-10T20:08:15.730Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-11-10T20:08:15.730Z] ++ 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-11-10T20:08:15.730Z] ++ set -e [2020-11-10T20:08:15.730Z] ++ '[' -n 0 ']' [2020-11-10T20:08:15.730Z] ++ set -x [2020-11-10T20:08:15.730Z] ++ env -i DEST=/go/src/github.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-11-10T20:08:15.730Z] INFO: Testing against a local daemon [2020-11-10T20:08:15.730Z] === RUN TestSessionCreate [2020-11-10T20:08:15.730Z] --- PASS: TestSessionCreate (0.02s) [2020-11-10T20:08:15.730Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-10T20:08:15.730Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-11-10T20:08:15.730Z] PASS [2020-11-10T20:08:15.730Z] [2020-11-10T20:08:15.730Z] DONE 2 tests in 0.222s [2020-11-10T20:08:15.730Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-11-10T20:08:15.730Z] ++ 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-11-10T20:08:15.730Z] ++ set -e [2020-11-10T20:08:15.730Z] ++ '[' -n 0 ']' [2020-11-10T20:08:15.730Z] ++ set -x [2020-11-10T20:08:15.730Z] ++ env -i DEST=/go/src/github.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-11-10T20:08:15.730Z] INFO: Testing against a local daemon [2020-11-10T20:08:15.730Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-10T20:08:15.730Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:08:15.730Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-10T20:08:15.730Z] === RUN TestEventsExecDie [2020-11-10T20:08:16.761Z] --- PASS: TestEventsExecDie (0.90s) [2020-11-10T20:08:16.761Z] === RUN TestEventsBackwardsCompatible [2020-11-10T20:08:16.761Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-11-10T20:08:16.761Z] === RUN TestInfoBinaryCommits [2020-11-10T20:08:16.761Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-11-10T20:08:16.761Z] === RUN TestInfoAPIVersioned [2020-11-10T20:08:16.761Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-10T20:08:16.761Z] === RUN TestInfoDiscoveryBackend [2020-11-10T20:08:17.138Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-11-10T20:08:17.392Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-11-10T20:08:17.392Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-10T20:08:17.960Z] --- PASS: TestNetworkLoopbackNat (2.75s) [2020-11-10T20:08:17.960Z] === RUN TestPause [2020-11-10T20:08:18.081Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-11-10T20:08:18.423Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-10T20:08:18.423Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-10T20:08:18.598Z] --- PASS: TestPause (0.57s) [2020-11-10T20:08:18.598Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-10T20:08:18.598Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-10T20:08:18.598Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-10T20:08:18.598Z] === RUN TestPauseStopPausedContainer [2020-11-10T20:08:18.714Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-11-10T20:08:18.714Z] === RUN TestInfoAPI [2020-11-10T20:08:18.714Z] --- PASS: TestInfoAPI (0.01s) [2020-11-10T20:08:18.714Z] === RUN TestInfoAPIWarnings [2020-11-10T20:08:19.277Z] --- PASS: TestPauseStopPausedContainer (0.57s) [2020-11-10T20:08:19.277Z] === RUN TestPsFilter [2020-11-10T20:08:19.277Z] --- PASS: TestPsFilter (0.16s) [2020-11-10T20:08:19.277Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-10T20:08:19.919Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.52s) [2020-11-10T20:08:19.919Z] === RUN TestRemoveContainerWithVolume [2020-11-10T20:08:20.562Z] --- PASS: TestRemoveContainerWithVolume (0.54s) [2020-11-10T20:08:20.562Z] === RUN TestRemoveContainerRunning [2020-11-10T20:08:20.628Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-11-10T20:08:20.855Z] --- PASS: TestRemoveContainerRunning (0.52s) [2020-11-10T20:08:20.855Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-10T20:08:21.493Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s) [2020-11-10T20:08:21.493Z] === RUN TestRemoveInvalidContainer [2020-11-10T20:08:21.493Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-10T20:08:21.493Z] === RUN TestRenameLinkedContainer [2020-11-10T20:08:21.571Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-11-10T20:08:23.577Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.08s) [2020-11-10T20:08:23.577Z] PASS [2020-11-10T20:08:23.577Z] [2020-11-10T20:08:23.577Z] === Skipped [2020-11-10T20:08:23.577Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-10T20:08:23.577Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:23.577Z] [2020-11-10T20:08:23.577Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-10T20:08:23.577Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:23.578Z] [2020-11-10T20:08:23.578Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-10T20:08:23.578Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:23.578Z] [2020-11-10T20:08:23.578Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-10T20:08:23.578Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:23.578Z] [2020-11-10T20:08:23.578Z] [2020-11-10T20:08:23.578Z] DONE 17 tests, 4 skipped in 32.495s [2020-11-10T20:08:23.578Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-10T20:08:23.578Z] ++ 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-11-10T20:08:23.578Z] ++ set -e [2020-11-10T20:08:23.578Z] ++ '[' -n 0 ']' [2020-11-10T20:08:23.578Z] ++ set -x [2020-11-10T20:08:23.578Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:08:23.578Z] INFO: Testing against a local daemon [2020-11-10T20:08:23.578Z] === RUN TestPluginInvalidJSON [2020-11-10T20:08:23.578Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:08:23.578Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:08:23.578Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:08:23.578Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-10T20:08:23.578Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-10T20:08:23.578Z] === RUN TestPluginInstall [2020-11-10T20:08:23.578Z] === RUN TestPluginInstall/no_auth [2020-11-10T20:08:23.584Z] --- PASS: TestRenameLinkedContainer (2.03s) [2020-11-10T20:08:23.584Z] === RUN TestRenameStoppedContainer [2020-11-10T20:08:24.118Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-11-10T20:08:24.221Z] --- PASS: TestRenameStoppedContainer (0.54s) [2020-11-10T20:08:24.221Z] === RUN TestRenameRunningContainerAndReuse [2020-11-10T20:08:25.261Z] --- PASS: TestRenameRunningContainerAndReuse (1.07s) [2020-11-10T20:08:25.261Z] === RUN TestRenameInvalidName [2020-11-10T20:08:25.558Z] --- PASS: TestRenameInvalidName (0.56s) [2020-11-10T20:08:25.558Z] === RUN TestRenameAnonymousContainer [2020-11-10T20:08:26.130Z] time="2020-11-10T20:08:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:08:26.130Z] time="2020-11-10T20:08:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e97dc5162e3befc770f4c13648cac199bffa08fd00dce258606be592de2ba4b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:08:26.130Z] time="2020-11-10T20:08:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:08:26.130Z] time="2020-11-10T20:08:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e97dc5162e3befc770f4c13648cac199bffa08fd00dce258606be592de2ba4b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:08:26.130Z] === RUN TestPluginInstall/with_htpasswd [2020-11-10T20:08:26.664Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-11-10T20:08:26.704Z] time="2020-11-10T20:08:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:08:26.704Z] time="2020-11-10T20:08:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb30eb4f99b9d62602254ae805a3de5b9cdfb732054af4831346722eff795405" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:08:26.704Z] time="2020-11-10T20:08:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:08:26.704Z] time="2020-11-10T20:08:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fb30eb4f99b9d62602254ae805a3de5b9cdfb732054af4831346722eff795405" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:08:27.238Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-11-10T20:08:27.277Z] === RUN TestPluginInstall/with_insecure [2020-11-10T20:08:27.639Z] --- PASS: TestRenameAnonymousContainer (1.96s) [2020-11-10T20:08:27.639Z] === RUN TestRenameContainerWithSameName [2020-11-10T20:08:27.811Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-11-10T20:08:28.274Z] --- PASS: TestRenameContainerWithSameName (0.53s) [2020-11-10T20:08:28.274Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-10T20:08:28.383Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-11-10T20:08:28.664Z] time="2020-11-10T20:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:08:28.664Z] time="2020-11-10T20:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fba1c22bf0fd1eb8831b17301affefb9686dc1c3267b76ea35ed88780495a7e2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:08:28.664Z] time="2020-11-10T20:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:08:28.664Z] time="2020-11-10T20:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fba1c22bf0fd1eb8831b17301affefb9686dc1c3267b76ea35ed88780495a7e2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:08:28.925Z] --- PASS: TestPluginInstall (5.54s) [2020-11-10T20:08:28.925Z] --- PASS: TestPluginInstall/no_auth (2.54s) [2020-11-10T20:08:28.925Z] --- PASS: TestPluginInstall/with_htpasswd (1.22s) [2020-11-10T20:08:28.925Z] --- PASS: TestPluginInstall/with_insecure (1.78s) [2020-11-10T20:08:28.925Z] plugin_test.go:157: [d89cb1e90ad2e] daemon is not started [2020-11-10T20:08:28.925Z] PASS [2020-11-10T20:08:28.925Z] [2020-11-10T20:08:28.925Z] DONE 6 tests in 5.736s [2020-11-10T20:08:28.925Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-10T20:08:28.926Z] ++ 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-11-10T20:08:28.926Z] ++ set -e [2020-11-10T20:08:28.926Z] ++ '[' -n 0 ']' [2020-11-10T20:08:28.926Z] ++ set -x [2020-11-10T20:08:28.926Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-11-10T20:08:29.187Z] INFO: Testing against a local daemon [2020-11-10T20:08:29.187Z] === RUN TestExternalGraphDriver [2020-11-10T20:08:29.187Z] === RUN TestExternalGraphDriver/json [2020-11-10T20:08:29.319Z] --- PASS: TestRenameContainerWithLinkedContainer (1.06s) [2020-11-10T20:08:29.319Z] === RUN TestResize [2020-11-10T20:08:29.612Z] --- PASS: TestResize (0.55s) [2020-11-10T20:08:29.612Z] === RUN TestResizeWithInvalidSize [2020-11-10T20:08:30.248Z] --- PASS: TestResizeWithInvalidSize (0.55s) [2020-11-10T20:08:30.248Z] === RUN TestResizeWhenContainerNotStarted [2020-11-10T20:08:30.298Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-11-10T20:08:30.298Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-11-10T20:08:30.889Z] --- PASS: TestResizeWhenContainerNotStarted (0.55s) [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:08:30.889Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:08:30.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:08:30.889Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-10T20:08:30.889Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-10T20:08:30.889Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-10T20:08:30.889Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-10T20:08:31.684Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-11-10T20:08:31.738Z] === RUN TestExternalGraphDriver/spec [2020-11-10T20:08:32.256Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-11-10T20:08:32.828Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-11-10T20:08:32.828Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-11-10T20:08:34.443Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-10T20:08:34.443Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:08:34.443Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-10T20:08:34.744Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-11-10T20:08:35.047Z] === RUN TestExternalGraphDriver/pull [2020-11-10T20:08:35.317Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:08:35.614Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-10T20:08:35.923Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-10T20:08:36.966Z] --- PASS: TestExternalGraphDriver (7.67s) [2020-11-10T20:08:36.966Z] --- PASS: TestExternalGraphDriver/json (2.49s) [2020-11-10T20:08:36.966Z] --- PASS: TestExternalGraphDriver/spec (2.74s) [2020-11-10T20:08:36.966Z] --- PASS: TestExternalGraphDriver/pull (2.32s) [2020-11-10T20:08:36.966Z] === RUN TestGraphdriverPluginV2 [2020-11-10T20:08:36.966Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-11-10T20:08:36.966Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:36.966Z] PASS [2020-11-10T20:08:36.966Z] [2020-11-10T20:08:36.966Z] === Skipped [2020-11-10T20:08:36.966Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-11-10T20:08:36.966Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:08:36.966Z] [2020-11-10T20:08:36.966Z] [2020-11-10T20:08:36.966Z] DONE 5 tests, 1 skipped in 7.857s [2020-11-10T20:08:36.966Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-10T20:08:36.966Z] ++ 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-11-10T20:08:36.966Z] ++ set -e [2020-11-10T20:08:36.966Z] ++ '[' -n 0 ']' [2020-11-10T20:08:36.966Z] ++ set -x [2020-11-10T20:08:36.966Z] ++ env -i DEST=/go/src/github.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-11-10T20:08:36.966Z] INFO: Testing against a local daemon [2020-11-10T20:08:36.966Z] === RUN TestContinueAfterPluginCrash [2020-11-10T20:08:36.966Z] === PAUSE TestContinueAfterPluginCrash [2020-11-10T20:08:36.966Z] === RUN TestReadPluginNoRead [2020-11-10T20:08:36.966Z] === PAUSE TestReadPluginNoRead [2020-11-10T20:08:36.966Z] === RUN TestDaemonStartWithLogOpt [2020-11-10T20:08:36.966Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-10T20:08:36.966Z] === CONT TestContinueAfterPluginCrash [2020-11-10T20:08:36.966Z] === CONT TestDaemonStartWithLogOpt [2020-11-10T20:08:36.966Z] === CONT TestReadPluginNoRead [2020-11-10T20:08:36.978Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-10T20:08:37.275Z] --- PASS: TestInfoAPIWarnings (16.26s) [2020-11-10T20:08:37.275Z] === RUN TestInfoDebug [2020-11-10T20:08:37.275Z] --- PASS: TestInfoDebug (0.52s) [2020-11-10T20:08:37.275Z] === RUN TestInfoInsecureRegistries [2020-11-10T20:08:37.275Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-11-10T20:08:37.275Z] === RUN TestInfoRegistryMirrors [2020-11-10T20:08:37.275Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-11-10T20:08:37.275Z] === RUN TestLoginFailsWithBadCredentials [2020-11-10T20:08:37.275Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s) [2020-11-10T20:08:37.275Z] === RUN TestPingCacheHeaders [2020-11-10T20:08:37.275Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-11-10T20:08:37.275Z] === RUN TestPingGet [2020-11-10T20:08:37.275Z] --- PASS: TestPingGet (0.01s) [2020-11-10T20:08:37.275Z] === RUN TestPingHead [2020-11-10T20:08:37.275Z] --- PASS: TestPingHead (0.02s) [2020-11-10T20:08:37.275Z] === RUN TestVersion [2020-11-10T20:08:37.275Z] --- PASS: TestVersion (0.03s) [2020-11-10T20:08:37.275Z] PASS [2020-11-10T20:08:37.275Z] [2020-11-10T20:08:37.275Z] === Skipped [2020-11-10T20:08:37.275Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:08:37.275Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-10T20:08:37.275Z] [2020-11-10T20:08:37.275Z] [2020-11-10T20:08:37.275Z] DONE 18 tests, 1 skipped in 21.371s [2020-11-10T20:08:37.275Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-11-10T20:08:37.275Z] ++ 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-11-10T20:08:37.275Z] ++ set -e [2020-11-10T20:08:37.275Z] ++ '[' -n 0 ']' [2020-11-10T20:08:37.275Z] ++ set -x [2020-11-10T20:08:37.275Z] ++ env -i DEST=/go/src/github.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-11-10T20:08:37.275Z] INFO: Testing against a local daemon [2020-11-10T20:08:37.275Z] === RUN TestVolumesCreateAndList [2020-11-10T20:08:37.275Z] --- PASS: TestVolumesCreateAndList (0.01s) [2020-11-10T20:08:37.275Z] === RUN TestVolumesRemove [2020-11-10T20:08:37.275Z] --- PASS: TestVolumesRemove (0.10s) [2020-11-10T20:08:37.275Z] === RUN TestVolumesInspect [2020-11-10T20:08:37.275Z] --- PASS: TestVolumesInspect (0.01s) [2020-11-10T20:08:37.275Z] === RUN TestVolumesInvalidJSON [2020-11-10T20:08:37.275Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-10T20:08:37.275Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-10T20:08:37.275Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-10T20:08:37.275Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-10T20:08:37.275Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-10T20:08:37.275Z] PASS [2020-11-10T20:08:37.275Z] [2020-11-10T20:08:37.275Z] DONE 5 tests in 0.245s [2020-11-10T20:08:37.275Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-10T20:08:37.276Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-10T20:08:37.307Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-11-10T20:08:37.565Z] ++++ cat bundles/test-integration/docker.pid [2020-11-10T20:08:37.565Z] +++ kill 12134 [2020-11-10T20:08:38.249Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-11-10T20:08:39.073Z] +++ /etc/init.d/apparmor stop [2020-11-10T20:08:39.073Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-10T20:08:39.073Z] [2020-11-10T20:08:39.073Z] Unloading profiles will leave already running processes permanently [2020-11-10T20:08:39.073Z] unconfined, which can lead to unexpected situations. [2020-11-10T20:08:39.073Z] [2020-11-10T20:08:39.073Z] To set a process to complain mode, use the command line tool [2020-11-10T20:08:39.073Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-10T20:08:39.073Z] +++ true [2020-11-10T20:08:39.073Z] exiting test-integration [2020-11-10T20:08:39.073Z] ++ exit 0 [2020-11-10T20:08:39.073Z] [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.02s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.10s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.14s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.34s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.77s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.81s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.70s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.32s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.79s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.56s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.20s) [2020-11-10T20:08:39.364Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.19s) [2020-11-10T20:08:39.364Z] === RUN TestCgroupNamespacesRun [2020-11-10T20:08:39.633Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-11-10T20:08:39.633Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel Post stage [Pipeline] junit [2020-11-10T20:08:40.621Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-11-10T20:08:40.879Z] --- PASS: TestCgroupNamespacesRun (1.35s) [Pipeline] // stage[2020-11-10T20:08:40.879Z] === RUN TestCgroupNamespacesRunPrivileged Post stage [Pipeline] sh [2020-11-10T20:08:41.249Z] + echo Ensuring container killed. [2020-11-10T20:08:41.249Z] Ensuring container killed. [2020-11-10T20:08:41.249Z] + docker rm -vf docker-pr3 [2020-11-10T20:08:41.249Z] Error: No such container: docker-pr3 [2020-11-10T20:08:41.249Z] + true [Pipeline] sh [2020-11-10T20:08:41.545Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-11-10T20:08:41.646Z] + echo Chowning /workspace to jenkins user [2020-11-10T20:08:41.646Z] Chowning /workspace to jenkins user [2020-11-10T20:08:41.646Z] + id -u [2020-11-10T20:08:41.646Z] + id -g [2020-11-10T20:08:41.646Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41659:/workspace busybox chown -R 1001:1001 /workspace [2020-11-10T20:08:42.117Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-11-10T20:08:42.270Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-10T20:08:42.270Z] --- PASS: TestDaemonStartWithLogOpt (4.87s) [2020-11-10T20:08:42.415Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.35s) [2020-11-10T20:08:42.415Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-10T20:08:43.214Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-10T20:08:43.460Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.36s) [2020-11-10T20:08:43.460Z] === RUN TestCgroupNamespacesRunHostMode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-10T20:08:44.114Z] + bundleName=s390x-integration [2020-11-10T20:08:44.114Z] + echo Creating s390x-integration-bundles.tar.gz [2020-11-10T20:08:44.114Z] Creating s390x-integration-bundles.tar.gz [2020-11-10T20:08:44.114Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-10T20:08:44.114Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-10T20:08:44.158Z] Archiving artifacts [2020-11-10T20:08:44.588Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41659/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-10T20:08:44.986Z] + make clean [2020-11-10T20:08:45.030Z] --- PASS: TestCgroupNamespacesRunHostMode (1.40s) [2020-11-10T20:08:45.030Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-10T20:08:45.131Z] === RUN TestReadPluginNoRead/default [2020-11-10T20:08:45.417Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-11-10T20:08:45.617Z] docker volume rm -f docker-dev-cache [2020-11-10T20:08:45.617Z] docker-dev-cache [Pipeline] deleteDir [2020-11-10T20:08:46.072Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.34s) [2020-11-10T20:08:46.072Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-10T20:08:47.048Z] --- PASS: TestReadPluginNoRead (9.79s) [2020-11-10T20:08:47.048Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.87s) [2020-11-10T20:08:47.048Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.82s) [2020-11-10T20:08:47.048Z] --- PASS: TestReadPluginNoRead/default (1.84s) [2020-11-10T20:08:47.048Z] read_test.go:92: [d4c0b8b27ba4e] daemon is not started [2020-11-10T20:08:47.309Z] --- PASS: TestContinueAfterPluginCrash (10.21s) [2020-11-10T20:08:47.309Z] PASS [2020-11-10T20:08:47.309Z] [2020-11-10T20:08:47.309Z] DONE 6 tests in 10.368s [2020-11-10T20:08:47.309Z] 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-11-10T20:08:47.309Z] ++ 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-11-10T20:08:47.309Z] ++ set -e [2020-11-10T20:08:47.309Z] ++ '[' -n 0 ']' [2020-11-10T20:08:47.309Z] ++ set -x [2020-11-10T20:08:47.309Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:08:47.309Z] testing: warning: no tests to run [2020-11-10T20:08:47.309Z] PASS [2020-11-10T20:08:47.309Z] [2020-11-10T20:08:47.309Z] DONE 0 tests in 0.045s [2020-11-10T20:08:47.309Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-10T20:08:47.310Z] ++ 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-11-10T20:08:47.310Z] ++ set -e [2020-11-10T20:08:47.310Z] ++ '[' -n 0 ']' [2020-11-10T20:08:47.310Z] ++ set -x [2020-11-10T20:08:47.310Z] ++ env -i DEST=/go/src/github.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-11-10T20:08:47.571Z] INFO: Testing against a local daemon [2020-11-10T20:08:47.571Z] === RUN TestPluginWithDevMounts [2020-11-10T20:08:47.571Z] === PAUSE TestPluginWithDevMounts [2020-11-10T20:08:47.571Z] === CONT TestPluginWithDevMounts [2020-11-10T20:08:47.589Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.40s) [2020-11-10T20:08:47.589Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-10T20:08:48.629Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2020-11-10T20:08:48.629Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-10T20:08:48.719Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-11-10T20:08:48.719Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-11-10T20:08:50.120Z] --- PASS: TestPluginWithDevMounts (2.19s) [2020-11-10T20:08:50.120Z] PASS [2020-11-10T20:08:50.120Z] [2020-11-10T20:08:50.120Z] DONE 1 tests in 2.342s [2020-11-10T20:08:50.120Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-10T20:08:50.120Z] ++ 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-11-10T20:08:50.120Z] ++ set -e [2020-11-10T20:08:50.120Z] ++ '[' -n 0 ']' [2020-11-10T20:08:50.120Z] ++ set -x [2020-11-10T20:08:50.120Z] ++ env -i DEST=/go/src/github.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-11-10T20:08:50.120Z] INFO: Testing against a local daemon [2020-11-10T20:08:50.120Z] === RUN TestSecretInspect [2020-11-10T20:08:50.150Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.42s) [2020-11-10T20:08:50.150Z] === RUN TestKernelTCPMemory [2020-11-10T20:08:50.442Z] --- PASS: TestKernelTCPMemory (0.63s) [2020-11-10T20:08:50.442Z] === RUN TestNISDomainname [2020-11-10T20:08:51.084Z] --- PASS: TestNISDomainname (0.68s) [2020-11-10T20:08:51.084Z] === RUN TestHostnameDnsResolution [2020-11-10T20:08:51.266Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-11-10T20:08:52.125Z] --- PASS: TestHostnameDnsResolution (0.83s) [2020-11-10T20:08:52.125Z] === RUN TestStats [2020-11-10T20:08:53.182Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-11-10T20:08:53.426Z] --- PASS: TestSecretInspect (3.25s) [2020-11-10T20:08:53.426Z] === RUN TestSecretList [2020-11-10T20:08:53.443Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-11-10T20:08:54.827Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-11-10T20:08:54.867Z] --- PASS: TestStats (2.56s) [2020-11-10T20:08:54.867Z] === RUN TestStopContainerWithTimeout [2020-11-10T20:08:54.867Z] === RUN TestStopContainerWithTimeout/0 [2020-11-10T20:08:54.867Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-10T20:08:54.867Z] === RUN TestStopContainerWithTimeout/1 [2020-11-10T20:08:54.867Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-10T20:08:54.867Z] === RUN TestStopContainerWithTimeout/3 [2020-11-10T20:08:54.867Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-10T20:08:54.867Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-10T20:08:54.867Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-10T20:08:54.867Z] === CONT TestStopContainerWithTimeout/0 [2020-11-10T20:08:54.867Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-10T20:08:54.867Z] === CONT TestStopContainerWithTimeout/1 [2020-11-10T20:08:54.867Z] === CONT TestStopContainerWithTimeout/3 [2020-11-10T20:08:55.976Z] --- PASS: TestSecretList (2.78s) [2020-11-10T20:08:55.976Z] === RUN TestSecretsCreateAndDelete [2020-11-10T20:08:56.214Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-11-10T20:08:57.157Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-11-10T20:08:57.606Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-10T20:08:57.606Z] --- PASS: TestStopContainerWithTimeout/0 (1.04s) [2020-11-10T20:08:57.606Z] --- PASS: TestStopContainerWithTimeout/1 (2.01s) [2020-11-10T20:08:57.606Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2020-11-10T20:08:57.606Z] --- PASS: TestStopContainerWithTimeout/3 (2.90s) [2020-11-10T20:08:57.606Z] === RUN TestDeleteDevicemapper [2020-11-10T20:08:57.606Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-10T20:08:57.606Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-10T20:08:57.606Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-10T20:08:59.283Z] --- PASS: TestSecretsCreateAndDelete (3.27s) [2020-11-10T20:08:59.283Z] === RUN TestSecretsUpdate [2020-11-10T20:08:59.697Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.12s) [2020-11-10T20:08:59.697Z] === RUN TestUpdateMemory [2020-11-10T20:09:00.337Z] --- PASS: TestUpdateMemory (0.82s) [2020-11-10T20:09:00.337Z] === RUN TestUpdateCPUQuota [2020-11-10T20:09:00.462Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-11-10T20:09:01.378Z] --- PASS: TestUpdateCPUQuota (0.87s) [2020-11-10T20:09:01.378Z] === RUN TestUpdatePidsLimit [2020-11-10T20:09:01.378Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-10T20:09:01.670Z] === RUN TestUpdatePidsLimit/no_change [2020-11-10T20:09:01.670Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-10T20:09:01.966Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-10T20:09:02.260Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-10T20:09:02.554Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-10T20:09:02.588Z] --- PASS: TestSecretsUpdate (3.25s) [2020-11-10T20:09:02.588Z] === RUN TestTemplatedSecret [2020-11-10T20:09:02.848Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-10T20:09:03.889Z] --- PASS: TestUpdatePidsLimit (2.43s) [2020-11-10T20:09:03.889Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.28s) [2020-11-10T20:09:03.889Z] --- PASS: TestUpdatePidsLimit/no_change (0.24s) [2020-11-10T20:09:03.889Z] --- PASS: TestUpdatePidsLimit/update_lower (0.25s) [2020-11-10T20:09:03.889Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s) [2020-11-10T20:09:03.889Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s) [2020-11-10T20:09:03.889Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.27s) [2020-11-10T20:09:03.889Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s) [2020-11-10T20:09:03.889Z] === RUN TestUpdateRestartPolicy [2020-11-10T20:09:05.894Z] --- PASS: TestTemplatedSecret (3.44s) [2020-11-10T20:09:05.894Z] === RUN TestSecretCreateResolve [2020-11-10T20:09:08.604Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-11-10T20:09:09.203Z] --- PASS: TestSecretCreateResolve (3.26s) [2020-11-10T20:09:09.203Z] PASS [2020-11-10T20:09:09.203Z] [2020-11-10T20:09:09.203Z] DONE 6 tests in 19.381s [2020-11-10T20:09:09.203Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-11-10T20:09:09.203Z] ++ 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-11-10T20:09:09.203Z] ++ set -e [2020-11-10T20:09:09.203Z] ++ '[' -n 0 ']' [2020-11-10T20:09:09.203Z] ++ set -x [2020-11-10T20:09:09.203Z] ++ env -i DEST=/go/src/github.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-11-10T20:09:09.203Z] INFO: Testing against a local daemon [2020-11-10T20:09:09.203Z] === RUN TestServiceCreateInit [2020-11-10T20:09:09.203Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-10T20:09:09.991Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-11-10T20:09:10.252Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-11-10T20:09:14.459Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-11-10T20:09:14.499Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-10T20:09:15.033Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-11-10T20:09:15.294Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-11-10T20:09:15.867Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-11-10T20:09:15.867Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-11-10T20:09:16.440Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-11-10T20:09:16.620Z] --- PASS: TestUpdateRestartPolicy (11.27s) [2020-11-10T20:09:16.620Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-10T20:09:16.620Z] --- PASS: TestUpdateRestartWithAutoRemove (0.53s) [2020-11-10T20:09:16.620Z] === RUN TestWaitNonBlocked [2020-11-10T20:09:16.620Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:09:16.620Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:09:16.620Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:09:16.620Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:09:16.620Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:09:16.620Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:09:16.620Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-10T20:09:16.620Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2020-11-10T20:09:16.620Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2020-11-10T20:09:16.620Z] === RUN TestWaitBlocked [2020-11-10T20:09:16.620Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:09:16.620Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:09:16.620Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:09:16.620Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:09:16.620Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-10T20:09:16.620Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-10T20:09:16.701Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-11-10T20:09:16.922Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-10T20:09:16.922Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2020-11-10T20:09:16.922Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.80s) [2020-11-10T20:09:16.922Z] === CONT TestContainerStartOnDaemonRestart [2020-11-10T20:09:16.922Z] === CONT TestIpcModeOlderClient [2020-11-10T20:09:16.922Z] === CONT TestDaemonHostGatewayIP [2020-11-10T20:09:16.922Z] === CONT TestContainerKillOnDaemonStart [2020-11-10T20:09:16.963Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-11-10T20:09:17.229Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-11-10T20:09:17.229Z] === CONT TestDaemonRestartIpcMode [2020-11-10T20:09:19.511Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-11-10T20:09:19.511Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-11-10T20:09:19.794Z] --- PASS: TestServiceCreateInit (9.93s) [2020-11-10T20:09:19.794Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.00s) [2020-11-10T20:09:19.794Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.90s) [2020-11-10T20:09:19.794Z] === RUN TestCreateServiceMultipleTimes [2020-11-10T20:09:20.842Z] --- PASS: TestContainerStartOnDaemonRestart (3.48s) [2020-11-10T20:09:20.842Z] --- PASS: TestDaemonHostGatewayIP (3.94s) [2020-11-10T20:09:20.899Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-11-10T20:09:21.134Z] --- PASS: TestDaemonRestartIpcMode (3.87s) [2020-11-10T20:09:21.471Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-11-10T20:09:22.856Z] === RUN TestDockerSuite/TestBuildEnv [2020-11-10T20:09:24.244Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-11-10T20:09:24.244Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-11-10T20:09:24.505Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-11-10T20:09:25.449Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-11-10T20:09:26.834Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-11-10T20:09:29.711Z] --- PASS: TestContainerKillOnDaemonStart (12.62s) [2020-11-10T20:09:29.711Z] PASS [2020-11-10T20:09:29.711Z] [2020-11-10T20:09:29.711Z] === Skipped [2020-11-10T20:09:29.711Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-11-10T20:09:29.711Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:09:29.711Z] [2020-11-10T20:09:29.711Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-10T20:09:29.711Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-10T20:09:29.711Z] [2020-11-10T20:09:29.711Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-11-10T20:09:29.711Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-10T20:09:29.711Z] [2020-11-10T20:09:29.711Z] [2020-11-10T20:09:29.711Z] DONE 195 tests, 3 skipped in 110.258s [2020-11-10T20:09:29.711Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-11-10T20:09:29.711Z] ++ 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-11-10T20:09:29.711Z] ++ set -e [2020-11-10T20:09:29.711Z] ++ '[' -n 0 ']' [2020-11-10T20:09:29.711Z] ++ set -x [2020-11-10T20:09:29.711Z] ++ env -i DEST=/go/src/github.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-11-10T20:09:29.711Z] INFO: Testing against a local daemon [2020-11-10T20:09:29.711Z] === RUN TestCommitInheritsEnv [2020-11-10T20:09:30.007Z] --- PASS: TestCommitInheritsEnv (0.34s) [2020-11-10T20:09:30.007Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-10T20:09:30.007Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-10T20:09:30.007Z] === RUN TestImagesFilterMultiReference [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite (349.60s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.08s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.76s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.71s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.75s) [2020-11-10T20:09:30.138Z] docker_cli_daemon_test.go:1455: [dad038b9926d0] daemon is not started [2020-11-10T20:09:30.138Z] check_test.go:309: [d33a7175640ea] daemon is not started [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.52s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.94s) [2020-11-10T20:09:30.138Z] check_test.go:309: [ddedd4330a651] daemon is not started [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.47s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.94s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.52s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.98s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.02s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.36s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.46s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.15s) [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-11-10T20:09:30.138Z] check_test.go:309: [d3f24fd57ab87] daemon is not started [2020-11-10T20:09:30.138Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-11-10T20:09:30.139Z] check_test.go:309: [d47353da6baec] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.50s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2020-11-10T20:09:30.139Z] check_test.go:309: [d0af983e68bf4] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.48s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.62s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.41s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.14s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.74s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-11-10T20:09:30.139Z] check_test.go:309: [d2421f9559014] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.58s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.97s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.83s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.58s) [2020-11-10T20:09:30.139Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-10T20:09:30.139Z] check_test.go:309: [d4a16c6f33782] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.20s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.79s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.66s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.90s) [2020-11-10T20:09:30.139Z] check_test.go:309: [dd30c4cb48775] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.13s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2020-11-10T20:09:30.139Z] check_test.go:309: [dfa5fd2a01229] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.09s) [2020-11-10T20:09:30.139Z] docker_cli_daemon_plugins_test.go:79: [d4fc991b33071] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.05s) [2020-11-10T20:09:30.139Z] docker_cli_daemon_plugins_test.go:169: [d8a3423609ef4] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.45s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-11-10T20:09:30.139Z] check_test.go:309: [d54672ccaa318] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.69s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.79s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.75s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.87s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.71s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.06s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.02s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.57s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.65s) [2020-11-10T20:09:30.139Z] check_test.go:309: [ddcc9f41402ee] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.70s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.75s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.39s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.15s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.54s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.02s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.65s) [2020-11-10T20:09:30.139Z] check_test.go:309: [d795fc4f556b1] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.46s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.43s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.55s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.74s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.02s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.30s) [2020-11-10T20:09:30.139Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-10T20:09:30.139Z] check_test.go:309: [db43f673dd028] daemon is not started [2020-11-10T20:09:30.139Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-10T20:09:30.139Z] check_test.go:309: [da8bcf9d2c02d] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.97s) [2020-11-10T20:09:30.139Z] check_test.go:309: [d9b0d92986466] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.91s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.64s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.60s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.32s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.92s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.23s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.55s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.60s) [2020-11-10T20:09:30.139Z] check_test.go:309: [da78fb53bd9e0] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.32s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.88s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.95s) [2020-11-10T20:09:30.139Z] check_test.go:309: [db7ec4014de2a] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.64s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.22s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.57s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.68s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.19s) [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2020-11-10T20:09:30.139Z] check_test.go:309: [dc725cf4070bc] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2020-11-10T20:09:30.139Z] check_test.go:309: [d7fe6bf5c1664] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.60s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.40s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2020-11-10T20:09:30.139Z] check_test.go:309: [d143e0222bf8d] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.84s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.00s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.06s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.07s) [2020-11-10T20:09:30.139Z] check_test.go:309: [d3eaed345dc3d] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.71s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.55s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.80s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.35s) [2020-11-10T20:09:30.139Z] check_test.go:309: [d9ca6ee20c498] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.88s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2020-11-10T20:09:30.139Z] check_test.go:309: [dc47632d97c44] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.03s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.21s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.63s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.59s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.97s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.34s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.55s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.34s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.87s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.17s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.29s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.20s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.87s) [2020-11-10T20:09:30.139Z] docker_cli_daemon_test.go:2550: [d7f79de7cb144] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.72s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.63s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.84s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.87s) [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2020-11-10T20:09:30.139Z] check_test.go:309: [dfc82026107d7] daemon is not started [2020-11-10T20:09:30.139Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.62s) [2020-11-10T20:09:30.139Z] === RUN TestDockerSwarmSuite [2020-11-10T20:09:30.139Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-11-10T20:09:30.302Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-11-10T20:09:30.302Z] === RUN TestImagePullPlatformInvalid [2020-11-10T20:09:30.302Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-10T20:09:30.302Z] === RUN TestRemoveImageOrphaning [2020-11-10T20:09:30.603Z] --- PASS: TestRemoveImageOrphaning (0.34s) [2020-11-10T20:09:30.603Z] === RUN TestRemoveImageGarbageCollector [2020-11-10T20:09:30.603Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-10T20:09:30.603Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:09:30.603Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-10T20:09:30.603Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-11-10T20:09:30.603Z] === RUN TestTagInvalidReference [2020-11-10T20:09:30.603Z] --- PASS: TestTagInvalidReference (0.02s) [2020-11-10T20:09:30.603Z] === RUN TestTagValidPrefixedRepo [2020-11-10T20:09:30.603Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-11-10T20:09:30.603Z] === RUN TestTagExistedNameWithoutForce [2020-11-10T20:09:30.603Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-10T20:09:30.603Z] === RUN TestTagOfficialNames [2020-11-10T20:09:30.603Z] --- PASS: TestTagOfficialNames (0.04s) [2020-11-10T20:09:30.603Z] === RUN TestTagMatchesDigest [2020-11-10T20:09:30.603Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-10T20:09:30.603Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-10T20:09:34.350Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-11-10T20:09:34.350Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-11-10T20:09:37.658Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-11-10T20:09:37.923Z] --- PASS: TestCreateServiceMultipleTimes (18.68s) [2020-11-10T20:09:37.923Z] === RUN TestCreateServiceConflict [2020-11-10T20:09:41.229Z] --- PASS: TestCreateServiceConflict (2.83s) [2020-11-10T20:09:41.229Z] === RUN TestCreateServiceMaxReplicas [2020-11-10T20:09:41.866Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-11-10T20:09:44.536Z] --- PASS: TestCreateServiceMaxReplicas (3.63s) [2020-11-10T20:09:44.536Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-10T20:09:54.099Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-11-10T20:09:55.485Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-11-10T20:09:55.485Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-11-10T20:09:56.429Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-11-10T20:09:59.470Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.06s) [2020-11-10T20:09:59.470Z] === RUN TestCreateServiceSecretFileMode [2020-11-10T20:10:02.483Z] 680bbdbacf1b: Pull complete [2020-11-10T20:10:02.483Z] Digest: sha256:0da0b0e6cf9cf435c6470f23a97a0b9b80495f3712529abc748d80c5fb59209c [2020-11-10T20:10:02.483Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:10:02.483Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-11-10T20:10:02.483Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-11-10T20:10:02.483Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1577' [2020-11-10T20:10:02.483Z] WARN: Skipping validation tests [2020-11-10T20:10:02.483Z] INFO: Running unit tests at 11/10/2020 20:09:57... [2020-11-10T20:10:02.805Z] --- PASS: TestCreateServiceSecretFileMode (3.43s) [2020-11-10T20:10:02.805Z] === RUN TestCreateServiceConfigFileMode [2020-11-10T20:10:03.454Z] INFO: make.ps1 starting at 11/10/2020 20:10:03 [2020-11-10T20:10:03.915Z] INFO: Git commit (2b41e84719) assumed from DOCKER_GITCOMMIT environment variable [2020-11-10T20:10:03.915Z] INFO: Invoking autogen... [2020-11-10T20:10:05.456Z] INFO: Running unit tests... [2020-11-10T20:10:06.114Z] --- PASS: TestCreateServiceConfigFileMode (3.09s) [2020-11-10T20:10:06.114Z] === RUN TestCreateServiceSysctls [2020-11-10T20:10:06.433Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-11-10T20:10:06.433Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-11-10T20:10:06.433Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-11-10T20:10:06.693Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-11-10T20:10:08.101Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-11-10T20:10:08.101Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-11-10T20:10:08.367Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-11-10T20:10:10.327Z] --- PASS: TestCreateServiceSysctls (4.12s) [2020-11-10T20:10:10.327Z] === RUN TestCreateServiceCapabilities [2020-11-10T20:10:13.634Z] --- PASS: TestCreateServiceCapabilities (3.40s) [2020-11-10T20:10:13.634Z] === RUN TestInspect [2020-11-10T20:10:16.943Z] --- PASS: TestInspect (3.48s) [2020-11-10T20:10:16.943Z] === RUN TestCreateJob [2020-11-10T20:10:17.855Z] 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-11-10T20:10:20.684Z] === RUN TestDockerSuite/TestBuildExpose [2020-11-10T20:10:20.684Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-11-10T20:10:20.684Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-11-10T20:10:20.684Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-11-10T20:10:20.684Z] === RUN TestDockerSuite/TestBuildFails [2020-11-10T20:10:21.156Z] --- PASS: TestCreateJob (4.13s) [2020-11-10T20:10:21.156Z] === RUN TestReplicatedJob [2020-11-10T20:10:21.626Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-11-10T20:10:21.626Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-11-10T20:10:23.540Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-11-10T20:10:25.452Z] === RUN TestDockerSuite/TestBuildForceRm [2020-11-10T20:10:26.023Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-11-10T20:10:26.023Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-11-10T20:10:26.442Z] ? github.com/docker/docker/api [no test files] [2020-11-10T20:10:26.967Z] === RUN TestDockerSuite/TestBuildFromGit [2020-11-10T20:10:27.753Z] --- PASS: TestReplicatedJob (6.47s) [2020-11-10T20:10:27.753Z] === RUN TestUpdateReplicatedJob [2020-11-10T20:10:28.883Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-11-10T20:10:29.454Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-11-10T20:10:30.396Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-11-10T20:10:31.969Z] --- PASS: TestUpdateReplicatedJob (4.36s) [2020-11-10T20:10:31.969Z] === RUN TestServiceListWithStatuses [2020-11-10T20:10:31.969Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-10T20:10:31.969Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-10T20:10:31.969Z] === RUN TestDockerNetworkConnectAlias [2020-11-10T20:10:32.311Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-11-10T20:10:33.253Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-11-10T20:10:33.513Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-11-10T20:10:35.429Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-11-10T20:10:37.342Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-11-10T20:10:38.564Z] --- PASS: TestDockerNetworkConnectAlias (6.53s) [2020-11-10T20:10:38.564Z] === RUN TestDockerNetworkReConnect [2020-11-10T20:10:38.728Z] === RUN TestDockerSuite/TestBuildHistory [2020-11-10T20:10:39.299Z] --- PASS: TestImportExtremelyLargeImageWorks (201.98s) [2020-11-10T20:10:39.299Z] PASS [2020-11-10T20:10:39.299Z] [2020-11-10T20:10:39.299Z] DONE 12 tests in 205.668s [2020-11-10T20:10:39.299Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-10T20:10:39.300Z] ++ 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-11-10T20:10:39.300Z] ++ set -e [2020-11-10T20:10:39.300Z] ++ '[' -n 0 ']' [2020-11-10T20:10:39.300Z] ++ set -x [2020-11-10T20:10:39.300Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:10:39.300Z] INFO: Testing against a local daemon [2020-11-10T20:10:39.300Z] === RUN TestNetworkCreateDelete [2020-11-10T20:10:39.560Z] --- PASS: TestNetworkCreateDelete (0.18s) [2020-11-10T20:10:39.560Z] === RUN TestDockerNetworkDeletePreferID [2020-11-10T20:10:40.132Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s) [2020-11-10T20:10:40.133Z] === RUN TestDaemonDNSFallback [2020-11-10T20:10:41.273Z] === RUN TestMiddlewares [2020-11-10T20:10:41.273Z] --- PASS: TestMiddlewares (0.00s) [2020-11-10T20:10:41.273Z] PASS [2020-11-10T20:10:41.273Z] coverage: 9.0% of statements [2020-11-10T20:10:41.273Z] ok github.com/docker/docker/api/server 0.124s coverage: 9.0% of statements [2020-11-10T20:10:42.680Z] === RUN TestDockerSuite/TestBuildIidFile [2020-11-10T20:10:42.680Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-11-10T20:10:43.251Z] === RUN TestDockerSuite/TestBuildInheritance [2020-11-10T20:10:43.512Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-11-10T20:10:43.861Z] --- PASS: TestDockerNetworkReConnect (4.82s) [2020-11-10T20:10:43.861Z] === RUN TestServicePlugin [2020-11-10T20:10:43.861Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-10T20:10:43.861Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:10:43.861Z] === RUN TestServiceUpdateLabel [2020-11-10T20:10:44.084Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-11-10T20:10:44.084Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-11-10T20:10:44.656Z] === RUN TestDockerSuite/TestBuildLabel [2020-11-10T20:10:44.917Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-11-10T20:10:45.178Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-11-10T20:10:45.438Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-11-10T20:10:45.700Z] === RUN TestDockerSuite/TestBuildLabels [2020-11-10T20:10:45.961Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-11-10T20:10:46.412Z] --- PASS: TestServiceUpdateLabel (3.23s) [2020-11-10T20:10:46.412Z] === RUN TestServiceUpdateSecrets [2020-11-10T20:10:46.535Z] --- PASS: TestDaemonDNSFallback (6.63s) [2020-11-10T20:10:46.535Z] === RUN TestInspectNetwork [2020-11-10T20:10:46.796Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-11-10T20:10:47.739Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-11-10T20:10:49.126Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-11-10T20:10:49.388Z] === RUN TestDockerSuite/TestBuildLastModified [2020-11-10T20:10:51.306Z] === RUN TestInspectNetwork/full_network_id [2020-11-10T20:10:51.306Z] === RUN TestInspectNetwork/partial_network_id [2020-11-10T20:10:51.306Z] === RUN TestInspectNetwork/network_name [2020-11-10T20:10:51.306Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-10T20:10:53.852Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-11-10T20:10:55.765Z] --- PASS: TestInspectNetwork (9.17s) [2020-11-10T20:10:55.765Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-10T20:10:55.765Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-10T20:10:55.765Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-10T20:10:55.765Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-10T20:10:55.765Z] === RUN TestRunContainerWithBridgeNone [2020-11-10T20:10:56.709Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-11-10T20:10:56.709Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-11-10T20:10:56.709Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-11-10T20:10:56.969Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-11-10T20:10:56.969Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-11-10T20:10:57.230Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-11-10T20:10:57.804Z] --- PASS: TestRunContainerWithBridgeNone (1.99s) [2020-11-10T20:10:57.804Z] === RUN TestNetworkInvalidJSON [2020-11-10T20:10:57.804Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-10T20:10:57.804Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-10T20:10:57.804Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:10:57.804Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:10:57.804Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:10:57.804Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:10:57.804Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-10T20:10:57.804Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:10:57.804Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:10:57.804Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-11-10T20:10:57.804Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-10T20:10:57.804Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-10T20:10:57.804Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-10T20:10:57.804Z] === RUN TestHostIPv4BridgeLabel [2020-11-10T20:10:58.376Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2020-11-10T20:10:58.376Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-10T20:10:58.949Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-11-10T20:10:59.519Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-11-10T20:10:59.519Z] === RUN TestDaemonDefaultNetworkPools [2020-11-10T20:11:00.092Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-11-10T20:11:00.092Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2020-11-10T20:11:00.092Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-10T20:11:01.478Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2020-11-10T20:11:01.478Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-10T20:11:02.979Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.37s) [2020-11-10T20:11:02.979Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-10T20:11:03.245Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-11-10T20:11:03.505Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2020-11-10T20:11:03.506Z] === RUN TestServiceWithPredefinedNetwork [2020-11-10T20:11:03.506Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-11-10T20:11:04.077Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-11-10T20:11:04.537Z] --- PASS: TestServiceUpdateSecrets (15.29s) [2020-11-10T20:11:04.537Z] === RUN TestServiceUpdateConfigs [2020-11-10T20:11:06.624Z] --- PASS: TestServiceWithPredefinedNetwork (3.11s) [2020-11-10T20:11:06.624Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-10T20:11:06.624Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:11:06.624Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:11:06.624Z] === RUN TestServiceWithDataPathPortInit [2020-11-10T20:11:11.917Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-11-10T20:11:14.469Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-11-10T20:11:15.041Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-11-10T20:11:16.960Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-11-10T20:11:16.960Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-11-10T20:11:19.452Z] --- PASS: TestServiceUpdateConfigs (15.42s) [2020-11-10T20:11:19.452Z] === RUN TestServiceUpdateNetwork [2020-11-10T20:11:20.259Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-11-10T20:11:20.259Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-11-10T20:11:22.172Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-11-10T20:11:22.172Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-11-10T20:11:22.745Z] --- PASS: TestServiceWithDataPathPortInit (16.18s) [2020-11-10T20:11:22.745Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-10T20:11:23.694Z] === RUN TestDockerSuite/TestBuildNetNone [2020-11-10T20:11:24.266Z] === RUN TestDockerSuite/TestBuildNoContext [2020-11-10T20:11:25.210Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-11-10T20:11:26.151Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-11-10T20:11:27.092Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-11-10T20:11:27.353Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-11-10T20:11:27.353Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-11-10T20:11:27.613Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-11-10T20:11:27.874Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-11-10T20:11:28.446Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-11-10T20:11:29.832Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-11-10T20:11:30.404Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-11-10T20:11:30.667Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.93s) [2020-11-10T20:11:30.667Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:akkrb2fl74i8cm64jxytfxls6 Created:2020-11-10 20:11:23.70021382 +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[99cfc93f5b19cf36a77a10a93b4f13cf2961b0799ee540c5a90dd7192cab904f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.300wwv5zd73kgajqe82e6e2vn EndpointID:5a5159b8caba133a4eac3958c4d43ba5203cf94d8df42080d42d295bb5c319b5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ff9a8511119e5a038e0102b92ae2e0fd019a29cfa09098ee08d489a542fa0e2f 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:3f3cbe923111 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.300wwv5zd73kgajqe82e6e2vn EndpointID:5a5159b8caba133a4eac3958c4d43ba5203cf94d8df42080d42d295bb5c319b5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-10T20:11:30.667Z] PASS [2020-11-10T20:11:30.667Z] [2020-11-10T20:11:30.667Z] === Skipped [2020-11-10T20:11:30.667Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:11:30.667Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:11:30.667Z] [2020-11-10T20:11:30.667Z] [2020-11-10T20:11:30.667Z] DONE 23 tests, 1 skipped in 51.360s [2020-11-10T20:11:30.667Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-10T20:11:30.667Z] ++ 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-11-10T20:11:30.667Z] ++ set -e [2020-11-10T20:11:30.667Z] ++ '[' -n 0 ']' [2020-11-10T20:11:30.667Z] ++ set -x [2020-11-10T20:11:30.667Z] ++ env -i DEST=/go/src/github.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-11-10T20:11:30.667Z] INFO: Testing against a local daemon [2020-11-10T20:11:30.667Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-10T20:11:30.667Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-10T20:11:30.667Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:11:30.667Z] === RUN TestDockerNetworkIpvlan [2020-11-10T20:11:30.667Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-10T20:11:30.667Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:11:30.667Z] PASS [2020-11-10T20:11:30.667Z] [2020-11-10T20:11:30.667Z] === Skipped [2020-11-10T20:11:30.667Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-10T20:11:30.667Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:11:30.667Z] [2020-11-10T20:11:30.667Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-10T20:11:30.667Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:11:30.667Z] [2020-11-10T20:11:30.667Z] [2020-11-10T20:11:30.667Z] DONE 2 tests, 2 skipped in 0.140s [2020-11-10T20:11:30.667Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-10T20:11:30.667Z] ++ 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-11-10T20:11:30.667Z] ++ set -e [2020-11-10T20:11:30.667Z] ++ '[' -n 0 ']' [2020-11-10T20:11:30.667Z] ++ set -x [2020-11-10T20:11:30.667Z] ++ env -i DEST=/go/src/github.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-11-10T20:11:30.928Z] INFO: Testing against a local daemon [2020-11-10T20:11:30.928Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-10T20:11:31.693Z] --- PASS: TestServiceUpdateNetwork (14.39s) [2020-11-10T20:11:31.693Z] === RUN TestServiceUpdatePidsLimit [2020-11-10T20:11:32.314Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2020-11-10T20:11:32.314Z] === RUN TestDockerNetworkMacvlan [2020-11-10T20:11:32.314Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-11-10T20:11:33.257Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-10T20:11:33.519Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-11-10T20:11:33.611Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-10T20:11:34.091Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-10T20:11:34.185Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-10T20:11:35.035Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-10T20:11:35.298Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-11-10T20:11:36.686Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-11-10T20:11:37.287Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-10T20:11:37.868Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-11-10T20:11:37.868Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-11-10T20:11:38.440Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-11-10T20:11:40.356Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-10T20:11:41.753Z] === RUN TestBoolValue [2020-11-10T20:11:41.753Z] --- PASS: TestBoolValue (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestBoolValueOrDefault [2020-11-10T20:11:41.753Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestInt64ValueOrZero [2020-11-10T20:11:41.753Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestInt64ValueOrDefault [2020-11-10T20:11:41.753Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestInt64ValueOrDefaultWithError [2020-11-10T20:11:41.753Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestJsonContentType [2020-11-10T20:11:41.753Z] --- PASS: TestJsonContentType (0.00s) [2020-11-10T20:11:41.753Z] PASS [2020-11-10T20:11:41.753Z] coverage: 14.7% of statements [2020-11-10T20:11:41.753Z] ok github.com/docker/docker/api/server/httputils 0.156s coverage: 14.7% of statements [2020-11-10T20:11:41.753Z] === RUN TestMaskSecretKeys [2020-11-10T20:11:41.753Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-11-10T20:11:41.753Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-11-10T20:11:41.753Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-11-10T20:11:41.753Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestVersionMiddlewareVersion [2020-11-10T20:11:41.753Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-11-10T20:11:41.753Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-11-10T20:11:41.753Z] PASS [2020-11-10T20:11:41.753Z] coverage: 37.7% of statements [2020-11-10T20:11:41.753Z] ok github.com/docker/docker/api/server/middleware 0.174s coverage: 37.7% of statements [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-10T20:11:41.753Z] === RUN TestStrSliceMarshalJSON [2020-11-10T20:11:41.753Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestStrSliceUnmarshalJSON [2020-11-10T20:11:41.753Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestStrSliceUnmarshalString [2020-11-10T20:11:41.753Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestStrSliceUnmarshalSlice [2020-11-10T20:11:41.753Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-11-10T20:11:41.753Z] PASS [2020-11-10T20:11:41.753Z] coverage: 90.0% of statements [2020-11-10T20:11:41.753Z] ok github.com/docker/docker/api/types/strslice 0.058s coverage: 90.0% of statements [2020-11-10T20:11:41.753Z] === RUN TestToJSON [2020-11-10T20:11:41.753Z] --- PASS: TestToJSON (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestToParamWithVersion [2020-11-10T20:11:41.753Z] --- PASS: TestToParamWithVersion (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestFromJSON [2020-11-10T20:11:41.753Z] --- PASS: TestFromJSON (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestEmpty [2020-11-10T20:11:41.753Z] --- PASS: TestEmpty (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestArgsMatchKVListEmptySources [2020-11-10T20:11:41.753Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestArgsMatchKVList [2020-11-10T20:11:41.753Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestArgsMatch [2020-11-10T20:11:41.753Z] --- PASS: TestArgsMatch (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestAdd [2020-11-10T20:11:41.753Z] --- PASS: TestAdd (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestDel [2020-11-10T20:11:41.753Z] --- PASS: TestDel (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestLen [2020-11-10T20:11:41.753Z] --- PASS: TestLen (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestExactMatch [2020-11-10T20:11:41.753Z] --- PASS: TestExactMatch (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestOnlyOneExactMatch [2020-11-10T20:11:41.753Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestContains [2020-11-10T20:11:41.753Z] --- PASS: TestContains (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestValidate [2020-11-10T20:11:41.753Z] --- PASS: TestValidate (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestWalkValues [2020-11-10T20:11:41.753Z] --- PASS: TestWalkValues (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestFuzzyMatch [2020-11-10T20:11:41.753Z] --- PASS: TestFuzzyMatch (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestClone [2020-11-10T20:11:41.753Z] --- PASS: TestClone (0.00s) [2020-11-10T20:11:41.753Z] PASS [2020-11-10T20:11:41.753Z] coverage: 92.2% of statements [2020-11-10T20:11:41.753Z] ok github.com/docker/docker/api/types/filters 0.090s coverage: 92.2% of statements [2020-11-10T20:11:41.753Z] === RUN TestAdjustForAPIVersion [2020-11-10T20:11:41.753Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-11-10T20:11:41.753Z] PASS [2020-11-10T20:11:41.753Z] coverage: 5.7% of statements [2020-11-10T20:11:41.753Z] ok github.com/docker/docker/api/server/router/swarm 0.186s coverage: 5.7% of statements [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-10T20:11:41.753Z] === RUN TestDurationToSecondsString [2020-11-10T20:11:41.753Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestGetTimestamp [2020-11-10T20:11:41.753Z] --- PASS: TestGetTimestamp (0.15s) [2020-11-10T20:11:41.753Z] === RUN TestParseTimestamps [2020-11-10T20:11:41.753Z] --- PASS: TestParseTimestamps (0.00s) [2020-11-10T20:11:41.753Z] PASS [2020-11-10T20:11:41.753Z] coverage: 100.0% of statements [2020-11-10T20:11:41.753Z] ok github.com/docker/docker/api/types/time 0.388s coverage: 100.0% of statements [2020-11-10T20:11:41.753Z] === RUN TestCompareVersion [2020-11-10T20:11:41.753Z] --- PASS: TestCompareVersion (0.00s) [2020-11-10T20:11:41.753Z] PASS [2020-11-10T20:11:41.753Z] coverage: 75.0% of statements [2020-11-10T20:11:41.753Z] ok github.com/docker/docker/api/types/versions 0.053s coverage: 75.0% of statements [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/builder [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-10T20:11:41.753Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-10T20:11:41.753Z] === RUN TestReadAll [2020-11-10T20:11:41.753Z] --- PASS: TestReadAll (0.00s) [2020-11-10T20:11:41.753Z] PASS [2020-11-10T20:11:41.753Z] coverage: 96.8% of statements [2020-11-10T20:11:41.753Z] ok github.com/docker/docker/builder/dockerignore 0.055s coverage: 96.8% of statements [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-11-10T20:11:41.753Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-11-10T20:11:41.753Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestCloneArgsSmartHttp [2020-11-10T20:11:41.753Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2020-11-10T20:11:41.753Z] === RUN TestCloneArgsDumbHttp [2020-11-10T20:11:41.753Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestCloneArgsGit [2020-11-10T20:11:41.753Z] --- PASS: TestCloneArgsGit (0.00s) [2020-11-10T20:11:41.753Z] === RUN TestCheckoutGit [2020-11-10T20:11:42.274Z] === RUN TestDockerSuite/TestBuildPATH [2020-11-10T20:11:42.330Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-10T20:11:43.295Z] === RUN TestEnable [2020-11-10T20:11:43.295Z] --- PASS: TestEnable (0.00s) [2020-11-10T20:11:43.295Z] === RUN TestDisable [2020-11-10T20:11:43.295Z] --- PASS: TestDisable (0.00s) [2020-11-10T20:11:43.295Z] === RUN TestEnabled [2020-11-10T20:11:43.295Z] --- PASS: TestEnabled (0.00s) [2020-11-10T20:11:43.295Z] PASS [2020-11-10T20:11:43.295Z] coverage: 100.0% of statements [2020-11-10T20:11:43.295Z] ok github.com/docker/docker/cli/debug 0.057s coverage: 100.0% of statements [2020-11-10T20:11:44.283Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-11-10T20:11:44.283Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.04s) [2020-11-10T20:11:44.283Z] === RUN TestProcessNoDockerignore [2020-11-10T20:11:44.283Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestProcessShouldLeaveAllFiles [2020-11-10T20:11:44.283Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestDetectContentType [2020-11-10T20:11:44.283Z] --- PASS: TestDetectContentType (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestSelectAcceptableMIME [2020-11-10T20:11:44.283Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestInspectEmptyResponse [2020-11-10T20:11:44.283Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestInspectResponseBinary [2020-11-10T20:11:44.283Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestResponseUnsupportedContentType [2020-11-10T20:11:44.283Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestInspectResponseTextSimple [2020-11-10T20:11:44.283Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestInspectResponseEmptyContentType [2020-11-10T20:11:44.283Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestUnknownContentLength [2020-11-10T20:11:44.283Z] --- PASS: TestUnknownContentLength (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestDownloadRemote [2020-11-10T20:11:44.283Z] --- PASS: TestDownloadRemote (0.10s) [2020-11-10T20:11:44.283Z] === RUN TestGetWithStatusError [2020-11-10T20:11:44.283Z] --- PASS: TestGetWithStatusError (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestCloseRootDirectory [2020-11-10T20:11:44.283Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-11-10T20:11:44.283Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:11:44.283Z] === RUN TestHashFile [2020-11-10T20:11:44.283Z] === RUN TestGetAllAllowed [2020-11-10T20:11:44.283Z] --- PASS: TestGetAllAllowed (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestGetAllMeta [2020-11-10T20:11:44.283Z] --- PASS: TestGetAllMeta (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestWarnOnUnusedBuildArgs [2020-11-10T20:11:44.283Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestIsUnreferencedBuiltin [2020-11-10T20:11:44.283Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestIsExistingDirectory [2020-11-10T20:11:44.283Z] --- SKIP: TestHashFile (0.01s) [2020-11-10T20:11:44.283Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:11:44.283Z] === RUN TestHashSubdir [2020-11-10T20:11:44.283Z] --- SKIP: TestHashSubdir (0.01s) [2020-11-10T20:11:44.283Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:11:44.283Z] === RUN TestRemoveDirectory [2020-11-10T20:11:44.283Z] --- PASS: TestIsExistingDirectory (0.01s) [2020-11-10T20:11:44.283Z] === RUN TestGetFilenameForDownload [2020-11-10T20:11:44.283Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestEnv2Variables [2020-11-10T20:11:44.283Z] --- PASS: TestEnv2Variables (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-11-10T20:11:44.283Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestMaintainer [2020-11-10T20:11:44.283Z] --- PASS: TestMaintainer (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestLabel [2020-11-10T20:11:44.283Z] --- PASS: TestLabel (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestFromScratch [2020-11-10T20:11:44.283Z] --- PASS: TestFromScratch (0.00s) [2020-11-10T20:11:44.283Z] === RUN TestFromWithArg [2020-11-10T20:11:44.283Z] --- PASS: TestFromWithArg (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-11-10T20:11:44.284Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestFromWithUndefinedArg [2020-11-10T20:11:44.284Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestFromMultiStageWithNamedStage [2020-11-10T20:11:44.284Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestOnbuild [2020-11-10T20:11:44.284Z] --- PASS: TestOnbuild (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestWorkdir [2020-11-10T20:11:44.284Z] --- PASS: TestWorkdir (0.00s) [2020-11-10T20:11:44.284Z] --- SKIP: TestRemoveDirectory (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestCmd [2020-11-10T20:11:44.284Z] --- PASS: TestCmd (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestHealthcheckNone [2020-11-10T20:11:44.284Z] --- PASS: TestHealthcheckNone (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestHealthcheckCmd [2020-11-10T20:11:44.284Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestEntrypoint [2020-11-10T20:11:44.284Z] --- PASS: TestEntrypoint (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestExpose [2020-11-10T20:11:44.284Z] --- PASS: TestExpose (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestUser [2020-11-10T20:11:44.284Z] --- PASS: TestUser (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestVolume [2020-11-10T20:11:44.284Z] --- PASS: TestVolume (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestStopSignal [2020-11-10T20:11:44.284Z] --- SKIP: TestStopSignal (0.00s) [2020-11-10T20:11:44.284Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-10T20:11:44.284Z] === RUN TestArg [2020-11-10T20:11:44.284Z] --- PASS: TestArg (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestShell [2020-11-10T20:11:44.284Z] --- PASS: TestShell (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestPrependEnvOnCmd [2020-11-10T20:11:44.284Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestRunWithBuildArgs [2020-11-10T20:11:44.284Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestRunIgnoresHealthcheck [2020-11-10T20:11:44.284Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-11-10T20:11:44.284Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:11:44.284Z] === RUN TestNormalizeWorkdir [2020-11-10T20:11:44.284Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestDispatch [2020-11-10T20:11:44.284Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-11-10T20:11:44.284Z] PASS [2020-11-10T20:11:44.284Z] coverage: 9.3% of statements [2020-11-10T20:11:44.284Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-11-10T20:11:44.284Z] ok github.com/docker/docker/builder/remotecontext 0.852s coverage: 9.3% of statements [2020-11-10T20:11:44.284Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-11-10T20:11:44.284Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-11-10T20:11:44.284Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-11-10T20:11:44.284Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-11-10T20:11:44.284Z] === RUN TestDispatch/COPY_url [2020-11-10T20:11:44.284Z] --- PASS: TestDispatch (0.09s) [2020-11-10T20:11:44.284Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2020-11-10T20:11:44.284Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2020-11-10T20:11:44.284Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.04s) [2020-11-10T20:11:44.284Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2020-11-10T20:11:44.284Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2020-11-10T20:11:44.284Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-11-10T20:11:44.284Z] --- PASS: TestDispatch/COPY_url (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestAddScratchImageAddsToMounts [2020-11-10T20:11:44.284Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestAddFromScratchPopulatesPlatform [2020-11-10T20:11:44.284Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-11-10T20:11:44.284Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-11-10T20:11:44.284Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestImageSourceGetAddsToMounts [2020-11-10T20:11:44.284Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestEmptyDockerfile [2020-11-10T20:11:44.284Z] --- PASS: TestEmptyDockerfile (0.01s) [2020-11-10T20:11:44.284Z] === RUN TestSymlinkDockerfile [2020-11-10T20:11:44.284Z] --- PASS: TestSymlinkDockerfile (0.01s) [2020-11-10T20:11:44.284Z] === RUN TestDockerfileOutsideTheBuildContext [2020-11-10T20:11:44.284Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestNonExistingDockerfile [2020-11-10T20:11:44.284Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestCopyRunConfig [2020-11-10T20:11:44.284Z] --- PASS: TestCopyRunConfig (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestDeepCopyRunConfig [2020-11-10T20:11:44.284Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestExportImage [2020-11-10T20:11:44.284Z] --- PASS: TestExportImage (0.00s) [2020-11-10T20:11:44.284Z] === RUN TestNormalizeDest [2020-11-10T20:11:44.284Z] --- PASS: TestNormalizeDest (0.00s) [2020-11-10T20:11:44.284Z] PASS [2020-11-10T20:11:44.284Z] coverage: 46.3% of statements [2020-11-10T20:11:44.745Z] ok github.com/docker/docker/builder/dockerfile 0.662s coverage: 46.3% of statements [2020-11-10T20:11:44.823Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-11-10T20:11:45.084Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-11-10T20:11:45.345Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-10T20:11:45.916Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-11-10T20:11:46.488Z] --- PASS: TestDockerNetworkMacvlan (14.18s) [2020-11-10T20:11:46.488Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-11-10T20:11:46.488Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2020-11-10T20:11:46.488Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.21s) [2020-11-10T20:11:46.488Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.66s) [2020-11-10T20:11:46.488Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.84s) [2020-11-10T20:11:46.488Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s) [2020-11-10T20:11:46.488Z] PASS [2020-11-10T20:11:46.488Z] [2020-11-10T20:11:46.488Z] DONE 8 tests in 15.740s [2020-11-10T20:11:46.488Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-10T20:11:46.488Z] ++ 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-11-10T20:11:46.488Z] ++ set -e [2020-11-10T20:11:46.488Z] ++ '[' -n 0 ']' [2020-11-10T20:11:46.488Z] ++ set -x [2020-11-10T20:11:46.488Z] ++ env -i DEST=/go/src/github.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-11-10T20:11:46.488Z] testing: warning: no tests to run [2020-11-10T20:11:46.488Z] PASS [2020-11-10T20:11:46.488Z] [2020-11-10T20:11:46.488Z] DONE 0 tests in 0.039s [2020-11-10T20:11:46.488Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-10T20:11:46.488Z] ++ 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-11-10T20:11:46.488Z] ++ set -e [2020-11-10T20:11:46.488Z] ++ '[' -n 0 ']' [2020-11-10T20:11:46.488Z] ++ set -x [2020-11-10T20:11:46.488Z] ++ env -i DEST=/go/src/github.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-11-10T20:11:46.756Z] INFO: Testing against a local daemon [2020-11-10T20:11:46.756Z] === RUN TestAuthZPluginAllowRequest [2020-11-10T20:11:48.735Z] --- PASS: TestAuthZPluginAllowRequest (1.70s) [2020-11-10T20:11:48.735Z] === RUN TestAuthZPluginTLS [2020-11-10T20:11:49.000Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-11-10T20:11:49.000Z] === RUN TestAuthZPluginDenyRequest [2020-11-10T20:11:49.573Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-11-10T20:11:49.573Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-10T20:11:50.144Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-11-10T20:11:50.144Z] === RUN TestAuthZPluginDenyResponse [2020-11-10T20:11:50.474Z] --- PASS: TestServiceUpdatePidsLimit (17.52s) [2020-11-10T20:11:50.474Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-11-10T20:11:50.474Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-11-10T20:11:50.474Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.13s) [2020-11-10T20:11:50.474Z] PASS [2020-11-10T20:11:50.474Z] [2020-11-10T20:11:50.474Z] === Skipped [2020-11-10T20:11:50.474Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-10T20:11:50.474Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-10T20:11:50.474Z] [2020-11-10T20:11:50.474Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-11-10T20:11:50.474Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:11:50.474Z] [2020-11-10T20:11:50.474Z] [2020-11-10T20:11:50.474Z] DONE 27 tests, 2 skipped in 159.981s [2020-11-10T20:11:50.474Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-11-10T20:11:50.474Z] ++ 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-11-10T20:11:50.474Z] ++ set -e [2020-11-10T20:11:50.474Z] ++ '[' -n 0 ']' [2020-11-10T20:11:50.474Z] ++ set -x [2020-11-10T20:11:50.474Z] ++ env -i DEST=/go/src/github.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-11-10T20:11:50.474Z] INFO: Testing against a local daemon [2020-11-10T20:11:50.474Z] === RUN TestSessionCreate [2020-11-10T20:11:50.474Z] --- PASS: TestSessionCreate (0.05s) [2020-11-10T20:11:50.474Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-10T20:11:50.474Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-11-10T20:11:50.474Z] PASS [2020-11-10T20:11:50.474Z] [2020-11-10T20:11:50.474Z] DONE 2 tests in 0.275s [2020-11-10T20:11:50.474Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-11-10T20:11:50.474Z] ++ 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-11-10T20:11:50.474Z] ++ set -e [2020-11-10T20:11:50.474Z] ++ '[' -n 0 ']' [2020-11-10T20:11:50.474Z] ++ set -x [2020-11-10T20:11:50.474Z] ++ env -i DEST=/go/src/github.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-11-10T20:11:50.474Z] INFO: Testing against a local daemon [2020-11-10T20:11:50.474Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-10T20:11:50.474Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:11:50.474Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-10T20:11:50.474Z] === RUN TestEventsExecDie [2020-11-10T20:11:50.474Z] --- PASS: TestEventsExecDie (0.88s) [2020-11-10T20:11:50.474Z] === RUN TestEventsBackwardsCompatible [2020-11-10T20:11:50.474Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-11-10T20:11:50.474Z] === RUN TestInfoBinaryCommits [2020-11-10T20:11:50.717Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-11-10T20:11:50.717Z] === RUN TestAuthZPluginAllowEventStream [2020-11-10T20:11:50.736Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-11-10T20:11:50.736Z] === RUN TestInfoAPIVersioned [2020-11-10T20:11:50.736Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-11-10T20:11:50.736Z] === RUN TestInfoDiscoveryBackend [2020-11-10T20:11:51.308Z] --- PASS: TestInfoDiscoveryBackend (0.66s) [2020-11-10T20:11:51.308Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-10T20:11:52.104Z] --- PASS: TestAuthZPluginAllowEventStream (1.43s) [2020-11-10T20:11:52.104Z] === RUN TestAuthZPluginErrorResponse [2020-11-10T20:11:52.251Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-10T20:11:52.251Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-10T20:11:52.677Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2020-11-10T20:11:52.677Z] === RUN TestAuthZPluginErrorRequest [2020-11-10T20:11:53.195Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.68s) [2020-11-10T20:11:53.195Z] === RUN TestInfoAPI [2020-11-10T20:11:53.195Z] --- PASS: TestInfoAPI (0.05s) [2020-11-10T20:11:53.195Z] === RUN TestInfoAPIWarnings [2020-11-10T20:11:53.248Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-11-10T20:11:53.248Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-10T20:11:53.509Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-11-10T20:11:53.770Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-11-10T20:11:53.770Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-10T20:11:55.698Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.02s) [2020-11-10T20:11:55.698Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-10T20:11:57.088Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-11-10T20:11:57.333Z] === RUN TestCheckpointCreateError [2020-11-10T20:11:57.333Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCheckpointCreate [2020-11-10T20:11:57.333Z] --- PASS: TestCheckpointCreate (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCheckpointDeleteError [2020-11-10T20:11:57.333Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCheckpointDelete [2020-11-10T20:11:57.333Z] --- PASS: TestCheckpointDelete (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCheckpointListError [2020-11-10T20:11:57.333Z] --- PASS: TestCheckpointListError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCheckpointList [2020-11-10T20:11:57.333Z] --- PASS: TestCheckpointList (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCheckpointListContainerNotFound [2020-11-10T20:11:57.333Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestNewClientWithOpsFromEnv [2020-11-10T20:11:57.333Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-11-10T20:11:57.333Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-10T20:11:57.333Z] === RUN TestGetAPIPath [2020-11-10T20:11:57.333Z] --- PASS: TestGetAPIPath (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestParseHostURL [2020-11-10T20:11:57.333Z] --- PASS: TestParseHostURL (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-11-10T20:11:57.333Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestNegotiateAPIVersionEmpty [2020-11-10T20:11:57.333Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestNegotiateAPIVersion [2020-11-10T20:11:57.333Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestNegotiateAPVersionOverride [2020-11-10T20:11:57.333Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestNegotiateAPIVersionAutomatic [2020-11-10T20:11:57.333Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-11-10T20:11:57.333Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-11-10T20:11:57.333Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestClientRedirect [2020-11-10T20:11:57.333Z] --- PASS: TestClientRedirect (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigCreateUnsupported [2020-11-10T20:11:57.333Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigCreateError [2020-11-10T20:11:57.333Z] --- PASS: TestConfigCreateError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigCreate [2020-11-10T20:11:57.333Z] --- PASS: TestConfigCreate (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigInspectNotFound [2020-11-10T20:11:57.333Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigInspectWithEmptyID [2020-11-10T20:11:57.333Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigInspectUnsupported [2020-11-10T20:11:57.333Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigInspectError [2020-11-10T20:11:57.333Z] --- PASS: TestConfigInspectError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigInspectConfigNotFound [2020-11-10T20:11:57.333Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigInspect [2020-11-10T20:11:57.333Z] --- PASS: TestConfigInspect (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigListUnsupported [2020-11-10T20:11:57.333Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigListError [2020-11-10T20:11:57.333Z] --- PASS: TestConfigListError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigList [2020-11-10T20:11:57.333Z] --- PASS: TestConfigList (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigRemoveUnsupported [2020-11-10T20:11:57.333Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigRemoveError [2020-11-10T20:11:57.333Z] --- PASS: TestConfigRemoveError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigRemove [2020-11-10T20:11:57.333Z] --- PASS: TestConfigRemove (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigUpdateUnsupported [2020-11-10T20:11:57.333Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigUpdateError [2020-11-10T20:11:57.333Z] --- PASS: TestConfigUpdateError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestConfigUpdate [2020-11-10T20:11:57.333Z] --- PASS: TestConfigUpdate (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerCommitError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerCommitError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerCommit [2020-11-10T20:11:57.333Z] --- PASS: TestContainerCommit (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerStatPathError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerStatPathError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerStatPathNotFoundError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerStatPathNoHeaderError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerStatPath [2020-11-10T20:11:57.333Z] --- PASS: TestContainerStatPath (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCopyToContainerError [2020-11-10T20:11:57.333Z] --- PASS: TestCopyToContainerError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCopyToContainerNotFoundError [2020-11-10T20:11:57.333Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCopyToContainerNotStatusOKError [2020-11-10T20:11:57.333Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCopyToContainer [2020-11-10T20:11:57.333Z] --- PASS: TestCopyToContainer (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCopyFromContainerError [2020-11-10T20:11:57.333Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCopyFromContainerNotFoundError [2020-11-10T20:11:57.333Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCopyFromContainerNotStatusOKError [2020-11-10T20:11:57.333Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCopyFromContainerNoHeaderError [2020-11-10T20:11:57.333Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestCopyFromContainer [2020-11-10T20:11:57.333Z] --- PASS: TestCopyFromContainer (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerCreateError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerCreateError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerCreateImageNotFound [2020-11-10T20:11:57.333Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerCreateWithName [2020-11-10T20:11:57.333Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerCreateAutoRemove [2020-11-10T20:11:57.333Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerDiffError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerDiffError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerDiff [2020-11-10T20:11:57.333Z] --- PASS: TestContainerDiff (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerExecCreateError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerExecCreate [2020-11-10T20:11:57.333Z] --- PASS: TestContainerExecCreate (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerExecStartError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerExecStartError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerExecStart [2020-11-10T20:11:57.333Z] --- PASS: TestContainerExecStart (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerExecInspectError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerExecInspect [2020-11-10T20:11:57.333Z] --- PASS: TestContainerExecInspect (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerExportError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerExportError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerExport [2020-11-10T20:11:57.333Z] --- PASS: TestContainerExport (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerInspectError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerInspectError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerInspectContainerNotFound [2020-11-10T20:11:57.333Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerInspectWithEmptyID [2020-11-10T20:11:57.333Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerInspect [2020-11-10T20:11:57.333Z] --- PASS: TestContainerInspect (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerInspectNode [2020-11-10T20:11:57.333Z] --- PASS: TestContainerInspectNode (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerKillError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerKillError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerKill [2020-11-10T20:11:57.333Z] --- PASS: TestContainerKill (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerListError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerListError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerList [2020-11-10T20:11:57.333Z] --- PASS: TestContainerList (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerLogsNotFoundError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerLogsError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerLogsError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerLogs [2020-11-10T20:11:57.333Z] --- PASS: TestContainerLogs (0.15s) [2020-11-10T20:11:57.333Z] === RUN TestContainerPauseError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerPauseError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerPause [2020-11-10T20:11:57.333Z] --- PASS: TestContainerPause (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainersPruneError [2020-11-10T20:11:57.333Z] --- PASS: TestContainersPruneError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainersPrune [2020-11-10T20:11:57.333Z] --- PASS: TestContainersPrune (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerRemoveError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerRemoveError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerRemoveNotFoundError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerRemove [2020-11-10T20:11:57.333Z] --- PASS: TestContainerRemove (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerRenameError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerRenameError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerRename [2020-11-10T20:11:57.333Z] --- PASS: TestContainerRename (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerResizeError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerResizeError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerExecResizeError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerResize [2020-11-10T20:11:57.333Z] --- PASS: TestContainerResize (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerExecResize [2020-11-10T20:11:57.333Z] --- PASS: TestContainerExecResize (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerRestartError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerRestartError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerRestart [2020-11-10T20:11:57.333Z] --- PASS: TestContainerRestart (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerStartError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerStartError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerStart [2020-11-10T20:11:57.333Z] --- PASS: TestContainerStart (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerStatsError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerStatsError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerStats [2020-11-10T20:11:57.333Z] --- PASS: TestContainerStats (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerStopError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerStopError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerStop [2020-11-10T20:11:57.333Z] --- PASS: TestContainerStop (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerTopError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerTopError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerTop [2020-11-10T20:11:57.333Z] --- PASS: TestContainerTop (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerUnpauseError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerUnpause [2020-11-10T20:11:57.333Z] --- PASS: TestContainerUnpause (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerUpdateError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerUpdateError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerUpdate [2020-11-10T20:11:57.333Z] --- PASS: TestContainerUpdate (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerWaitError [2020-11-10T20:11:57.333Z] --- PASS: TestContainerWaitError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestContainerWait [2020-11-10T20:11:57.333Z] --- PASS: TestContainerWait (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestDiskUsageError [2020-11-10T20:11:57.333Z] --- PASS: TestDiskUsageError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestDiskUsage [2020-11-10T20:11:57.333Z] --- PASS: TestDiskUsage (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestDistributionInspectUnsupported [2020-11-10T20:11:57.333Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestDistributionInspectWithEmptyID [2020-11-10T20:11:57.333Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestEventsErrorInOptions [2020-11-10T20:11:57.333Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestEventsErrorFromServer [2020-11-10T20:11:57.333Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestEvents [2020-11-10T20:11:57.333Z] --- PASS: TestEvents (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestTLSCloseWriter [2020-11-10T20:11:57.333Z] === PAUSE TestTLSCloseWriter [2020-11-10T20:11:57.333Z] === RUN TestImageBuildError [2020-11-10T20:11:57.333Z] --- PASS: TestImageBuildError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageBuild [2020-11-10T20:11:57.333Z] --- PASS: TestImageBuild (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestGetDockerOS [2020-11-10T20:11:57.333Z] --- PASS: TestGetDockerOS (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageCreateError [2020-11-10T20:11:57.333Z] --- PASS: TestImageCreateError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageCreate [2020-11-10T20:11:57.333Z] --- PASS: TestImageCreate (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageHistoryError [2020-11-10T20:11:57.333Z] --- PASS: TestImageHistoryError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageHistory [2020-11-10T20:11:57.333Z] --- PASS: TestImageHistory (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageImportError [2020-11-10T20:11:57.333Z] --- PASS: TestImageImportError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageImport [2020-11-10T20:11:57.333Z] --- PASS: TestImageImport (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageInspectError [2020-11-10T20:11:57.333Z] --- PASS: TestImageInspectError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageInspectImageNotFound [2020-11-10T20:11:57.333Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageInspectWithEmptyID [2020-11-10T20:11:57.333Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageInspect [2020-11-10T20:11:57.333Z] --- PASS: TestImageInspect (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageListError [2020-11-10T20:11:57.333Z] --- PASS: TestImageListError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageList [2020-11-10T20:11:57.333Z] --- PASS: TestImageList (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageListApiBefore125 [2020-11-10T20:11:57.333Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageLoadError [2020-11-10T20:11:57.333Z] --- PASS: TestImageLoadError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImageLoad [2020-11-10T20:11:57.333Z] --- PASS: TestImageLoad (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImagesPruneError [2020-11-10T20:11:57.333Z] --- PASS: TestImagesPruneError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImagesPrune [2020-11-10T20:11:57.333Z] --- PASS: TestImagesPrune (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImagePullReferenceParseError [2020-11-10T20:11:57.333Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImagePullAnyError [2020-11-10T20:11:57.333Z] --- PASS: TestImagePullAnyError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImagePullStatusUnauthorizedError [2020-11-10T20:11:57.333Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-10T20:11:57.333Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-10T20:11:57.333Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-11-10T20:11:57.333Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImagePullWithoutErrors [2020-11-10T20:11:57.333Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-11-10T20:11:57.333Z] === RUN TestImagePushReferenceError [2020-11-10T20:11:57.333Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImagePushAnyError [2020-11-10T20:11:57.334Z] --- PASS: TestImagePushAnyError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImagePushStatusUnauthorizedError [2020-11-10T20:11:57.334Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-10T20:11:57.334Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-10T20:11:57.334Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-11-10T20:11:57.334Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImagePushWithoutErrors [2020-11-10T20:11:57.334Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-11-10T20:11:57.334Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-11-10T20:11:57.334Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-11-10T20:11:57.334Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-11-10T20:11:57.334Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-11-10T20:11:57.334Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-11-10T20:11:57.334Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-11-10T20:11:57.334Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-11-10T20:11:57.334Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageRemoveError [2020-11-10T20:11:57.334Z] --- PASS: TestImageRemoveError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageRemoveImageNotFound [2020-11-10T20:11:57.334Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageRemove [2020-11-10T20:11:57.334Z] --- PASS: TestImageRemove (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageSaveError [2020-11-10T20:11:57.334Z] --- PASS: TestImageSaveError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageSave [2020-11-10T20:11:57.334Z] --- PASS: TestImageSave (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageSearchAnyError [2020-11-10T20:11:57.334Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageSearchStatusUnauthorizedError [2020-11-10T20:11:57.334Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-10T20:11:57.334Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-10T20:11:57.334Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-11-10T20:11:57.334Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageSearchWithoutErrors [2020-11-10T20:11:57.334Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageTagError [2020-11-10T20:11:57.334Z] --- PASS: TestImageTagError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageTagInvalidReference [2020-11-10T20:11:57.334Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageTagInvalidSourceImageName [2020-11-10T20:11:57.334Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageTagHexSource [2020-11-10T20:11:57.334Z] --- PASS: TestImageTagHexSource (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestImageTag [2020-11-10T20:11:57.334Z] --- PASS: TestImageTag (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestInfoServerError [2020-11-10T20:11:57.334Z] --- PASS: TestInfoServerError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestInfoInvalidResponseJSONError [2020-11-10T20:11:57.334Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestInfo [2020-11-10T20:11:57.334Z] --- PASS: TestInfo (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkConnectError [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkConnectError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkConnect [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkConnect (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkCreateError [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkCreateError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkCreate [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkCreate (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkDisconnectError [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkDisconnect [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkInspectError [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkInspectError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkInspectNotFoundError [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkInspectWithEmptyID [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkInspect [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkInspect (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkListError [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkListError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkList [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkList (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworksPruneError [2020-11-10T20:11:57.334Z] --- PASS: TestNetworksPruneError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworksPrune [2020-11-10T20:11:57.334Z] --- PASS: TestNetworksPrune (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkRemoveError [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNetworkRemove [2020-11-10T20:11:57.334Z] --- PASS: TestNetworkRemove (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNodeInspectError [2020-11-10T20:11:57.334Z] --- PASS: TestNodeInspectError (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNodeInspectNodeNotFound [2020-11-10T20:11:57.334Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNodeInspectWithEmptyID [2020-11-10T20:11:57.334Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNodeInspect [2020-11-10T20:11:57.334Z] --- PASS: TestNodeInspect (0.00s) [2020-11-10T20:11:57.334Z] === RUN TestNodeListError [2020-11-10T20:11:57.334Z] --- PASS: TestNodeListError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestNodeList [2020-11-10T20:11:57.795Z] --- PASS: TestNodeList (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestNodeRemoveError [2020-11-10T20:11:57.795Z] --- PASS: TestNodeRemoveError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestNodeRemove [2020-11-10T20:11:57.795Z] --- PASS: TestNodeRemove (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestNodeUpdateError [2020-11-10T20:11:57.795Z] --- PASS: TestNodeUpdateError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestNodeUpdate [2020-11-10T20:11:57.795Z] --- PASS: TestNodeUpdate (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestOptionWithTimeout [2020-11-10T20:11:57.795Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPingFail [2020-11-10T20:11:57.795Z] --- PASS: TestPingFail (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPingWithError [2020-11-10T20:11:57.795Z] 2020/11/10 20:11:57 RoundTripper returned a response & error; ignoring response [2020-11-10T20:11:57.795Z] 2020/11/10 20:11:57 RoundTripper returned a response & error; ignoring response [2020-11-10T20:11:57.795Z] --- PASS: TestPingWithError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPingSuccess [2020-11-10T20:11:57.795Z] --- PASS: TestPingSuccess (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPingHeadFallback [2020-11-10T20:11:57.795Z] === RUN TestPingHeadFallback/OK [2020-11-10T20:11:57.795Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-11-10T20:11:57.795Z] === RUN TestPingHeadFallback/Not_Found [2020-11-10T20:11:57.795Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-11-10T20:11:57.795Z] --- PASS: TestPingHeadFallback (0.00s) [2020-11-10T20:11:57.795Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-11-10T20:11:57.795Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-11-10T20:11:57.795Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-11-10T20:11:57.795Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginDisableError [2020-11-10T20:11:57.795Z] --- PASS: TestPluginDisableError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginDisable [2020-11-10T20:11:57.795Z] --- PASS: TestPluginDisable (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginEnableError [2020-11-10T20:11:57.795Z] --- PASS: TestPluginEnableError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginEnable [2020-11-10T20:11:57.795Z] --- PASS: TestPluginEnable (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginInspectError [2020-11-10T20:11:57.795Z] --- PASS: TestPluginInspectError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginInspectWithEmptyID [2020-11-10T20:11:57.795Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginInspect [2020-11-10T20:11:57.795Z] --- PASS: TestPluginInspect (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginListError [2020-11-10T20:11:57.795Z] --- PASS: TestPluginListError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginList [2020-11-10T20:11:57.795Z] --- PASS: TestPluginList (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginPushError [2020-11-10T20:11:57.795Z] --- PASS: TestPluginPushError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginPush [2020-11-10T20:11:57.795Z] --- PASS: TestPluginPush (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginRemoveError [2020-11-10T20:11:57.795Z] --- PASS: TestPluginRemoveError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginRemove [2020-11-10T20:11:57.795Z] --- PASS: TestPluginRemove (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginSetError [2020-11-10T20:11:57.795Z] --- PASS: TestPluginSetError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPluginSet [2020-11-10T20:11:57.795Z] --- PASS: TestPluginSet (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSetHostHeader [2020-11-10T20:11:57.795Z] --- PASS: TestSetHostHeader (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestPlainTextError [2020-11-10T20:11:57.795Z] --- PASS: TestPlainTextError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestInfiniteError [2020-11-10T20:11:57.795Z] --- PASS: TestInfiniteError (0.01s) [2020-11-10T20:11:57.795Z] === RUN TestSecretCreateUnsupported [2020-11-10T20:11:57.795Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretCreateError [2020-11-10T20:11:57.795Z] --- PASS: TestSecretCreateError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretCreate [2020-11-10T20:11:57.795Z] --- PASS: TestSecretCreate (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretInspectUnsupported [2020-11-10T20:11:57.795Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretInspectError [2020-11-10T20:11:57.795Z] --- PASS: TestSecretInspectError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretInspectSecretNotFound [2020-11-10T20:11:57.795Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretInspectWithEmptyID [2020-11-10T20:11:57.795Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretInspect [2020-11-10T20:11:57.795Z] --- PASS: TestSecretInspect (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretListUnsupported [2020-11-10T20:11:57.795Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretListError [2020-11-10T20:11:57.795Z] --- PASS: TestSecretListError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretList [2020-11-10T20:11:57.795Z] --- PASS: TestSecretList (0.01s) [2020-11-10T20:11:57.795Z] === RUN TestSecretRemoveUnsupported [2020-11-10T20:11:57.795Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretRemoveError [2020-11-10T20:11:57.795Z] --- PASS: TestSecretRemoveError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretRemove [2020-11-10T20:11:57.795Z] --- PASS: TestSecretRemove (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretUpdateUnsupported [2020-11-10T20:11:57.795Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretUpdateError [2020-11-10T20:11:57.795Z] --- PASS: TestSecretUpdateError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSecretUpdate [2020-11-10T20:11:57.795Z] --- PASS: TestSecretUpdate (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceCreateError [2020-11-10T20:11:57.795Z] --- PASS: TestServiceCreateError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceCreate [2020-11-10T20:11:57.795Z] --- PASS: TestServiceCreate (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceCreateCompatiblePlatforms [2020-11-10T20:11:57.795Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceCreateDigestPinning [2020-11-10T20:11:57.795Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceInspectError [2020-11-10T20:11:57.795Z] --- PASS: TestServiceInspectError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceInspectServiceNotFound [2020-11-10T20:11:57.795Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceInspectWithEmptyID [2020-11-10T20:11:57.795Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceInspect [2020-11-10T20:11:57.795Z] --- PASS: TestServiceInspect (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceListError [2020-11-10T20:11:57.795Z] --- PASS: TestServiceListError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceList [2020-11-10T20:11:57.795Z] --- PASS: TestServiceList (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceLogsError [2020-11-10T20:11:57.795Z] --- PASS: TestServiceLogsError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceLogs [2020-11-10T20:11:57.795Z] --- PASS: TestServiceLogs (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceRemoveError [2020-11-10T20:11:57.795Z] --- PASS: TestServiceRemoveError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceRemoveNotFoundError [2020-11-10T20:11:57.795Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceRemove [2020-11-10T20:11:57.795Z] --- PASS: TestServiceRemove (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceUpdateError [2020-11-10T20:11:57.795Z] --- PASS: TestServiceUpdateError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestServiceUpdate [2020-11-10T20:11:57.795Z] --- PASS: TestServiceUpdate (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmGetUnlockKeyError [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmGetUnlockKey [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmInitError [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmInitError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmInit [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmInit (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmInspectError [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmInspectError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmInspect [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmInspect (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmJoinError [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmJoinError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmJoin [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmJoin (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmLeaveError [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmLeave [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmLeave (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmUnlockError [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmUnlock [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmUnlock (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmUpdateError [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestSwarmUpdate [2020-11-10T20:11:57.795Z] --- PASS: TestSwarmUpdate (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestTaskInspectError [2020-11-10T20:11:57.795Z] --- PASS: TestTaskInspectError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestTaskInspectWithEmptyID [2020-11-10T20:11:57.795Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestTaskInspect [2020-11-10T20:11:57.795Z] --- PASS: TestTaskInspect (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestTaskListError [2020-11-10T20:11:57.795Z] --- PASS: TestTaskListError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestTaskList [2020-11-10T20:11:57.795Z] --- PASS: TestTaskList (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestVolumeCreateError [2020-11-10T20:11:57.795Z] --- PASS: TestVolumeCreateError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestVolumeCreate [2020-11-10T20:11:57.795Z] --- PASS: TestVolumeCreate (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestVolumeInspectError [2020-11-10T20:11:57.795Z] --- PASS: TestVolumeInspectError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestVolumeInspectNotFound [2020-11-10T20:11:57.795Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestVolumeInspectWithEmptyID [2020-11-10T20:11:57.795Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestVolumeInspect [2020-11-10T20:11:57.795Z] --- PASS: TestVolumeInspect (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestVolumeListError [2020-11-10T20:11:57.795Z] --- PASS: TestVolumeListError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestVolumeList [2020-11-10T20:11:57.795Z] --- PASS: TestVolumeList (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestVolumeRemoveError [2020-11-10T20:11:57.795Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-11-10T20:11:57.795Z] === RUN TestVolumeRemove [2020-11-10T20:11:57.795Z] --- PASS: TestVolumeRemove (0.00s) [2020-11-10T20:11:57.795Z] === CONT TestTLSCloseWriter [2020-11-10T20:11:57.795Z] --- PASS: TestTLSCloseWriter (0.02s) [2020-11-10T20:11:57.795Z] PASS [2020-11-10T20:11:57.795Z] coverage: 74.9% of statements [2020-11-10T20:11:57.795Z] ok github.com/docker/docker/client 0.665s coverage: 74.9% of statements [2020-11-10T20:11:58.037Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.18s) [2020-11-10T20:11:58.037Z] === RUN TestAuthZPluginHeader [2020-11-10T20:11:58.983Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-11-10T20:11:58.983Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-10T20:11:58.983Z] === RUN TestDockerSuite/TestBuildRm [2020-11-10T20:12:01.529Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-11-10T20:12:02.102Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-11-10T20:12:03.490Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.60s) [2020-11-10T20:12:03.490Z] === RUN TestAuthZPluginV2Disable [2020-11-10T20:12:03.490Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-11-10T20:12:03.752Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-11-10T20:12:04.325Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-11-10T20:12:05.269Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-11-10T20:12:05.842Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-11-10T20:12:06.785Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-11-10T20:12:07.359Z] --- PASS: TestAuthZPluginV2Disable (3.88s) [2020-11-10T20:12:07.359Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-10T20:12:09.909Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-11-10T20:12:09.909Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-11-10T20:12:09.909Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-11-10T20:12:09.909Z] === RUN TestDockerSuite/TestBuildSpaces [2020-11-10T20:12:10.171Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-11-10T20:12:10.433Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-11-10T20:12:10.694Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.32s) [2020-11-10T20:12:10.694Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-10T20:12:10.955Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-11-10T20:12:11.220Z] === RUN TestDockerSuite/TestBuildStderr [2020-11-10T20:12:11.316Z] --- PASS: TestInfoAPIWarnings (16.67s) [2020-11-10T20:12:11.316Z] === RUN TestInfoDebug [2020-11-10T20:12:11.316Z] --- PASS: TestInfoDebug (0.65s) [2020-11-10T20:12:11.316Z] === RUN TestInfoInsecureRegistries [2020-11-10T20:12:11.316Z] --- PASS: TestInfoInsecureRegistries (0.66s) [2020-11-10T20:12:11.316Z] === RUN TestInfoRegistryMirrors [2020-11-10T20:12:11.577Z] --- PASS: TestInfoRegistryMirrors (0.64s) [2020-11-10T20:12:11.577Z] === RUN TestLoginFailsWithBadCredentials [2020-11-10T20:12:11.793Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-11-10T20:12:11.838Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s) [2020-11-10T20:12:11.839Z] === RUN TestPingCacheHeaders [2020-11-10T20:12:12.100Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-11-10T20:12:12.100Z] === RUN TestPingGet [2020-11-10T20:12:12.100Z] --- PASS: TestPingGet (0.03s) [2020-11-10T20:12:12.100Z] === RUN TestPingHead [2020-11-10T20:12:12.100Z] --- PASS: TestPingHead (0.05s) [2020-11-10T20:12:12.100Z] === RUN TestVersion [2020-11-10T20:12:12.100Z] --- PASS: TestVersion (0.05s) [2020-11-10T20:12:12.100Z] PASS [2020-11-10T20:12:12.100Z] [2020-11-10T20:12:12.100Z] === Skipped [2020-11-10T20:12:12.100Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:12:12.100Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-10T20:12:12.100Z] [2020-11-10T20:12:12.100Z] [2020-11-10T20:12:12.100Z] DONE 18 tests, 1 skipped in 22.699s [2020-11-10T20:12:12.100Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-10T20:12:12.100Z] ++ 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-11-10T20:12:12.100Z] ++ set -e [2020-11-10T20:12:12.100Z] ++ '[' -n 0 ']' [2020-11-10T20:12:12.100Z] ++ set -x [2020-11-10T20:12:12.100Z] ++ env -i DEST=/go/src/github.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-11-10T20:12:12.362Z] INFO: Testing against a local daemon [2020-11-10T20:12:12.362Z] === RUN TestVolumesCreateAndList [2020-11-10T20:12:12.362Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-11-10T20:12:12.362Z] === RUN TestVolumesRemove [2020-11-10T20:12:12.362Z] --- PASS: TestVolumesRemove (0.12s) [2020-11-10T20:12:12.362Z] === RUN TestVolumesInspect [2020-11-10T20:12:12.362Z] --- PASS: TestVolumesInspect (0.03s) [2020-11-10T20:12:12.362Z] === RUN TestVolumesInvalidJSON [2020-11-10T20:12:12.623Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-10T20:12:12.623Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-10T20:12:12.623Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-10T20:12:12.623Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-11-10T20:12:12.623Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-10T20:12:12.623Z] PASS [2020-11-10T20:12:12.623Z] [2020-11-10T20:12:12.623Z] DONE 5 tests in 0.361s [2020-11-10T20:12:12.623Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-10T20:12:12.885Z] ++++ cat bundles/test-integration/docker.pid [2020-11-10T20:12:12.885Z] +++ kill 13723 [2020-11-10T20:12:14.271Z] +++ /etc/init.d/apparmor stop [2020-11-10T20:12:14.271Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-10T20:12:14.271Z] [2020-11-10T20:12:14.271Z] Unloading profiles will leave already running processes permanently [2020-11-10T20:12:14.271Z] unconfined, which can lead to unexpected situations. [2020-11-10T20:12:14.271Z] [2020-11-10T20:12:14.271Z] To set a process to complain mode, use the command line tool [2020-11-10T20:12:14.271Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-10T20:12:14.271Z] +++ true [2020-11-10T20:12:14.271Z] exiting test-integration [2020-11-10T20:12:14.271Z] ++ exit 0 [2020-11-10T20:12:14.271Z] [2020-11-10T20:12:15.498Z] --- PASS: TestCheckoutGit (33.51s) [2020-11-10T20:12:15.498Z] === RUN TestValidGitTransport [2020-11-10T20:12:15.498Z] --- PASS: TestValidGitTransport (0.00s) [2020-11-10T20:12:15.498Z] === RUN TestGitInvalidRef [2020-11-10T20:12:15.498Z] --- PASS: TestGitInvalidRef (0.23s) [2020-11-10T20:12:15.498Z] PASS [2020-11-10T20:12:15.498Z] coverage: 86.3% of statements [2020-11-10T20:12:15.498Z] ok github.com/docker/docker/builder/remotecontext/git 34.050s coverage: 86.3% of statements [2020-11-10T20:12:15.959Z] ? github.com/docker/docker/cli [no test files] [2020-11-10T20:12:15.959Z] ? github.com/docker/docker/cli/config [no test files] Post stage [Pipeline] junit [2020-11-10T20:12:16.839Z] Recording test results [2020-11-10T20:12:17.083Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-11-10T20:12:17.345Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-10T20:12:17.910Z] + echo Ensuring container killed. [2020-11-10T20:12:17.910Z] Ensuring container killed. [2020-11-10T20:12:17.910Z] + docker rm -vf docker-pr3 [2020-11-10T20:12:17.910Z] Error: No such container: docker-pr3 [2020-11-10T20:12:17.910Z] + true [Pipeline] sh [2020-11-10T20:12:18.204Z] + echo Chowning /workspace to jenkins user [2020-11-10T20:12:18.204Z] Chowning /workspace to jenkins user [2020-11-10T20:12:18.204Z] + id -u [2020-11-10T20:12:18.204Z] + id -g [2020-11-10T20:12:18.204Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41659:/workspace busybox chown -R 1000:1000 /workspace [2020-11-10T20:12:18.743Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-11-10T20:12:19.317Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-11-10T20:12:19.888Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-11-10T20:12:21.271Z] === RUN TestDockerSuite/TestBuildUser [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-10T20:12:21.922Z] + bundleName=arm64-integration [2020-11-10T20:12:21.922Z] + echo Creating arm64-integration-bundles.tar.gz [2020-11-10T20:12:21.922Z] Creating arm64-integration-bundles.tar.gz [2020-11-10T20:12:21.922Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-10T20:12:21.922Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-10T20:12:22.201Z] Archiving artifacts [2020-11-10T20:12:22.657Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-11-10T20:12:22.657Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.05s) [2020-11-10T20:12:22.657Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-10T20:12:24.043Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41659/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-10T20:12:24.364Z] + make clean [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-11-10T20:12:24.540Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestConfigureDaemonLogs [2020-11-10T20:12:24.540Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestCommonOptionsInstallFlags [2020-11-10T20:12:24.540Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-11-10T20:12:24.540Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-11-10T20:12:24.540Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-11-10T20:12:24.540Z] PASS [2020-11-10T20:12:24.540Z] coverage: 18.4% of statements [2020-11-10T20:12:24.540Z] ok github.com/docker/docker/cmd/dockerd 0.572s coverage: 18.4% of statements [2020-11-10T20:12:24.936Z] docker volume rm -f docker-dev-cache [2020-11-10T20:12:24.936Z] docker-dev-cache [Pipeline] deleteDir [2020-11-10T20:12:25.202Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-11-10T20:12:26.724Z] === RUN TestContainerStopSignal [2020-11-10T20:12:26.724Z] --- PASS: TestContainerStopSignal (0.00s) [2020-11-10T20:12:26.724Z] === RUN TestContainerStopTimeout [2020-11-10T20:12:26.724Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-11-10T20:12:26.724Z] === RUN TestContainerSecretReferenceDestTarget [2020-11-10T20:12:26.724Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-11-10T20:12:26.724Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-11-10T20:12:26.724Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestContainerLogPathSetForRingLogger [2020-11-10T20:12:27.185Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestReplaceAndAppendEnvVars [2020-11-10T20:12:27.185Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-11-10T20:12:27.185Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-11-10T20:12:27.185Z] === RUN TestNewMemoryStore [2020-11-10T20:12:27.185Z] --- PASS: TestNewMemoryStore (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestAddContainers [2020-11-10T20:12:27.185Z] --- PASS: TestAddContainers (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestGetContainer [2020-11-10T20:12:27.185Z] --- PASS: TestGetContainer (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestDeleteContainer [2020-11-10T20:12:27.185Z] --- PASS: TestDeleteContainer (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestListContainers [2020-11-10T20:12:27.185Z] --- PASS: TestListContainers (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestFirstContainer [2020-11-10T20:12:27.185Z] --- PASS: TestFirstContainer (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestApplyAllContainer [2020-11-10T20:12:27.185Z] --- PASS: TestApplyAllContainer (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestIsValidHealthString [2020-11-10T20:12:27.185Z] --- PASS: TestIsValidHealthString (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestStateRunStop [2020-11-10T20:12:27.185Z] --- PASS: TestStateRunStop (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestStateTimeoutWait [2020-11-10T20:12:27.185Z] --- PASS: TestStateTimeoutWait (0.32s) [2020-11-10T20:12:27.185Z] state_test.go:141: Stop callback fired [2020-11-10T20:12:27.185Z] state_test.go:165: Stop callback fired [2020-11-10T20:12:27.185Z] === RUN TestIsValidStateString [2020-11-10T20:12:27.185Z] --- PASS: TestIsValidStateString (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestViewSaveDelete [2020-11-10T20:12:27.185Z] --- PASS: TestViewSaveDelete (0.03s) [2020-11-10T20:12:27.185Z] === RUN TestViewAll [2020-11-10T20:12:27.185Z] --- PASS: TestViewAll (0.02s) [2020-11-10T20:12:27.185Z] === RUN TestViewGet [2020-11-10T20:12:27.185Z] --- PASS: TestViewGet (0.01s) [2020-11-10T20:12:27.185Z] === RUN TestNames [2020-11-10T20:12:27.185Z] --- PASS: TestNames (0.00s) [2020-11-10T20:12:27.185Z] === RUN TestViewWithHealthCheck [2020-11-10T20:12:27.185Z] --- PASS: TestViewWithHealthCheck (0.01s) [2020-11-10T20:12:27.185Z] PASS [2020-11-10T20:12:27.185Z] coverage: 41.6% of statements [2020-11-10T20:12:27.185Z] ok github.com/docker/docker/container 0.711s coverage: 41.6% of statements [2020-11-10T20:12:27.185Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-10T20:12:27.185Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-10T20:12:27.185Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-10T20:12:27.185Z] ? github.com/docker/docker/contrib/httpserver [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-10T20:12:29.372Z] === RUN TestPrepare [2020-11-10T20:12:29.372Z] --- PASS: TestPrepare (0.00s) [2020-11-10T20:12:29.372Z] === RUN TestStart [2020-11-10T20:12:29.372Z] --- PASS: TestStart (0.00s) [2020-11-10T20:12:29.372Z] === RUN TestWaitCancel [2020-11-10T20:12:29.372Z] --- PASS: TestWaitCancel (0.00s) [2020-11-10T20:12:29.372Z] === RUN TestWaitDisabled [2020-11-10T20:12:29.372Z] --- PASS: TestWaitDisabled (0.01s) [2020-11-10T20:12:29.372Z] === RUN TestWaitEnabled [2020-11-10T20:12:29.372Z] --- PASS: TestWaitEnabled (0.03s) [2020-11-10T20:12:29.372Z] === RUN TestRemove [2020-11-10T20:12:29.372Z] --- PASS: TestRemove (0.00s) [2020-11-10T20:12:29.372Z] PASS [2020-11-10T20:12:29.372Z] coverage: 65.3% of statements [2020-11-10T20:12:29.372Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.609s coverage: 65.3% of statements [2020-11-10T20:12:32.288Z] === RUN TestNewListSecretsFilters [2020-11-10T20:12:32.288Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-11-10T20:12:32.288Z] === RUN TestNewListConfigsFilters [2020-11-10T20:12:32.288Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-11-10T20:12:32.288Z] PASS [2020-11-10T20:12:32.288Z] coverage: 0.5% of statements [2020-11-10T20:12:32.288Z] ok github.com/docker/docker/daemon/cluster 0.816s coverage: 0.5% of statements [2020-11-10T20:12:33.261Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-11-10T20:12:33.261Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.16s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCIsolation [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCIsolation [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-11-10T20:12:33.261Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCConfigs [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCConfigs [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-11-10T20:12:33.261Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-11-10T20:12:33.261Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-11-10T20:12:33.261Z] PASS [2020-11-10T20:12:33.261Z] coverage: 35.9% of statements [2020-11-10T20:12:33.261Z] ok github.com/docker/docker/daemon/cluster/convert 1.050s coverage: 35.9% of statements [2020-11-10T20:12:35.207Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-11-10T20:12:35.207Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-11-10T20:12:35.207Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-11-10T20:12:35.467Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-11-10T20:12:35.729Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-11-10T20:12:36.673Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-11-10T20:12:37.618Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-11-10T20:12:37.880Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-11-10T20:12:37.880Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-11-10T20:12:37.880Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-11-10T20:12:37.880Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-11-10T20:12:37.963Z] === RUN TestDiscoveryOptsErrors [2020-11-10T20:12:37.963Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-11-10T20:12:37.963Z] === RUN TestDiscoveryOpts [2020-11-10T20:12:37.963Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-11-10T20:12:37.963Z] PASS [2020-11-10T20:12:37.963Z] coverage: 30.0% of statements [2020-11-10T20:12:37.963Z] ok github.com/docker/docker/daemon/discovery 0.193s coverage: 30.0% of statements [2020-11-10T20:12:38.936Z] === RUN TestBuilderGC [2020-11-10T20:12:38.936Z] --- PASS: TestBuilderGC (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestDaemonConfigurationNotFound [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestDaemonBrokenConfiguration [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestParseClusterAdvertiseSettings [2020-11-10T20:12:38.936Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestFindConfigurationConflicts [2020-11-10T20:12:38.936Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-11-10T20:12:38.936Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestDaemonConfigurationMergeConflicts [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-11-10T20:12:38.936Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-11-10T20:12:38.936Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-11-10T20:12:38.936Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-11-10T20:12:38.936Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-11-10T20:12:38.936Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-11-10T20:12:38.936Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestValidateConfiguration [2020-11-10T20:12:38.936Z] === RUN TestValidateConfiguration/with_label [2020-11-10T20:12:38.936Z] === RUN TestValidateConfiguration/with_dns [2020-11-10T20:12:38.936Z] === RUN TestValidateConfiguration/with_dns-search [2020-11-10T20:12:38.936Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-11-10T20:12:38.936Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-11-10T20:12:38.936Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-11-10T20:12:38.936Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-11-10T20:12:38.936Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfiguration (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-11-10T20:12:38.936Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestModifiedDiscoverySettings [2020-11-10T20:12:38.936Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestReloadSetConfigFileNotExist [2020-11-10T20:12:38.936Z] time="2020-11-10T20:12:38Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-11-10T20:12:38.936Z] --- PASS: TestReloadSetConfigFileNotExist (0.29s) [2020-11-10T20:12:38.936Z] === RUN TestReloadDefaultConfigNotExist [2020-11-10T20:12:38.936Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2020-11-10T20:12:38.936Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:12:38.936Z] === RUN TestReloadBadDefaultConfig [2020-11-10T20:12:38.936Z] time="2020-11-10T20:12:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-177088287" [2020-11-10T20:12:38.936Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestReloadWithConflictingLabels [2020-11-10T20:12:38.936Z] time="2020-11-10T20:12:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-368365042" [2020-11-10T20:12:38.936Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestReloadWithDuplicateLabels [2020-11-10T20:12:38.936Z] time="2020-11-10T20:12:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-009295017" [2020-11-10T20:12:38.936Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-11-10T20:12:38.936Z] === RUN TestDaemonConfigurationMerge [2020-11-10T20:12:38.936Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-11-10T20:12:38.936Z] PASS [2020-11-10T20:12:38.936Z] coverage: 79.7% of statements [2020-11-10T20:12:38.936Z] ok github.com/docker/docker/daemon/config 0.734s coverage: 79.7% of statements [2020-11-10T20:12:39.266Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-11-10T20:12:39.266Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-11-10T20:12:39.266Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.68s) [2020-11-10T20:12:39.266Z] PASS [2020-11-10T20:12:39.266Z] [2020-11-10T20:12:39.266Z] DONE 17 tests in 52.719s [2020-11-10T20:12:39.266Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-10T20:12:39.266Z] ++ 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-11-10T20:12:39.266Z] ++ set -e [2020-11-10T20:12:39.266Z] ++ '[' -n 0 ']' [2020-11-10T20:12:39.266Z] ++ set -x [2020-11-10T20:12:39.266Z] ++ env -i DEST=/go/src/github.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-11-10T20:12:39.528Z] INFO: Testing against a local daemon [2020-11-10T20:12:39.528Z] === RUN TestPluginInvalidJSON [2020-11-10T20:12:39.528Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:12:39.528Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:12:39.528Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:12:39.528Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-10T20:12:39.528Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-10T20:12:39.528Z] === RUN TestPluginInstall [2020-11-10T20:12:39.528Z] === RUN TestPluginInstall/no_auth [2020-11-10T20:12:39.909Z] === RUN TestVerifyNetworkingConfig [2020-11-10T20:12:39.909Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestGetContainer [2020-11-10T20:12:39.909Z] --- PASS: TestGetContainer (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestValidContainerNames [2020-11-10T20:12:39.909Z] --- PASS: TestValidContainerNames (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestContainerInitDNS [2020-11-10T20:12:39.909Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-11-10T20:12:39.909Z] daemon_test.go:147: root required [2020-11-10T20:12:39.909Z] === RUN TestMerge [2020-11-10T20:12:39.909Z] --- PASS: TestMerge (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestValidateContainerIsolation [2020-11-10T20:12:39.909Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestFindNetworkErrorType [2020-11-10T20:12:39.909Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestEnsureServicesExist [2020-11-10T20:12:39.909Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestEnsureServicesExistErrors [2020-11-10T20:12:39.909Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-11-10T20:12:39.909Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-11-10T20:12:39.909Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-11-10T20:12:39.909Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-11-10T20:12:39.909Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-11-10T20:12:39.909Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-11-10T20:12:39.909Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestContainerDelete [2020-11-10T20:12:39.909Z] --- PASS: TestContainerDelete (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestContainerDoubleDelete [2020-11-10T20:12:39.909Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestLogContainerEventCopyLabels [2020-11-10T20:12:39.909Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestLogContainerEventWithAttributes [2020-11-10T20:12:39.909Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestNoneHealthcheck [2020-11-10T20:12:39.909Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-11-10T20:12:39.909Z] === RUN TestHealthStates [2020-11-10T20:12:40.119Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-11-10T20:12:40.371Z] time="2020-11-10T20:12:39Z" 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-11-10T20:12:40.371Z] time="2020-11-10T20:12:39Z" 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-11-10T20:12:40.371Z] time="2020-11-10T20:12:39Z" 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-11-10T20:12:40.371Z] time="2020-11-10T20:12:39Z" 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-11-10T20:12:40.371Z] time="2020-11-10T20:12:39Z" 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-11-10T20:12:40.371Z] time="2020-11-10T20:12:39Z" 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-11-10T20:12:40.371Z] time="2020-11-10T20:12:39Z" 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-11-10T20:12:40.371Z] time="2020-11-10T20:12:39Z" 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-11-10T20:12:40.371Z] time="2020-11-10T20:12:39Z" 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-11-10T20:12:40.371Z] time="2020-11-10T20:12:39Z" 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-11-10T20:12:40.371Z] --- PASS: TestHealthStates (0.17s) [2020-11-10T20:12:40.371Z] === RUN TestMaskURLCredentials [2020-11-10T20:12:40.371Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestGetInspectData [2020-11-10T20:12:40.371Z] --- PASS: TestGetInspectData (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestFillLicense [2020-11-10T20:12:40.371Z] --- PASS: TestFillLicense (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestListInvalidFilter [2020-11-10T20:12:40.371Z] --- PASS: TestListInvalidFilter (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestNameFilter [2020-11-10T20:12:40.371Z] --- PASS: TestNameFilter (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-11-10T20:12:40.371Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-11-10T20:12:40.371Z] === 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-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-11-10T20:12:40.371Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-11-10T20:12:40.371Z] --- 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-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-11-10T20:12:40.371Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestDaemonReloadLabels [2020-11-10T20:12:40.371Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-11-10T20:12:40.371Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestDaemonReloadMirrors [2020-11-10T20:12:40.371Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestDaemonReloadInsecureRegistries [2020-11-10T20:12:40.371Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestDaemonReloadNotAffectOthers [2020-11-10T20:12:40.371Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-11-10T20:12:40.371Z] === RUN TestDaemonDiscoveryReload [2020-11-10T20:12:40.695Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-11-10T20:12:40.833Z] === RUN TestWaitNodeAttachment [2020-11-10T20:12:40.833Z] === RUN TestEventsLog [2020-11-10T20:12:40.833Z] --- PASS: TestEventsLog (0.00s) [2020-11-10T20:12:40.833Z] === RUN TestEventsLogTimeout [2020-11-10T20:12:40.833Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-11-10T20:12:40.833Z] === RUN TestLogEvents [2020-11-10T20:12:40.833Z] --- PASS: TestLogEvents (0.05s) [2020-11-10T20:12:40.833Z] === RUN TestLoadBufferedEvents [2020-11-10T20:12:41.268Z] time="2020-11-10T20:12:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:12:41.268Z] time="2020-11-10T20:12:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8dcb00d1417aac0be8cc07c7ae562c16c40d30cd8b8ff07002394f2126cbfe5d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:12:41.268Z] time="2020-11-10T20:12:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:12:41.268Z] time="2020-11-10T20:12:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8dcb00d1417aac0be8cc07c7ae562c16c40d30cd8b8ff07002394f2126cbfe5d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:12:41.294Z] --- PASS: TestLoadBufferedEvents (0.14s) [2020-11-10T20:12:41.295Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-11-10T20:12:41.295Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-11-10T20:12:41.295Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-11-10T20:12:41.295Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-11-10T20:12:41.295Z] PASS [2020-11-10T20:12:41.295Z] coverage: 50.0% of statements [2020-11-10T20:12:41.295Z] ok github.com/docker/docker/daemon/events 0.817s coverage: 50.0% of statements [2020-11-10T20:12:41.295Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2020-11-10T20:12:41.295Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-11-10T20:12:41.295Z] --- PASS: TestWaitNodeAttachment (0.40s) [2020-11-10T20:12:41.295Z] === RUN TestIsolationConversion [2020-11-10T20:12:41.295Z] === RUN TestIsolationConversion/default [2020-11-10T20:12:41.295Z] === RUN TestIsolationConversion/process [2020-11-10T20:12:41.295Z] === RUN TestIsolationConversion/hyperv [2020-11-10T20:12:41.295Z] --- PASS: TestIsolationConversion (0.00s) [2020-11-10T20:12:41.295Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-11-10T20:12:41.295Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-11-10T20:12:41.295Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-11-10T20:12:41.295Z] === RUN TestContainerLabels [2020-11-10T20:12:41.295Z] --- PASS: TestContainerLabels (0.00s) [2020-11-10T20:12:41.295Z] === RUN TestCredentialSpecConversion [2020-11-10T20:12:41.295Z] === RUN TestCredentialSpecConversion/none [2020-11-10T20:12:41.295Z] === RUN TestCredentialSpecConversion/config [2020-11-10T20:12:41.295Z] === RUN TestCredentialSpecConversion/file [2020-11-10T20:12:41.295Z] === RUN TestCredentialSpecConversion/registry [2020-11-10T20:12:41.295Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-11-10T20:12:41.295Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-11-10T20:12:41.295Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-11-10T20:12:41.295Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-11-10T20:12:41.295Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-11-10T20:12:41.295Z] === RUN TestControllerValidateMountBind [2020-11-10T20:12:41.295Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-11-10T20:12:41.295Z] === RUN TestControllerValidateMountVolume [2020-11-10T20:12:41.295Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-11-10T20:12:41.295Z] === RUN TestControllerValidateMountTarget [2020-11-10T20:12:41.295Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-11-10T20:12:41.295Z] === RUN TestControllerValidateMountTmpfs [2020-11-10T20:12:41.295Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-11-10T20:12:41.295Z] === RUN TestControllerValidateMountInvalidType [2020-11-10T20:12:41.295Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-11-10T20:12:41.295Z] === RUN TestControllerValidateMountNamedPipe [2020-11-10T20:12:41.295Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-11-10T20:12:41.295Z] PASS [2020-11-10T20:12:41.295Z] coverage: 11.3% of statements [2020-11-10T20:12:41.295Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.156s coverage: 11.3% of statements [2020-11-10T20:12:41.755Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2020-11-10T20:12:41.755Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-11-10T20:12:41.840Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-11-10T20:12:41.840Z] === RUN TestPluginInstall/with_htpasswd [2020-11-10T20:12:41.840Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-11-10T20:12:42.218Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2020-11-10T20:12:42.218Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-11-10T20:12:42.218Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-10T20:12:42.218Z] reload_test.go:520: root required [2020-11-10T20:12:42.218Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-11-10T20:12:42.218Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2020-11-10T20:12:42.218Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-11-10T20:12:42.218Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.06s) [2020-11-10T20:12:42.218Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-11-10T20:12:42.218Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2020-11-10T20:12:42.218Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-11-10T20:12:42.218Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2020-11-10T20:12:42.218Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-11-10T20:12:42.218Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-11-10T20:12:42.218Z] === RUN TestParseVolumesFrom [2020-11-10T20:12:42.218Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-11-10T20:12:42.218Z] PASS [2020-11-10T20:12:42.218Z] coverage: 9.1% of statements [2020-11-10T20:12:42.218Z] ok github.com/docker/docker/daemon 3.465s coverage: 9.1% of statements [2020-11-10T20:12:42.218Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-10T20:12:42.218Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-10T20:12:42.218Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-10T20:12:42.218Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-10T20:12:42.412Z] time="2020-11-10T20:12:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:12:42.413Z] time="2020-11-10T20:12:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e6f51ed09fadd8faa1501b6dd88adc311a9e1f3f0d10b0e9bcd2560e67b1c582" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:12:42.413Z] time="2020-11-10T20:12:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:12:42.413Z] time="2020-11-10T20:12:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e6f51ed09fadd8faa1501b6dd88adc311a9e1f3f0d10b0e9bcd2560e67b1c582" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:12:42.678Z] === RUN TestLinkNaming [2020-11-10T20:12:42.678Z] --- PASS: TestLinkNaming (0.00s) [2020-11-10T20:12:42.678Z] === RUN TestLinkNew [2020-11-10T20:12:42.678Z] --- PASS: TestLinkNew (0.00s) [2020-11-10T20:12:42.678Z] === RUN TestLinkEnv [2020-11-10T20:12:42.678Z] --- PASS: TestLinkEnv (0.00s) [2020-11-10T20:12:42.678Z] === RUN TestLinkMultipleEnv [2020-11-10T20:12:42.678Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-11-10T20:12:42.678Z] === RUN TestLinkPortRangeEnv [2020-11-10T20:12:42.678Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-11-10T20:12:42.678Z] PASS [2020-11-10T20:12:42.678Z] coverage: 93.0% of statements [2020-11-10T20:12:42.678Z] ok github.com/docker/docker/daemon/links 0.208s coverage: 93.0% of statements [2020-11-10T20:12:42.985Z] === RUN TestPluginInstall/with_insecure [2020-11-10T20:12:43.139Z] === RUN TestIsEmptyDir [2020-11-10T20:12:43.139Z] --- PASS: TestIsEmptyDir (0.02s) [2020-11-10T20:12:43.139Z] PASS [2020-11-10T20:12:43.139Z] coverage: 2.3% of statements [2020-11-10T20:12:43.139Z] ok github.com/docker/docker/daemon/graphdriver 0.236s coverage: 2.3% of statements [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-11-10T20:12:43.139Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-11-10T20:12:43.929Z] time="2020-11-10T20:12:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:12:43.930Z] time="2020-11-10T20:12:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1f41187f15f01f71d7938c31fb823a07435d3888c49b9ba9872a81e85c38a9d9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:12:43.930Z] time="2020-11-10T20:12:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:12:43.930Z] time="2020-11-10T20:12:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1f41187f15f01f71d7938c31fb823a07435d3888c49b9ba9872a81e85c38a9d9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:12:44.190Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-11-10T20:12:44.451Z] --- PASS: TestPluginInstall (4.80s) [2020-11-10T20:12:44.451Z] --- PASS: TestPluginInstall/no_auth (2.18s) [2020-11-10T20:12:44.451Z] --- PASS: TestPluginInstall/with_htpasswd (1.11s) [2020-11-10T20:12:44.451Z] --- PASS: TestPluginInstall/with_insecure (1.52s) [2020-11-10T20:12:44.451Z] plugin_test.go:157: [d75a8c0589d79] daemon is not started [2020-11-10T20:12:44.451Z] PASS [2020-11-10T20:12:44.451Z] [2020-11-10T20:12:44.451Z] DONE 6 tests in 4.993s [2020-11-10T20:12:44.451Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-10T20:12:44.451Z] ++ 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-11-10T20:12:44.451Z] ++ set -e [2020-11-10T20:12:44.451Z] ++ '[' -n 0 ']' [2020-11-10T20:12:44.451Z] ++ set -x [2020-11-10T20:12:44.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=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-11-10T20:12:44.451Z] INFO: Testing against a local daemon [2020-11-10T20:12:44.451Z] === RUN TestExternalGraphDriver [2020-11-10T20:12:44.712Z] === RUN TestExternalGraphDriver/json [2020-11-10T20:12:45.655Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-11-10T20:12:46.599Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-11-10T20:12:46.599Z] === RUN TestExternalGraphDriver/spec [2020-11-10T20:12:46.860Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-11-10T20:12:46.899Z] === RUN TestNewStreamConfig [2020-11-10T20:12:46.899Z] === RUN TestNewStreamConfig/defaults [2020-11-10T20:12:46.899Z] === RUN TestNewStreamConfig/invalid_create_group [2020-11-10T20:12:46.899Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-11-10T20:12:46.899Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-11-10T20:12:46.899Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-11-10T20:12:46.899Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-11-10T20:12:46.899Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-11-10T20:12:46.899Z] --- PASS: TestNewStreamConfig (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-11-10T20:12:46.899Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-11-10T20:12:46.899Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestNewAWSLogsClientRegionDetect [2020-11-10T20:12:46.899Z] time="2020-11-10T20:12:46Z" level=info msg="Trying to get region from EC2 Metadata" [2020-11-10T20:12:46.899Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.14s) [2020-11-10T20:12:46.899Z] === RUN TestCreateSuccess [2020-11-10T20:12:46.899Z] --- PASS: TestCreateSuccess (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestCreateLogGroupSuccess [2020-11-10T20:12:46.899Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestCreateError [2020-11-10T20:12:46.899Z] --- PASS: TestCreateError (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestCreateAlreadyExists [2020-11-10T20:12:46.899Z] time="2020-11-10T20:12:46Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-11-10T20:12:46.899Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestLogClosed [2020-11-10T20:12:46.899Z] --- PASS: TestLogClosed (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestLogBlocking [2020-11-10T20:12:46.899Z] --- PASS: TestLogBlocking (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestLogNonBlockingBufferEmpty [2020-11-10T20:12:46.899Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestLogNonBlockingBufferFull [2020-11-10T20:12:46.899Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestPublishBatchSuccess [2020-11-10T20:12:46.899Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestPublishBatchError [2020-11-10T20:12:46.899Z] time="2020-11-10T20:12:46Z" level=error msg=Error [2020-11-10T20:12:46.899Z] --- PASS: TestPublishBatchError (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-11-10T20:12:46.899Z] time="2020-11-10T20:12:46Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-10T20:12:46.899Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestPublishBatchAlreadyAccepted [2020-11-10T20:12:46.899Z] time="2020-11-10T20:12:46Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-10T20:12:46.899Z] time="2020-11-10T20:12:46Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-11-10T20:12:46.899Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestCollectBatchSimple [2020-11-10T20:12:46.899Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestCollectBatchTicker [2020-11-10T20:12:46.899Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestCollectBatchMultilinePattern [2020-11-10T20:12:46.899Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-11-10T20:12:46.899Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-11-10T20:12:46.899Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-11-10T20:12:46.899Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2020-11-10T20:12:46.899Z] === RUN TestCollectBatchClose [2020-11-10T20:12:46.899Z] --- PASS: TestCollectBatchClose (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestEffectiveLen [2020-11-10T20:12:46.899Z] === RUN TestEffectiveLen/0/Hello [2020-11-10T20:12:46.899Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-11-10T20:12:46.899Z] === RUN TestEffectiveLen/2/🙃 [2020-11-10T20:12:46.899Z] === RUN TestEffectiveLen/3/���� [2020-11-10T20:12:46.899Z] === RUN TestEffectiveLen/4/He��o [2020-11-10T20:12:46.899Z] === RUN TestEffectiveLen/5/ [2020-11-10T20:12:46.899Z] --- PASS: TestEffectiveLen (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-11-10T20:12:46.899Z] === RUN TestFindValidSplit [2020-11-10T20:12:46.899Z] === RUN TestFindValidSplit/0/ [2020-11-10T20:12:46.899Z] === RUN TestFindValidSplit/1/Hello [2020-11-10T20:12:46.899Z] === RUN TestFindValidSplit/2/Hello [2020-11-10T20:12:46.899Z] === RUN TestFindValidSplit/3/Hello [2020-11-10T20:12:46.899Z] === RUN TestFindValidSplit/4/🙃 [2020-11-10T20:12:46.899Z] === RUN TestFindValidSplit/5/🙃 [2020-11-10T20:12:46.899Z] === RUN TestFindValidSplit/6/a� [2020-11-10T20:12:46.899Z] === RUN TestFindValidSplit/7/a� [2020-11-10T20:12:46.899Z] --- PASS: TestFindValidSplit (0.00s) [2020-11-10T20:12:46.899Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-11-10T20:12:46.899Z] cloudwatchlogs_test.go:1044: [2020-11-10T20:12:46.899Z] cloudwatchlogs_test.go:1045: [2020-11-10T20:12:46.900Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1044: Hello [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1045: [2020-11-10T20:12:46.900Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1044: He [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1045: llo [2020-11-10T20:12:46.900Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1044: [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1045: Hello [2020-11-10T20:12:46.900Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1044: [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1045: 🙃 [2020-11-10T20:12:46.900Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1044: 🙃 [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1045: [2020-11-10T20:12:46.900Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1044: a [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1045: � [2020-11-10T20:12:46.900Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1044: a� [2020-11-10T20:12:46.900Z] cloudwatchlogs_test.go:1045: [2020-11-10T20:12:46.900Z] === RUN TestProcessEventEmoji [2020-11-10T20:12:46.900Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestCollectBatchLineSplit [2020-11-10T20:12:46.900Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestCollectBatchLineSplitWithBinary [2020-11-10T20:12:46.900Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestCollectBatchMaxEvents [2020-11-10T20:12:46.900Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2020-11-10T20:12:46.900Z] === RUN TestCollectBatchMaxTotalBytes [2020-11-10T20:12:46.900Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2020-11-10T20:12:46.900Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-11-10T20:12:46.900Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2020-11-10T20:12:46.900Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-11-10T20:12:46.900Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2020-11-10T20:12:46.900Z] === RUN TestParseLogOptionsMultilinePattern [2020-11-10T20:12:46.900Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestParseLogOptionsDatetimeFormat [2020-11-10T20:12:46.900Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-11-10T20:12:46.900Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-11-10T20:12:46.900Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-11-10T20:12:46.900Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-11-10T20:12:46.900Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-11-10T20:12:46.900Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-11-10T20:12:46.900Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-11-10T20:12:46.900Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-11-10T20:12:46.900Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-11-10T20:12:46.900Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestCreateTagSuccess [2020-11-10T20:12:46.900Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-11-10T20:12:46.900Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-11-10T20:12:46.900Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-11-10T20:12:46.900Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-11-10T20:12:46.900Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2020-11-10T20:12:46.900Z] PASS [2020-11-10T20:12:46.900Z] coverage: 77.8% of statements [2020-11-10T20:12:46.900Z] ok github.com/docker/docker/daemon/logger/awslogs 0.626s coverage: 77.8% of statements [2020-11-10T20:12:46.900Z] === RUN TestSearchRegistryForImagesErrors [2020-11-10T20:12:46.900Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-11-10T20:12:46.900Z] === RUN TestSearchRegistryForImages [2020-11-10T20:12:46.900Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-11-10T20:12:46.900Z] PASS [2020-11-10T20:12:46.900Z] coverage: 4.9% of statements [2020-11-10T20:12:46.900Z] ok github.com/docker/docker/daemon/images 0.427s coverage: 4.9% of statements [2020-11-10T20:12:46.900Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-10T20:12:46.900Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-10T20:12:47.360Z] === RUN TestAdapterReadLogs [2020-11-10T20:12:47.360Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-11-10T20:12:47.360Z] === RUN TestCopier [2020-11-10T20:12:47.360Z] --- PASS: TestCopier (0.00s) [2020-11-10T20:12:47.360Z] === RUN TestCopierLongLines [2020-11-10T20:12:47.360Z] --- PASS: TestCopierLongLines (0.00s) [2020-11-10T20:12:47.360Z] === RUN TestCopierSlow [2020-11-10T20:12:47.360Z] --- PASS: TestCopierSlow (0.20s) [2020-11-10T20:12:47.360Z] === RUN TestCopierWithSized [2020-11-10T20:12:47.360Z] --- PASS: TestCopierWithSized (0.00s) [2020-11-10T20:12:47.360Z] === RUN TestCopierWithPartial [2020-11-10T20:12:47.360Z] --- PASS: TestCopierWithPartial (0.00s) [2020-11-10T20:12:47.360Z] === RUN TestRingLogger [2020-11-10T20:12:47.360Z] --- PASS: TestRingLogger (0.00s) [2020-11-10T20:12:47.360Z] === RUN TestRingCap [2020-11-10T20:12:47.360Z] --- PASS: TestRingCap (0.00s) [2020-11-10T20:12:47.360Z] === RUN TestRingClose [2020-11-10T20:12:47.360Z] --- PASS: TestRingClose (0.00s) [2020-11-10T20:12:47.360Z] === RUN TestRingDrain [2020-11-10T20:12:47.360Z] --- PASS: TestRingDrain (0.00s) [2020-11-10T20:12:47.360Z] PASS [2020-11-10T20:12:47.360Z] coverage: 41.2% of statements [2020-11-10T20:12:47.360Z] ok github.com/docker/docker/daemon/logger 1.052s coverage: 41.2% of statements [2020-11-10T20:12:47.360Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-11-10T20:12:47.360Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-10T20:12:47.360Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-10T20:12:47.360Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-11-10T20:12:47.360Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-11-10T20:12:47.433Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-11-10T20:12:47.433Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-11-10T20:12:47.820Z] === RUN TestJSONFileLogger [2020-11-10T20:12:47.820Z] --- PASS: TestJSONFileLogger (0.00s) [2020-11-10T20:12:47.820Z] === RUN TestJSONFileLoggerWithTags [2020-11-10T20:12:47.820Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-11-10T20:12:47.820Z] === RUN TestJSONFileLoggerWithOpts [2020-11-10T20:12:47.820Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2020-11-10T20:12:47.820Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-11-10T20:12:47.820Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-11-10T20:12:47.820Z] === RUN TestEncodeDecode [2020-11-10T20:12:47.820Z] === PAUSE TestEncodeDecode [2020-11-10T20:12:47.820Z] === CONT TestEncodeDecode [2020-11-10T20:12:47.820Z] --- PASS: TestEncodeDecode (0.15s) [2020-11-10T20:12:47.820Z] PASS [2020-11-10T20:12:47.820Z] coverage: 61.6% of statements [2020-11-10T20:12:47.820Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.621s coverage: 61.6% of statements [2020-11-10T20:12:48.377Z] === RUN TestDockerSuite/TestBuildXZHost [2020-11-10T20:12:48.377Z] === RUN TestExternalGraphDriver/pull [2020-11-10T20:12:48.792Z] === RUN TestJSONLogsMarshalJSONBuf [2020-11-10T20:12:49.252Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-11-10T20:12:49.252Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-11-10T20:12:49.252Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s) [2020-11-10T20:12:49.252Z] === RUN TestFastTimeMarshalJSON [2020-11-10T20:12:49.252Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2020-11-10T20:12:49.252Z] PASS [2020-11-10T20:12:49.252Z] coverage: 87.2% of statements [2020-11-10T20:12:49.252Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.214s coverage: 87.2% of statements [2020-11-10T20:12:50.225Z] === RUN TestWriteLog [2020-11-10T20:12:50.226Z] === PAUSE TestWriteLog [2020-11-10T20:12:50.226Z] === RUN TestReadLog [2020-11-10T20:12:50.226Z] === PAUSE TestReadLog [2020-11-10T20:12:50.226Z] === CONT TestWriteLog [2020-11-10T20:12:50.226Z] === CONT TestReadLog [2020-11-10T20:12:50.226Z] === RUN TestReadLog/tail_exact [2020-11-10T20:12:50.226Z] --- PASS: TestWriteLog (0.00s) [2020-11-10T20:12:50.294Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-11-10T20:12:50.294Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-11-10T20:12:50.294Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-11-10T20:12:50.294Z] --- PASS: TestExternalGraphDriver (5.74s) [2020-11-10T20:12:50.294Z] --- PASS: TestExternalGraphDriver/json (1.94s) [2020-11-10T20:12:50.294Z] --- PASS: TestExternalGraphDriver/spec (1.89s) [2020-11-10T20:12:50.294Z] --- PASS: TestExternalGraphDriver/pull (1.81s) [2020-11-10T20:12:50.294Z] === RUN TestGraphdriverPluginV2 [2020-11-10T20:12:50.556Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-11-10T20:12:50.685Z] === RUN TestReadLog/tail_less_than_available [2020-11-10T20:12:50.686Z] === RUN TestReadLog/tail_more_than_available [2020-11-10T20:12:50.686Z] --- PASS: TestReadLog (0.18s) [2020-11-10T20:12:50.686Z] --- PASS: TestReadLog/tail_exact (0.16s) [2020-11-10T20:12:50.686Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-11-10T20:12:50.686Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2020-11-10T20:12:50.686Z] PASS [2020-11-10T20:12:50.686Z] coverage: 75.2% of statements [2020-11-10T20:12:50.686Z] ok github.com/docker/docker/daemon/logger/local 0.338s coverage: 75.2% of statements [2020-11-10T20:12:50.686Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-10T20:12:50.686Z] === RUN TestOpenFileDelete [2020-11-10T20:12:50.686Z] --- PASS: TestOpenFileDelete (0.00s) [2020-11-10T20:12:50.686Z] === RUN TestOpenFileRename [2020-11-10T20:12:50.686Z] --- PASS: TestOpenFileRename (0.00s) [2020-11-10T20:12:50.686Z] === RUN TestParseLogTagDefaultTag [2020-11-10T20:12:50.686Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-11-10T20:12:50.686Z] === RUN TestParseLogTag [2020-11-10T20:12:50.686Z] --- PASS: TestParseLogTag (0.00s) [2020-11-10T20:12:50.686Z] === RUN TestParseLogTagEmptyTag [2020-11-10T20:12:50.686Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-11-10T20:12:50.686Z] === RUN TestTailFiles [2020-11-10T20:12:50.686Z] --- PASS: TestTailFiles (0.00s) [2020-11-10T20:12:50.686Z] === RUN TestFollowLogsConsumerGone [2020-11-10T20:12:50.686Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2020-11-10T20:12:50.686Z] === RUN TestFollowLogsProducerGone [2020-11-10T20:12:50.686Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-11-10T20:12:50.686Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2020-11-10T20:12:50.686Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2020-11-10T20:12:50.686Z] === RUN TestCheckCapacityAndRotate [2020-11-10T20:12:50.686Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2020-11-10T20:12:50.686Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2020-11-10T20:12:51.129Z] === RUN TestDockerSuite/TestCommitChange [2020-11-10T20:12:51.148Z] --- PASS: TestCheckCapacityAndRotate (0.23s) [2020-11-10T20:12:51.148Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2020-11-10T20:12:51.148Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.21s) [2020-11-10T20:12:51.148Z] PASS [2020-11-10T20:12:51.148Z] coverage: 55.3% of statements [2020-11-10T20:12:51.148Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.464s coverage: 55.3% of statements [2020-11-10T20:12:51.608Z] === RUN TestLog [2020-11-10T20:12:51.608Z] --- PASS: TestLog (0.01s) [2020-11-10T20:12:51.608Z] PASS [2020-11-10T20:12:51.608Z] coverage: 33.3% of statements [2020-11-10T20:12:51.608Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.249s coverage: 33.3% of statements [2020-11-10T20:12:51.702Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-11-10T20:12:52.582Z] === RUN TestValidateLogOpt [2020-11-10T20:12:52.582Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-10T20:12:52.582Z] === RUN TestNewMissedConfig [2020-11-10T20:12:52.582Z] --- PASS: TestNewMissedConfig (0.00s) [2020-11-10T20:12:52.582Z] === RUN TestNewMissedUrl [2020-11-10T20:12:52.582Z] --- PASS: TestNewMissedUrl (0.00s) [2020-11-10T20:12:52.582Z] === RUN TestNewMissedToken [2020-11-10T20:12:52.582Z] --- PASS: TestNewMissedToken (0.00s) [2020-11-10T20:12:52.582Z] === RUN TestNewWithProxy [2020-11-10T20:12:52.582Z] --- PASS: TestNewWithProxy (0.00s) [2020-11-10T20:12:52.582Z] === RUN TestDefault [2020-11-10T20:12:52.582Z] --- PASS: TestDefault (0.01s) [2020-11-10T20:12:52.582Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-11-10T20:12:52.582Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2020-11-10T20:12:52.582Z] === RUN TestJsonFormat [2020-11-10T20:12:52.582Z] --- PASS: TestJsonFormat (0.02s) [2020-11-10T20:12:52.582Z] === RUN TestRawFormat [2020-11-10T20:12:52.582Z] --- PASS: TestRawFormat (0.00s) [2020-11-10T20:12:52.582Z] === RUN TestRawFormatWithLabels [2020-11-10T20:12:52.582Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-11-10T20:12:52.582Z] === RUN TestRawFormatWithoutTag [2020-11-10T20:12:52.582Z] --- PASS: TestRawFormatWithoutTag (0.01s) [2020-11-10T20:12:52.582Z] === RUN TestBatching [2020-11-10T20:12:52.582Z] === RUN TestNewParse [2020-11-10T20:12:52.582Z] --- PASS: TestNewParse (0.00s) [2020-11-10T20:12:52.582Z] PASS [2020-11-10T20:12:52.582Z] coverage: 8.3% of statements [2020-11-10T20:12:52.582Z] ok github.com/docker/docker/daemon/logger/templates 0.068s coverage: 8.3% of statements [2020-11-10T20:12:52.646Z] === RUN TestDockerSuite/TestCommitHardlink [2020-11-10T20:12:53.043Z] --- PASS: TestBatching (0.28s) [2020-11-10T20:12:53.043Z] === RUN TestFrequency [2020-11-10T20:12:53.043Z] === RUN TestParseLogFormat [2020-11-10T20:12:53.043Z] --- PASS: TestParseLogFormat (0.00s) [2020-11-10T20:12:53.043Z] === RUN TestValidateLogOptEmpty [2020-11-10T20:12:53.043Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-11-10T20:12:53.043Z] === RUN TestValidateSyslogAddress [2020-11-10T20:12:53.043Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-11-10T20:12:53.043Z] === RUN TestParseAddressDefaultPort [2020-11-10T20:12:53.043Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-11-10T20:12:53.043Z] === RUN TestValidateSyslogFacility [2020-11-10T20:12:53.043Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-11-10T20:12:53.043Z] === RUN TestValidateLogOptSyslogFormat [2020-11-10T20:12:53.043Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-11-10T20:12:53.043Z] === RUN TestValidateLogOpt [2020-11-10T20:12:53.043Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-10T20:12:53.043Z] PASS [2020-11-10T20:12:53.043Z] coverage: 46.8% of statements [2020-11-10T20:12:53.043Z] ok github.com/docker/docker/daemon/logger/syslog 0.364s coverage: 46.8% of statements [2020-11-10T20:12:53.043Z] --- PASS: TestFrequency (0.18s) [2020-11-10T20:12:53.043Z] === RUN TestOneMessagePerRequest [2020-11-10T20:12:53.043Z] --- PASS: TestOneMessagePerRequest (0.00s) [2020-11-10T20:12:53.043Z] === RUN TestVerify [2020-11-10T20:12:53.043Z] --- PASS: TestVerify (0.00s) [2020-11-10T20:12:53.043Z] === RUN TestSkipVerify [2020-11-10T20:12:53.271Z] --- PASS: TestImportExtremelyLargeImageWorks (193.22s) [2020-11-10T20:12:53.271Z] PASS [2020-11-10T20:12:53.271Z] [2020-11-10T20:12:53.271Z] === Skipped [2020-11-10T20:12:53.271Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-10T20:12:53.271Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:12:53.271Z] [2020-11-10T20:12:53.271Z] [2020-11-10T20:12:53.271Z] DONE 12 tests, 1 skipped in 194.267s [2020-11-10T20:12:53.271Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-11-10T20:12:53.271Z] ++ 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-11-10T20:12:53.271Z] ++ set -e [2020-11-10T20:12:53.271Z] ++ '[' -n 0 ']' [2020-11-10T20:12:53.271Z] ++ set -x [2020-11-10T20:12:53.271Z] ++ env -i DEST=/go/src/github.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-11-10T20:12:53.271Z] INFO: Testing against a local daemon [2020-11-10T20:12:53.271Z] === RUN TestNetworkCreateDelete [2020-11-10T20:12:53.271Z] --- PASS: TestNetworkCreateDelete (0.17s) [2020-11-10T20:12:53.271Z] === RUN TestDockerNetworkDeletePreferID [2020-11-10T20:12:53.271Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2020-11-10T20:12:53.271Z] === RUN TestDaemonDNSFallback [2020-11-10T20:12:53.271Z] --- PASS: TestDaemonDNSFallback (1.52s) [2020-11-10T20:12:53.271Z] === RUN TestInspectNetwork [2020-11-10T20:12:53.271Z] === RUN TestInspectNetwork/full_network_id [2020-11-10T20:12:53.271Z] === RUN TestInspectNetwork/partial_network_id [2020-11-10T20:12:53.271Z] === RUN TestInspectNetwork/network_name [2020-11-10T20:12:53.271Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-10T20:12:53.271Z] --- PASS: TestInspectNetwork (6.91s) [2020-11-10T20:12:53.271Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-10T20:12:53.271Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-10T20:12:53.271Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-10T20:12:53.271Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-10T20:12:53.271Z] === RUN TestRunContainerWithBridgeNone [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:52Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] --- PASS: TestSkipVerify (0.47s) [2020-11-10T20:12:53.504Z] === RUN TestBufferMaximum [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605039173.379091\",\"host\":\"1ebdf5d8e30f\"}'" [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605039173.379091\",\"host\":\"1ebdf5d8e30f\"}'" [2020-11-10T20:12:53.504Z] --- PASS: TestBufferMaximum (0.00s) [2020-11-10T20:12:53.504Z] === RUN TestServerAlwaysDown [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605039173.383094\",\"host\":\"1ebdf5d8e30f\"}'" [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605039173.383094\",\"host\":\"1ebdf5d8e30f\"}'" [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605039173.383094\",\"host\":\"1ebdf5d8e30f\"}'" [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605039173.383094\",\"host\":\"1ebdf5d8e30f\"}'" [2020-11-10T20:12:53.504Z] time="2020-11-10T20:12:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1605039173.383094\",\"host\":\"1ebdf5d8e30f\"}'" [2020-11-10T20:12:53.504Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-11-10T20:12:53.504Z] === RUN TestCannotSendAfterClose [2020-11-10T20:12:53.504Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-11-10T20:12:53.504Z] === RUN TestDeadlockOnBlockedEndpoint [2020-11-10T20:12:53.592Z] === RUN TestDockerSuite/TestCommitNewFile [2020-11-10T20:12:54.476Z] time="2020-11-10T20:12:54Z" 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-11-10T20:12:54.476Z] time="2020-11-10T20:12:54Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"1ebdf5d8e30f\"}'" [2020-11-10T20:12:54.476Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2020-11-10T20:12:54.476Z] PASS [2020-11-10T20:12:54.476Z] coverage: 82.5% of statements [2020-11-10T20:12:54.539Z] --- PASS: TestGraphdriverPluginV2 (4.22s) [2020-11-10T20:12:54.539Z] PASS [2020-11-10T20:12:54.539Z] [2020-11-10T20:12:54.539Z] DONE 5 tests in 10.112s [2020-11-10T20:12:54.539Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-10T20:12:54.539Z] ++ 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-11-10T20:12:54.539Z] ++ set -e [2020-11-10T20:12:54.539Z] ++ '[' -n 0 ']' [2020-11-10T20:12:54.539Z] ++ set -x [2020-11-10T20:12:54.539Z] ++ env -i DEST=/go/src/github.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-11-10T20:12:54.539Z] INFO: Testing against a local daemon [2020-11-10T20:12:54.539Z] === RUN TestContinueAfterPluginCrash [2020-11-10T20:12:54.539Z] === PAUSE TestContinueAfterPluginCrash [2020-11-10T20:12:54.539Z] === RUN TestReadPluginNoRead [2020-11-10T20:12:54.539Z] === PAUSE TestReadPluginNoRead [2020-11-10T20:12:54.539Z] === RUN TestDaemonStartWithLogOpt [2020-11-10T20:12:54.539Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-10T20:12:54.539Z] === CONT TestContinueAfterPluginCrash [2020-11-10T20:12:54.539Z] === CONT TestDaemonStartWithLogOpt [2020-11-10T20:12:54.799Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-11-10T20:12:54.936Z] ok github.com/docker/docker/daemon/logger/splunk 2.357s coverage: 82.5% of statements [2020-11-10T20:12:54.936Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-10T20:12:54.936Z] ? github.com/docker/docker/daemon/network [no test files] [2020-11-10T20:12:54.936Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-10T20:12:55.364Z] --- PASS: TestRunContainerWithBridgeNone (1.89s) [2020-11-10T20:12:55.364Z] === RUN TestNetworkInvalidJSON [2020-11-10T20:12:55.364Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-10T20:12:55.364Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-10T20:12:55.364Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:12:55.364Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:12:55.364Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:12:55.364Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:12:55.364Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-10T20:12:55.364Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:12:55.364Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:12:55.364Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-11-10T20:12:55.364Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-10T20:12:55.364Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-10T20:12:55.364Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-10T20:12:55.364Z] === RUN TestHostIPv4BridgeLabel [2020-11-10T20:12:55.660Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-11-10T20:12:55.660Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-10T20:12:55.742Z] === RUN TestDockerSuite/TestCommitTTY [2020-11-10T20:12:55.907Z] === RUN TestV1IDService [2020-11-10T20:12:55.907Z] --- PASS: TestV1IDService (0.28s) [2020-11-10T20:12:55.907Z] === RUN TestV2MetadataService [2020-11-10T20:12:55.907Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-11-10T20:12:55.907Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-11-10T20:12:55.907Z] === RUN TestContinueOnError_MirrorEndpoint [2020-11-10T20:12:55.907Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-11-10T20:12:55.907Z] === RUN TestContinueOnError_NeverContinue [2020-11-10T20:12:55.907Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-11-10T20:12:55.907Z] === RUN TestContinueOnError_UnnestsErrors [2020-11-10T20:12:55.907Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-11-10T20:12:55.907Z] === RUN TestFixManifestLayers [2020-11-10T20:12:55.907Z] --- PASS: TestFixManifestLayers (0.00s) [2020-11-10T20:12:55.907Z] === RUN TestFixManifestLayersBaseLayerParent [2020-11-10T20:12:55.907Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-10T20:12:55.907Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-10T20:12:55.907Z] === RUN TestFixManifestLayersBadParent [2020-11-10T20:12:55.907Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-11-10T20:12:55.907Z] === RUN TestValidateManifest [2020-11-10T20:12:55.907Z] --- SKIP: TestValidateManifest (0.00s) [2020-11-10T20:12:55.907Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-10T20:12:55.907Z] === RUN TestFormatPlatform [2020-11-10T20:12:55.907Z] --- PASS: TestFormatPlatform (0.00s) [2020-11-10T20:12:55.907Z] === RUN TestGetRepositoryMountCandidates [2020-11-10T20:12:55.907Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-11-10T20:12:55.907Z] === RUN TestLayerAlreadyExists [2020-11-10T20:12:55.907Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-11-10T20:12:55.907Z] 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-11-10T20:12:55.907Z] 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-11-10T20:12:55.907Z] 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-11-10T20:12:55.907Z] 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-11-10T20:12:55.907Z] 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-11-10T20:12:55.907Z] 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-11-10T20:12:55.907Z] === RUN TestWhenEmptyAuthConfig [2020-11-10T20:12:56.368Z] === RUN TestSuccessfulDownload [2020-11-10T20:12:56.368Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-11-10T20:12:56.368Z] download_test.go:268: Needs fixing on Windows [2020-11-10T20:12:56.368Z] === RUN TestCancelledDownload [2020-11-10T20:12:56.368Z] --- PASS: TestCancelledDownload (0.00s) [2020-11-10T20:12:56.368Z] === RUN TestMaxDownloadAttempts [2020-11-10T20:12:56.368Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-10T20:12:56.368Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-10T20:12:56.368Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-10T20:12:56.368Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-10T20:12:56.368Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-10T20:12:56.368Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-10T20:12:56.368Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-10T20:12:56.368Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-10T20:12:56.368Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-10T20:12:56.368Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-10T20:12:56.368Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-10T20:12:56.368Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-10T20:12:56.698Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-11-10T20:12:56.698Z] === RUN TestDaemonDefaultNetworkPools [2020-11-10T20:12:56.829Z] time="2020-11-10T20:12:56Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-10T20:12:56.829Z] time="2020-11-10T20:12:56Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-10T20:12:56.829Z] time="2020-11-10T20:12:56Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-10T20:12:56.829Z] time="2020-11-10T20:12:56Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-10T20:12:56.829Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-11-10T20:12:56.829Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.39s) [2020-11-10T20:12:56.829Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.39s) [2020-11-10T20:12:56.829Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.39s) [2020-11-10T20:12:56.829Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.39s) [2020-11-10T20:12:56.829Z] === RUN TestTransfer [2020-11-10T20:12:56.829Z] --- PASS: TestTransfer (0.12s) [2020-11-10T20:12:56.829Z] === RUN TestConcurrencyLimit [2020-11-10T20:12:57.288Z] --- PASS: TestConcurrencyLimit (0.35s) [2020-11-10T20:12:57.288Z] === RUN TestInactiveJobs [2020-11-10T20:12:57.288Z] --- PASS: TestV2MetadataService (1.08s) [2020-11-10T20:12:57.288Z] PASS [2020-11-10T20:12:57.288Z] coverage: 48.2% of statements [2020-11-10T20:12:57.288Z] ok github.com/docker/docker/distribution/metadata 1.598s coverage: 48.2% of statements [2020-11-10T20:12:57.288Z] --- PASS: TestWhenEmptyAuthConfig (1.08s) [2020-11-10T20:12:57.288Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-11-10T20:12:57.288Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-11-10T20:12:57.288Z] === RUN TestTokenPassThru [2020-11-10T20:12:57.288Z] --- PASS: TestTokenPassThru (0.01s) [2020-11-10T20:12:57.288Z] === RUN TestTokenPassThruDifferentHost [2020-11-10T20:12:57.288Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2020-11-10T20:12:57.288Z] PASS [2020-11-10T20:12:57.288Z] coverage: 20.1% of statements [2020-11-10T20:12:57.288Z] ok github.com/docker/docker/distribution 1.513s coverage: 20.1% of statements [2020-11-10T20:12:57.288Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-10T20:12:57.288Z] --- PASS: TestInactiveJobs (0.35s) [2020-11-10T20:12:57.288Z] === RUN TestWatchRelease [2020-11-10T20:12:57.288Z] --- PASS: TestWatchRelease (0.04s) [2020-11-10T20:12:57.288Z] === RUN TestWatchFinishedTransfer [2020-11-10T20:12:57.288Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-11-10T20:12:57.288Z] === RUN TestDuplicateTransfer [2020-11-10T20:12:57.333Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2020-11-10T20:12:57.333Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-10T20:12:57.673Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-11-10T20:12:57.751Z] === RUN TestNotFound [2020-11-10T20:12:57.751Z] --- PASS: TestNotFound (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestConflict [2020-11-10T20:12:57.751Z] --- PASS: TestConflict (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestForbidden [2020-11-10T20:12:57.751Z] --- PASS: TestForbidden (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestInvalidParameter [2020-11-10T20:12:57.751Z] --- PASS: TestInvalidParameter (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestNotImplemented [2020-11-10T20:12:57.751Z] --- PASS: TestNotImplemented (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestNotModified [2020-11-10T20:12:57.751Z] --- PASS: TestNotModified (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestUnauthorized [2020-11-10T20:12:57.751Z] --- PASS: TestUnauthorized (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestUnknown [2020-11-10T20:12:57.751Z] --- PASS: TestUnknown (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestCancelled [2020-11-10T20:12:57.751Z] --- PASS: TestCancelled (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestDeadline [2020-11-10T20:12:57.751Z] --- PASS: TestDeadline (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestDataLoss [2020-11-10T20:12:57.751Z] --- PASS: TestDataLoss (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestUnavailable [2020-11-10T20:12:57.751Z] --- PASS: TestUnavailable (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestSystem [2020-11-10T20:12:57.751Z] --- PASS: TestSystem (0.00s) [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Not_Found [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Bad_Request [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Conflict [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Unauthorized [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Service_Unavailable [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Forbidden [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Not_Modified [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Not_Implemented [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-11-10T20:12:57.751Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-11-10T20:12:57.751Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-11-10T20:12:57.751Z] PASS [2020-11-10T20:12:57.751Z] coverage: 49.4% of statements [2020-11-10T20:12:57.751Z] ok github.com/docker/docker/errdefs 0.132s coverage: 49.4% of statements [2020-11-10T20:12:57.751Z] --- PASS: TestDuplicateTransfer (0.05s) [2020-11-10T20:12:57.751Z] === RUN TestSuccessfulUpload [2020-11-10T20:12:57.751Z] time="2020-11-10T20:12:57Z" level=error msg="Upload failed, retrying: simulating retry" [2020-11-10T20:12:58.212Z] --- PASS: TestSuccessfulUpload (0.49s) [2020-11-10T20:12:58.212Z] === RUN TestCancelledUpload [2020-11-10T20:12:58.212Z] --- PASS: TestCancelledUpload (0.01s) [2020-11-10T20:12:58.212Z] PASS [2020-11-10T20:12:58.212Z] coverage: 76.8% of statements [2020-11-10T20:12:58.212Z] ok github.com/docker/docker/distribution/xfer 2.138s coverage: 76.8% of statements [2020-11-10T20:12:58.212Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-10T20:12:58.616Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-11-10T20:12:58.853Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2020-11-10T20:12:58.853Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-10T20:12:58.878Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-11-10T20:12:59.755Z] === RUN TestCompare [2020-11-10T20:12:59.755Z] --- PASS: TestCompare (0.00s) [2020-11-10T20:12:59.755Z] PASS [2020-11-10T20:12:59.755Z] coverage: 19.2% of statements [2020-11-10T20:12:59.755Z] ok github.com/docker/docker/image/cache 0.386s coverage: 19.2% of statements [2020-11-10T20:12:59.755Z] === RUN TestFSGetInvalidData [2020-11-10T20:12:59.900Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-11-10T20:12:59.900Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-10T20:13:00.216Z] --- PASS: TestFSGetInvalidData (0.12s) [2020-11-10T20:13:00.216Z] === RUN TestFSInvalidSet [2020-11-10T20:13:00.216Z] --- PASS: TestFSInvalidSet (0.01s) [2020-11-10T20:13:00.216Z] === RUN TestFSInvalidRoot [2020-11-10T20:13:00.216Z] --- PASS: TestFSInvalidRoot (0.01s) [2020-11-10T20:13:00.216Z] === RUN TestFSMetadataGetSet [2020-11-10T20:13:00.216Z] === RUN TestMakeV1ConfigFromConfig [2020-11-10T20:13:00.216Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-11-10T20:13:00.216Z] PASS [2020-11-10T20:13:00.216Z] coverage: 25.0% of statements [2020-11-10T20:13:00.216Z] ok github.com/docker/docker/image/v1 0.260s coverage: 25.0% of statements [2020-11-10T20:13:00.216Z] --- PASS: TestFSMetadataGetSet (0.04s) [2020-11-10T20:13:00.216Z] === RUN TestFSInvalidWalker [2020-11-10T20:13:00.216Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-11-10T20:13:00.216Z] === RUN TestFSGetSet [2020-11-10T20:13:00.216Z] --- PASS: TestFSGetSet (0.02s) [2020-11-10T20:13:00.216Z] === RUN TestFSGetUnsetKey [2020-11-10T20:13:00.216Z] --- PASS: TestFSGetUnsetKey (0.01s) [2020-11-10T20:13:00.216Z] === RUN TestFSGetEmptyData [2020-11-10T20:13:00.216Z] --- PASS: TestFSGetEmptyData (0.00s) [2020-11-10T20:13:00.216Z] === RUN TestFSDelete [2020-11-10T20:13:00.216Z] --- PASS: TestFSDelete (0.02s) [2020-11-10T20:13:00.216Z] === RUN TestFSWalker [2020-11-10T20:13:00.216Z] --- PASS: TestFSWalker (0.03s) [2020-11-10T20:13:00.216Z] === RUN TestFSWalkerStopOnError [2020-11-10T20:13:00.216Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-11-10T20:13:00.216Z] === RUN TestNewFromJSON [2020-11-10T20:13:00.216Z] --- PASS: TestNewFromJSON (0.00s) [2020-11-10T20:13:00.216Z] === RUN TestNewFromJSONWithInvalidJSON [2020-11-10T20:13:00.216Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-11-10T20:13:00.216Z] === RUN TestMarshalKeyOrder [2020-11-10T20:13:00.216Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-11-10T20:13:00.216Z] === RUN TestImage [2020-11-10T20:13:00.216Z] --- PASS: TestImage (0.00s) [2020-11-10T20:13:00.216Z] === RUN TestImageOSNotEmpty [2020-11-10T20:13:00.216Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-11-10T20:13:00.216Z] === RUN TestNewChildImageFromImageWithRootFS [2020-11-10T20:13:00.216Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-11-10T20:13:00.216Z] === RUN TestRestore [2020-11-10T20:13:00.271Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-11-10T20:13:00.271Z] --- PASS: TestDaemonStartWithLogOpt (5.45s) [2020-11-10T20:13:00.271Z] === CONT TestReadPluginNoRead [2020-11-10T20:13:00.536Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-11-10T20:13:00.536Z] === RUN TestServiceWithPredefinedNetwork [2020-11-10T20:13:00.676Z] time="2020-11-10T20:12:59Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-11-10T20:13:00.676Z] --- PASS: TestRestore (0.21s) [2020-11-10T20:13:00.676Z] === RUN TestAddDelete [2020-11-10T20:13:00.676Z] --- PASS: TestAddDelete (0.16s) [2020-11-10T20:13:00.676Z] === RUN TestSearchAfterDelete [2020-11-10T20:13:00.676Z] --- PASS: TestSearchAfterDelete (0.02s) [2020-11-10T20:13:00.676Z] === RUN TestParentReset [2020-11-10T20:13:00.676Z] --- PASS: TestParentReset (0.05s) [2020-11-10T20:13:00.676Z] === RUN TestGetAndSetLastUpdated [2020-11-10T20:13:00.676Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2020-11-10T20:13:00.676Z] === RUN TestStoreLen [2020-11-10T20:13:00.676Z] --- PASS: TestStoreLen (0.13s) [2020-11-10T20:13:00.676Z] PASS [2020-11-10T20:13:00.676Z] coverage: 86.4% of statements [2020-11-10T20:13:00.676Z] ok github.com/docker/docker/image 1.139s coverage: 86.4% of statements [2020-11-10T20:13:01.139Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-10T20:13:01.139Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-10T20:13:01.214Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-11-10T20:13:01.214Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-11-10T20:13:01.214Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-11-10T20:13:01.476Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-11-10T20:13:01.476Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-11-10T20:13:01.599Z] === RUN TestSerialization [2020-11-10T20:13:01.599Z] --- PASS: TestSerialization (0.05s) [2020-11-10T20:13:01.599Z] PASS [2020-11-10T20:13:01.599Z] coverage: 100.0% of statements [2020-11-10T20:13:01.599Z] ok github.com/docker/docker/libcontainerd/queue 0.101s coverage: 100.0% of statements [2020-11-10T20:13:01.738Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-11-10T20:13:01.738Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-11-10T20:13:02.059Z] === RUN TestEmptyLayer [2020-11-10T20:13:02.060Z] --- PASS: TestEmptyLayer (0.00s) [2020-11-10T20:13:02.060Z] === RUN TestCommitFailure [2020-11-10T20:13:02.060Z] --- PASS: TestCommitFailure (0.01s) [2020-11-10T20:13:02.060Z] === RUN TestStartTransactionFailure [2020-11-10T20:13:02.060Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-11-10T20:13:02.060Z] === RUN TestGetOrphan [2020-11-10T20:13:02.060Z] --- PASS: TestGetOrphan (0.01s) [2020-11-10T20:13:02.060Z] === RUN TestMountAndRegister [2020-11-10T20:13:02.521Z] --- PASS: TestMountAndRegister (0.07s) [2020-11-10T20:13:02.521Z] layer_test.go:271: Layer size: 14 [2020-11-10T20:13:02.521Z] === RUN TestLayerRelease [2020-11-10T20:13:02.521Z] --- SKIP: TestLayerRelease (0.00s) [2020-11-10T20:13:02.521Z] layer_test.go:304: Failing on Windows [2020-11-10T20:13:02.521Z] === RUN TestStoreRestore [2020-11-10T20:13:02.521Z] --- SKIP: TestStoreRestore (0.00s) [2020-11-10T20:13:02.521Z] layer_test.go:353: Failing on Windows [2020-11-10T20:13:02.521Z] === RUN TestTarStreamStability [2020-11-10T20:13:02.521Z] --- SKIP: TestTarStreamStability (0.00s) [2020-11-10T20:13:02.521Z] layer_test.go:468: Failing on Windows [2020-11-10T20:13:02.521Z] === RUN TestRegisterExistingLayer [2020-11-10T20:13:02.521Z] --- PASS: TestRegisterExistingLayer (0.40s) [2020-11-10T20:13:02.521Z] === RUN TestTarStreamVerification [2020-11-10T20:13:02.521Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-11-10T20:13:02.521Z] layer_test.go:697: Failing on Windows [2020-11-10T20:13:02.521Z] === RUN TestLayerMigration [2020-11-10T20:13:02.521Z] --- SKIP: TestLayerMigration (0.00s) [2020-11-10T20:13:02.521Z] migration_test.go:46: Failing on Windows [2020-11-10T20:13:02.521Z] === RUN TestLayerMigrationNoTarsplit [2020-11-10T20:13:02.521Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-11-10T20:13:02.521Z] migration_test.go:182: Failing on Windows [2020-11-10T20:13:02.521Z] === RUN TestMountInit [2020-11-10T20:13:02.521Z] --- SKIP: TestMountInit (0.00s) [2020-11-10T20:13:02.521Z] mount_test.go:17: Failing on Windows [2020-11-10T20:13:02.521Z] === RUN TestMountSize [2020-11-10T20:13:02.521Z] --- SKIP: TestMountSize (0.00s) [2020-11-10T20:13:02.521Z] mount_test.go:76: Failing on Windows [2020-11-10T20:13:02.521Z] === RUN TestMountChanges [2020-11-10T20:13:02.521Z] --- SKIP: TestMountChanges (0.00s) [2020-11-10T20:13:02.521Z] mount_test.go:125: Failing on Windows [2020-11-10T20:13:02.521Z] === RUN TestMountApply [2020-11-10T20:13:02.521Z] --- SKIP: TestMountApply (0.00s) [2020-11-10T20:13:02.521Z] mount_test.go:212: Failing on Windows [2020-11-10T20:13:02.521Z] PASS [2020-11-10T20:13:02.521Z] coverage: 30.1% of statements [2020-11-10T20:13:02.521Z] ok github.com/docker/docker/layer 0.904s coverage: 30.1% of statements [2020-11-10T20:13:02.621Z] --- PASS: TestServiceWithPredefinedNetwork (2.07s) [2020-11-10T20:13:02.621Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-10T20:13:02.621Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:13:02.621Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:13:02.621Z] === RUN TestServiceWithDataPathPortInit [2020-11-10T20:13:02.981Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-10T20:13:02.981Z] === RUN TestParseVersion [2020-11-10T20:13:02.981Z] --- PASS: TestParseVersion (0.00s) [2020-11-10T20:13:02.981Z] PASS [2020-11-10T20:13:02.981Z] coverage: 52.9% of statements [2020-11-10T20:13:02.981Z] ok github.com/docker/docker/pkg/aaparser 0.067s coverage: 52.9% of statements [2020-11-10T20:13:03.441Z] === RUN TestEnvironmentParsing [2020-11-10T20:13:03.441Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-11-10T20:13:03.441Z] PASS [2020-11-10T20:13:03.441Z] coverage: 1.0% of statements [2020-11-10T20:13:03.441Z] ok github.com/docker/docker/libcontainerd/local 0.291s coverage: 1.0% of statements [2020-11-10T20:13:03.441Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-10T20:13:03.441Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-10T20:13:03.441Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-10T20:13:03.441Z] ? github.com/docker/docker/oci [no test files] [2020-11-10T20:13:03.441Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-10T20:13:03.653Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-11-10T20:13:03.653Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-11-10T20:13:03.902Z] === RUN TestAddressPoolOpt [2020-11-10T20:13:04.362Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/a [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/something [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/_=a [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/env1=value1 [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/_env1=value1 [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/env2=value2=value3 [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/env3=abc!qwe [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/env_4=value_4 [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/PATH [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/=a [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/PATH= [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/PATH=something [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/asd!qwe [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/1asd [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/123 [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/some_space [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/__some_space_before [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/some_space_after__ [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/= [2020-11-10T20:13:04.362Z] === RUN TestValidateEnv/PaTh [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/a (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/something (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/= (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestParseHost [2020-11-10T20:13:04.362Z] --- PASS: TestParseHost (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestParseDockerDaemonHost [2020-11-10T20:13:04.362Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestParseTCP [2020-11-10T20:13:04.362Z] --- PASS: TestParseTCP (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestParseInvalidUnixAddrInvalid [2020-11-10T20:13:04.362Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestValidateExtraHosts [2020-11-10T20:13:04.362Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestIpOptString [2020-11-10T20:13:04.362Z] --- PASS: TestIpOptString (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestNewIpOptInvalidDefaultVal [2020-11-10T20:13:04.362Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestNewIpOptValidDefaultVal [2020-11-10T20:13:04.362Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestIpOptSetInvalidVal [2020-11-10T20:13:04.362Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestValidateIPAddress [2020-11-10T20:13:04.362Z] --- PASS: TestValidateIPAddress (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestMapOpts [2020-11-10T20:13:04.362Z] --- PASS: TestMapOpts (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestListOptsWithoutValidator [2020-11-10T20:13:04.362Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestListOptsWithValidator [2020-11-10T20:13:04.362Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestValidateDNSSearch [2020-11-10T20:13:04.362Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_general_format [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_one_more [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-11-10T20:13:04.362Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-11-10T20:13:04.362Z] --- PASS: TestValidateLabel (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-11-10T20:13:04.362Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-11-10T20:13:04.597Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-10T20:13:04.822Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-11-10T20:13:04.822Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-11-10T20:13:04.822Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-11-10T20:13:04.822Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-11-10T20:13:04.822Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-11-10T20:13:04.822Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-11-10T20:13:04.822Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-11-10T20:13:04.822Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-11-10T20:13:04.822Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-11-10T20:13:04.822Z] === RUN TestNamedListOpts [2020-11-10T20:13:04.822Z] --- PASS: TestNamedListOpts (0.00s) [2020-11-10T20:13:04.822Z] === RUN TestNamedMapOpts [2020-11-10T20:13:04.822Z] --- PASS: TestNamedMapOpts (0.00s) [2020-11-10T20:13:04.822Z] === RUN TestParseLink [2020-11-10T20:13:04.822Z] --- PASS: TestParseLink (0.00s) [2020-11-10T20:13:04.822Z] === RUN TestQuotedStringSetWithQuotes [2020-11-10T20:13:04.822Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-11-10T20:13:04.822Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-11-10T20:13:04.822Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-11-10T20:13:04.822Z] === RUN TestQuotedStringSetWithNoQuotes [2020-11-10T20:13:04.822Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-11-10T20:13:04.822Z] === RUN TestUlimitOpt [2020-11-10T20:13:04.822Z] --- PASS: TestUlimitOpt (0.00s) [2020-11-10T20:13:04.822Z] PASS [2020-11-10T20:13:04.822Z] coverage: 67.1% of statements [2020-11-10T20:13:04.822Z] ok github.com/docker/docker/opts 0.402s coverage: 67.1% of statements [2020-11-10T20:13:05.168Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-11-10T20:13:05.169Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-11-10T20:13:05.169Z] --- PASS: TestContinueAfterPluginCrash (10.61s) [2020-11-10T20:13:05.281Z] === RUN TestPeerCertificateMarshalJSON [2020-11-10T20:13:05.281Z] === RUN TestUnbuffered [2020-11-10T20:13:05.281Z] --- PASS: TestUnbuffered (0.00s) [2020-11-10T20:13:05.281Z] === RUN TestRaceUnbuffered [2020-11-10T20:13:05.281Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-11-10T20:13:05.281Z] PASS [2020-11-10T20:13:05.281Z] coverage: 100.0% of statements [2020-11-10T20:13:05.281Z] ok github.com/docker/docker/pkg/broadcaster 0.051s coverage: 100.0% of statements [2020-11-10T20:13:05.741Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-11-10T20:13:05.741Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-11-10T20:13:05.741Z] --- PASS: TestPeerCertificateMarshalJSON (0.46s) [2020-11-10T20:13:05.741Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-11-10T20:13:05.741Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-11-10T20:13:05.741Z] === RUN TestMiddleware [2020-11-10T20:13:05.741Z] --- PASS: TestMiddleware (0.00s) [2020-11-10T20:13:05.741Z] === RUN TestNewResponseModifier [2020-11-10T20:13:05.741Z] --- PASS: TestNewResponseModifier (0.00s) [2020-11-10T20:13:05.741Z] PASS [2020-11-10T20:13:05.741Z] coverage: 26.8% of statements [2020-11-10T20:13:05.741Z] ok github.com/docker/docker/pkg/authorization 0.713s coverage: 26.8% of statements [2020-11-10T20:13:06.112Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-11-10T20:13:06.200Z] === RUN TestMatch [2020-11-10T20:13:06.200Z] === RUN TestMatch/[[]] [2020-11-10T20:13:06.200Z] === RUN TestMatch/[[foo]] [2020-11-10T20:13:06.200Z] === RUN TestMatch/[[bar]_[foo]] [2020-11-10T20:13:06.200Z] === RUN TestMatch/[[foo_bar]] [2020-11-10T20:13:06.200Z] === RUN TestMatch/[[qux]_[foo]] [2020-11-10T20:13:06.200Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-11-10T20:13:06.200Z] === RUN TestMatch/[] [2020-11-10T20:13:06.200Z] === RUN TestMatch/[]#01 [2020-11-10T20:13:06.200Z] === RUN TestMatch/[[qux]] [2020-11-10T20:13:06.200Z] === RUN TestMatch/[[foo_bar_qux]] [2020-11-10T20:13:06.200Z] === RUN TestMatch/[[qux]_[baz]] [2020-11-10T20:13:06.200Z] === RUN TestMatch/[[foo_baz]] [2020-11-10T20:13:06.200Z] --- PASS: TestMatch (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[[]] (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[] (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-11-10T20:13:06.200Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-11-10T20:13:06.200Z] PASS [2020-11-10T20:13:06.200Z] coverage: 87.5% of statements [2020-11-10T20:13:06.200Z] ok github.com/docker/docker/pkg/capabilities 0.113s coverage: 87.5% of statements [2020-11-10T20:13:06.373Z] === RUN TestReadPluginNoRead/default [2020-11-10T20:13:06.661Z] === RUN TestIsArchivePathDir [2020-11-10T20:13:06.661Z] --- PASS: TestIsArchivePathDir (0.07s) [2020-11-10T20:13:06.661Z] === RUN TestIsArchivePathInvalidFile [2020-11-10T20:13:06.661Z] === RUN TestSizeEmpty [2020-11-10T20:13:06.661Z] --- PASS: TestSizeEmpty (0.00s) [2020-11-10T20:13:06.661Z] === RUN TestSizeEmptyFile [2020-11-10T20:13:06.661Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-11-10T20:13:06.661Z] === RUN TestSizeNonemptyFile [2020-11-10T20:13:06.661Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-11-10T20:13:06.661Z] === RUN TestSizeNestedDirectoryEmpty [2020-11-10T20:13:06.661Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-11-10T20:13:06.661Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-11-10T20:13:06.661Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-11-10T20:13:06.661Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-11-10T20:13:06.661Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2020-11-10T20:13:06.661Z] === RUN TestMoveToSubdir [2020-11-10T20:13:06.661Z] --- PASS: TestMoveToSubdir (0.00s) [2020-11-10T20:13:06.661Z] === RUN TestSizeNonExistingDirectory [2020-11-10T20:13:06.661Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-11-10T20:13:06.661Z] PASS [2020-11-10T20:13:06.661Z] coverage: 80.0% of statements [2020-11-10T20:13:06.661Z] ok github.com/docker/docker/pkg/directory 0.064s coverage: 80.0% of statements [2020-11-10T20:13:06.946Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-11-10T20:13:07.121Z] --- PASS: TestIsArchivePathInvalidFile (0.20s) [2020-11-10T20:13:07.121Z] === RUN TestIsArchivePathTar [2020-11-10T20:13:07.121Z] --- PASS: TestIsArchivePathTar (0.21s) [2020-11-10T20:13:07.121Z] === RUN TestDecompressStreamGzip [2020-11-10T20:13:07.121Z] === RUN TestChrootTarUntar [2020-11-10T20:13:07.121Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-11-10T20:13:07.121Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:07.121Z] === RUN TestChrootUntarWithHugeExcludesList [2020-11-10T20:13:07.121Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-10T20:13:07.121Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:07.121Z] === RUN TestChrootUntarEmptyArchive [2020-11-10T20:13:07.121Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-11-10T20:13:07.121Z] === RUN TestChrootTarUntarWithSymlink [2020-11-10T20:13:07.121Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-11-10T20:13:07.121Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-10T20:13:07.121Z] === RUN TestChrootCopyWithTar [2020-11-10T20:13:07.121Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-11-10T20:13:07.121Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-10T20:13:07.121Z] === RUN TestChrootCopyFileWithTar [2020-11-10T20:13:07.121Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-11-10T20:13:07.121Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:07.121Z] === RUN TestChrootUntarPath [2020-11-10T20:13:07.121Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-11-10T20:13:07.121Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-10T20:13:07.121Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-11-10T20:13:07.121Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-10T20:13:07.121Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:07.121Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-11-10T20:13:07.121Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-10T20:13:07.121Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:07.121Z] === RUN TestChrootApplyDotDotFile [2020-11-10T20:13:07.121Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-11-10T20:13:07.121Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:07.121Z] PASS [2020-11-10T20:13:07.121Z] coverage: 15.4% of statements [2020-11-10T20:13:07.121Z] ok github.com/docker/docker/pkg/chrootarchive 0.186s coverage: 15.4% of statements [2020-11-10T20:13:07.121Z] --- PASS: TestDecompressStreamGzip (0.16s) [2020-11-10T20:13:07.121Z] === RUN TestDecompressStreamBzip2 [2020-11-10T20:13:07.518Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-11-10T20:13:07.609Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2020-11-10T20:13:07.609Z] === RUN TestDecompressStreamXz [2020-11-10T20:13:07.609Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-11-10T20:13:07.609Z] archive_test.go:133: Xz not present in msys2 [2020-11-10T20:13:07.609Z] === RUN TestCompressStreamXzUnsupported [2020-11-10T20:13:07.609Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-11-10T20:13:07.609Z] === RUN TestCompressStreamBzip2Unsupported [2020-11-10T20:13:07.609Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-11-10T20:13:07.609Z] === RUN TestCompressStreamInvalid [2020-11-10T20:13:07.609Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-11-10T20:13:07.609Z] === RUN TestExtensionInvalid [2020-11-10T20:13:07.609Z] --- PASS: TestExtensionInvalid (0.00s) [2020-11-10T20:13:07.609Z] === RUN TestExtensionUncompressed [2020-11-10T20:13:07.609Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-11-10T20:13:07.609Z] === RUN TestExtensionBzip2 [2020-11-10T20:13:07.609Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-11-10T20:13:07.609Z] === RUN TestExtensionGzip [2020-11-10T20:13:07.609Z] --- PASS: TestExtensionGzip (0.00s) [2020-11-10T20:13:07.609Z] === RUN TestExtensionXz [2020-11-10T20:13:07.609Z] --- PASS: TestExtensionXz (0.00s) [2020-11-10T20:13:07.609Z] === RUN TestCmdStreamLargeStderr [2020-11-10T20:13:07.609Z] --- PASS: TestCmdStreamLargeStderr (0.13s) [2020-11-10T20:13:07.609Z] === RUN TestCmdStreamBad [2020-11-10T20:13:07.609Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-11-10T20:13:07.609Z] archive_test.go:238: Failing on Windows CI machines [2020-11-10T20:13:07.609Z] === RUN TestCmdStreamGood [2020-11-10T20:13:07.609Z] --- PASS: TestCmdStreamGood (0.04s) [2020-11-10T20:13:07.609Z] === RUN TestUntarPathWithInvalidDest [2020-11-10T20:13:07.609Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2020-11-10T20:13:07.609Z] === RUN TestUntarPathWithInvalidSrc [2020-11-10T20:13:07.609Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-11-10T20:13:07.609Z] === RUN TestUntarPath [2020-11-10T20:13:07.609Z] --- PASS: TestUntarPath (0.12s) [2020-11-10T20:13:07.609Z] === RUN TestUntarPathWithDestinationFile [2020-11-10T20:13:08.070Z] --- PASS: TestUntarPathWithDestinationFile (0.09s) [2020-11-10T20:13:08.070Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-11-10T20:13:08.070Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2020-11-10T20:13:08.070Z] === RUN TestCopyWithTarInvalidSrc [2020-11-10T20:13:08.070Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-11-10T20:13:08.070Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-11-10T20:13:08.070Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-11-10T20:13:08.070Z] === RUN TestCopyWithTarSrcFile [2020-11-10T20:13:08.070Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2020-11-10T20:13:08.070Z] === RUN TestCopyWithTarSrcFolder [2020-11-10T20:13:08.070Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-11-10T20:13:08.070Z] === RUN TestCopyFileWithTarInvalidSrc [2020-11-10T20:13:08.070Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2020-11-10T20:13:08.070Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-11-10T20:13:08.070Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2020-11-10T20:13:08.070Z] === RUN TestCopyFileWithTarSrcFolder [2020-11-10T20:13:08.070Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-11-10T20:13:08.070Z] === RUN TestCopyFileWithTarSrcFile [2020-11-10T20:13:08.070Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2020-11-10T20:13:08.070Z] === RUN TestTarFiles [2020-11-10T20:13:08.070Z] === RUN Test [2020-11-10T20:13:08.070Z] === RUN Test/TestContainsEntry [2020-11-10T20:13:08.070Z] === RUN Test/TestCreateEntries [2020-11-10T20:13:08.070Z] === RUN Test/TestEntriesDiff [2020-11-10T20:13:08.070Z] === RUN Test/TestEntriesEquality [2020-11-10T20:13:08.070Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-11-10T20:13:08.070Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-11-10T20:13:08.070Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-11-10T20:13:08.070Z] === RUN Test/TestGeneratorNotGenerate [2020-11-10T20:13:08.070Z] === RUN Test/TestGeneratorWithPort [2020-11-10T20:13:08.070Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-11-10T20:13:08.070Z] === RUN Test/TestNewEntry [2020-11-10T20:13:08.070Z] === RUN Test/TestParse [2020-11-10T20:13:08.070Z] --- PASS: Test (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestNewEntry (0.00s) [2020-11-10T20:13:08.070Z] --- PASS: Test/TestParse (0.00s) [2020-11-10T20:13:08.070Z] PASS [2020-11-10T20:13:08.070Z] coverage: 58.3% of statements [2020-11-10T20:13:08.070Z] ok github.com/docker/docker/pkg/discovery 0.085s coverage: 58.3% of statements [2020-11-10T20:13:08.091Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-10T20:13:08.091Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-11-10T20:13:08.531Z] === RUN Test [2020-11-10T20:13:08.531Z] === RUN Test/TestContent [2020-11-10T20:13:08.531Z] === RUN Test/TestInitialize [2020-11-10T20:13:08.531Z] === RUN Test/TestNew [2020-11-10T20:13:08.531Z] === RUN Test/TestParsingContentsWithComments [2020-11-10T20:13:08.531Z] === RUN Test/TestRegister [2020-11-10T20:13:08.531Z] === RUN Test/TestWatch [2020-11-10T20:13:08.531Z] --- PASS: Test (0.01s) [2020-11-10T20:13:08.531Z] --- PASS: Test/TestContent (0.00s) [2020-11-10T20:13:08.531Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-10T20:13:08.531Z] --- PASS: Test/TestNew (0.00s) [2020-11-10T20:13:08.531Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-11-10T20:13:08.531Z] --- PASS: Test/TestRegister (0.00s) [2020-11-10T20:13:08.531Z] --- PASS: Test/TestWatch (0.01s) [2020-11-10T20:13:08.531Z] PASS [2020-11-10T20:13:08.531Z] coverage: 92.9% of statements [2020-11-10T20:13:08.531Z] ok github.com/docker/docker/pkg/discovery/file 0.099s coverage: 92.9% of statements [2020-11-10T20:13:08.662Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-11-10T20:13:08.662Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-11-10T20:13:08.662Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-11-10T20:13:09.233Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-11-10T20:13:09.233Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-11-10T20:13:09.233Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-11-10T20:13:09.233Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-11-10T20:13:09.493Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-11-10T20:13:09.501Z] === RUN Test [2020-11-10T20:13:09.501Z] === RUN Test/TestWatch [2020-11-10T20:13:09.501Z] --- PASS: Test (0.00s) [2020-11-10T20:13:09.501Z] --- PASS: Test/TestWatch (0.00s) [2020-11-10T20:13:09.501Z] PASS [2020-11-10T20:13:09.501Z] coverage: 92.3% of statements [2020-11-10T20:13:09.501Z] ok github.com/docker/docker/pkg/discovery/memory 0.079s coverage: 92.3% of statements [2020-11-10T20:13:09.755Z] --- PASS: TestReadPluginNoRead (9.53s) [2020-11-10T20:13:09.755Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.90s) [2020-11-10T20:13:09.755Z] --- PASS: TestReadPluginNoRead/default (1.67s) [2020-11-10T20:13:09.755Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.48s) [2020-11-10T20:13:09.755Z] read_test.go:92: [d30a0b87550a7] daemon is not started [2020-11-10T20:13:09.755Z] PASS [2020-11-10T20:13:09.755Z] [2020-11-10T20:13:09.755Z] DONE 6 tests in 15.144s [2020-11-10T20:13:09.755Z] 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-11-10T20:13:09.755Z] ++ 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-11-10T20:13:09.755Z] ++ set -e [2020-11-10T20:13:09.755Z] ++ '[' -n 0 ']' [2020-11-10T20:13:09.755Z] ++ set -x [2020-11-10T20:13:09.755Z] ++ env -i DEST=/go/src/github.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-11-10T20:13:09.755Z] testing: warning: no tests to run [2020-11-10T20:13:09.755Z] PASS [2020-11-10T20:13:09.755Z] [2020-11-10T20:13:09.755Z] DONE 0 tests in 0.049s [2020-11-10T20:13:09.755Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-10T20:13:09.755Z] ++ 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-11-10T20:13:09.755Z] ++ set -e [2020-11-10T20:13:09.755Z] ++ '[' -n 0 ']' [2020-11-10T20:13:09.755Z] ++ set -x [2020-11-10T20:13:09.755Z] ++ env -i DEST=/go/src/github.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-11-10T20:13:09.755Z] INFO: Testing against a local daemon [2020-11-10T20:13:09.755Z] === RUN TestPluginWithDevMounts [2020-11-10T20:13:09.755Z] === PAUSE TestPluginWithDevMounts [2020-11-10T20:13:09.755Z] === CONT TestPluginWithDevMounts [2020-11-10T20:13:09.962Z] === RUN Test [2020-11-10T20:13:09.962Z] === RUN Test/TestInitialize [2020-11-10T20:13:10.015Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-11-10T20:13:10.427Z] === RUN Test [2020-11-10T20:13:10.428Z] === RUN Test/TestInitialize [2020-11-10T20:13:10.428Z] === RUN Test/TestInitializeWithPattern [2020-11-10T20:13:10.428Z] === RUN Test/TestRegister [2020-11-10T20:13:10.428Z] === RUN Test/TestWatch [2020-11-10T20:13:10.428Z] --- PASS: Test (0.00s) [2020-11-10T20:13:10.428Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-10T20:13:10.428Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-11-10T20:13:10.428Z] --- PASS: Test/TestRegister (0.00s) [2020-11-10T20:13:10.428Z] --- PASS: Test/TestWatch (0.00s) [2020-11-10T20:13:10.428Z] PASS [2020-11-10T20:13:10.428Z] coverage: 93.8% of statements [2020-11-10T20:13:10.428Z] ok github.com/docker/docker/pkg/discovery/nodes 0.243s coverage: 93.8% of statements [2020-11-10T20:13:10.428Z] time="2020-11-10T20:13:09Z" level=info msg="Initializing discovery without TLS" [2020-11-10T20:13:10.428Z] time="2020-11-10T20:13:10Z" level=info msg="Initializing discovery without TLS" [2020-11-10T20:13:10.428Z] time="2020-11-10T20:13:10Z" level=info msg="Initializing discovery without TLS" [2020-11-10T20:13:10.428Z] === RUN Test/TestInitializeWithCerts [2020-11-10T20:13:10.428Z] time="2020-11-10T20:13:10Z" level=info msg="Initializing discovery with TLS" [2020-11-10T20:13:10.428Z] === RUN Test/TestWatch [2020-11-10T20:13:10.428Z] time="2020-11-10T20:13:10Z" level=info msg="Initializing discovery without TLS" [2020-11-10T20:13:10.600Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-11-10T20:13:11.401Z] === RUN TestPollerAddRemove [2020-11-10T20:13:11.401Z] --- PASS: TestPollerAddRemove (0.00s) [2020-11-10T20:13:11.401Z] === RUN TestPollerEvent [2020-11-10T20:13:11.401Z] --- SKIP: TestPollerEvent (0.00s) [2020-11-10T20:13:11.401Z] poller_test.go:41: No chmod on Windows [2020-11-10T20:13:11.401Z] === RUN TestPollerClose [2020-11-10T20:13:11.401Z] --- PASS: TestPollerClose (0.00s) [2020-11-10T20:13:11.401Z] PASS [2020-11-10T20:13:11.401Z] coverage: 36.2% of statements [2020-11-10T20:13:11.401Z] ok github.com/docker/docker/pkg/filenotify 0.054s coverage: 36.2% of statements [2020-11-10T20:13:11.571Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-11-10T20:13:11.571Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-11-10T20:13:11.832Z] --- PASS: TestPluginWithDevMounts (1.97s) [2020-11-10T20:13:11.832Z] PASS [2020-11-10T20:13:11.832Z] [2020-11-10T20:13:11.832Z] DONE 1 tests in 2.114s [2020-11-10T20:13:11.832Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-10T20:13:11.832Z] ++ 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-11-10T20:13:11.832Z] ++ set -e [2020-11-10T20:13:11.832Z] ++ '[' -n 0 ']' [2020-11-10T20:13:11.832Z] ++ set -x [2020-11-10T20:13:11.832Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:13:11.862Z] === RUN TestCopyFileWithInvalidSrc [2020-11-10T20:13:11.862Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCopyFileWithInvalidDest [2020-11-10T20:13:11.862Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCopyFileWithSameSrcAndDest [2020-11-10T20:13:11.862Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-11-10T20:13:11.862Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCopyFile [2020-11-10T20:13:11.862Z] --- PASS: TestCopyFile (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-11-10T20:13:11.862Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-10T20:13:11.862Z] fileutils_test.go:134: Needs porting to Windows [2020-11-10T20:13:11.862Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-11-10T20:13:11.862Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestReadSymlinkedDirectoryToFile [2020-11-10T20:13:11.862Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-10T20:13:11.862Z] fileutils_test.go:180: Needs porting to Windows [2020-11-10T20:13:11.862Z] === RUN TestWildcardMatches [2020-11-10T20:13:11.862Z] --- PASS: TestWildcardMatches (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestPatternMatches [2020-11-10T20:13:11.862Z] --- PASS: TestPatternMatches (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-11-10T20:13:11.862Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestPatternMatchesFolderExclusions [2020-11-10T20:13:11.862Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-11-10T20:13:11.862Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-11-10T20:13:11.862Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-11-10T20:13:11.862Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-11-10T20:13:11.862Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestSingleExclamationError [2020-11-10T20:13:11.862Z] --- PASS: TestSingleExclamationError (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestMatchesWithNoPatterns [2020-11-10T20:13:11.862Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestMatchesWithMalformedPatterns [2020-11-10T20:13:11.862Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestMatches [2020-11-10T20:13:11.862Z] --- PASS: TestMatches (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCleanPatterns [2020-11-10T20:13:11.862Z] --- PASS: TestCleanPatterns (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-11-10T20:13:11.862Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCleanPatternsExceptionFlag [2020-11-10T20:13:11.862Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-11-10T20:13:11.862Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-11-10T20:13:11.862Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCleanPatternsErrorSingleException [2020-11-10T20:13:11.862Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCreateIfNotExistsDir [2020-11-10T20:13:11.862Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestCreateIfNotExistsFile [2020-11-10T20:13:11.862Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2020-11-10T20:13:11.862Z] === RUN TestMatch [2020-11-10T20:13:11.862Z] --- PASS: TestMatch (0.00s) [2020-11-10T20:13:11.862Z] PASS [2020-11-10T20:13:11.862Z] coverage: 87.7% of statements [2020-11-10T20:13:11.862Z] ok github.com/docker/docker/pkg/fileutils 0.105s coverage: 87.7% of statements [2020-11-10T20:13:12.092Z] INFO: Testing against a local daemon [2020-11-10T20:13:12.092Z] === RUN TestSecretInspect [2020-11-10T20:13:14.803Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-11-10T20:13:14.803Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-11-10T20:13:14.803Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-11-10T20:13:14.803Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-11-10T20:13:14.803Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-11-10T20:13:14.803Z] --- PASS: TestSecretInspect (2.85s) [2020-11-10T20:13:14.803Z] === RUN TestSecretList [2020-11-10T20:13:15.065Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-11-10T20:13:15.308Z] === RUN TestGet [2020-11-10T20:13:15.308Z] --- PASS: TestGet (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestGetShortcutString [2020-11-10T20:13:15.308Z] --- PASS: TestGetShortcutString (0.00s) [2020-11-10T20:13:15.308Z] PASS [2020-11-10T20:13:15.308Z] coverage: 42.9% of statements [2020-11-10T20:13:15.308Z] ok github.com/docker/docker/pkg/homedir 0.121s coverage: 42.9% of statements [2020-11-10T20:13:15.308Z] --- PASS: Test (3.21s) [2020-11-10T20:13:15.308Z] --- PASS: Test/TestInitialize (0.16s) [2020-11-10T20:13:15.308Z] --- PASS: Test/TestInitializeWithCerts (0.03s) [2020-11-10T20:13:15.308Z] --- PASS: Test/TestWatch (3.02s) [2020-11-10T20:13:15.308Z] PASS [2020-11-10T20:13:15.308Z] coverage: 84.1% of statements [2020-11-10T20:13:15.308Z] ok github.com/docker/docker/pkg/discovery/kv 3.629s coverage: 84.1% of statements [2020-11-10T20:13:15.308Z] === RUN TestCreateIDMapOrder [2020-11-10T20:13:15.308Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-11-10T20:13:15.308Z] PASS [2020-11-10T20:13:15.308Z] coverage: 7.3% of statements [2020-11-10T20:13:15.308Z] ok github.com/docker/docker/pkg/idtools 0.140s coverage: 7.3% of statements [2020-11-10T20:13:15.308Z] === RUN TestFixedBufferCap [2020-11-10T20:13:15.308Z] --- PASS: TestFixedBufferCap (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestFixedBufferLen [2020-11-10T20:13:15.308Z] --- PASS: TestFixedBufferLen (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestFixedBufferString [2020-11-10T20:13:15.308Z] --- PASS: TestFixedBufferString (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestFixedBufferWrite [2020-11-10T20:13:15.308Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestFixedBufferRead [2020-11-10T20:13:15.308Z] --- PASS: TestFixedBufferRead (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestBytesPipeRead [2020-11-10T20:13:15.308Z] --- PASS: TestBytesPipeRead (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestBytesPipeWrite [2020-11-10T20:13:15.308Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestBytesPipeWriteRandomChunks [2020-11-10T20:13:15.308Z] --- PASS: TestTarFiles (6.55s) [2020-11-10T20:13:15.308Z] === RUN TestTarUntar [2020-11-10T20:13:15.308Z] --- PASS: TestTarUntar (0.03s) [2020-11-10T20:13:15.308Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-11-10T20:13:15.308Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestTarWithOptions [2020-11-10T20:13:15.308Z] --- PASS: TestTarWithOptions (0.03s) [2020-11-10T20:13:15.308Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-11-10T20:13:15.308Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestUntarUstarGnuConflict [2020-11-10T20:13:15.308Z] --- PASS: TestUntarUstarGnuConflict (0.04s) [2020-11-10T20:13:15.308Z] === RUN TestUntarInvalidFilenames [2020-11-10T20:13:15.308Z] === RUN TestError [2020-11-10T20:13:15.308Z] --- PASS: TestError (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestProgressString [2020-11-10T20:13:15.308Z] === RUN TestProgressString/no_progress [2020-11-10T20:13:15.308Z] === RUN TestProgressString/progress_1 [2020-11-10T20:13:15.308Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-11-10T20:13:15.308Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-11-10T20:13:15.308Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-11-10T20:13:15.308Z] === RUN TestProgressString/with_units [2020-11-10T20:13:15.308Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-11-10T20:13:15.308Z] === RUN TestProgressString/hide_counts [2020-11-10T20:13:15.308Z] --- PASS: TestProgressString (0.00s) [2020-11-10T20:13:15.308Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-11-10T20:13:15.308Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-11-10T20:13:15.308Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-11-10T20:13:15.308Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-11-10T20:13:15.308Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-11-10T20:13:15.308Z] --- PASS: TestProgressString/with_units (0.00s) [2020-11-10T20:13:15.308Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-11-10T20:13:15.308Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestJSONMessageDisplay [2020-11-10T20:13:15.308Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames114575626\\dest" [2020-11-10T20:13:15.308Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2020-11-10T20:13:15.308Z] === RUN TestUntarHardlinkToSymlink [2020-11-10T20:13:15.308Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2020-11-10T20:13:15.308Z] === RUN TestUntarInvalidHardlink [2020-11-10T20:13:15.308Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink469640635\\victim\\hello" -> "../victim/hello" [2020-11-10T20:13:15.308Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink594332638\\victim\\hello" -> "/../victim/hello" [2020-11-10T20:13:15.308Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink630080933\\victim" -> "../victim" [2020-11-10T20:13:15.308Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink709863104\\victim" -> "../victim" [2020-11-10T20:13:15.308Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink113288479\\victim" -> "../victim" [2020-11-10T20:13:15.308Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink814781426\\victim" -> "../victim" [2020-11-10T20:13:15.308Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2020-11-10T20:13:15.308Z] === RUN TestUntarInvalidSymlink [2020-11-10T20:13:15.308Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink157526185\\dest\\dotdot" -> "../victim/hello" [2020-11-10T20:13:15.308Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink828537844\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-10T20:13:15.308Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink588542659\\dest\\loophole-victim" -> "../victim" [2020-11-10T20:13:15.308Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink432364870\\dest\\loophole-victim" -> "../victim" [2020-11-10T20:13:15.308Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink457688557\\dest\\loophole-victim" -> "../victim" [2020-11-10T20:13:15.308Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink724248680\\dest\\loophole-victim" -> "../victim" [2020-11-10T20:13:15.308Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink281971367\\dest\\dir\\loophole" -> "../../victim" [2020-11-10T20:13:15.308Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2020-11-10T20:13:15.308Z] === RUN TestTempArchiveCloseMultipleTimes [2020-11-10T20:13:15.308Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestReplaceFileTarWrapper [2020-11-10T20:13:15.308Z] --- PASS: TestJSONMessageDisplay (0.15s) [2020-11-10T20:13:15.308Z] === RUN TestJSONMessageDisplayWithJSONError [2020-11-10T20:13:15.308Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-11-10T20:13:15.308Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestDisplayJSONMessagesStream [2020-11-10T20:13:15.308Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-11-10T20:13:15.308Z] PASS [2020-11-10T20:13:15.308Z] coverage: 91.7% of statements [2020-11-10T20:13:15.308Z] ok github.com/docker/docker/pkg/jsonmessage 0.218s coverage: 91.7% of statements [2020-11-10T20:13:15.308Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s) [2020-11-10T20:13:15.308Z] === RUN TestAtomicWriteToFile [2020-11-10T20:13:15.308Z] === RUN TestStandardLongPath [2020-11-10T20:13:15.308Z] --- PASS: TestStandardLongPath (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestUNCLongPath [2020-11-10T20:13:15.308Z] --- PASS: TestUNCLongPath (0.00s) [2020-11-10T20:13:15.308Z] PASS [2020-11-10T20:13:15.308Z] coverage: 100.0% of statements [2020-11-10T20:13:15.308Z] --- PASS: TestAtomicWriteToFile (0.05s) [2020-11-10T20:13:15.308Z] === RUN TestAtomicWriteSetCommit [2020-11-10T20:13:15.308Z] ok github.com/docker/docker/pkg/longpath 0.103s coverage: 100.0% of statements [2020-11-10T20:13:15.308Z] --- PASS: TestAtomicWriteSetCommit (0.06s) [2020-11-10T20:13:15.308Z] === RUN TestAtomicWriteSetCancel [2020-11-10T20:13:15.308Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-11-10T20:13:15.308Z] === RUN TestReadCloserWrapperClose [2020-11-10T20:13:15.308Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestReaderErrWrapperReadOnError [2020-11-10T20:13:15.308Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestReaderErrWrapperRead [2020-11-10T20:13:15.308Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestHashData [2020-11-10T20:13:15.308Z] --- PASS: TestHashData (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestCancelReadCloser [2020-11-10T20:13:15.308Z] --- PASS: TestReplaceFileTarWrapper (0.30s) [2020-11-10T20:13:15.308Z] === RUN TestPrefixHeaderReadable [2020-11-10T20:13:15.308Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2020-11-10T20:13:15.308Z] === RUN TestDisablePigz [2020-11-10T20:13:15.308Z] --- PASS: TestCancelReadCloser (0.10s) [2020-11-10T20:13:15.308Z] === RUN TestWriteCloserWrapperClose [2020-11-10T20:13:15.308Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestNopWriteCloser [2020-11-10T20:13:15.308Z] --- PASS: TestNopWriteCloser (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestNopWriter [2020-11-10T20:13:15.308Z] --- PASS: TestNopWriter (0.00s) [2020-11-10T20:13:15.308Z] === RUN TestWriteCounter [2020-11-10T20:13:15.308Z] --- PASS: TestWriteCounter (0.00s) [2020-11-10T20:13:15.308Z] PASS [2020-11-10T20:13:15.309Z] coverage: 69.2% of statements [2020-11-10T20:13:15.309Z] ok github.com/docker/docker/pkg/ioutils 0.860s coverage: 69.2% of statements [2020-11-10T20:13:15.309Z] --- PASS: TestDisablePigz (0.13s) [2020-11-10T20:13:15.309Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-11-10T20:13:15.309Z] === RUN TestPigz [2020-11-10T20:13:15.309Z] --- PASS: TestPigz (0.14s) [2020-11-10T20:13:15.309Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-11-10T20:13:15.309Z] === RUN TestCopyFileWithInvalidDest [2020-11-10T20:13:15.309Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-11-10T20:13:15.309Z] archive_windows_test.go:16: Currently fails [2020-11-10T20:13:15.309Z] === RUN TestCanonicalTarNameForPath [2020-11-10T20:13:15.309Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-11-10T20:13:15.309Z] === RUN TestCanonicalTarName [2020-11-10T20:13:15.309Z] --- PASS: TestCanonicalTarName (0.00s) [2020-11-10T20:13:15.309Z] === RUN TestChmodTarEntry [2020-11-10T20:13:15.309Z] --- PASS: TestChmodTarEntry (0.00s) [2020-11-10T20:13:15.309Z] === RUN TestHardLinkOrder [2020-11-10T20:13:15.643Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-11-10T20:13:15.643Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-11-10T20:13:15.769Z] --- PASS: TestHardLinkOrder (0.11s) [2020-11-10T20:13:15.769Z] === RUN TestChangeString [2020-11-10T20:13:15.769Z] --- PASS: TestChangeString (0.00s) [2020-11-10T20:13:15.769Z] === RUN TestChangesWithNoChanges [2020-11-10T20:13:15.769Z] --- PASS: TestChangesWithNoChanges (0.03s) [2020-11-10T20:13:15.769Z] === RUN TestChangesWithChanges [2020-11-10T20:13:15.769Z] --- PASS: TestChangesWithChanges (0.06s) [2020-11-10T20:13:15.769Z] === RUN TestChangesWithChangesGH13590 [2020-11-10T20:13:15.769Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-11-10T20:13:15.769Z] changes_test.go:192: needs more investigation [2020-11-10T20:13:15.769Z] === RUN TestChangesDirsEmpty [2020-11-10T20:13:15.769Z] --- PASS: TestChangesDirsEmpty (0.16s) [2020-11-10T20:13:15.769Z] === RUN TestChangesDirsMutated [2020-11-10T20:13:16.215Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-11-10T20:13:16.229Z] --- PASS: TestChangesDirsMutated (0.22s) [2020-11-10T20:13:16.229Z] === RUN TestApplyLayer [2020-11-10T20:13:16.229Z] --- SKIP: TestApplyLayer (0.00s) [2020-11-10T20:13:16.229Z] changes_test.go:405: needs further investigation [2020-11-10T20:13:16.229Z] === RUN TestChangesSizeWithHardlinks [2020-11-10T20:13:16.229Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-11-10T20:13:16.229Z] changes_test.go:441: needs further investigation [2020-11-10T20:13:16.229Z] === RUN TestChangesSizeWithNoChanges [2020-11-10T20:13:16.229Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-11-10T20:13:16.229Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-11-10T20:13:16.229Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-11-10T20:13:16.229Z] === RUN TestChangesSize [2020-11-10T20:13:16.229Z] --- PASS: TestChangesSize (0.00s) [2020-11-10T20:13:16.229Z] === RUN TestApplyLayerInvalidFilenames [2020-11-10T20:13:16.229Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames144539099\\dest" [2020-11-10T20:13:16.229Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2020-11-10T20:13:16.229Z] === RUN TestApplyLayerInvalidHardlink [2020-11-10T20:13:16.229Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink013051077\\victim\\hello" -> "../victim/hello" [2020-11-10T20:13:16.229Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink956299616\\victim\\hello" -> "/../victim/hello" [2020-11-10T20:13:16.229Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink241386815\\victim" -> "../victim" [2020-11-10T20:13:16.229Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink420135826\\victim" -> "../victim" [2020-11-10T20:13:16.229Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink218706889\\victim" -> "../victim" [2020-11-10T20:13:16.229Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink878842516\\victim" -> "../victim" [2020-11-10T20:13:16.229Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2020-11-10T20:13:16.229Z] === RUN TestApplyLayerInvalidSymlink [2020-11-10T20:13:16.229Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink290300643\\dest\\dotdot" -> "../victim/hello" [2020-11-10T20:13:16.229Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink101090022\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-10T20:13:16.229Z] === RUN TestNameFormat [2020-11-10T20:13:16.229Z] --- PASS: TestNameFormat (0.00s) [2020-11-10T20:13:16.229Z] === RUN TestNameRetries [2020-11-10T20:13:16.229Z] --- PASS: TestNameRetries (0.00s) [2020-11-10T20:13:16.229Z] PASS [2020-11-10T20:13:16.229Z] coverage: 85.7% of statements [2020-11-10T20:13:16.229Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink697086221\\dest\\loophole-victim" -> "../victim" [2020-11-10T20:13:16.229Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink350162696\\dest\\loophole-victim" -> "../victim" [2020-11-10T20:13:16.229Z] ok github.com/docker/docker/pkg/namesgenerator 0.066s coverage: 85.7% of statements [2020-11-10T20:13:16.229Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink117626567\\dest\\loophole-victim" -> "../victim" [2020-11-10T20:13:16.229Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink370218362\\dest\\loophole-victim" -> "../victim" [2020-11-10T20:13:16.229Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2020-11-10T20:13:16.229Z] === RUN TestApplyLayerWhiteouts [2020-11-10T20:13:16.229Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2020-11-10T20:13:16.229Z] === RUN TestGenerateEmptyFile [2020-11-10T20:13:16.229Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-11-10T20:13:16.229Z] === RUN TestGenerateWithContent [2020-11-10T20:13:16.229Z] --- PASS: TestGenerateWithContent (0.00s) [2020-11-10T20:13:16.229Z] PASS [2020-11-10T20:13:16.229Z] coverage: 62.7% of statements [2020-11-10T20:13:16.229Z] ok github.com/docker/docker/pkg/archive 9.738s coverage: 62.7% of statements [2020-11-10T20:13:16.229Z] === RUN TestParseKeyValueOpt [2020-11-10T20:13:16.229Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-11-10T20:13:16.229Z] === RUN TestParseUintList [2020-11-10T20:13:16.229Z] --- PASS: TestParseUintList (0.00s) [2020-11-10T20:13:16.229Z] === RUN TestParseUintListMaximumLimits [2020-11-10T20:13:16.229Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-11-10T20:13:16.229Z] PASS [2020-11-10T20:13:16.230Z] coverage: 97.0% of statements [2020-11-10T20:13:16.230Z] ok github.com/docker/docker/pkg/parsers 0.047s coverage: 97.0% of statements [2020-11-10T20:13:16.690Z] === RUN TestNewAndRemove [2020-11-10T20:13:16.690Z] --- PASS: TestNewAndRemove (0.00s) [2020-11-10T20:13:16.690Z] === RUN TestRemoveInvalidPath [2020-11-10T20:13:16.690Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-11-10T20:13:16.690Z] PASS [2020-11-10T20:13:16.690Z] coverage: 82.6% of statements [2020-11-10T20:13:16.690Z] ok github.com/docker/docker/pkg/pidfile 0.068s coverage: 82.6% of statements [2020-11-10T20:13:16.789Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-11-10T20:13:17.100Z] --- PASS: TestServiceWithDataPathPortInit (13.58s) [2020-11-10T20:13:17.101Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-10T20:13:17.361Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-11-10T20:13:17.361Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-11-10T20:13:17.622Z] --- PASS: TestSecretList (2.88s) [2020-11-10T20:13:17.622Z] === RUN TestSecretsCreateAndDelete [2020-11-10T20:13:17.660Z] === RUN TestParseEmptyInterface [2020-11-10T20:13:17.661Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-11-10T20:13:17.661Z] === RUN TestParseNonInterfaceType [2020-11-10T20:13:17.661Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-11-10T20:13:17.661Z] === RUN TestParseWithOneFunction [2020-11-10T20:13:17.661Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-11-10T20:13:17.661Z] === RUN TestParseWithMultipleFuncs [2020-11-10T20:13:17.661Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-11-10T20:13:17.661Z] === RUN TestParseWithUnnamedReturn [2020-11-10T20:13:17.661Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-11-10T20:13:17.661Z] === RUN TestEmbeddedInterface [2020-11-10T20:13:17.661Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-11-10T20:13:17.661Z] === RUN TestParsedImports [2020-11-10T20:13:17.661Z] --- PASS: TestParsedImports (0.00s) [2020-11-10T20:13:17.661Z] === RUN TestAliasedImports [2020-11-10T20:13:17.661Z] --- PASS: TestAliasedImports (0.00s) [2020-11-10T20:13:17.661Z] PASS [2020-11-10T20:13:17.661Z] coverage: 56.8% of statements [2020-11-10T20:13:17.661Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.080s coverage: 56.8% of statements [2020-11-10T20:13:17.883Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-11-10T20:13:17.883Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-11-10T20:13:19.201Z] === RUN TestFailedConnection [2020-11-10T20:13:19.268Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-11-10T20:13:19.662Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-11-10T20:13:19.662Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-10T20:13:19.662Z] === RUN TestBufioReaderPoolPutAndGet [2020-11-10T20:13:19.662Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-11-10T20:13:19.662Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-11-10T20:13:19.662Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-11-10T20:13:19.662Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-11-10T20:13:19.662Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-10T20:13:19.662Z] === RUN TestBufioWriterPoolPutAndGet [2020-11-10T20:13:19.662Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-11-10T20:13:19.662Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-11-10T20:13:19.662Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-11-10T20:13:19.662Z] === RUN TestBufferPoolPutAndGet [2020-11-10T20:13:19.662Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-11-10T20:13:19.662Z] PASS [2020-11-10T20:13:19.662Z] coverage: 88.2% of statements [2020-11-10T20:13:19.662Z] ok github.com/docker/docker/pkg/pools 0.051s coverage: 88.2% of statements [2020-11-10T20:13:19.662Z] === RUN TestHTTPTransport [2020-11-10T20:13:19.662Z] --- PASS: TestHTTPTransport (0.00s) [2020-11-10T20:13:19.662Z] PASS [2020-11-10T20:13:19.662Z] coverage: 85.7% of statements [2020-11-10T20:13:19.662Z] ok github.com/docker/docker/pkg/plugins/transport 0.187s coverage: 85.7% of statements [2020-11-10T20:13:20.124Z] --- PASS: TestFailedConnection (1.05s) [2020-11-10T20:13:20.124Z] === RUN TestFailOnce [2020-11-10T20:13:20.124Z] 2020/11/10 20:13:19 http: panic serving 127.0.0.1:49222: Plugin not ready [2020-11-10T20:13:20.124Z] goroutine 10 [running]: [2020-11-10T20:13:20.124Z] net/http.(*conn).serve.func1(0xc000058b40) [2020-11-10T20:13:20.124Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-11-10T20:13:20.124Z] panic(0x849ac0, 0x986830) [2020-11-10T20:13:20.124Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-11-10T20:13:20.124Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-10T20:13:20.124Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-11-10T20:13:20.124Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-10T20:13:20.124Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-11-10T20:13:20.124Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-10T20:13:20.124Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-11-10T20:13:20.124Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-10T20:13:20.124Z] c:/go/src/net/http/server.go:2831 +0xab [2020-11-10T20:13:20.124Z] net/http.(*conn).serve(0xc000058b40, 0x99b060, 0xc00004a980) [2020-11-10T20:13:20.124Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-11-10T20:13:20.124Z] created by net/http.(*Server).Serve [2020-11-10T20:13:20.124Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-11-10T20:13:20.124Z] time="2020-11-10T20:13:20Z" 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-11-10T20:13:20.584Z] === RUN TestOutputOnPrematureClose [2020-11-10T20:13:20.584Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-11-10T20:13:20.584Z] === RUN TestCompleteSilently [2020-11-10T20:13:20.584Z] --- PASS: TestCompleteSilently (0.00s) [2020-11-10T20:13:20.584Z] PASS [2020-11-10T20:13:20.584Z] coverage: 75.9% of statements [2020-11-10T20:13:20.584Z] ok github.com/docker/docker/pkg/progress 0.056s coverage: 75.9% of statements [2020-11-10T20:13:20.584Z] === RUN TestSendToOneSub [2020-11-10T20:13:20.584Z] --- PASS: TestSendToOneSub (0.00s) [2020-11-10T20:13:20.584Z] === RUN TestSendToMultipleSubs [2020-11-10T20:13:20.584Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-11-10T20:13:20.584Z] === RUN TestEvictOneSub [2020-11-10T20:13:20.584Z] --- PASS: TestEvictOneSub (0.00s) [2020-11-10T20:13:20.584Z] === RUN TestClosePublisher [2020-11-10T20:13:20.584Z] --- PASS: TestClosePublisher (0.00s) [2020-11-10T20:13:20.584Z] === RUN TestPubSubRace [2020-11-10T20:13:20.653Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-11-10T20:13:20.653Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-11-10T20:13:20.653Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-11-10T20:13:20.653Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-11-10T20:13:20.653Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-11-10T20:13:21.227Z] --- PASS: TestSecretsCreateAndDelete (3.40s) [2020-11-10T20:13:21.227Z] === RUN TestSecretsUpdate [2020-11-10T20:13:21.488Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-11-10T20:13:21.566Z] --- PASS: TestFailOnce (1.21s) [2020-11-10T20:13:21.566Z] === RUN TestEchoInputOutput [2020-11-10T20:13:21.566Z] --- PASS: TestEchoInputOutput (0.00s) [2020-11-10T20:13:21.566Z] === RUN TestBackoff [2020-11-10T20:13:21.566Z] --- PASS: TestBackoff (0.00s) [2020-11-10T20:13:21.566Z] === RUN TestAbortRetry [2020-11-10T20:13:21.566Z] --- PASS: TestAbortRetry (0.00s) [2020-11-10T20:13:21.566Z] === RUN TestClientScheme [2020-11-10T20:13:21.566Z] --- PASS: TestClientScheme (0.00s) [2020-11-10T20:13:21.566Z] === RUN TestNewClientWithTimeout [2020-11-10T20:13:21.566Z] --- PASS: TestPubSubRace (1.05s) [2020-11-10T20:13:21.566Z] PASS [2020-11-10T20:13:21.566Z] coverage: 75.0% of statements [2020-11-10T20:13:21.566Z] ok github.com/docker/docker/pkg/pubsub 1.095s coverage: 75.0% of statements [2020-11-10T20:13:22.028Z] === RUN TestRegister [2020-11-10T20:13:22.028Z] --- PASS: TestRegister (0.00s) [2020-11-10T20:13:22.028Z] === RUN TestCommand [2020-11-10T20:13:22.028Z] time="2020-11-10T20:13:21Z" 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-11-10T20:13:22.028Z] --- PASS: TestCommand (0.03s) [2020-11-10T20:13:22.028Z] === RUN TestNaiveSelf [2020-11-10T20:13:22.028Z] --- PASS: TestNaiveSelf (0.03s) [2020-11-10T20:13:22.028Z] PASS [2020-11-10T20:13:22.028Z] coverage: 82.4% of statements [2020-11-10T20:13:22.028Z] ok github.com/docker/docker/pkg/reexec 0.170s coverage: 82.4% of statements [2020-11-10T20:13:23.003Z] === RUN TestParseSignal [2020-11-10T20:13:23.003Z] --- PASS: TestParseSignal (0.00s) [2020-11-10T20:13:23.003Z] === RUN TestValidSignalForPlatform [2020-11-10T20:13:23.003Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-11-10T20:13:23.003Z] PASS [2020-11-10T20:13:23.003Z] coverage: 20.3% of statements [2020-11-10T20:13:23.003Z] ok github.com/docker/docker/pkg/signal 0.118s coverage: 20.3% of statements [2020-11-10T20:13:23.003Z] === RUN TestNewStdWriter [2020-11-10T20:13:23.003Z] --- PASS: TestNewStdWriter (0.00s) [2020-11-10T20:13:23.463Z] === RUN TestWriteWithUninitializedStdWriter [2020-11-10T20:13:23.463Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-11-10T20:13:23.463Z] === RUN TestWriteWithNilBytes [2020-11-10T20:13:23.463Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-11-10T20:13:23.463Z] === RUN TestWrite [2020-11-10T20:13:23.463Z] --- PASS: TestWrite (0.00s) [2020-11-10T20:13:23.463Z] === RUN TestWriteWithWriterError [2020-11-10T20:13:23.463Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-11-10T20:13:23.463Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-11-10T20:13:23.463Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-11-10T20:13:23.463Z] === RUN TestStdCopyWriteAndRead [2020-11-10T20:13:23.463Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-11-10T20:13:23.463Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-11-10T20:13:23.463Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-11-10T20:13:23.463Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-11-10T20:13:23.463Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-11-10T20:13:23.463Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-11-10T20:13:23.463Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-11-10T20:13:23.464Z] === RUN TestStdCopyWithInvalidInputHeader [2020-11-10T20:13:23.464Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-11-10T20:13:23.464Z] === RUN TestStdCopyWithCorruptedPrefix [2020-11-10T20:13:23.464Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-11-10T20:13:23.464Z] === RUN TestStdCopyReturnsWriteErrors [2020-11-10T20:13:23.464Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-11-10T20:13:23.464Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-11-10T20:13:23.464Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-11-10T20:13:23.464Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-11-10T20:13:23.464Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-11-10T20:13:23.464Z] PASS [2020-11-10T20:13:23.464Z] coverage: 100.0% of statements [2020-11-10T20:13:23.464Z] ok github.com/docker/docker/pkg/stdcopy 0.071s coverage: 100.0% of statements [2020-11-10T20:13:23.464Z] time="2020-11-10T20:13:23Z" 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-11-10T20:13:24.024Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.84s) [2020-11-10T20:13:24.024Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ppjeamvqu9mq8ye6yeyll6ro6 Created:2020-11-10 20:13:17.080496329 +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[e76a3b9fc0b437da862d81402d3a9a412659869b5f4431e89e01a3b37990f80a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5sgtgu1cevrkzvhracj0t05no EndpointID:fb809c962a1514dcf1fc7c4561729a16f5b737fe7fcd782fb494dbbb3931058b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0c8b5ae8ba2793102792f7e49be8d9c66c3a9122921352c63e2ed9d8f9e95327 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:f6d69b3f9d84 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5sgtgu1cevrkzvhracj0t05no EndpointID:fb809c962a1514dcf1fc7c4561729a16f5b737fe7fcd782fb494dbbb3931058b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-10T20:13:24.024Z] PASS [2020-11-10T20:13:24.024Z] [2020-11-10T20:13:24.024Z] === Skipped [2020-11-10T20:13:24.024Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:13:24.024Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:13:24.024Z] [2020-11-10T20:13:24.024Z] [2020-11-10T20:13:24.024Z] DONE 23 tests, 1 skipped in 38.946s [2020-11-10T20:13:24.024Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-10T20:13:24.024Z] ++ 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-11-10T20:13:24.024Z] ++ set -e [2020-11-10T20:13:24.024Z] ++ '[' -n 0 ']' [2020-11-10T20:13:24.024Z] ++ set -x [2020-11-10T20:13:24.024Z] ++ env -i DEST=/go/src/github.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-11-10T20:13:24.024Z] INFO: Testing against a local daemon [2020-11-10T20:13:24.024Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-10T20:13:24.024Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-10T20:13:24.024Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:13:24.024Z] === RUN TestDockerNetworkIpvlan [2020-11-10T20:13:24.024Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-10T20:13:24.024Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:13:24.024Z] PASS [2020-11-10T20:13:24.024Z] [2020-11-10T20:13:24.024Z] === Skipped [2020-11-10T20:13:24.024Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-10T20:13:24.024Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:13:24.024Z] [2020-11-10T20:13:24.024Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-10T20:13:24.024Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-10T20:13:24.024Z] [2020-11-10T20:13:24.024Z] [2020-11-10T20:13:24.024Z] DONE 2 tests, 2 skipped in 0.079s [2020-11-10T20:13:24.024Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-10T20:13:24.024Z] ++ 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-11-10T20:13:24.024Z] ++ set -e [2020-11-10T20:13:24.024Z] ++ '[' -n 0 ']' [2020-11-10T20:13:24.024Z] ++ set -x [2020-11-10T20:13:24.024Z] ++ env -i DEST=/go/src/github.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-11-10T20:13:24.024Z] INFO: Testing against a local daemon [2020-11-10T20:13:24.024Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-10T20:13:24.034Z] --- PASS: TestSecretsUpdate (2.54s) [2020-11-10T20:13:24.034Z] === RUN TestTemplatedSecret [2020-11-10T20:13:24.435Z] === RUN TestGenerateRandomID [2020-11-10T20:13:24.435Z] --- PASS: TestGenerateRandomID (0.00s) [2020-11-10T20:13:24.435Z] === RUN TestShortenId [2020-11-10T20:13:24.435Z] --- PASS: TestShortenId (0.00s) [2020-11-10T20:13:24.435Z] === RUN TestShortenSha256Id [2020-11-10T20:13:24.435Z] --- PASS: TestShortenSha256Id (0.00s) [2020-11-10T20:13:24.435Z] === RUN TestShortenIdEmpty [2020-11-10T20:13:24.435Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-11-10T20:13:24.435Z] === RUN TestShortenIdInvalid [2020-11-10T20:13:24.435Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-11-10T20:13:24.435Z] === RUN TestIsShortIDNonHex [2020-11-10T20:13:24.435Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-11-10T20:13:24.435Z] === RUN TestIsShortIDNotCorrectSize [2020-11-10T20:13:24.435Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-11-10T20:13:24.435Z] PASS [2020-11-10T20:13:24.435Z] coverage: 70.6% of statements [2020-11-10T20:13:24.435Z] ok github.com/docker/docker/pkg/stringid 0.050s coverage: 70.6% of statements [2020-11-10T20:13:24.661Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2020-11-10T20:13:24.661Z] === RUN TestDockerNetworkMacvlan [2020-11-10T20:13:24.898Z] === RUN TestRawProgressFormatterFormatStatus [2020-11-10T20:13:24.898Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-11-10T20:13:24.898Z] === RUN TestRawProgressFormatterFormatProgress [2020-11-10T20:13:24.898Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-11-10T20:13:24.898Z] === RUN TestFormatStatus [2020-11-10T20:13:24.898Z] --- PASS: TestFormatStatus (0.00s) [2020-11-10T20:13:24.898Z] === RUN TestFormatError [2020-11-10T20:13:24.898Z] --- PASS: TestFormatError (0.00s) [2020-11-10T20:13:24.898Z] === RUN TestFormatJSONError [2020-11-10T20:13:24.898Z] --- PASS: TestFormatJSONError (0.00s) [2020-11-10T20:13:24.898Z] === RUN TestJsonProgressFormatterFormatProgress [2020-11-10T20:13:24.898Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-11-10T20:13:24.898Z] === RUN TestJsonProgressFormatterFormatStatus [2020-11-10T20:13:24.898Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-11-10T20:13:24.898Z] === RUN TestNewJSONProgressOutput [2020-11-10T20:13:24.898Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-11-10T20:13:24.898Z] === RUN TestAuxFormatterEmit [2020-11-10T20:13:24.898Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-11-10T20:13:24.898Z] === RUN TestStreamWriterStdout [2020-11-10T20:13:24.898Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-11-10T20:13:24.898Z] === RUN TestStreamWriterStderr [2020-11-10T20:13:24.898Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-11-10T20:13:24.898Z] PASS [2020-11-10T20:13:24.898Z] coverage: 66.2% of statements [2020-11-10T20:13:24.898Z] ok github.com/docker/docker/pkg/streamformatter 0.073s coverage: 66.2% of statements [2020-11-10T20:13:25.300Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-10T20:13:25.876Z] time="2020-11-10T20:13:25Z" 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-11-10T20:13:25.876Z] === RUN TestIsCpusetListAvailable [2020-11-10T20:13:25.876Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-11-10T20:13:25.876Z] PASS [2020-11-10T20:13:25.876Z] coverage: 38.2% of statements [2020-11-10T20:13:25.876Z] ok github.com/docker/docker/pkg/sysinfo 0.068s coverage: 38.2% of statements [2020-11-10T20:13:25.946Z] --- PASS: TestTemplatedSecret (2.13s) [2020-11-10T20:13:25.947Z] === RUN TestSecretCreateResolve [2020-11-10T20:13:25.947Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-11-10T20:13:26.343Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-10T20:13:26.518Z] === RUN TestDockerSuite/TestContainerAPITop [2020-11-10T20:13:26.846Z] === RUN TestChtimes [2020-11-10T20:13:26.846Z] --- PASS: TestChtimes (0.00s) [2020-11-10T20:13:26.846Z] === RUN TestChtimesWindows [2020-11-10T20:13:26.846Z] --- PASS: TestChtimesWindows (0.00s) [2020-11-10T20:13:26.846Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2020-11-10T20:13:26.846Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2020-11-10T20:13:26.846Z] === RUN TestEnsureRemoveAllNotExist [2020-11-10T20:13:26.846Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2020-11-10T20:13:26.846Z] === RUN TestEnsureRemoveAllWithDir [2020-11-10T20:13:26.846Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2020-11-10T20:13:26.846Z] === RUN TestEnsureRemoveAllWithFile [2020-11-10T20:13:26.846Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2020-11-10T20:13:26.846Z] === RUN TestHasWin32KSupport [2020-11-10T20:13:26.846Z] --- PASS: TestHasWin32KSupport (0.00s) [2020-11-10T20:13:26.846Z] syscall_windows_test.go:8: win32k: true [2020-11-10T20:13:26.846Z] PASS [2020-11-10T20:13:26.846Z] coverage: 12.0% of statements [2020-11-10T20:13:26.846Z] ok github.com/docker/docker/pkg/system 0.062s coverage: 12.0% of statements [2020-11-10T20:13:26.983Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-10T20:13:27.089Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-11-10T20:13:27.089Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-11-10T20:13:27.089Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-11-10T20:13:27.307Z] === RUN TestTailFile [2020-11-10T20:13:27.307Z] --- PASS: TestTailFile (0.00s) [2020-11-10T20:13:27.307Z] === RUN TestTailFileManyLines [2020-11-10T20:13:27.307Z] --- PASS: TestTailFileManyLines (0.00s) [2020-11-10T20:13:27.307Z] === RUN TestTailEmptyFile [2020-11-10T20:13:27.307Z] --- PASS: TestTailEmptyFile (0.00s) [2020-11-10T20:13:27.307Z] === RUN TestTailNegativeN [2020-11-10T20:13:27.307Z] --- PASS: TestTailNegativeN (0.00s) [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader [2020-11-10T20:13:27.307Z] === CONT TestNewTailReader [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/single_byte_delimiter [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/2_byte_delimiter [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/4_byte_delimiter [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/8_byte_delimiter [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/truncated_last_line [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-11-10T20:13:27.307Z] === CONT TestNewTailReader/no_delimiter [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.307Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.307Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.307Z] === CONT TestNewTailReader/12_byte_delimiter [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.307Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.307Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.307Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.307Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.308Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.308Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.308Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.308Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.308Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.308Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.308Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.308Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.308Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.308Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.308Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.308Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.769Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.769Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.769Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/8_byte_delimiter [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/4_byte_delimiter [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/2_byte_delimiter [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/single_byte_delimiter [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.770Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.770Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.771Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.771Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.772Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.772Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.772Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-11-10T20:13:27.773Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:27.773Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:28.235Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-10T20:13:28.235Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:28.235Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:28.235Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:28.235Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:28.235Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-10T20:13:28.235Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:28.235Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:28.235Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:28.235Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:28.235Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:28.235Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:28.235Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:28.235Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:28.235Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:28.235Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:28.235Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:28.236Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:28.236Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-10T20:13:28.237Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.07s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.07s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.07s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.07s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-11-10T20:13:28.237Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.07s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.03s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.02s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.03s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-10T20:13:28.238Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.05s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.04s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-10T20:13:28.239Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-10T20:13:28.239Z] PASS [2020-11-10T20:13:28.239Z] coverage: 88.6% of statements [2020-11-10T20:13:28.239Z] ok github.com/docker/docker/pkg/tailfile 0.751s coverage: 88.6% of statements [2020-11-10T20:13:28.472Z] --- PASS: TestSecretCreateResolve (2.49s) [2020-11-10T20:13:28.472Z] PASS [2020-11-10T20:13:28.472Z] [2020-11-10T20:13:28.472Z] DONE 6 tests in 16.414s [2020-11-10T20:13:28.472Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-10T20:13:28.472Z] ++ 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-11-10T20:13:28.472Z] ++ set -e [2020-11-10T20:13:28.472Z] ++ '[' -n 0 ']' [2020-11-10T20:13:28.472Z] ++ set -x [2020-11-10T20:13:28.472Z] ++ env -i DEST=/go/src/github.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-11-10T20:13:28.472Z] INFO: Testing against a local daemon [2020-11-10T20:13:28.472Z] === RUN TestServiceCreateInit [2020-11-10T20:13:28.472Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-10T20:13:29.064Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-10T20:13:29.212Z] === RUN TestTarSumRemoveNonExistent [2020-11-10T20:13:29.212Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2020-11-10T20:13:29.212Z] === RUN TestTarSumRemove [2020-11-10T20:13:29.212Z] --- PASS: TestTarSumRemove (0.00s) [2020-11-10T20:13:29.212Z] === RUN TestSortFileInfoSums [2020-11-10T20:13:29.212Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-11-10T20:13:29.212Z] === RUN TestNewTarSumForLabelInvalid [2020-11-10T20:13:29.212Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-11-10T20:13:29.212Z] === RUN TestNewTarSumForLabel [2020-11-10T20:13:29.212Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-11-10T20:13:29.212Z] === RUN TestEmptyTar [2020-11-10T20:13:29.212Z] --- PASS: TestEmptyTar (0.00s) [2020-11-10T20:13:29.212Z] === RUN TestTarSumsReadSize [2020-11-10T20:13:29.212Z] --- PASS: TestTarSumsReadSize (0.01s) [2020-11-10T20:13:29.212Z] === RUN TestTarSums [2020-11-10T20:13:29.212Z] --- PASS: TestTarSums (0.11s) [2020-11-10T20:13:29.212Z] === RUN TestIteration [2020-11-10T20:13:29.212Z] --- PASS: TestIteration (0.00s) [2020-11-10T20:13:29.212Z] === RUN TestVersionLabelForChecksum [2020-11-10T20:13:29.212Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-11-10T20:13:29.212Z] === RUN TestVersion [2020-11-10T20:13:29.212Z] --- PASS: TestVersion (0.00s) [2020-11-10T20:13:29.212Z] === RUN TestGetVersion [2020-11-10T20:13:29.212Z] --- PASS: TestGetVersion (0.00s) [2020-11-10T20:13:29.212Z] === RUN TestGetVersions [2020-11-10T20:13:29.212Z] --- PASS: TestGetVersions (0.00s) [2020-11-10T20:13:29.212Z] PASS [2020-11-10T20:13:29.212Z] coverage: 89.3% of statements [2020-11-10T20:13:29.212Z] ok github.com/docker/docker/pkg/tarsum 0.239s coverage: 89.3% of statements [2020-11-10T20:13:29.674Z] testing: warning: no tests to run [2020-11-10T20:13:29.674Z] PASS [2020-11-10T20:13:29.674Z] coverage: [no statements] [2020-11-10T20:13:29.674Z] ok github.com/docker/docker/pkg/term/windows 0.062s coverage: [no statements] [no tests to run] [2020-11-10T20:13:29.858Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-11-10T20:13:30.134Z] === RUN TestTruncIndex [2020-11-10T20:13:30.134Z] --- PASS: TestTruncIndex (0.10s) [2020-11-10T20:13:30.134Z] PASS [2020-11-10T20:13:30.134Z] coverage: 91.5% of statements [2020-11-10T20:13:30.134Z] ok github.com/docker/docker/pkg/truncindex 0.154s coverage: 91.5% of statements [2020-11-10T20:13:30.449Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-11-10T20:13:30.600Z] time="2020-11-10T20:13:30Z" 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-11-10T20:13:30.600Z] === RUN TestIsGIT [2020-11-10T20:13:30.600Z] --- PASS: TestIsGIT (0.00s) [2020-11-10T20:13:30.600Z] === RUN TestIsTransport [2020-11-10T20:13:30.600Z] --- PASS: TestIsTransport (0.00s) [2020-11-10T20:13:30.600Z] PASS [2020-11-10T20:13:30.600Z] coverage: 100.0% of statements [2020-11-10T20:13:30.600Z] ok github.com/docker/docker/pkg/urlutil 0.048s coverage: 100.0% of statements [2020-11-10T20:13:31.061Z] === RUN TestVersionInfo [2020-11-10T20:13:31.061Z] --- PASS: TestVersionInfo (0.00s) [2020-11-10T20:13:31.061Z] === RUN TestAppendVersions [2020-11-10T20:13:31.061Z] --- PASS: TestAppendVersions (0.00s) [2020-11-10T20:13:31.061Z] PASS [2020-11-10T20:13:31.061Z] coverage: 88.9% of statements [2020-11-10T20:13:31.061Z] ok github.com/docker/docker/pkg/useragent 0.043s coverage: 88.9% of statements [2020-11-10T20:13:31.142Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-10T20:13:31.413Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-11-10T20:13:32.355Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-10T20:13:33.976Z] === RUN TestValidatePrivileges [2020-11-10T20:13:33.976Z] --- PASS: TestValidatePrivileges (0.00s) [2020-11-10T20:13:33.976Z] === RUN TestFilterByCapNeg [2020-11-10T20:13:33.976Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-11-10T20:13:33.976Z] === RUN TestFilterByCapPos [2020-11-10T20:13:33.976Z] --- PASS: TestFilterByCapPos (0.00s) [2020-11-10T20:13:33.976Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-11-10T20:13:33.976Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-11-10T20:13:33.976Z] PASS [2020-11-10T20:13:33.976Z] coverage: 12.0% of statements [2020-11-10T20:13:33.976Z] ok github.com/docker/docker/plugin 0.175s coverage: 12.0% of statements [2020-11-10T20:13:33.976Z] === RUN TestNewSettable [2020-11-10T20:13:33.976Z] --- PASS: TestNewSettable (0.00s) [2020-11-10T20:13:33.976Z] === RUN TestIsSettable [2020-11-10T20:13:33.976Z] --- PASS: TestIsSettable (0.00s) [2020-11-10T20:13:33.976Z] === RUN TestUpdateSettingsEnv [2020-11-10T20:13:33.976Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-11-10T20:13:33.976Z] PASS [2020-11-10T20:13:33.976Z] coverage: 20.1% of statements [2020-11-10T20:13:33.976Z] ok github.com/docker/docker/plugin/v2 0.237s coverage: 20.1% of statements [2020-11-10T20:13:34.437Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-10T20:13:34.437Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-10T20:13:34.437Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-10T20:13:34.437Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-10T20:13:34.437Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-10T20:13:34.437Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-11-10T20:13:34.437Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-11-10T20:13:34.437Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-10T20:13:34.437Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-10T20:13:34.899Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-11-10T20:13:34.906Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-10T20:13:35.414Z] === RUN TestLoad [2020-11-10T20:13:35.414Z] --- PASS: TestLoad (0.00s) [2020-11-10T20:13:35.414Z] === RUN TestSave [2020-11-10T20:13:35.414Z] --- PASS: TestSave (0.05s) [2020-11-10T20:13:35.414Z] === RUN TestAddDeleteGet [2020-11-10T20:13:35.414Z] --- PASS: TestAddDeleteGet (0.05s) [2020-11-10T20:13:35.414Z] === RUN TestInvalidTags [2020-11-10T20:13:35.414Z] --- PASS: TestInvalidTags (0.01s) [2020-11-10T20:13:35.414Z] PASS [2020-11-10T20:13:35.414Z] coverage: 84.4% of statements [2020-11-10T20:13:35.414Z] ok github.com/docker/docker/reference 0.209s coverage: 84.4% of statements [2020-11-10T20:13:35.472Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-11-10T20:13:35.559Z] --- PASS: TestDockerNetworkMacvlan (11.00s) [2020-11-10T20:13:35.559Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-11-10T20:13:35.559Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-11-10T20:13:35.559Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2020-11-10T20:13:35.559Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s) [2020-11-10T20:13:35.559Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.21s) [2020-11-10T20:13:35.559Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2020-11-10T20:13:35.559Z] PASS [2020-11-10T20:13:35.559Z] [2020-11-10T20:13:35.559Z] DONE 8 tests in 12.461s [2020-11-10T20:13:35.559Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-10T20:13:35.559Z] ++ 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-11-10T20:13:35.559Z] ++ set -e [2020-11-10T20:13:35.559Z] ++ '[' -n 0 ']' [2020-11-10T20:13:35.559Z] ++ set -x [2020-11-10T20:13:35.559Z] ++ env -i DEST=/go/src/github.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-11-10T20:13:35.559Z] testing: warning: no tests to run [2020-11-10T20:13:35.559Z] PASS [2020-11-10T20:13:35.559Z] [2020-11-10T20:13:35.559Z] DONE 0 tests in 0.012s [2020-11-10T20:13:35.559Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-10T20:13:35.559Z] ++ 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-11-10T20:13:35.559Z] ++ set -e [2020-11-10T20:13:35.559Z] ++ '[' -n 0 ']' [2020-11-10T20:13:35.559Z] ++ set -x [2020-11-10T20:13:35.559Z] ++ env -i DEST=/go/src/github.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-11-10T20:13:35.559Z] INFO: Testing against a local daemon [2020-11-10T20:13:35.559Z] === RUN TestAuthZPluginAllowRequest [2020-11-10T20:13:36.385Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-11-10T20:13:36.385Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2020-11-10T20:13:36.385Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-11-10T20:13:36.846Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-11-10T20:13:36.846Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-11-10T20:13:36.846Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-11-10T20:13:36.846Z] === RUN TestResumableRequestReaderWithReadError [2020-11-10T20:13:36.846Z] time="2020-11-10T20:13:36Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-11-10T20:13:36.846Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2020-11-10T20:13:36.846Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-11-10T20:13:36.846Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-11-10T20:13:36.846Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-11-10T20:13:36.846Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-11-10T20:13:36.846Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-11-10T20:13:36.846Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-11-10T20:13:36.846Z] === RUN TestResumableRequestReader [2020-11-10T20:13:36.846Z] --- PASS: TestResumableRequestReader (0.00s) [2020-11-10T20:13:36.846Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-11-10T20:13:36.846Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-11-10T20:13:36.846Z] PASS [2020-11-10T20:13:36.846Z] coverage: 100.0% of statements [2020-11-10T20:13:36.846Z] ok github.com/docker/docker/registry/resumable 0.321s coverage: 100.0% of statements [2020-11-10T20:13:36.856Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-11-10T20:13:37.074Z] --- PASS: TestAuthZPluginAllowRequest (1.31s) [2020-11-10T20:13:37.074Z] === RUN TestAuthZPluginTLS [2020-11-10T20:13:37.120Z] --- PASS: TestServiceCreateInit (8.69s) [2020-11-10T20:13:37.120Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.92s) [2020-11-10T20:13:37.120Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.73s) [2020-11-10T20:13:37.120Z] === RUN TestCreateServiceMultipleTimes [2020-11-10T20:13:37.308Z] === RUN TestRestartManagerTimeout [2020-11-10T20:13:37.308Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-11-10T20:13:37.308Z] === RUN TestRestartManagerTimeoutReset [2020-11-10T20:13:37.308Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-11-10T20:13:37.308Z] PASS [2020-11-10T20:13:37.308Z] coverage: 50.9% of statements [2020-11-10T20:13:37.308Z] ok github.com/docker/docker/restartmanager 0.070s coverage: 50.9% of statements [2020-11-10T20:13:37.308Z] === RUN TestResolveAuthConfigIndexServer [2020-11-10T20:13:37.308Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-11-10T20:13:37.308Z] === RUN TestResolveAuthConfigFullURL [2020-11-10T20:13:37.308Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-11-10T20:13:37.308Z] === RUN TestLoadAllowNondistributableArtifacts [2020-11-10T20:13:37.308Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-11-10T20:13:37.308Z] === RUN TestValidateMirror [2020-11-10T20:13:37.308Z] --- PASS: TestValidateMirror (0.00s) [2020-11-10T20:13:37.308Z] === RUN TestLoadInsecureRegistries [2020-11-10T20:13:37.369Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-11-10T20:13:37.369Z] === RUN TestAuthZPluginDenyRequest [2020-11-10T20:13:37.768Z] time="2020-11-10T20:13:37Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-10T20:13:37.768Z] time="2020-11-10T20:13:37Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-11-10T20:13:37.768Z] time="2020-11-10T20:13:37Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-10T20:13:37.768Z] --- PASS: TestLoadInsecureRegistries (0.19s) [2020-11-10T20:13:37.768Z] === RUN TestNewServiceConfig [2020-11-10T20:13:37.768Z] --- PASS: TestNewServiceConfig (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestValidateIndexName [2020-11-10T20:13:37.768Z] --- PASS: TestValidateIndexName (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestValidateIndexNameWithError [2020-11-10T20:13:37.768Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestEndpointParse [2020-11-10T20:13:37.768Z] --- PASS: TestEndpointParse (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestEndpointParseInvalid [2020-11-10T20:13:37.768Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestValidateEndpoint [2020-11-10T20:13:37.768Z] --- PASS: TestValidateEndpoint (0.01s) [2020-11-10T20:13:37.768Z] === RUN TestPing [2020-11-10T20:13:37.768Z] --- PASS: TestPing (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestPingRegistryEndpoint [2020-11-10T20:13:37.768Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2020-11-10T20:13:37.768Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:37.768Z] === RUN TestEndpoint [2020-11-10T20:13:37.768Z] --- SKIP: TestEndpoint (0.01s) [2020-11-10T20:13:37.768Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:37.768Z] === RUN TestParseRepositoryInfo [2020-11-10T20:13:37.768Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestNewIndexInfo [2020-11-10T20:13:37.768Z] --- PASS: TestNewIndexInfo (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestMirrorEndpointLookup [2020-11-10T20:13:37.768Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2020-11-10T20:13:37.768Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:37.768Z] === RUN TestSearchRepositories [2020-11-10T20:13:37.768Z] --- PASS: TestSearchRepositories (0.01s) [2020-11-10T20:13:37.768Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-11-10T20:13:37.768Z] Host: 127.0.0.1:49241 [2020-11-10T20:13:37.768Z] User-Agent: docker test client [2020-11-10T20:13:37.768Z] Authorization: Token fake-token [2020-11-10T20:13:37.768Z] X-Docker-Token: true [2020-11-10T20:13:37.768Z] Accept-Encoding: gzip [2020-11-10T20:13:37.768Z] [2020-11-10T20:13:37.768Z] [2020-11-10T20:13:37.768Z] registry_test.go:730: HTTP/1.1 200 OK [2020-11-10T20:13:37.768Z] Connection: close [2020-11-10T20:13:37.768Z] Content-Length: 144 [2020-11-10T20:13:37.768Z] Cache-Control: no-cache [2020-11-10T20:13:37.768Z] Content-Type: application/json [2020-11-10T20:13:37.768Z] Date: Tue, 10 Nov 2020 20:13:37 GMT [2020-11-10T20:13:37.768Z] Expires: -1 [2020-11-10T20:13:37.768Z] Pragma: no-cache [2020-11-10T20:13:37.768Z] Server: docker-tests/mock [2020-11-10T20:13:37.768Z] X-Docker-Registry-Config: mock [2020-11-10T20:13:37.768Z] X-Docker-Registry-Version: 0.0.0 [2020-11-10T20:13:37.768Z] [2020-11-10T20:13:37.768Z] [2020-11-10T20:13:37.768Z] === RUN TestTrustedLocation [2020-11-10T20:13:37.768Z] --- PASS: TestTrustedLocation (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-11-10T20:13:37.768Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestAllowNondistributableArtifacts [2020-11-10T20:13:37.768Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-11-10T20:13:37.768Z] === RUN TestIsSecureIndex [2020-11-10T20:13:37.768Z] --- PASS: TestIsSecureIndex (0.00s) [2020-11-10T20:13:37.768Z] PASS [2020-11-10T20:13:37.768Z] coverage: 50.3% of statements [2020-11-10T20:13:37.768Z] ok github.com/docker/docker/registry 0.472s coverage: 50.3% of statements [2020-11-10T20:13:38.007Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-11-10T20:13:38.007Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-10T20:13:38.063Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-11-10T20:13:38.231Z] === RUN TestDecodeContainerConfig [2020-11-10T20:13:38.635Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-11-10T20:13:38.647Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-11-10T20:13:38.647Z] === RUN TestAuthZPluginDenyResponse [2020-11-10T20:13:38.691Z] --- PASS: TestDecodeContainerConfig (0.00s) [2020-11-10T20:13:38.691Z] === RUN TestDecodeContainerConfigIsolation [2020-11-10T20:13:38.692Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-11-10T20:13:38.692Z] === RUN TestValidatePrivileged [2020-11-10T20:13:38.692Z] --- PASS: TestValidatePrivileged (0.00s) [2020-11-10T20:13:38.692Z] PASS [2020-11-10T20:13:38.692Z] coverage: 52.2% of statements [2020-11-10T20:13:38.692Z] ok github.com/docker/docker/runconfig 0.092s coverage: 52.2% of statements [2020-11-10T20:13:38.692Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-11-10T20:13:38.692Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-11-10T20:13:38.692Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-11-10T20:13:38.692Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-11-10T20:13:38.692Z] PASS [2020-11-10T20:13:38.692Z] coverage: 62.5% of statements [2020-11-10T20:13:38.692Z] ok github.com/docker/docker/testutil 0.051s coverage: 62.5% of statements [2020-11-10T20:13:39.153Z] --- PASS: TestNewClientWithTimeout (17.63s) [2020-11-10T20:13:39.153Z] === RUN TestClientStream [2020-11-10T20:13:39.153Z] --- PASS: TestClientStream (0.00s) [2020-11-10T20:13:39.153Z] === RUN TestClientSendFile [2020-11-10T20:13:39.153Z] --- PASS: TestClientSendFile (0.00s) [2020-11-10T20:13:39.153Z] === RUN TestClientWithRequestTimeout [2020-11-10T20:13:39.153Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2020-11-10T20:13:39.153Z] === RUN TestFileSpecPlugin [2020-11-10T20:13:39.153Z] --- PASS: TestFileSpecPlugin (0.01s) [2020-11-10T20:13:39.153Z] === RUN TestFileJSONSpecPlugin [2020-11-10T20:13:39.153Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-11-10T20:13:39.153Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-11-10T20:13:39.153Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-11-10T20:13:39.153Z] === RUN TestPluginAddHandler [2020-11-10T20:13:39.153Z] --- PASS: TestPluginAddHandler (0.00s) [2020-11-10T20:13:39.153Z] === RUN TestPluginWaitBadPlugin [2020-11-10T20:13:39.153Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-11-10T20:13:39.153Z] === RUN TestGet [2020-11-10T20:13:39.153Z] time="2020-11-10T20:13:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-11-10T20:13:39.284Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-11-10T20:13:39.284Z] === RUN TestAuthZPluginAllowEventStream [2020-11-10T20:13:40.124Z] time="2020-11-10T20:13:39Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-11-10T20:13:40.325Z] --- PASS: TestAuthZPluginAllowEventStream (1.32s) [2020-11-10T20:13:40.325Z] === RUN TestAuthZPluginErrorResponse [2020-11-10T20:13:40.549Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-11-10T20:13:40.963Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-11-10T20:13:40.963Z] === RUN TestAuthZPluginErrorRequest [2020-11-10T20:13:41.599Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-11-10T20:13:41.599Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-10T20:13:41.667Z] === RUN TestGetDriver [2020-11-10T20:13:41.667Z] --- PASS: TestGetDriver (0.00s) [2020-11-10T20:13:41.667Z] === RUN TestVolumeRequestError [2020-11-10T20:13:41.667Z] --- PASS: TestVolumeRequestError (0.01s) [2020-11-10T20:13:41.667Z] PASS [2020-11-10T20:13:41.667Z] coverage: 36.1% of statements [2020-11-10T20:13:41.667Z] ok github.com/docker/docker/volume/drivers 0.159s coverage: 36.1% of statements [2020-11-10T20:13:41.667Z] === RUN TestGetAddress [2020-11-10T20:13:41.667Z] --- PASS: TestGetAddress (0.00s) [2020-11-10T20:13:41.667Z] === RUN TestRemove [2020-11-10T20:13:41.667Z] --- SKIP: TestRemove (0.00s) [2020-11-10T20:13:41.667Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-10T20:13:41.667Z] === RUN TestInitializeWithVolumes [2020-11-10T20:13:41.667Z] --- PASS: TestInitializeWithVolumes (0.01s) [2020-11-10T20:13:41.667Z] === RUN TestCreate [2020-11-10T20:13:41.667Z] --- PASS: TestCreate (0.01s) [2020-11-10T20:13:41.667Z] === RUN TestValidateName [2020-11-10T20:13:41.667Z] --- PASS: TestValidateName (0.00s) [2020-11-10T20:13:41.667Z] === RUN TestCreateWithOpts [2020-11-10T20:13:41.667Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-11-10T20:13:41.667Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-10T20:13:41.667Z] === RUN TestRelaodNoOpts [2020-11-10T20:13:41.667Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-11-10T20:13:41.667Z] PASS [2020-11-10T20:13:41.667Z] coverage: 41.0% of statements [2020-11-10T20:13:41.667Z] ok github.com/docker/docker/volume/local 0.211s coverage: 41.0% of statements [2020-11-10T20:13:41.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-11-10T20:13:42.129Z] time="2020-11-10T20:13:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-11-10T20:13:42.129Z] === RUN TestConvertTmpfsOptions [2020-11-10T20:13:42.129Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-11-10T20:13:42.129Z] parser_test.go:49: data="mode=700,size=1m" [2020-11-10T20:13:42.129Z] parser_test.go:49: data="ro" [2020-11-10T20:13:42.129Z] === RUN TestParseMountRaw [2020-11-10T20:13:42.129Z] --- PASS: TestParseMountRaw (0.03s) [2020-11-10T20:13:42.129Z] === RUN TestParseMountRawSplit [2020-11-10T20:13:42.129Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-11-10T20:13:42.129Z] parser_test.go:390: case 0 [2020-11-10T20:13:42.129Z] parser_test.go:390: case 1 [2020-11-10T20:13:42.129Z] parser_test.go:390: case 2 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 3 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 4 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 5 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 6 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 7 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 8 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 0 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 1 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 2 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 3 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 4 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 5 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 6 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 7 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 8 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 9 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 10 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 11 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 12 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 0 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 1 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 2 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 3 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 4 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 5 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 6 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 7 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 8 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 9 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 10 [2020-11-10T20:13:42.130Z] parser_test.go:390: case 11 [2020-11-10T20:13:42.130Z] === RUN TestParseMountSpec [2020-11-10T20:13:42.130Z] --- PASS: TestParseMountSpec (0.00s) [2020-11-10T20:13:42.130Z] parser_test.go:455: case 0 [2020-11-10T20:13:42.130Z] parser_test.go:455: case 1 [2020-11-10T20:13:42.130Z] parser_test.go:455: case 2 [2020-11-10T20:13:42.130Z] parser_test.go:455: case 3 [2020-11-10T20:13:42.130Z] parser_test.go:455: case 4 [2020-11-10T20:13:42.130Z] parser_test.go:455: case 5 [2020-11-10T20:13:42.130Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-11-10T20:13:42.130Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-11-10T20:13:42.130Z] === RUN TestValidateMount [2020-11-10T20:13:42.130Z] --- PASS: TestValidateMount (0.00s) [2020-11-10T20:13:42.130Z] PASS [2020-11-10T20:13:42.130Z] coverage: 66.2% of statements [2020-11-10T20:13:42.130Z] ok github.com/docker/docker/volume/mounts 0.142s coverage: 66.2% of statements [2020-11-10T20:13:42.236Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-11-10T20:13:42.236Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-10T20:13:43.320Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-11-10T20:13:43.756Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.65s) [2020-11-10T20:13:43.756Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-10T20:13:44.314Z] === RUN TestSetGetMeta [2020-11-10T20:13:44.314Z] === PAUSE TestSetGetMeta [2020-11-10T20:13:44.314Z] === RUN TestRestore [2020-11-10T20:13:44.314Z] === PAUSE TestRestore [2020-11-10T20:13:44.314Z] === RUN TestServiceCreate [2020-11-10T20:13:44.314Z] === PAUSE TestServiceCreate [2020-11-10T20:13:44.314Z] === RUN TestServiceList [2020-11-10T20:13:44.314Z] === PAUSE TestServiceList [2020-11-10T20:13:44.314Z] === RUN TestServiceRemove [2020-11-10T20:13:44.314Z] === PAUSE TestServiceRemove [2020-11-10T20:13:44.314Z] === RUN TestServiceGet [2020-11-10T20:13:44.314Z] === PAUSE TestServiceGet [2020-11-10T20:13:44.314Z] === RUN TestServicePrune [2020-11-10T20:13:44.314Z] === PAUSE TestServicePrune [2020-11-10T20:13:44.314Z] === RUN TestCreate [2020-11-10T20:13:44.314Z] === PAUSE TestCreate [2020-11-10T20:13:44.314Z] === RUN TestRemove [2020-11-10T20:13:44.314Z] === PAUSE TestRemove [2020-11-10T20:13:44.314Z] === RUN TestList [2020-11-10T20:13:44.314Z] === PAUSE TestList [2020-11-10T20:13:44.314Z] === RUN TestFindByDriver [2020-11-10T20:13:44.314Z] === PAUSE TestFindByDriver [2020-11-10T20:13:44.314Z] === RUN TestFindByReferenced [2020-11-10T20:13:44.314Z] === PAUSE TestFindByReferenced [2020-11-10T20:13:44.314Z] === RUN TestDerefMultipleOfSameRef [2020-11-10T20:13:44.314Z] === PAUSE TestDerefMultipleOfSameRef [2020-11-10T20:13:44.314Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-10T20:13:44.314Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-10T20:13:44.314Z] === RUN TestDefererencePluginOnCreateError [2020-11-10T20:13:44.314Z] === PAUSE TestDefererencePluginOnCreateError [2020-11-10T20:13:44.314Z] === RUN TestRefDerefRemove [2020-11-10T20:13:44.314Z] === PAUSE TestRefDerefRemove [2020-11-10T20:13:44.314Z] === RUN TestGet [2020-11-10T20:13:44.314Z] === PAUSE TestGet [2020-11-10T20:13:44.314Z] === RUN TestGetWithReference [2020-11-10T20:13:44.314Z] === PAUSE TestGetWithReference [2020-11-10T20:13:44.314Z] === RUN TestFilterFunc [2020-11-10T20:13:44.314Z] === RUN TestFilterFunc/test_nil_list [2020-11-10T20:13:44.314Z] === PAUSE TestFilterFunc/test_nil_list [2020-11-10T20:13:44.314Z] === RUN TestFilterFunc/test_empty_list [2020-11-10T20:13:44.314Z] === PAUSE TestFilterFunc/test_empty_list [2020-11-10T20:13:44.314Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-11-10T20:13:44.314Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-11-10T20:13:44.314Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-10T20:13:44.314Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-10T20:13:44.314Z] === RUN TestFilterFunc/test_filter_some [2020-11-10T20:13:44.314Z] === PAUSE TestFilterFunc/test_filter_some [2020-11-10T20:13:44.314Z] === RUN TestFilterFunc/test_filter_middle [2020-11-10T20:13:44.314Z] === PAUSE TestFilterFunc/test_filter_middle [2020-11-10T20:13:44.314Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-11-10T20:13:44.314Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-11-10T20:13:44.314Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-11-10T20:13:44.314Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-11-10T20:13:44.314Z] === CONT TestFilterFunc/test_nil_list [2020-11-10T20:13:44.314Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-11-10T20:13:44.314Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-11-10T20:13:44.314Z] === CONT TestFilterFunc/test_filter_middle [2020-11-10T20:13:44.314Z] === CONT TestFilterFunc/test_filter_some [2020-11-10T20:13:44.314Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-10T20:13:44.314Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-11-10T20:13:44.314Z] === CONT TestFilterFunc/test_empty_list [2020-11-10T20:13:44.314Z] --- PASS: TestFilterFunc (0.00s) [2020-11-10T20:13:44.314Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-11-10T20:13:44.314Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-11-10T20:13:44.314Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-11-10T20:13:44.314Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-11-10T20:13:44.314Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-11-10T20:13:44.314Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-11-10T20:13:44.314Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-11-10T20:13:44.314Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-11-10T20:13:44.314Z] === CONT TestSetGetMeta [2020-11-10T20:13:44.314Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-10T20:13:44.314Z] === CONT TestGet [2020-11-10T20:13:44.314Z] === CONT TestGetWithReference [2020-11-10T20:13:44.314Z] --- PASS: TestSetGetMeta (0.02s) [2020-11-10T20:13:44.314Z] === CONT TestRefDerefRemove [2020-11-10T20:13:44.314Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.04s) [2020-11-10T20:13:44.314Z] === CONT TestDefererencePluginOnCreateError [2020-11-10T20:13:44.314Z] --- PASS: TestGet (0.04s) [2020-11-10T20:13:44.314Z] === CONT TestDerefMultipleOfSameRef [2020-11-10T20:13:44.314Z] --- PASS: TestRefDerefRemove (0.04s) [2020-11-10T20:13:44.314Z] === CONT TestFindByReferenced [2020-11-10T20:13:44.314Z] --- PASS: TestGetWithReference (0.04s) [2020-11-10T20:13:44.314Z] === CONT TestFindByDriver [2020-11-10T20:13:44.314Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2020-11-10T20:13:44.314Z] === CONT TestList [2020-11-10T20:13:44.314Z] --- PASS: TestDerefMultipleOfSameRef (0.04s) [2020-11-10T20:13:44.314Z] === CONT TestRemove [2020-11-10T20:13:44.314Z] --- PASS: TestFindByReferenced (0.04s) [2020-11-10T20:13:44.314Z] === CONT TestCreate [2020-11-10T20:13:44.314Z] --- PASS: TestFindByDriver (0.04s) [2020-11-10T20:13:44.314Z] === CONT TestServicePrune [2020-11-10T20:13:44.314Z] --- PASS: TestCreate (0.03s) [2020-11-10T20:13:44.314Z] === CONT TestServiceGet [2020-11-10T20:13:44.314Z] --- PASS: TestRemove (0.03s) [2020-11-10T20:13:44.314Z] === CONT TestServiceRemove [2020-11-10T20:13:44.314Z] --- PASS: TestList (0.04s) [2020-11-10T20:13:44.314Z] === CONT TestServiceList [2020-11-10T20:13:44.314Z] --- PASS: TestServiceGet (0.12s) [2020-11-10T20:13:44.314Z] === CONT TestServiceCreate [2020-11-10T20:13:44.314Z] time="2020-11-10T20:13:44Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-10T20:13:44.314Z] --- PASS: TestServiceRemove (0.12s) [2020-11-10T20:13:44.314Z] === CONT TestRestore [2020-11-10T20:13:44.314Z] --- PASS: TestServiceList (0.12s) [2020-11-10T20:13:44.314Z] time="2020-11-10T20:13:44Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-10T20:13:44.314Z] time="2020-11-10T20:13:44Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-10T20:13:44.314Z] --- PASS: TestServiceCreate (0.03s) [2020-11-10T20:13:44.314Z] time="2020-11-10T20:13:44Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-11-10T20:13:44.314Z] time="2020-11-10T20:13:44Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-10T20:13:44.314Z] --- PASS: TestRestore (0.04s) [2020-11-10T20:13:44.314Z] --- PASS: TestServicePrune (0.19s) [2020-11-10T20:13:44.314Z] PASS [2020-11-10T20:13:44.314Z] coverage: 70.3% of statements [2020-11-10T20:13:44.314Z] ok github.com/docker/docker/volume/service 0.463s coverage: 70.3% of statements [2020-11-10T20:13:44.704Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b8f480_} [2020-11-10T20:13:45.276Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.66s) [2020-11-10T20:13:45.276Z] === RUN TestAuthZPluginHeader [2020-11-10T20:13:45.855Z] time="2020-11-10T20:13:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-11-10T20:13:46.087Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1449218537_/foo_false____} [2020-11-10T20:13:46.319Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-11-10T20:13:46.319Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-10T20:13:46.319Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-10T20:13:46.319Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:13:46.319Z] === RUN TestAuthZPluginV2Disable [2020-11-10T20:13:46.319Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-10T20:13:46.319Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:13:46.319Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-10T20:13:46.319Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-10T20:13:46.319Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:13:46.319Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-10T20:13:46.319Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-10T20:13:46.319Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:13:46.319Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-10T20:13:47.471Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1449218537_/foo_true____} [2020-11-10T20:13:48.876Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3167807028_/foo_false____} [2020-11-10T20:13:50.260Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3167807028_/foo_true____} [2020-11-10T20:13:51.642Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3167807028_/foo_true__0xc000b8f4e0__} [2020-11-10T20:13:53.025Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b8f500_} [2020-11-10T20:13:53.966Z] --- PASS: TestCreateServiceMultipleTimes (16.82s) [2020-11-10T20:13:53.966Z] === RUN TestCreateServiceConflict [2020-11-10T20:13:54.226Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b8f540_} [2020-11-10T20:13:54.437Z] --- PASS: TestGet (15.05s) [2020-11-10T20:13:54.437Z] === RUN TestPluginWithNoManifest [2020-11-10T20:13:54.437Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-11-10T20:13:54.437Z] === RUN TestGetAll [2020-11-10T20:13:54.437Z] --- PASS: TestGetAll (0.01s) [2020-11-10T20:13:54.437Z] PASS [2020-11-10T20:13:54.437Z] coverage: 73.4% of statements [2020-11-10T20:13:54.437Z] ok github.com/docker/docker/pkg/plugins 35.105s coverage: 73.4% of statements [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/quota [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/rootless [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/volume [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-10T20:13:54.437Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-10T20:13:55.610Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b8f560_} [2020-11-10T20:13:56.550Z] --- PASS: TestCreateServiceConflict (2.51s) [2020-11-10T20:13:56.550Z] === RUN TestCreateServiceMaxReplicas [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === Skipped [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-11-10T20:13:56.621Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-11-10T20:13:56.621Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2020-11-10T20:13:56.621Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2020-11-10T20:13:56.621Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-11-10T20:13:56.621Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-11-10T20:13:56.621Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-11-10T20:13:56.621Z] daemon_test.go:147: root required [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-10T20:13:56.621Z] reload_test.go:520: root required [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-11-10T20:13:56.621Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-10T20:13:56.621Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-11-10T20:13:56.621Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-11-10T20:13:56.621Z] download_test.go:268: Needs fixing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-11-10T20:13:56.621Z] layer_test.go:304: Failing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-11-10T20:13:56.621Z] layer_test.go:353: Failing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-11-10T20:13:56.621Z] layer_test.go:468: Failing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-11-10T20:13:56.621Z] layer_test.go:697: Failing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-11-10T20:13:56.621Z] migration_test.go:46: Failing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-11-10T20:13:56.621Z] migration_test.go:182: Failing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-11-10T20:13:56.621Z] mount_test.go:17: Failing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-11-10T20:13:56.621Z] mount_test.go:76: Failing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-11-10T20:13:56.621Z] mount_test.go:125: Failing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-11-10T20:13:56.621Z] mount_test.go:212: Failing on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:133: Xz not present in msys2 [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:238: Failing on Windows CI machines [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-11-10T20:13:56.621Z] archive_windows_test.go:16: Currently fails [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-11-10T20:13:56.621Z] changes_test.go:192: needs more investigation [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-11-10T20:13:56.621Z] changes_test.go:405: needs further investigation [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-11-10T20:13:56.621Z] changes_test.go:441: needs further investigation [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-11-10T20:13:56.621Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-11-10T20:13:56.621Z] poller_test.go:41: No chmod on Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-10T20:13:56.621Z] fileutils_test.go:134: Needs porting to Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-10T20:13:56.621Z] fileutils_test.go:180: Needs porting to Windows [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-11-10T20:13:56.621Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2020-11-10T20:13:56.621Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2020-11-10T20:13:56.621Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-11-10T20:13:56.621Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-11-10T20:13:56.621Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] [2020-11-10T20:13:56.621Z] DONE 1770 tests, 45 skipped in 219.652s [2020-11-10T20:13:56.621Z] INFO: make.ps1 ended at 11/10/2020 20:13:56 [2020-11-10T20:13:56.812Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b8f580_} [2020-11-10T20:13:58.197Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-11-10T20:13:59.537Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-11-10T20:13:59.537Z] INFO: Unit tests ended at 11/10/2020 20:13:59. Duration:00:04:00.9969854 [2020-11-10T20:13:59.537Z] INFO: Building busybox [2020-11-10T20:13:59.537Z] Sending build context to Docker daemon 5.12kB [2020-11-10T20:13:59.537Z] [2020-11-10T20:13:59.537Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-11-10T20:13:59.537Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-11-10T20:13:59.537Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-11-10T20:13:59.537Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-11-10T20:13:59.537Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-11-10T20:13:59.537Z] ---> 32fecabef723 [2020-11-10T20:13:59.537Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-11-10T20:13:59.537Z] ---> Running in e736285bcf9d [2020-11-10T20:13:59.583Z] --- PASS: TestCreateServiceMaxReplicas (3.19s) [2020-11-10T20:13:59.584Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-10T20:13:59.584Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-11-10T20:13:59.584Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-11-10T20:13:59.584Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-11-10T20:13:59.584Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-11-10T20:13:59.584Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-11-10T20:13:59.584Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-11-10T20:13:59.584Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-11-10T20:13:59.584Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-11-10T20:13:59.845Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-11-10T20:13:59.845Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-11-10T20:13:59.845Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-11-10T20:13:59.845Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-11-10T20:13:59.845Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-11-10T20:13:59.845Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-11-10T20:13:59.845Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-11-10T20:13:59.845Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-11-10T20:13:59.845Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-11-10T20:13:59.845Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-11-10T20:14:02.390Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-11-10T20:14:03.778Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-11-10T20:14:04.913Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2020-11-10T20:14:04.913Z] PASS [2020-11-10T20:14:04.913Z] [2020-11-10T20:14:04.913Z] === Skipped [2020-11-10T20:14:04.913Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-10T20:14:04.913Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:14:04.913Z] [2020-11-10T20:14:04.913Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-10T20:14:04.913Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:14:04.913Z] [2020-11-10T20:14:04.913Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-10T20:14:04.913Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:14:04.913Z] [2020-11-10T20:14:04.913Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-10T20:14:04.913Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:14:04.913Z] [2020-11-10T20:14:04.913Z] [2020-11-10T20:14:04.913Z] DONE 17 tests, 4 skipped in 27.455s [2020-11-10T20:14:04.913Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-10T20:14:04.913Z] ++ 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-11-10T20:14:04.913Z] ++ set -e [2020-11-10T20:14:04.913Z] ++ '[' -n 0 ']' [2020-11-10T20:14:04.913Z] ++ set -x [2020-11-10T20:14:04.913Z] ++ env -i DEST=/go/src/github.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-11-10T20:14:04.913Z] INFO: Testing against a local daemon [2020-11-10T20:14:04.913Z] === RUN TestPluginInvalidJSON [2020-11-10T20:14:04.913Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:14:04.913Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:14:04.913Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:14:04.913Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-10T20:14:04.913Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-10T20:14:04.913Z] === RUN TestPluginInstall [2020-11-10T20:14:04.913Z] === RUN TestPluginInstall/no_auth [2020-11-10T20:14:04.913Z] time="2020-11-10T20:14:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:14:04.913Z] time="2020-11-10T20:14:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24f8838dc1b8f909e73741f9e46789d933266fe75cacee9f46b3e8fed648be32" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:14:04.913Z] time="2020-11-10T20:14:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:14:04.913Z] time="2020-11-10T20:14:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24f8838dc1b8f909e73741f9e46789d933266fe75cacee9f46b3e8fed648be32" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:14:04.913Z] === RUN TestPluginInstall/with_htpasswd [2020-11-10T20:14:05.585Z] time="2020-11-10T20:14:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:14:05.585Z] time="2020-11-10T20:14:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24f8838dc1b8f909e73741f9e46789d933266fe75cacee9f46b3e8fed648be32" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:14:05.585Z] time="2020-11-10T20:14:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:14:05.585Z] time="2020-11-10T20:14:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24f8838dc1b8f909e73741f9e46789d933266fe75cacee9f46b3e8fed648be32" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:14:05.689Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-11-10T20:14:05.879Z] === RUN TestPluginInstall/with_insecure [2020-11-10T20:14:06.260Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-11-10T20:14:06.527Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-11-10T20:14:06.630Z] Removing intermediate container e736285bcf9d [2020-11-10T20:14:06.630Z] ---> d78205490380 [2020-11-10T20:14:06.630Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-11-10T20:14:06.630Z] ---> Running in b38ee98d4f49 [2020-11-10T20:14:06.630Z] Removing intermediate container b38ee98d4f49 [2020-11-10T20:14:06.630Z] ---> ec0a1a65ae71 [2020-11-10T20:14:06.630Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-11-10T20:14:06.630Z] ---> Running in 59257e3ef2ad [2020-11-10T20:14:06.630Z] Removing intermediate container 59257e3ef2ad [2020-11-10T20:14:06.630Z] ---> 5f7f8f1fd47c [2020-11-10T20:14:06.630Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-11-10T20:14:07.390Z] time="2020-11-10T20:14:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:14:07.390Z] time="2020-11-10T20:14:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2d2bb470f9096f0168c29e11bc56c24e0105cec134089da89e0a59ad24e56086" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:14:07.390Z] time="2020-11-10T20:14:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-10T20:14:07.390Z] time="2020-11-10T20:14:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2d2bb470f9096f0168c29e11bc56c24e0105cec134089da89e0a59ad24e56086" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-10T20:14:07.390Z] --- PASS: TestPluginInstall (4.26s) [2020-11-10T20:14:07.390Z] --- PASS: TestPluginInstall/no_auth (1.96s) [2020-11-10T20:14:07.390Z] --- PASS: TestPluginInstall/with_htpasswd (0.94s) [2020-11-10T20:14:07.390Z] --- PASS: TestPluginInstall/with_insecure (1.37s) [2020-11-10T20:14:07.390Z] plugin_test.go:157: [d9cd49ae230a6] daemon is not started [2020-11-10T20:14:07.390Z] PASS [2020-11-10T20:14:07.390Z] [2020-11-10T20:14:07.390Z] DONE 6 tests in 4.362s [2020-11-10T20:14:07.390Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-10T20:14:07.390Z] ++ 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-11-10T20:14:07.390Z] ++ set -e [2020-11-10T20:14:07.390Z] ++ '[' -n 0 ']' [2020-11-10T20:14:07.390Z] ++ set -x [2020-11-10T20:14:07.391Z] ++ env -i DEST=/go/src/github.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-11-10T20:14:07.391Z] INFO: Testing against a local daemon [2020-11-10T20:14:07.391Z] === RUN TestExternalGraphDriver [2020-11-10T20:14:07.472Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-11-10T20:14:07.602Z] [2020-11-10T20:14:07.683Z] === RUN TestExternalGraphDriver/json [2020-11-10T20:14:07.733Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-11-10T20:14:08.063Z] ---> c877e43e3f1a [2020-11-10T20:14:08.063Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-11-10T20:14:08.063Z] ---> Running in f2cce622f781 [2020-11-10T20:14:08.304Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-11-10T20:14:08.877Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-11-10T20:14:09.137Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-11-10T20:14:09.400Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-11-10T20:14:09.773Z] === RUN TestExternalGraphDriver/spec [2020-11-10T20:14:10.344Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-11-10T20:14:11.287Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-11-10T20:14:11.287Z] === RUN TestExternalGraphDriver/pull [2020-11-10T20:14:11.859Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-11-10T20:14:12.120Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-11-10T20:14:13.062Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-11-10T20:14:13.363Z] --- PASS: TestExternalGraphDriver (5.67s) [2020-11-10T20:14:13.364Z] --- PASS: TestExternalGraphDriver/json (1.84s) [2020-11-10T20:14:13.364Z] --- PASS: TestExternalGraphDriver/spec (1.81s) [2020-11-10T20:14:13.364Z] --- PASS: TestExternalGraphDriver/pull (1.92s) [2020-11-10T20:14:13.364Z] === RUN TestGraphdriverPluginV2 [2020-11-10T20:14:13.364Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-11-10T20:14:13.364Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:14:13.364Z] PASS [2020-11-10T20:14:13.364Z] [2020-11-10T20:14:13.364Z] === Skipped [2020-11-10T20:14:13.364Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-11-10T20:14:13.364Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:14:13.364Z] [2020-11-10T20:14:13.364Z] [2020-11-10T20:14:13.364Z] DONE 5 tests, 1 skipped in 5.814s [2020-11-10T20:14:13.364Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-10T20:14:13.364Z] ++ 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-11-10T20:14:13.364Z] ++ set -e [2020-11-10T20:14:13.364Z] ++ '[' -n 0 ']' [2020-11-10T20:14:13.364Z] ++ set -x [2020-11-10T20:14:13.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-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-11-10T20:14:13.364Z] INFO: Testing against a local daemon [2020-11-10T20:14:13.364Z] === RUN TestContinueAfterPluginCrash [2020-11-10T20:14:13.364Z] === PAUSE TestContinueAfterPluginCrash [2020-11-10T20:14:13.364Z] === RUN TestReadPluginNoRead [2020-11-10T20:14:13.364Z] === PAUSE TestReadPluginNoRead [2020-11-10T20:14:13.364Z] === RUN TestDaemonStartWithLogOpt [2020-11-10T20:14:13.364Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-10T20:14:13.364Z] === CONT TestContinueAfterPluginCrash [2020-11-10T20:14:13.364Z] === CONT TestDaemonStartWithLogOpt [2020-11-10T20:14:13.364Z] === CONT TestReadPluginNoRead [2020-11-10T20:14:13.636Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-11-10T20:14:13.897Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.34s) [2020-11-10T20:14:13.897Z] === RUN TestCreateServiceSecretFileMode [2020-11-10T20:14:14.468Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-11-10T20:14:15.852Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-11-10T20:14:17.239Z] --- PASS: TestCreateServiceSecretFileMode (3.05s) [2020-11-10T20:14:17.239Z] === RUN TestCreateServiceConfigFileMode [2020-11-10T20:14:17.239Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-11-10T20:14:18.183Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-11-10T20:14:18.987Z] === RUN TestReadPluginNoRead/default [2020-11-10T20:14:18.987Z] --- PASS: TestDaemonStartWithLogOpt (5.35s) [2020-11-10T20:14:19.127Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-11-10T20:14:19.127Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-11-10T20:14:19.625Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-10T20:14:20.071Z] === RUN TestDockerSuite/TestCpRelativePath [2020-11-10T20:14:21.014Z] --- PASS: TestCreateServiceConfigFileMode (3.85s) [2020-11-10T20:14:21.014Z] === RUN TestCreateServiceSysctls [2020-11-10T20:14:21.014Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-11-10T20:14:21.135Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-10T20:14:21.955Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-11-10T20:14:22.217Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-11-10T20:14:22.644Z] --- PASS: TestReadPluginNoRead (9.33s) [2020-11-10T20:14:22.644Z] --- PASS: TestReadPluginNoRead/default (1.42s) [2020-11-10T20:14:22.644Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.48s) [2020-11-10T20:14:22.644Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.45s) [2020-11-10T20:14:22.644Z] read_test.go:92: [d8002cf1a0629] daemon is not started [2020-11-10T20:14:22.918Z] Removing intermediate container f2cce622f781 [2020-11-10T20:14:22.918Z] ---> ef29c9e6bffd [2020-11-10T20:14:22.918Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-11-10T20:14:22.918Z] ---> Running in 3eba5fc81053 [2020-11-10T20:14:22.918Z] [2020-11-10T20:14:22.918Z] SUCCESS: Specified value was saved. [2020-11-10T20:14:23.178Z] === RUN TestDockerSuite/TestCpToCaseA [2020-11-10T20:14:24.153Z] --- PASS: TestContinueAfterPluginCrash (10.68s) [2020-11-10T20:14:24.153Z] PASS [2020-11-10T20:14:24.153Z] [2020-11-10T20:14:24.153Z] DONE 6 tests in 10.756s [2020-11-10T20:14:24.153Z] 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-11-10T20:14:24.153Z] ++ 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-11-10T20:14:24.153Z] ++ set -e [2020-11-10T20:14:24.153Z] ++ '[' -n 0 ']' [2020-11-10T20:14:24.153Z] ++ set -x [2020-11-10T20:14:24.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=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-11-10T20:14:24.154Z] testing: warning: no tests to run [2020-11-10T20:14:24.154Z] PASS [2020-11-10T20:14:24.154Z] [2020-11-10T20:14:24.154Z] DONE 0 tests in 0.022s [2020-11-10T20:14:24.154Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-10T20:14:24.154Z] ++ 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-11-10T20:14:24.154Z] ++ set -e [2020-11-10T20:14:24.154Z] ++ '[' -n 0 ']' [2020-11-10T20:14:24.154Z] ++ set -x [2020-11-10T20:14:24.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=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-11-10T20:14:24.154Z] INFO: Testing against a local daemon [2020-11-10T20:14:24.154Z] === RUN TestPluginWithDevMounts [2020-11-10T20:14:24.154Z] === PAUSE TestPluginWithDevMounts [2020-11-10T20:14:24.154Z] === CONT TestPluginWithDevMounts [2020-11-10T20:14:24.562Z] === RUN TestDockerSuite/TestCpToCaseB [2020-11-10T20:14:24.822Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-11-10T20:14:25.083Z] --- PASS: TestCreateServiceSysctls (4.12s) [2020-11-10T20:14:25.083Z] === RUN TestCreateServiceCapabilities [2020-11-10T20:14:25.344Z] === RUN TestDockerSuite/TestCpToCaseC [2020-11-10T20:14:26.224Z] --- PASS: TestPluginWithDevMounts (1.83s) [2020-11-10T20:14:26.224Z] PASS [2020-11-10T20:14:26.224Z] [2020-11-10T20:14:26.224Z] DONE 1 tests in 1.905s [2020-11-10T20:14:26.224Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-11-10T20:14:26.224Z] ++ 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-11-10T20:14:26.224Z] ++ set -e [2020-11-10T20:14:26.224Z] ++ '[' -n 0 ']' [2020-11-10T20:14:26.224Z] ++ set -x [2020-11-10T20:14:26.224Z] ++ env -i DEST=/go/src/github.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-11-10T20:14:26.224Z] INFO: Testing against a local daemon [2020-11-10T20:14:26.224Z] === RUN TestSecretInspect [2020-11-10T20:14:26.662Z] Removing intermediate container 3eba5fc81053 [2020-11-10T20:14:26.662Z] ---> 93daa4e6db12 [2020-11-10T20:14:26.662Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-11-10T20:14:26.662Z] ---> Running in 3e91e663073f [2020-11-10T20:14:27.746Z] --- PASS: TestSecretInspect (1.90s) [2020-11-10T20:14:27.746Z] === RUN TestSecretList [2020-11-10T20:14:27.892Z] === RUN TestDockerSuite/TestCpToCaseD [2020-11-10T20:14:28.835Z] --- PASS: TestCreateServiceCapabilities (3.69s) [2020-11-10T20:14:28.835Z] === RUN TestInspect [2020-11-10T20:14:29.825Z] --- PASS: TestSecretList (1.90s) [2020-11-10T20:14:29.826Z] === RUN TestSecretsCreateAndDelete [2020-11-10T20:14:31.361Z] Cannot create a file when that file already exists. [2020-11-10T20:14:31.901Z] --- PASS: TestSecretsCreateAndDelete (1.89s) [2020-11-10T20:14:31.901Z] === RUN TestSecretsUpdate [2020-11-10T20:14:32.141Z] --- PASS: TestInspect (2.85s) [2020-11-10T20:14:32.141Z] === RUN TestCreateJob [2020-11-10T20:14:32.141Z] === RUN TestDockerSuite/TestCpToCaseE [2020-11-10T20:14:33.978Z] --- PASS: TestSecretsUpdate (1.93s) [2020-11-10T20:14:33.978Z] === RUN TestTemplatedSecret [2020-11-10T20:14:34.056Z] === RUN TestDockerSuite/TestCpToCaseF [2020-11-10T20:14:34.998Z] === RUN TestDockerSuite/TestCpToCaseG [2020-11-10T20:14:35.572Z] --- PASS: TestCreateJob (3.96s) [2020-11-10T20:14:35.572Z] === RUN TestReplicatedJob [2020-11-10T20:14:36.059Z] --- PASS: TestTemplatedSecret (2.40s) [2020-11-10T20:14:36.059Z] === RUN TestSecretCreateResolve [2020-11-10T20:14:38.136Z] --- PASS: TestSecretCreateResolve (1.91s) [2020-11-10T20:14:38.136Z] PASS [2020-11-10T20:14:38.136Z] [2020-11-10T20:14:38.136Z] DONE 6 tests in 12.013s [2020-11-10T20:14:38.136Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-11-10T20:14:38.136Z] ++ 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-11-10T20:14:38.136Z] ++ set -e [2020-11-10T20:14:38.136Z] ++ '[' -n 0 ']' [2020-11-10T20:14:38.136Z] ++ set -x [2020-11-10T20:14:38.136Z] ++ env -i DEST=/go/src/github.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-11-10T20:14:38.136Z] INFO: Testing against a local daemon [2020-11-10T20:14:38.136Z] === RUN TestServiceCreateInit [2020-11-10T20:14:38.136Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-10T20:14:38.450Z] Removing intermediate container 3e91e663073f [2020-11-10T20:14:38.450Z] ---> fcdf0a03f8c3 [2020-11-10T20:14:38.450Z] Step 13/13 : CMD ["sh"] [2020-11-10T20:14:38.450Z] ---> Running in 805a9003efa0 [2020-11-10T20:14:38.450Z] Removing intermediate container 805a9003efa0 [2020-11-10T20:14:38.450Z] ---> 6a7967559715 [2020-11-10T20:14:38.450Z] Successfully built 6a7967559715 [2020-11-10T20:14:38.450Z] Successfully tagged busybox:latest [2020-11-10T20:14:38.450Z] INFO: Docker images of the daemon under test [2020-11-10T20:14:38.450Z] [2020-11-10T20:14:38.450Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-11-10T20:14:38.450Z] busybox latest 6a7967559715 1 second ago 5.19GB [2020-11-10T20:14:38.450Z] microsoft/windowsservercore latest 32fecabef723 7 days ago 5.12GB [2020-11-10T20:14:38.450Z] mcr.microsoft.com/windows/servercore ltsc2019 32fecabef723 7 days ago 5.12GB [2020-11-10T20:14:38.450Z] [2020-11-10T20:14:38.450Z] INFO: Running integration tests at 11/10/2020 20:14:38... [2020-11-10T20:14:38.450Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-11-10T20:14:38.450Z] INFO: Integration API tests being run from the host: [2020-11-10T20:14:38.450Z] INFO: make.ps1 starting at 11/10/2020 20:14:38 [2020-11-10T20:14:38.875Z] === RUN TestDockerSuite/TestCpToCaseH [2020-11-10T20:14:39.443Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-11-10T20:14:41.422Z] === RUN TestDockerSuite/TestCpToCaseI [2020-11-10T20:14:41.669Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-10T20:14:41.993Z] --- PASS: TestReplicatedJob (6.34s) [2020-11-10T20:14:41.993Z] === RUN TestUpdateReplicatedJob [2020-11-10T20:14:41.993Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-11-10T20:14:45.302Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-11-10T20:14:45.565Z] --- PASS: TestUpdateReplicatedJob (3.64s) [2020-11-10T20:14:45.565Z] === RUN TestServiceListWithStatuses [2020-11-10T20:14:45.565Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-10T20:14:45.565Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-10T20:14:45.565Z] === RUN TestDockerNetworkConnectAlias [2020-11-10T20:14:45.826Z] === RUN TestDockerSuite/TestCpToDot [2020-11-10T20:14:46.136Z] --- PASS: TestServiceCreateInit (7.50s) [2020-11-10T20:14:46.136Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.75s) [2020-11-10T20:14:46.136Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.73s) [2020-11-10T20:14:46.136Z] === RUN TestCreateServiceMultipleTimes [2020-11-10T20:14:46.768Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-11-10T20:14:47.711Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-11-10T20:14:49.095Z] === RUN TestDockerSuite/TestCpToStdout [2020-11-10T20:14:49.667Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-11-10T20:14:51.051Z] --- PASS: TestDockerNetworkConnectAlias (5.29s) [2020-11-10T20:14:51.051Z] === RUN TestDockerNetworkReConnect [2020-11-10T20:14:51.051Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-11-10T20:14:51.051Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-11-10T20:14:51.623Z] === RUN TestDockerSuite/TestCpVolumePath [2020-11-10T20:14:53.009Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-11-10T20:14:53.009Z] === RUN TestDockerSuite/TestCreateArgs [2020-11-10T20:14:53.009Z] === RUN TestDockerSuite/TestCreateByImageID [2020-11-10T20:14:53.582Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-11-10T20:14:54.156Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-11-10T20:14:54.156Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-11-10T20:14:54.156Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-11-10T20:14:55.100Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-11-10T20:14:55.100Z] --- PASS: TestDockerNetworkReConnect (4.27s) [2020-11-10T20:14:55.100Z] === RUN TestServicePlugin [2020-11-10T20:14:55.361Z] === RUN TestDockerSuite/TestCreateLabels [2020-11-10T20:14:55.361Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-11-10T20:14:55.361Z] === RUN TestDockerSuite/TestCreateRM [2020-11-10T20:14:55.622Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-11-10T20:14:55.622Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-11-10T20:14:55.622Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-11-10T20:14:55.883Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-11-10T20:14:57.799Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-11-10T20:14:57.799Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-11-10T20:14:57.799Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-11-10T20:15:01.100Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-11-10T20:15:01.504Z] --- PASS: TestCreateServiceMultipleTimes (15.62s) [2020-11-10T20:15:01.504Z] === RUN TestCreateServiceConflict [2020-11-10T20:15:03.034Z] --- PASS: TestCreateServiceConflict (1.94s) [2020-11-10T20:15:03.034Z] === RUN TestCreateServiceMaxReplicas [2020-11-10T20:15:03.664Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-11-10T20:15:03.664Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-11-10T20:15:03.664Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-11-10T20:15:03.664Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-11-10T20:15:03.664Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-11-10T20:15:03.664Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-11-10T20:15:04.237Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-11-10T20:15:05.180Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-11-10T20:15:05.751Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-11-10T20:15:06.565Z] --- PASS: TestCreateServiceMaxReplicas (3.29s) [2020-11-10T20:15:06.565Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-10T20:15:07.136Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-11-10T20:15:07.136Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-11-10T20:15:08.080Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-11-10T20:15:08.652Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-11-10T20:15:09.225Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-11-10T20:15:09.478Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:15:09.478Z] INFO: Testing against a local daemon [2020-11-10T20:15:09.478Z] === RUN TestBuildWithSession [2020-11-10T20:15:09.478Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-10T20:15:09.478Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T20:15:09.478Z] === RUN TestBuildSquashParent [2020-11-10T20:15:09.478Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-11-10T20:15:09.478Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:15:09.478Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-10T20:15:09.478Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:15:09.478Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:15:09.478Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:15:09.478Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:15:09.478Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:15:09.478Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:15:09.478Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:15:09.478Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:15:09.478Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:15:09.478Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:15:09.478Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:15:09.478Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:15:09.478Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-10T20:15:09.478Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-10T20:15:09.478Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-10T20:15:09.478Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-10T20:15:09.489Z] === RUN TestDockerSuite/TestDevicePermissions [2020-11-10T20:15:10.061Z] === RUN TestDockerSuite/TestDockerFails [2020-11-10T20:15:10.061Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-11-10T20:15:10.061Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-11-10T20:15:10.061Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-11-10T20:15:11.003Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-11-10T20:15:11.574Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-11-10T20:15:12.959Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-11-10T20:15:12.959Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-11-10T20:15:12.959Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-11-10T20:15:12.959Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-11-10T20:15:18.244Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-11-10T20:15:19.229Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.81s) [2020-11-10T20:15:19.229Z] === RUN TestCreateServiceSecretFileMode [2020-11-10T20:15:20.161Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-11-10T20:15:21.309Z] --- PASS: TestCreateServiceSecretFileMode (2.24s) [2020-11-10T20:15:21.309Z] === RUN TestCreateServiceConfigFileMode [2020-11-10T20:15:21.551Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-11-10T20:15:22.941Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-11-10T20:15:23.513Z] === RUN TestDockerSuite/TestEventsAttach [2020-11-10T20:15:24.052Z] --- PASS: TestCreateServiceConfigFileMode (2.18s) [2020-11-10T20:15:24.052Z] === RUN TestCreateServiceSysctls [2020-11-10T20:15:24.083Z] === RUN TestDockerSuite/TestEventsCommit [2020-11-10T20:15:24.654Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-11-10T20:15:25.226Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-11-10T20:15:25.486Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-11-10T20:15:26.056Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-11-10T20:15:26.789Z] --- PASS: TestCreateServiceSysctls (3.04s) [2020-11-10T20:15:26.789Z] === RUN TestCreateServiceCapabilities [2020-11-10T20:15:27.223Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-10T20:15:27.223Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-10T20:15:27.439Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-11-10T20:15:28.382Z] --- PASS: TestServicePlugin (33.30s) [2020-11-10T20:15:28.382Z] plugin_test.go:62: [d21e14ce66237] joining swarm manager [dd711c7fe31a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:15:28.382Z] plugin_test.go:65: [de2cc8dde0b07] joining swarm manager [dd711c7fe31a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:15:28.382Z] === RUN TestServiceUpdateLabel [2020-11-10T20:15:28.643Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-11-10T20:15:28.869Z] --- PASS: TestCreateServiceCapabilities (2.16s) [2020-11-10T20:15:28.869Z] === RUN TestInspect [2020-11-10T20:15:31.188Z] --- PASS: TestServiceUpdateLabel (2.93s) [2020-11-10T20:15:31.188Z] === RUN TestServiceUpdateSecrets [2020-11-10T20:15:31.449Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-11-10T20:15:31.627Z] --- PASS: TestInspect (2.44s) [2020-11-10T20:15:31.627Z] === RUN TestCreateJob [2020-11-10T20:15:33.361Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-11-10T20:15:33.622Z] === RUN TestDockerSuite/TestEventsCopy [2020-11-10T20:15:34.311Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2020-11-10T20:15:34.311Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.06s) [2020-11-10T20:15:34.311Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (16.28s) [2020-11-10T20:15:34.311Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (16.57s) [2020-11-10T20:15:34.311Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (16.66s) [2020-11-10T20:15:34.311Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.94s) [2020-11-10T20:15:34.311Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.20s) [2020-11-10T20:15:34.311Z] === RUN TestBuildMultiStageCopy [2020-11-10T20:15:34.311Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-10T20:15:34.374Z] --- PASS: TestCreateJob (2.94s) [2020-11-10T20:15:34.374Z] === RUN TestReplicatedJob [2020-11-10T20:15:34.564Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-11-10T20:15:35.955Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-11-10T20:15:36.216Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-11-10T20:15:36.787Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-11-10T20:15:37.730Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-11-10T20:15:38.301Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-11-10T20:15:38.301Z] === RUN TestDockerSuite/TestEventsFilterType [2020-11-10T20:15:38.562Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-11-10T20:15:38.839Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-11-10T20:15:38.839Z] === RUN TestDockerSuite/TestEventsFilters [2020-11-10T20:15:39.793Z] === RUN TestDockerSuite/TestEventsFormat [2020-11-10T20:15:39.964Z] --- PASS: TestReplicatedJob (5.04s) [2020-11-10T20:15:39.964Z] === RUN TestUpdateReplicatedJob [2020-11-10T20:15:40.736Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-11-10T20:15:40.736Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-11-10T20:15:40.736Z] === RUN TestDockerSuite/TestEventsImageImport [2020-11-10T20:15:41.680Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-11-10T20:15:41.680Z] === RUN TestDockerSuite/TestEventsImagePull [2020-11-10T20:15:41.941Z] === RUN TestDockerSuite/TestEventsImageTag [2020-11-10T20:15:42.044Z] --- PASS: TestUpdateReplicatedJob (2.96s) [2020-11-10T20:15:42.044Z] === RUN TestServiceListWithStatuses [2020-11-10T20:15:42.044Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-10T20:15:42.044Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-10T20:15:42.044Z] === RUN TestDockerNetworkConnectAlias [2020-11-10T20:15:42.883Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-11-10T20:15:43.145Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-11-10T20:15:43.145Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-11-10T20:15:43.145Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-11-10T20:15:44.647Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-10T20:15:44.647Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-10T20:15:45.060Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-11-10T20:15:45.321Z] === RUN TestDockerSuite/TestEventsRename [2020-11-10T20:15:45.618Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-10T20:15:45.894Z] === RUN TestDockerSuite/TestEventsResize [2020-11-10T20:15:46.155Z] --- PASS: TestServiceUpdateSecrets (14.78s) [2020-11-10T20:15:46.155Z] === RUN TestServiceUpdateConfigs [2020-11-10T20:15:46.417Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-11-10T20:15:46.521Z] --- PASS: TestDockerNetworkConnectAlias (3.94s) [2020-11-10T20:15:46.521Z] === RUN TestDockerNetworkReConnect [2020-11-10T20:15:46.989Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-11-10T20:15:47.161Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-10T20:15:47.933Z] === RUN TestDockerSuite/TestEventsStreaming [2020-11-10T20:15:48.134Z] --- PASS: TestBuildMultiStageCopy (13.83s) [2020-11-10T20:15:48.134Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.54s) [2020-11-10T20:15:48.134Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.85s) [2020-11-10T20:15:48.134Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.93s) [2020-11-10T20:15:48.134Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.18s) [2020-11-10T20:15:48.134Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.32s) [2020-11-10T20:15:48.134Z] === RUN TestBuildMultiStageParentConfig [2020-11-10T20:15:48.505Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-11-10T20:15:49.271Z] --- PASS: TestDockerNetworkReConnect (3.28s) [2020-11-10T20:15:49.271Z] === RUN TestServicePlugin [2020-11-10T20:15:49.271Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-10T20:15:49.271Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:15:49.271Z] === RUN TestServiceUpdateLabel [2020-11-10T20:15:50.321Z] --- PASS: TestBuildMultiStageParentConfig (2.27s) [2020-11-10T20:15:50.321Z] === RUN TestBuildLabelWithTargets [2020-11-10T20:15:50.781Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2020-11-10T20:15:50.781Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-10T20:15:50.781Z] === RUN TestBuildWithEmptyLayers [2020-11-10T20:15:51.052Z] === RUN TestDockerSuite/TestEventsTop [2020-11-10T20:15:51.380Z] --- PASS: TestServiceUpdateLabel (1.94s) [2020-11-10T20:15:51.380Z] === RUN TestServiceUpdateSecrets [2020-11-10T20:15:51.625Z] === RUN TestDockerSuite/TestEventsUntag [2020-11-10T20:15:51.753Z] --- PASS: TestBuildWithEmptyLayers (1.16s) [2020-11-10T20:15:51.753Z] === RUN TestBuildMultiStageOnBuild [2020-11-10T20:15:54.171Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-11-10T20:16:02.333Z] --- PASS: TestServiceUpdateConfigs (15.02s) [2020-11-10T20:16:02.333Z] === RUN TestServiceUpdateNetwork [2020-11-10T20:16:04.881Z] === RUN TestDockerSuite/TestExec [2020-11-10T20:16:05.453Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-11-10T20:16:06.027Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-11-10T20:16:06.593Z] --- PASS: TestBuildMultiStageOnBuild (14.91s) [2020-11-10T20:16:06.593Z] === RUN TestBuildUncleanTarFilenames [2020-11-10T20:16:06.593Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2020-11-10T20:16:06.593Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-10T20:16:06.593Z] === RUN TestBuildMultiStageLayerLeak [2020-11-10T20:16:06.598Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-11-10T20:16:06.736Z] --- PASS: TestServiceUpdateSecrets (14.25s) [2020-11-10T20:16:06.736Z] === RUN TestServiceUpdateConfigs [2020-11-10T20:16:06.859Z] === RUN TestDockerSuite/TestExecAPIStart [2020-11-10T20:16:08.774Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-11-10T20:16:08.774Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-11-10T20:16:09.347Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-11-10T20:16:09.920Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-11-10T20:16:10.492Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-11-10T20:16:11.065Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-11-10T20:16:11.326Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-11-10T20:16:12.272Z] === RUN TestDockerSuite/TestExecCgroup [2020-11-10T20:16:13.217Z] === RUN TestDockerSuite/TestExecEnv [2020-11-10T20:16:13.790Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-11-10T20:16:14.050Z] --- PASS: TestServiceUpdateNetwork (12.89s) [2020-11-10T20:16:14.050Z] === RUN TestServiceUpdatePidsLimit [2020-11-10T20:16:14.995Z] === RUN TestDockerSuite/TestExecExitStatus [2020-11-10T20:16:15.571Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-10T20:16:15.571Z] === RUN TestDockerSuite/TestExecInspectID [2020-11-10T20:16:16.529Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-10T20:16:18.454Z] === RUN TestDockerSuite/TestExecInteractive [2020-11-10T20:16:19.027Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-11-10T20:16:19.599Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-11-10T20:16:20.171Z] === RUN TestDockerSuite/TestExecParseError [2020-11-10T20:16:20.432Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-11-10T20:16:21.005Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-11-10T20:16:21.577Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-11-10T20:16:22.089Z] --- PASS: TestServiceUpdateConfigs (14.22s) [2020-11-10T20:16:22.089Z] === RUN TestServiceUpdateNetwork [2020-11-10T20:16:22.521Z] === RUN TestDockerSuite/TestExecSetEnv [2020-11-10T20:16:23.094Z] === RUN TestDockerSuite/TestExecStartFails [2020-11-10T20:16:23.094Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-10T20:16:23.668Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-11-10T20:16:24.296Z] --- PASS: TestBuildMultiStageLayerLeak (16.55s) [2020-11-10T20:16:24.296Z] === RUN TestBuildWithHugeFile [2020-11-10T20:16:31.810Z] --- PASS: TestServiceUpdatePidsLimit (16.57s) [2020-11-10T20:16:31.810Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s) [2020-11-10T20:16:31.810Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2020-11-10T20:16:31.810Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2020-11-10T20:16:31.810Z] PASS [2020-11-10T20:16:31.810Z] [2020-11-10T20:16:31.810Z] === Skipped [2020-11-10T20:16:31.810Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-10T20:16:31.810Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-10T20:16:31.810Z] [2020-11-10T20:16:31.810Z] [2020-11-10T20:16:31.810Z] DONE 27 tests, 1 skipped in 182.207s [2020-11-10T20:16:31.810Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-10T20:16:31.810Z] ++ 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-11-10T20:16:31.810Z] ++ set -e [2020-11-10T20:16:31.810Z] ++ '[' -n 0 ']' [2020-11-10T20:16:31.810Z] ++ set -x [2020-11-10T20:16:31.810Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:16:31.810Z] INFO: Testing against a local daemon [2020-11-10T20:16:31.810Z] === RUN TestSessionCreate [2020-11-10T20:16:31.810Z] --- PASS: TestSessionCreate (0.03s) [2020-11-10T20:16:31.810Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-10T20:16:31.810Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-11-10T20:16:31.810Z] PASS [2020-11-10T20:16:31.810Z] [2020-11-10T20:16:31.810Z] DONE 2 tests in 0.143s [2020-11-10T20:16:31.810Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-10T20:16:31.810Z] ++ 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-11-10T20:16:31.810Z] ++ set -e [2020-11-10T20:16:31.810Z] ++ '[' -n 0 ']' [2020-11-10T20:16:31.810Z] ++ set -x [2020-11-10T20:16:31.810Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-10T20:16:31.810Z] INFO: Testing against a local daemon [2020-11-10T20:16:31.810Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-10T20:16:31.810Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:16:31.810Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-10T20:16:31.810Z] === RUN TestEventsExecDie [2020-11-10T20:16:31.810Z] --- PASS: TestEventsExecDie (0.53s) [2020-11-10T20:16:31.810Z] === RUN TestEventsBackwardsCompatible [2020-11-10T20:16:31.810Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-11-10T20:16:31.810Z] === RUN TestInfoBinaryCommits [2020-11-10T20:16:31.810Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-11-10T20:16:31.810Z] === RUN TestInfoAPIVersioned [2020-11-10T20:16:31.810Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-10T20:16:31.810Z] === RUN TestInfoDiscoveryBackend [2020-11-10T20:16:31.810Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-11-10T20:16:31.810Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-10T20:16:32.482Z] --- PASS: TestServiceUpdateNetwork (12.30s) [2020-11-10T20:16:32.482Z] === RUN TestServiceUpdatePidsLimit [2020-11-10T20:16:33.120Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-10T20:16:33.194Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-10T20:16:33.194Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-10T20:16:33.455Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-11-10T20:16:33.455Z] === RUN TestInfoAPI [2020-11-10T20:16:33.455Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-11-10T20:16:33.455Z] --- PASS: TestInfoAPI (0.05s) [2020-11-10T20:16:33.455Z] === RUN TestInfoAPIWarnings [2020-11-10T20:16:33.756Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-10T20:16:34.398Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-11-10T20:16:34.972Z] === RUN TestDockerSuite/TestExecTTY [2020-11-10T20:16:35.546Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-11-10T20:16:36.491Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-11-10T20:16:36.760Z] === RUN TestDockerSuite/TestExecUlimits [2020-11-10T20:16:37.727Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-11-10T20:16:37.727Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-11-10T20:16:39.116Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-11-10T20:16:39.690Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-11-10T20:16:40.264Z] === RUN TestDockerSuite/TestExecWithTERM [2020-11-10T20:16:40.657Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-10T20:16:40.837Z] === RUN TestDockerSuite/TestExecWithUser [2020-11-10T20:16:41.783Z] === RUN TestDockerSuite/TestGetContainerStats [2020-11-10T20:16:47.072Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-11-10T20:16:49.142Z] --- PASS: TestServiceUpdatePidsLimit (15.94s) [2020-11-10T20:16:49.142Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2020-11-10T20:16:49.142Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.77s) [2020-11-10T20:16:49.142Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2020-11-10T20:16:49.142Z] PASS [2020-11-10T20:16:49.142Z] [2020-11-10T20:16:49.142Z] === Skipped [2020-11-10T20:16:49.142Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-11-10T20:16:49.142Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-10T20:16:49.142Z] [2020-11-10T20:16:49.142Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-11-10T20:16:49.142Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-10T20:16:49.142Z] [2020-11-10T20:16:49.142Z] [2020-11-10T20:16:49.142Z] DONE 27 tests, 2 skipped in 130.109s [2020-11-10T20:16:49.142Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-11-10T20:16:49.142Z] ++ 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-11-10T20:16:49.142Z] ++ set -e [2020-11-10T20:16:49.142Z] ++ '[' -n 0 ']' [2020-11-10T20:16:49.142Z] ++ set -x [2020-11-10T20:16:49.142Z] ++ env -i DEST=/go/src/github.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-11-10T20:16:49.142Z] INFO: Testing against a local daemon [2020-11-10T20:16:49.142Z] === RUN TestSessionCreate [2020-11-10T20:16:49.142Z] --- PASS: TestSessionCreate (0.04s) [2020-11-10T20:16:49.142Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-10T20:16:49.142Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2020-11-10T20:16:49.142Z] PASS [2020-11-10T20:16:49.142Z] [2020-11-10T20:16:49.142Z] DONE 2 tests in 0.156s [2020-11-10T20:16:49.142Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-11-10T20:16:49.142Z] ++ 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-11-10T20:16:49.142Z] ++ set -e [2020-11-10T20:16:49.142Z] ++ '[' -n 0 ']' [2020-11-10T20:16:49.142Z] ++ set -x [2020-11-10T20:16:49.143Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-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-11-10T20:16:49.143Z] INFO: Testing against a local daemon [2020-11-10T20:16:49.143Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-10T20:16:49.143Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:16:49.143Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-10T20:16:49.143Z] === RUN TestEventsExecDie [2020-11-10T20:16:49.143Z] --- PASS: TestEventsExecDie (0.60s) [2020-11-10T20:16:49.143Z] === RUN TestEventsBackwardsCompatible [2020-11-10T20:16:49.143Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-11-10T20:16:49.143Z] === RUN TestInfoBinaryCommits [2020-11-10T20:16:49.143Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-11-10T20:16:49.143Z] === RUN TestInfoAPIVersioned [2020-11-10T20:16:49.143Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-10T20:16:49.143Z] === RUN TestInfoDiscoveryBackend [2020-11-10T20:16:49.435Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-11-10T20:16:49.435Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-10T20:16:50.376Z] --- PASS: TestInfoAPIWarnings (16.28s) [2020-11-10T20:16:50.376Z] === RUN TestInfoDebug [2020-11-10T20:16:50.376Z] --- PASS: TestInfoDebug (0.52s) [2020-11-10T20:16:50.376Z] === RUN TestInfoInsecureRegistries [2020-11-10T20:16:50.471Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-10T20:16:50.471Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-10T20:16:50.638Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-11-10T20:16:50.899Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-11-10T20:16:50.899Z] === RUN TestInfoRegistryMirrors [2020-11-10T20:16:51.107Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-11-10T20:16:51.107Z] === RUN TestInfoAPI [2020-11-10T20:16:51.107Z] --- PASS: TestInfoAPI (0.03s) [2020-11-10T20:16:51.107Z] === RUN TestInfoAPIWarnings [2020-11-10T20:16:51.471Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-11-10T20:16:51.471Z] === RUN TestLoginFailsWithBadCredentials [2020-11-10T20:16:51.471Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2020-11-10T20:16:51.471Z] === RUN TestPingCacheHeaders [2020-11-10T20:16:51.471Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-11-10T20:16:51.471Z] === RUN TestPingGet [2020-11-10T20:16:51.471Z] --- PASS: TestPingGet (0.01s) [2020-11-10T20:16:51.471Z] === RUN TestPingHead [2020-11-10T20:16:51.471Z] --- PASS: TestPingHead (0.02s) [2020-11-10T20:16:51.471Z] === RUN TestVersion [2020-11-10T20:16:51.471Z] --- PASS: TestVersion (0.02s) [2020-11-10T20:16:51.471Z] PASS [2020-11-10T20:16:51.733Z] [2020-11-10T20:16:51.733Z] === Skipped [2020-11-10T20:16:51.733Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:16:51.733Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-10T20:16:51.733Z] [2020-11-10T20:16:51.733Z] [2020-11-10T20:16:51.733Z] DONE 18 tests, 1 skipped in 20.922s [2020-11-10T20:16:51.733Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-10T20:16:51.733Z] ++ 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-11-10T20:16:51.733Z] ++ set -e [2020-11-10T20:16:51.733Z] ++ '[' -n 0 ']' [2020-11-10T20:16:51.733Z] ++ set -x [2020-11-10T20:16:51.733Z] ++ env -i DEST=/go/src/github.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-11-10T20:16:51.733Z] INFO: Testing against a local daemon [2020-11-10T20:16:51.733Z] === RUN TestVolumesCreateAndList [2020-11-10T20:16:51.733Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-11-10T20:16:51.733Z] === RUN TestVolumesRemove [2020-11-10T20:16:51.733Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-10T20:16:51.733Z] === RUN TestVolumesInspect [2020-11-10T20:16:51.733Z] --- PASS: TestVolumesInspect (0.01s) [2020-11-10T20:16:51.733Z] === RUN TestVolumesInvalidJSON [2020-11-10T20:16:51.733Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-10T20:16:51.733Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-10T20:16:51.733Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-10T20:16:51.733Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-10T20:16:51.733Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-10T20:16:51.733Z] PASS [2020-11-10T20:16:51.733Z] [2020-11-10T20:16:51.733Z] DONE 5 tests in 0.210s [2020-11-10T20:16:51.733Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-10T20:16:51.994Z] ++++ cat bundles/test-integration/docker.pid [2020-11-10T20:16:51.994Z] +++ kill 5600 [2020-11-10T20:16:52.256Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-11-10T20:16:53.204Z] +++ /etc/init.d/apparmor stop [2020-11-10T20:16:53.204Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-10T20:16:53.204Z] [2020-11-10T20:16:53.204Z] Unloading profiles will leave already running processes permanently [2020-11-10T20:16:53.204Z] unconfined, which can lead to unexpected situations. [2020-11-10T20:16:53.204Z] [2020-11-10T20:16:53.204Z] To set a process to complain mode, use the command line tool [2020-11-10T20:16:53.204Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-10T20:16:53.204Z] +++ true [2020-11-10T20:16:53.204Z] exiting test-integration [2020-11-10T20:16:53.204Z] ++ exit 0 [2020-11-10T20:16:53.204Z] [2020-11-10T20:16:53.778Z] + for job in $(jobs -p) [2020-11-10T20:16:53.778Z] + wait 19709 [2020-11-10T20:16:57.122Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-11-10T20:16:57.401Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-11-10T20:16:57.401Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-11-10T20:16:57.401Z] === RUN TestDockerSuite/TestHealth [2020-11-10T20:17:09.705Z] --- PASS: TestInfoAPIWarnings (16.29s) [2020-11-10T20:17:09.705Z] === RUN TestInfoDebug [2020-11-10T20:17:09.705Z] --- PASS: TestInfoDebug (0.53s) [2020-11-10T20:17:09.705Z] === RUN TestInfoInsecureRegistries [2020-11-10T20:17:09.705Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-11-10T20:17:09.705Z] === RUN TestInfoRegistryMirrors [2020-11-10T20:17:09.705Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-11-10T20:17:09.705Z] === RUN TestLoginFailsWithBadCredentials [2020-11-10T20:17:09.705Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-11-10T20:17:09.705Z] === RUN TestPingCacheHeaders [2020-11-10T20:17:09.705Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-11-10T20:17:09.705Z] === RUN TestPingGet [2020-11-10T20:17:09.705Z] --- PASS: TestPingGet (0.03s) [2020-11-10T20:17:09.705Z] === RUN TestPingHead [2020-11-10T20:17:09.705Z] --- PASS: TestPingHead (0.03s) [2020-11-10T20:17:09.705Z] === RUN TestVersion [2020-11-10T20:17:09.705Z] --- PASS: TestVersion (0.03s) [2020-11-10T20:17:09.705Z] PASS [2020-11-10T20:17:09.705Z] [2020-11-10T20:17:09.705Z] === Skipped [2020-11-10T20:17:09.705Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:17:09.705Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-10T20:17:09.705Z] [2020-11-10T20:17:09.705Z] [2020-11-10T20:17:09.706Z] DONE 18 tests, 1 skipped in 21.202s [2020-11-10T20:17:09.706Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-11-10T20:17:09.706Z] ++ 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-11-10T20:17:09.706Z] ++ set -e [2020-11-10T20:17:09.706Z] ++ '[' -n 0 ']' [2020-11-10T20:17:09.706Z] ++ set -x [2020-11-10T20:17:09.706Z] ++ env -i DEST=/go/src/github.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-11-10T20:17:09.706Z] INFO: Testing against a local daemon [2020-11-10T20:17:09.706Z] === RUN TestVolumesCreateAndList [2020-11-10T20:17:09.706Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-11-10T20:17:09.706Z] === RUN TestVolumesRemove [2020-11-10T20:17:09.706Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-10T20:17:09.706Z] === RUN TestVolumesInspect [2020-11-10T20:17:09.706Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-10T20:17:09.706Z] === RUN TestVolumesInvalidJSON [2020-11-10T20:17:09.706Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-10T20:17:09.706Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-10T20:17:09.706Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-10T20:17:09.706Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-11-10T20:17:09.706Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-10T20:17:09.706Z] PASS [2020-11-10T20:17:09.706Z] [2020-11-10T20:17:09.706Z] DONE 5 tests in 0.206s [2020-11-10T20:17:09.706Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-10T20:17:09.998Z] ++++ cat bundles/test-integration/docker.pid [2020-11-10T20:17:09.998Z] +++ kill 13871 [2020-11-10T20:17:11.035Z] +++ /etc/init.d/apparmor stop [2020-11-10T20:17:11.035Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-10T20:17:11.035Z] [2020-11-10T20:17:11.035Z] Unloading profiles will leave already running processes permanently [2020-11-10T20:17:11.035Z] unconfined, which can lead to unexpected situations. [2020-11-10T20:17:11.035Z] [2020-11-10T20:17:11.035Z] To set a process to complain mode, use the command line tool [2020-11-10T20:17:11.035Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-10T20:17:11.035Z] +++ true [2020-11-10T20:17:11.330Z] exiting test-integration [2020-11-10T20:17:11.330Z] ++ exit 0 [2020-11-10T20:17:11.330Z] Post stage [Pipeline] junit [2020-11-10T20:17:12.891Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-10T20:17:13.823Z] + echo Ensuring container killed. [2020-11-10T20:17:13.823Z] Ensuring container killed. [2020-11-10T20:17:13.823Z] + docker rm -vf docker-pr3 [2020-11-10T20:17:13.823Z] Error: No such container: docker-pr3 [2020-11-10T20:17:13.823Z] + true [Pipeline] sh [2020-11-10T20:17:14.211Z] + echo Chowning /workspace to jenkins user [2020-11-10T20:17:14.211Z] Chowning /workspace to jenkins user [2020-11-10T20:17:14.211Z] + id -u [2020-11-10T20:17:14.211Z] + id -g [2020-11-10T20:17:14.211Z] + docker run --rm -v /home/docker/workspace/moby_PR-41659:/workspace busybox chown -R 1001:1001 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-10T20:17:16.155Z] + bundleName=ppc64le-integration [2020-11-10T20:17:16.155Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-11-10T20:17:16.155Z] Creating ppc64le-integration-bundles.tar.gz [2020-11-10T20:17:16.155Z] + + find bundles -path */root/*overlay2xargs -prune tar -o -czf -type ppc64le-integration-bundles.tar.gz f [2020-11-10T20:17:16.155Z] ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-11-10T20:17:16.200Z] Archiving artifacts [2020-11-10T20:17:16.586Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41659/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-10T20:17:16.976Z] + make clean [2020-11-10T20:17:17.268Z] make: command: Command not found [2020-11-10T20:17:17.268Z] make: command: Command not found [2020-11-10T20:17:17.268Z] docker volume rm -f docker-dev-cache [2020-11-10T20:17:17.268Z] docker-dev-cache [Pipeline] deleteDir [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-11-10T20:17:19.372Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-10T20:17:19.945Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-11-10T20:17:20.518Z] === RUN TestDockerSuite/TestImagesFormat [2020-11-10T20:17:20.518Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-11-10T20:17:20.780Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-11-10T20:17:24.083Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-11-10T20:17:24.083Z] === RUN TestDockerSuite/TestImportBadURL [2020-11-10T20:17:24.083Z] === RUN TestDockerSuite/TestImportDisplay [2020-11-10T20:17:24.083Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-11-10T20:17:25.027Z] === RUN TestDockerSuite/TestImportFile [2020-11-10T20:17:25.972Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-11-10T20:17:25.972Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-11-10T20:17:26.916Z] === RUN TestDockerSuite/TestImportGzipped [2020-11-10T20:17:28.304Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-11-10T20:17:29.250Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-11-10T20:17:29.824Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-11-10T20:17:30.396Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-11-10T20:17:30.657Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-11-10T20:17:30.657Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-11-10T20:17:30.926Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-11-10T20:17:31.188Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-11-10T20:17:31.760Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-11-10T20:17:32.332Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-11-10T20:17:32.594Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-11-10T20:17:33.166Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-11-10T20:17:33.427Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-11-10T20:17:33.427Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-11-10T20:17:34.816Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-11-10T20:17:35.078Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-11-10T20:17:35.652Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-11-10T20:17:35.652Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-11-10T20:17:35.914Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-11-10T20:17:35.914Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-11-10T20:17:36.857Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-11-10T20:17:37.119Z] === RUN TestDockerSuite/TestInspectDefault [2020-11-10T20:17:37.694Z] === RUN TestDockerSuite/TestInspectHistory [2020-11-10T20:17:38.268Z] === RUN TestDockerSuite/TestInspectImage [2020-11-10T20:17:38.268Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-11-10T20:17:38.268Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-11-10T20:17:38.268Z] === RUN TestDockerSuite/TestInspectInt64 [2020-11-10T20:17:38.840Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-11-10T20:17:39.102Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-11-10T20:17:39.102Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-11-10T20:17:39.674Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-11-10T20:17:40.247Z] === RUN TestDockerSuite/TestInspectPlugin [2020-11-10T20:17:42.162Z] === RUN TestDockerSuite/TestInspectRootFS [2020-11-10T20:17:42.162Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-11-10T20:17:42.734Z] === RUN TestDockerSuite/TestInspectStatus [2020-11-10T20:17:43.308Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-11-10T20:17:44.253Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-11-10T20:17:44.514Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-11-10T20:17:45.087Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-11-10T20:17:45.087Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-11-10T20:17:45.674Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-11-10T20:17:46.262Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-11-10T20:17:46.836Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-11-10T20:17:47.410Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-11-10T20:17:47.671Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-11-10T20:17:49.591Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-11-10T20:17:49.853Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-11-10T20:17:50.797Z] === RUN TestDockerSuite/TestLinksEnvs [2020-11-10T20:17:51.747Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-11-10T20:17:52.321Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-11-10T20:17:53.715Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-11-10T20:17:55.633Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-11-10T20:17:57.552Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-11-10T20:17:57.552Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-11-10T20:17:59.472Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-11-10T20:17:59.733Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-11-10T20:18:00.305Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-11-10T20:18:06.918Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-11-10T20:18:08.304Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-11-10T20:18:09.249Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-11-10T20:18:09.249Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-11-10T20:18:09.823Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-11-10T20:18:12.371Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-11-10T20:18:12.372Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-11-10T20:18:12.372Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-11-10T20:18:12.372Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-11-10T20:18:12.372Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-11-10T20:18:12.944Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-11-10T20:18:13.518Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-11-10T20:18:17.733Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-11-10T20:18:17.733Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-11-10T20:18:23.022Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-11-10T20:18:23.022Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-11-10T20:18:23.022Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-11-10T20:18:23.283Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-11-10T20:18:24.229Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-11-10T20:18:25.173Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-11-10T20:18:25.747Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-11-10T20:18:25.747Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-11-10T20:18:26.693Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-11-10T20:18:29.269Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-11-10T20:18:29.843Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-11-10T20:18:30.787Z] === RUN TestDockerSuite/TestLogsSince [2020-11-10T20:18:37.373Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-11-10T20:18:41.578Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-11-10T20:18:42.522Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-11-10T20:18:43.096Z] === RUN TestDockerSuite/TestLogsTail [2020-11-10T20:18:43.671Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-11-10T20:18:44.615Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-11-10T20:18:45.190Z] === RUN TestDockerSuite/TestMountIntoProc [2020-11-10T20:18:45.451Z] === RUN TestDockerSuite/TestMountIntoSys [2020-11-10T20:18:46.024Z] === RUN TestDockerSuite/TestNetHostname [2020-11-10T20:18:47.940Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-11-10T20:18:47.940Z] === RUN TestDockerSuite/TestNetworkEvents [2020-11-10T20:18:47.940Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-11-10T20:18:54.537Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-11-10T20:18:55.110Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-11-10T20:18:55.371Z] === RUN TestDockerSuite/TestPluginActive [2020-11-10T20:18:57.285Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-11-10T20:19:03.873Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-11-10T20:19:03.873Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-11-10T20:19:03.873Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-11-10T20:19:06.422Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-11-10T20:19:06.436Z] --- PASS: TestBuildWithHugeFile (154.24s) [2020-11-10T20:19:06.436Z] === RUN TestBuildWithEmptyDockerfile [2020-11-10T20:19:06.436Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:19:06.436Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:19:06.436Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:19:06.436Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:19:06.436Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:19:06.436Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:19:06.436Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-10T20:19:06.436Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-10T20:19:06.436Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-10T20:19:06.436Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2020-11-10T20:19:06.436Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2020-11-10T20:19:06.436Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-11-10T20:19:06.436Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2020-11-10T20:19:06.436Z] === RUN TestBuildPreserveOwnership [2020-11-10T20:19:06.436Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2020-11-10T20:19:06.436Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-10T20:19:06.436Z] === RUN TestBuildPlatformInvalid [2020-11-10T20:19:06.436Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2020-11-10T20:19:06.436Z] PASS [2020-11-10T20:19:06.436Z] ok github.com/docker/docker/integration/build 228.636s [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === Skipped [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-11-10T20:19:06.436Z] build_session_test.go:25: TODO: BuildKit [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-11-10T20:19:06.436Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-11-10T20:19:06.436Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-11-10T20:19:06.436Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-11-10T20:19:06.436Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] DONE 28 tests, 5 skipped in 258.518s [2020-11-10T20:19:06.436Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-11-10T20:19:06.436Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:19:06.436Z] INFO: Testing against a local daemon [2020-11-10T20:19:06.436Z] === RUN TestConfigInspect [2020-11-10T20:19:06.436Z] --- SKIP: TestConfigInspect (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] === RUN TestConfigList [2020-11-10T20:19:06.436Z] --- SKIP: TestConfigList (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] === RUN TestConfigsCreateAndDelete [2020-11-10T20:19:06.436Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] === RUN TestConfigsUpdate [2020-11-10T20:19:06.436Z] --- SKIP: TestConfigsUpdate (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] === RUN TestTemplatedConfig [2020-11-10T20:19:06.436Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] === RUN TestConfigCreateResolve [2020-11-10T20:19:06.436Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:19:06.436Z] === RUN TestConfigDaemonLibtrustID [2020-11-10T20:19:06.436Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:19:06.436Z] PASS [2020-11-10T20:19:06.436Z] ok github.com/docker/docker/integration/config 0.211s [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === Skipped [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-11-10T20:19:06.436Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] [2020-11-10T20:19:06.436Z] DONE 7 tests, 7 skipped in 3.051s [2020-11-10T20:19:06.436Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-11-10T20:19:06.436Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:19:06.436Z] INFO: Testing against a local daemon [2020-11-10T20:19:06.436Z] === RUN TestCheckpoint [2020-11-10T20:19:06.436Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-10T20:19:06.436Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:19:06.436Z] === RUN TestContainerInvalidJSON [2020-11-10T20:19:06.436Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:19:06.436Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:19:06.436Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:19:06.436Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:19:06.436Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:19:06.436Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:19:06.436Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-10T20:19:06.436Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-10T20:19:06.436Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-10T20:19:06.436Z] --- PASS: TestContainerInvalidJSON (0.04s) [2020-11-10T20:19:06.436Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-10T20:19:06.436Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-11-10T20:19:06.436Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-11-10T20:19:06.436Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-10T20:19:06.436Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.33s) [2020-11-10T20:19:06.436Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-10T20:19:06.436Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2020-11-10T20:19:06.436Z] copy_test.go:38: testEnv.OSType == "windows" [2020-11-10T20:19:06.436Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-10T20:19:06.436Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2020-11-10T20:19:06.436Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-10T20:19:06.436Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2020-11-10T20:19:06.436Z] copy_test.go:63: testEnv.OSType == "windows" [2020-11-10T20:19:06.436Z] === RUN TestCopyFromContainer [2020-11-10T20:19:06.436Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-11-10T20:19:06.436Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.436Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-10T20:19:06.436Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:19:06.436Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:19:06.436Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:19:06.436Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:19:06.436Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:19:06.436Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:19:06.436Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-10T20:19:06.436Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-10T20:19:06.436Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-10T20:19:06.436Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-11-10T20:19:06.436Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-10T20:19:06.436Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-11-10T20:19:06.436Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-11-10T20:19:06.436Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-10T20:19:06.436Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-11-10T20:19:06.437Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-11-10T20:19:06.437Z] === RUN TestCreateWithInvalidEnv [2020-11-10T20:19:06.437Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-10T20:19:06.437Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-10T20:19:06.437Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-10T20:19:06.437Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-10T20:19:06.437Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-10T20:19:06.437Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-10T20:19:06.437Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-10T20:19:06.437Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-10T20:19:06.437Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-10T20:19:06.437Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-11-10T20:19:06.437Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-11-10T20:19:06.437Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-11-10T20:19:06.437Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-11-10T20:19:06.437Z] === RUN TestCreateTmpfsMountsTarget [2020-11-10T20:19:06.437Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-11-10T20:19:06.437Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.437Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-10T20:19:06.437Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-11-10T20:19:06.437Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:19:06.437Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-10T20:19:06.437Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-11-10T20:19:06.437Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:19:06.437Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-10T20:19:06.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:19:06.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:19:06.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:19:06.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:19:06.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:19:06.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:19:06.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:19:06.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:19:06.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:19:06.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:19:06.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-10T20:19:06.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-10T20:19:06.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-10T20:19:06.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-10T20:19:06.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-10T20:19:06.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-11-10T20:19:06.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-10T20:19:06.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-10T20:19:06.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-11-10T20:19:06.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-11-10T20:19:06.437Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-10T20:19:06.437Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-10T20:19:06.437Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-11-10T20:19:06.437Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-11-10T20:19:06.437Z] === RUN TestCreateDifferentPlatform [2020-11-10T20:19:06.437Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-10T20:19:06.437Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-10T20:19:06.437Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2020-11-10T20:19:06.437Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-10T20:19:06.437Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-10T20:19:06.437Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-10T20:19:06.437Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2020-11-10T20:19:06.437Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-10T20:19:06.437Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2020-11-10T20:19:06.437Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-11-10T20:19:06.437Z] === RUN TestContainerKillOnDaemonStart [2020-11-10T20:19:06.437Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-11-10T20:19:06.437Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:06.437Z] === RUN TestDiff [2020-11-10T20:19:06.437Z] --- SKIP: TestDiff (0.00s) [2020-11-10T20:19:06.437Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-11-10T20:19:06.437Z] === RUN TestExecWithCloseStdin [2020-11-10T20:19:08.334Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-11-10T20:19:08.625Z] --- PASS: TestExecWithCloseStdin (2.57s) [2020-11-10T20:19:08.625Z] === RUN TestExec [2020-11-10T20:19:10.249Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-11-10T20:19:10.817Z] --- PASS: TestExec (2.38s) [2020-11-10T20:19:10.817Z] === RUN TestExecUser [2020-11-10T20:19:10.817Z] --- SKIP: TestExecUser (0.00s) [2020-11-10T20:19:10.817Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-11-10T20:19:10.817Z] === RUN TestExportContainerAndImportImage [2020-11-10T20:19:10.817Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-11-10T20:19:10.817Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:10.817Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-10T20:19:10.817Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-11-10T20:19:10.817Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:10.817Z] === RUN TestHealthCheckWorkdir [2020-11-10T20:19:10.817Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-11-10T20:19:10.817Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-11-10T20:19:10.817Z] === RUN TestHealthKillContainer [2020-11-10T20:19:10.817Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-11-10T20:19:10.817Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-11-10T20:19:10.817Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-10T20:19:10.817Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-11-10T20:19:10.817Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-11-10T20:19:10.817Z] === RUN TestKillContainerInvalidSignal [2020-11-10T20:19:13.006Z] --- PASS: TestKillContainerInvalidSignal (2.04s) [2020-11-10T20:19:13.006Z] === RUN TestKillContainer [2020-11-10T20:19:13.006Z] === RUN TestKillContainer/no_signal [2020-11-10T20:19:14.456Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-11-10T20:19:15.029Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-11-10T20:19:15.193Z] === RUN TestKillContainer/non_killing_signal [2020-11-10T20:19:15.193Z] === RUN TestKillContainer/killing_signal [2020-11-10T20:19:15.603Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-11-10T20:19:16.997Z] === RUN TestDockerSuite/TestPortHostBinding [2020-11-10T20:19:17.263Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-11-10T20:19:17.836Z] === RUN TestDockerSuite/TestPortList [2020-11-10T20:19:22.284Z] --- PASS: TestKillContainer (8.91s) [2020-11-10T20:19:22.284Z] --- PASS: TestKillContainer/no_signal (1.86s) [2020-11-10T20:19:22.284Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-11-10T20:19:22.284Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-11-10T20:19:22.284Z] --- PASS: TestKillContainer/killing_signal (6.99s) [2020-11-10T20:19:22.284Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-10T20:19:22.284Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-11-10T20:19:22.284Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-10T20:19:22.284Z] === RUN TestKillStoppedContainer [2020-11-10T20:19:22.284Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-11-10T20:19:22.284Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-10T20:19:22.284Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-10T20:19:22.284Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-11-10T20:19:22.284Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-10T20:19:22.284Z] === RUN TestKillDifferentUserContainer [2020-11-10T20:19:22.284Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-11-10T20:19:22.284Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-11-10T20:19:22.284Z] === RUN TestInspectOomKilledTrue [2020-11-10T20:19:22.284Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-10T20:19:22.284Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:22.284Z] === RUN TestInspectOomKilledFalse [2020-11-10T20:19:22.284Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-10T20:19:22.284Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:19:22.284Z] === RUN TestLogsFollowTailEmpty [2020-11-10T20:19:23.825Z] --- PASS: TestLogsFollowTailEmpty (1.94s) [2020-11-10T20:19:23.825Z] === RUN TestNetworkNat [2020-11-10T20:19:23.825Z] --- SKIP: TestNetworkNat (0.00s) [2020-11-10T20:19:23.825Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-11-10T20:19:23.825Z] === RUN TestNetworkLocalhostTCPNat [2020-11-10T20:19:25.986Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-11-10T20:19:25.986Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-11-10T20:19:26.015Z] --- PASS: TestNetworkLocalhostTCPNat (2.27s) [2020-11-10T20:19:26.015Z] === RUN TestNetworkLoopbackNat [2020-11-10T20:19:26.015Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-11-10T20:19:26.015Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-11-10T20:19:26.015Z] === RUN TestPause [2020-11-10T20:19:26.015Z] --- SKIP: TestPause (0.00s) [2020-11-10T20:19:26.015Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-11-10T20:19:26.015Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-10T20:19:28.199Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.96s) [2020-11-10T20:19:28.199Z] === RUN TestPauseStopPausedContainer [2020-11-10T20:19:28.199Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-11-10T20:19:28.199Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:28.199Z] === RUN TestPsFilter [2020-11-10T20:19:28.199Z] --- PASS: TestPsFilter (0.14s) [2020-11-10T20:19:28.199Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-10T20:19:30.387Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.35s) [2020-11-10T20:19:30.387Z] === RUN TestRemoveContainerWithVolume [2020-11-10T20:19:32.573Z] --- PASS: TestRemoveContainerWithVolume (2.22s) [2020-11-10T20:19:32.573Z] === RUN TestRemoveContainerRunning [2020-11-10T20:19:32.573Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-11-10T20:19:32.573Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-11-10T20:19:32.573Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-11-10T20:19:32.573Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-11-10T20:19:32.573Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-11-10T20:19:32.834Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-11-10T20:19:33.095Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-11-10T20:19:33.357Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-11-10T20:19:33.357Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-11-10T20:19:34.302Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-11-10T20:19:34.302Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-11-10T20:19:34.757Z] --- PASS: TestRemoveContainerRunning (1.88s) [2020-11-10T20:19:34.757Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-10T20:19:36.220Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-11-10T20:19:36.302Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.70s) [2020-11-10T20:19:36.302Z] === RUN TestRemoveInvalidContainer [2020-11-10T20:19:36.302Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2020-11-10T20:19:36.302Z] === RUN TestRenameLinkedContainer [2020-11-10T20:19:36.302Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-11-10T20:19:36.302Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-11-10T20:19:36.302Z] === RUN TestRenameStoppedContainer [2020-11-10T20:19:37.162Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-11-10T20:19:37.424Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-11-10T20:19:37.686Z] === RUN TestDockerSuite/TestPsByOrder [2020-11-10T20:19:38.495Z] --- PASS: TestRenameStoppedContainer (2.13s) [2020-11-10T20:19:38.495Z] === RUN TestRenameRunningContainerAndReuse [2020-11-10T20:19:39.604Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-11-10T20:19:40.179Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-11-10T20:19:40.448Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-11-10T20:19:42.240Z] --- PASS: TestRenameRunningContainerAndReuse (3.82s) [2020-11-10T20:19:42.240Z] === RUN TestRenameInvalidName [2020-11-10T20:19:43.014Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-11-10T20:19:44.424Z] --- PASS: TestRenameInvalidName (1.84s) [2020-11-10T20:19:44.424Z] === RUN TestRenameAnonymousContainer [2020-11-10T20:19:44.424Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-11-10T20:19:44.424Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-11-10T20:19:44.424Z] === RUN TestRenameContainerWithSameName [2020-11-10T20:19:45.966Z] --- PASS: TestRenameContainerWithSameName (1.77s) [2020-11-10T20:19:45.966Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-10T20:19:45.966Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-11-10T20:19:45.966Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-11-10T20:19:45.966Z] === RUN TestResize [2020-11-10T20:19:47.232Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-11-10T20:19:47.494Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-11-10T20:19:47.510Z] --- PASS: TestResize (1.63s) [2020-11-10T20:19:47.510Z] === RUN TestResizeWithInvalidSize [2020-11-10T20:19:47.510Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-11-10T20:19:47.510Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-11-10T20:19:47.510Z] === RUN TestResizeWhenContainerNotStarted [2020-11-10T20:19:49.708Z] --- PASS: TestResizeWhenContainerNotStarted (2.01s) [2020-11-10T20:19:49.708Z] === RUN TestDaemonRestartKillContainers [2020-11-10T20:19:49.708Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-11-10T20:19:49.708Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:19:49.708Z] === RUN TestStats [2020-11-10T20:19:49.708Z] --- SKIP: TestStats (0.00s) [2020-11-10T20:19:49.708Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-11-10T20:19:49.708Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-10T20:19:50.043Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-11-10T20:19:55.522Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.18s) [2020-11-10T20:19:55.522Z] === RUN TestStopContainerWithTimeout [2020-11-10T20:19:55.522Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-11-10T20:19:55.522Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-11-10T20:19:55.522Z] === RUN TestUpdateRestartPolicy [2020-11-10T20:19:56.631Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-11-10T20:19:57.203Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-11-10T20:19:58.591Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-11-10T20:19:59.536Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-11-10T20:20:00.481Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-11-10T20:20:03.033Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-11-10T20:20:04.955Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-11-10T20:20:05.898Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-11-10T20:20:05.898Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-11-10T20:20:06.470Z] === RUN TestDockerSuite/TestPsRightTagName [2020-11-10T20:20:07.856Z] === RUN TestDockerSuite/TestPsShowMounts [2020-11-10T20:20:09.773Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-11-10T20:20:09.773Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-11-10T20:20:09.773Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-11-10T20:20:10.034Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-11-10T20:20:10.296Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-11-10T20:20:10.296Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-11-10T20:20:10.296Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-11-10T20:20:10.870Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-11-10T20:20:11.815Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-11-10T20:20:13.204Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-11-10T20:20:13.778Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-11-10T20:20:16.640Z] --- PASS: TestUpdateRestartPolicy (20.99s) [2020-11-10T20:20:16.640Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-10T20:20:17.617Z] --- PASS: TestUpdateRestartWithAutoRemove (1.82s) [2020-11-10T20:20:17.617Z] === RUN TestWaitNonBlocked [2020-11-10T20:20:17.617Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:20:17.617Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:20:17.617Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:20:17.617Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:20:17.617Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-10T20:20:17.617Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-10T20:20:21.931Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-11-10T20:20:22.192Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-11-10T20:20:23.580Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-11-10T20:20:23.580Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-11-10T20:20:23.580Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-11-10T20:20:23.841Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-11-10T20:20:25.757Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-11-10T20:20:26.204Z] --- PASS: TestWaitNonBlocked (0.04s) [2020-11-10T20:20:26.205Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.62s) [2020-11-10T20:20:26.205Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.35s) [2020-11-10T20:20:26.205Z] === RUN TestWaitBlocked [2020-11-10T20:20:26.205Z] --- SKIP: TestWaitBlocked (0.00s) [2020-11-10T20:20:26.205Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:26.205Z] PASS [2020-11-10T20:20:26.205Z] ok github.com/docker/docker/integration/container 80.159s [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === Skipped [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-11-10T20:20:26.205Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2020-11-10T20:20:26.205Z] copy_test.go:38: testEnv.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2020-11-10T20:20:26.205Z] copy_test.go:63: testEnv.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-11-10T20:20:26.205Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-11-10T20:20:26.205Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-11-10T20:20:26.205Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-11-10T20:20:26.205Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-11-10T20:20:26.205Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-11-10T20:20:26.205Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2020-11-10T20:20:26.205Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-11-10T20:20:26.205Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-11-10T20:20:26.205Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-11-10T20:20:26.205Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-11-10T20:20:26.205Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-11-10T20:20:26.205Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-11-10T20:20:26.205Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-11-10T20:20:26.205Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-11-10T20:20:26.205Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2020-11-10T20:20:26.205Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-11-10T20:20:26.205Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-11-10T20:20:26.205Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-11-10T20:20:26.205Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-11-10T20:20:26.205Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-11-10T20:20:26.205Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-11-10T20:20:26.205Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-11-10T20:20:26.205Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-11-10T20:20:26.205Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-11-10T20:20:26.205Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-11-10T20:20:26.205Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-11-10T20:20:26.205Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-11-10T20:20:26.205Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-11-10T20:20:26.205Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-11-10T20:20:26.205Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-11-10T20:20:26.205Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-11-10T20:20:26.205Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-11-10T20:20:26.205Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-11-10T20:20:26.205Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-11-10T20:20:26.205Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] [2020-11-10T20:20:26.205Z] DONE 88 tests, 37 skipped in 83.870s [2020-11-10T20:20:26.205Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-11-10T20:20:26.720Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-11-10T20:20:27.751Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:27.751Z] INFO: Testing against a local daemon [2020-11-10T20:20:27.751Z] === RUN TestCommitInheritsEnv [2020-11-10T20:20:27.751Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-11-10T20:20:27.751Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-10T20:20:27.751Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-10T20:20:27.751Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-11-10T20:20:27.751Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-11-10T20:20:27.751Z] === RUN TestImagesFilterMultiReference [2020-11-10T20:20:27.751Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-11-10T20:20:27.751Z] === RUN TestImagePullPlatformInvalid [2020-11-10T20:20:27.751Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-11-10T20:20:27.751Z] === RUN TestRemoveImageOrphaning [2020-11-10T20:20:28.723Z] --- PASS: TestRemoveImageOrphaning (1.07s) [2020-11-10T20:20:28.723Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-10T20:20:28.723Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2020-11-10T20:20:28.723Z] === RUN TestTagInvalidReference [2020-11-10T20:20:28.723Z] --- PASS: TestTagInvalidReference (0.04s) [2020-11-10T20:20:28.723Z] === RUN TestTagValidPrefixedRepo [2020-11-10T20:20:28.723Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-11-10T20:20:28.723Z] === RUN TestTagExistedNameWithoutForce [2020-11-10T20:20:29.183Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2020-11-10T20:20:29.183Z] === RUN TestTagOfficialNames [2020-11-10T20:20:29.183Z] --- PASS: TestTagOfficialNames (0.13s) [2020-11-10T20:20:29.183Z] === RUN TestTagMatchesDigest [2020-11-10T20:20:29.183Z] --- PASS: TestTagMatchesDigest (0.04s) [2020-11-10T20:20:29.183Z] PASS [2020-11-10T20:20:29.183Z] ok github.com/docker/docker/integration/image 1.793s [2020-11-10T20:20:29.183Z] [2020-11-10T20:20:29.183Z] === Skipped [2020-11-10T20:20:29.183Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-11-10T20:20:29.183Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-10T20:20:29.183Z] [2020-11-10T20:20:29.183Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-11-10T20:20:29.183Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-11-10T20:20:29.183Z] [2020-11-10T20:20:29.183Z] [2020-11-10T20:20:29.183Z] DONE 11 tests, 2 skipped in 4.088s [2020-11-10T20:20:29.183Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-11-10T20:20:29.268Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-11-10T20:20:29.841Z] === RUN TestDockerSuite/TestRmiBlank [2020-11-10T20:20:29.841Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-11-10T20:20:29.841Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-11-10T20:20:31.387Z] testing: warning: no tests to run [2020-11-10T20:20:31.387Z] PASS [2020-11-10T20:20:31.387Z] ok github.com/docker/docker/integration/network/ipvlan 0.114s [no tests to run] [2020-11-10T20:20:31.387Z] testing: warning: no tests to run [2020-11-10T20:20:31.387Z] PASS [2020-11-10T20:20:31.387Z] ok github.com/docker/docker/integration/network/macvlan 0.081s [no tests to run] [2020-11-10T20:20:32.359Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:32.359Z] INFO: Testing against a local daemon [2020-11-10T20:20:32.359Z] === RUN TestNetworkCreateDelete [2020-11-10T20:20:32.359Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-11-10T20:20:32.359Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:32.359Z] === RUN TestDockerNetworkDeletePreferID [2020-11-10T20:20:32.359Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-11-10T20:20:32.359Z] 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-11-10T20:20:32.359Z] === RUN TestDaemonDNSFallback [2020-11-10T20:20:32.359Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2020-11-10T20:20:32.359Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:32.359Z] === RUN TestInspectNetwork [2020-11-10T20:20:32.359Z] --- SKIP: TestInspectNetwork (0.00s) [2020-11-10T20:20:32.359Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-11-10T20:20:32.359Z] === RUN TestRunContainerWithBridgeNone [2020-11-10T20:20:32.359Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-11-10T20:20:32.359Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:32.359Z] === RUN TestNetworkInvalidJSON [2020-11-10T20:20:32.359Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-10T20:20:32.359Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-10T20:20:32.359Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:20:32.359Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:20:32.359Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:20:32.359Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:20:32.359Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-10T20:20:32.359Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-10T20:20:32.359Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-10T20:20:32.359Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-10T20:20:32.359Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-11-10T20:20:32.359Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-11-10T20:20:32.359Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2020-11-10T20:20:32.359Z] === RUN TestHostIPv4BridgeLabel [2020-11-10T20:20:32.359Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-11-10T20:20:32.359Z] network_test.go:97: testEnv.OSType == "windows" [2020-11-10T20:20:32.359Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-10T20:20:32.359Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-11-10T20:20:32.359Z] service_test.go:29: testEnv.OSType == "windows" [2020-11-10T20:20:32.359Z] === RUN TestDaemonDefaultNetworkPools [2020-11-10T20:20:32.359Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-11-10T20:20:32.359Z] service_test.go:52: testEnv.OSType == "windows" [2020-11-10T20:20:32.359Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-10T20:20:32.359Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-11-10T20:20:32.359Z] service_test.go:96: testEnv.OSType == "windows" [2020-11-10T20:20:32.359Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-10T20:20:32.359Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-11-10T20:20:32.359Z] service_test.go:130: testEnv.OSType == "windows" [2020-11-10T20:20:32.359Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-10T20:20:32.359Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-11-10T20:20:32.359Z] service_test.go:181: testEnv.OSType == "windows" [2020-11-10T20:20:32.359Z] === RUN TestServiceWithPredefinedNetwork [2020-11-10T20:20:32.359Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-11-10T20:20:32.359Z] service_test.go:206: testEnv.OSType == "windows" [2020-11-10T20:20:32.359Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-10T20:20:32.359Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:20:32.359Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:20:32.359Z] === RUN TestServiceWithDataPathPortInit [2020-11-10T20:20:32.359Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-11-10T20:20:32.359Z] service_test.go:326: testEnv.OSType == "windows" [2020-11-10T20:20:32.359Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-10T20:20:32.359Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-10T20:20:32.359Z] service_test.go:394: testEnv.OSType == "windows" [2020-11-10T20:20:32.359Z] PASS [2020-11-10T20:20:32.359Z] ok github.com/docker/docker/integration/network 0.239s [2020-11-10T20:20:32.389Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === Skipped [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-11-10T20:20:32.819Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-11-10T20:20:32.819Z] 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-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-11-10T20:20:32.819Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-11-10T20:20:32.819Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-11-10T20:20:32.819Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-11-10T20:20:32.819Z] network_test.go:97: testEnv.OSType == "windows" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-11-10T20:20:32.819Z] service_test.go:29: testEnv.OSType == "windows" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-11-10T20:20:32.819Z] service_test.go:52: testEnv.OSType == "windows" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-11-10T20:20:32.819Z] service_test.go:96: testEnv.OSType == "windows" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-11-10T20:20:32.819Z] service_test.go:130: testEnv.OSType == "windows" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-11-10T20:20:32.819Z] service_test.go:181: testEnv.OSType == "windows" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-11-10T20:20:32.819Z] service_test.go:206: testEnv.OSType == "windows" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-10T20:20:32.819Z] service_test.go:236: FLAKY_TEST [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-11-10T20:20:32.819Z] service_test.go:326: testEnv.OSType == "windows" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-10T20:20:32.819Z] service_test.go:394: testEnv.OSType == "windows" [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] [2020-11-10T20:20:32.819Z] DONE 19 tests, 15 skipped in 3.379s [2020-11-10T20:20:32.819Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-11-10T20:20:32.961Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-11-10T20:20:33.222Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-11-10T20:20:33.279Z] testing: warning: no tests to run [2020-11-10T20:20:33.279Z] PASS [2020-11-10T20:20:33.279Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2020-11-10T20:20:33.279Z] [2020-11-10T20:20:33.279Z] DONE 0 tests in 0.372s [2020-11-10T20:20:33.279Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-11-10T20:20:33.739Z] testing: warning: no tests to run [2020-11-10T20:20:33.740Z] PASS [2020-11-10T20:20:33.740Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2020-11-10T20:20:33.740Z] [2020-11-10T20:20:33.740Z] DONE 0 tests in 0.369s [2020-11-10T20:20:33.740Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-11-10T20:20:34.611Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-11-10T20:20:34.872Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-11-10T20:20:35.283Z] testing: warning: no tests to run [2020-11-10T20:20:35.283Z] PASS [2020-11-10T20:20:35.283Z] testing: warning: no tests to run [2020-11-10T20:20:35.283Z] ok github.com/docker/docker/integration/plugin 0.142s [no tests to run] [2020-11-10T20:20:35.283Z] PASS [2020-11-10T20:20:35.283Z] ok github.com/docker/docker/integration/plugin/authz 0.154s [no tests to run] [2020-11-10T20:20:36.260Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-11-10T20:20:36.835Z] === RUN TestDockerSuite/TestRmiTag [2020-11-10T20:20:36.836Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-11-10T20:20:37.408Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-11-10T20:20:37.408Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-11-10T20:20:40.716Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-11-10T20:20:41.289Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-11-10T20:20:42.237Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-11-10T20:20:42.500Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-11-10T20:20:43.444Z] === RUN TestDockerSuite/TestRunAddHost [2020-11-10T20:20:43.889Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:43.889Z] INFO: Testing against a local daemon [2020-11-10T20:20:43.889Z] === RUN TestExternalGraphDriver [2020-11-10T20:20:43.889Z] --- SKIP: TestExternalGraphDriver (0.02s) [2020-11-10T20:20:43.889Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-10T20:20:43.889Z] === RUN TestGraphdriverPluginV2 [2020-11-10T20:20:43.889Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-11-10T20:20:43.889Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-10T20:20:43.889Z] PASS [2020-11-10T20:20:43.889Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.340s [2020-11-10T20:20:43.889Z] testing: warning: no tests to run [2020-11-10T20:20:43.889Z] PASS [2020-11-10T20:20:43.889Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.089s [no tests to run] [2020-11-10T20:20:44.017Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-11-10T20:20:44.278Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-11-10T20:20:44.871Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-11-10T20:20:44.871Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-11-10T20:20:45.443Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-11-10T20:20:46.075Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:46.075Z] INFO: Testing against a local daemon [2020-11-10T20:20:46.075Z] === RUN TestPluginInvalidJSON [2020-11-10T20:20:46.075Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:20:46.075Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:20:46.075Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:20:46.075Z] --- PASS: TestPluginInvalidJSON (0.06s) [2020-11-10T20:20:46.075Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-10T20:20:46.075Z] === RUN TestPluginInstall [2020-11-10T20:20:46.075Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-10T20:20:46.075Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-10T20:20:46.075Z] PASS [2020-11-10T20:20:46.075Z] ok github.com/docker/docker/integration/plugin/common 0.352s [2020-11-10T20:20:46.075Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:46.075Z] INFO: Testing against a local daemon [2020-11-10T20:20:46.075Z] === RUN TestReadPluginNoRead [2020-11-10T20:20:46.075Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-11-10T20:20:46.075Z] read_test.go:21: no unix domain sockets on Windows [2020-11-10T20:20:46.075Z] PASS [2020-11-10T20:20:46.075Z] ok github.com/docker/docker/integration/plugin/logging 0.222s [2020-11-10T20:20:46.075Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-11-10T20:20:46.075Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-11-10T20:20:46.386Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-11-10T20:20:46.536Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:46.536Z] INFO: Testing against a local daemon [2020-11-10T20:20:46.536Z] === RUN TestPluginWithDevMounts [2020-11-10T20:20:46.536Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-10T20:20:46.536Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:46.536Z] PASS [2020-11-10T20:20:46.536Z] ok github.com/docker/docker/integration/plugin/volumes 0.182s [2020-11-10T20:20:46.536Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-11-10T20:20:46.652Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-11-10T20:20:47.224Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-11-10T20:20:47.506Z] [2020-11-10T20:20:47.506Z] === Skipped [2020-11-10T20:20:47.506Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-11-10T20:20:47.506Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-10T20:20:47.506Z] [2020-11-10T20:20:47.506Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.02s) [2020-11-10T20:20:47.506Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-10T20:20:47.506Z] [2020-11-10T20:20:47.506Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-11-10T20:20:47.506Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-10T20:20:47.506Z] [2020-11-10T20:20:47.506Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-11-10T20:20:47.506Z] read_test.go:21: no unix domain sockets on Windows [2020-11-10T20:20:47.506Z] [2020-11-10T20:20:47.506Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-11-10T20:20:47.506Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:47.506Z] [2020-11-10T20:20:47.506Z] [2020-11-10T20:20:47.506Z] DONE 7 tests, 5 skipped in 13.822s [2020-11-10T20:20:47.506Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-11-10T20:20:47.797Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-11-10T20:20:47.968Z] testing: warning: no tests to run [2020-11-10T20:20:47.968Z] PASS [2020-11-10T20:20:47.968Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2020-11-10T20:20:47.968Z] [2020-11-10T20:20:47.968Z] DONE 0 tests in 0.398s [2020-11-10T20:20:47.968Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-11-10T20:20:48.741Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-11-10T20:20:48.943Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:48.943Z] INFO: Testing against a local daemon [2020-11-10T20:20:48.943Z] === RUN TestPluginInvalidJSON [2020-11-10T20:20:48.943Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:20:48.943Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:20:48.943Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-10T20:20:48.943Z] --- PASS: TestPluginInvalidJSON (0.06s) [2020-11-10T20:20:48.943Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-10T20:20:48.943Z] === RUN TestPluginInstall [2020-11-10T20:20:48.943Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-10T20:20:48.943Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-10T20:20:48.943Z] PASS [2020-11-10T20:20:48.943Z] ok github.com/docker/docker/integration/plugin/common (cached) [2020-11-10T20:20:48.943Z] [2020-11-10T20:20:48.943Z] === Skipped [2020-11-10T20:20:48.943Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-11-10T20:20:48.943Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-10T20:20:48.943Z] [2020-11-10T20:20:48.943Z] [2020-11-10T20:20:48.943Z] DONE 3 tests, 1 skipped in 1.002s [2020-11-10T20:20:48.943Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-11-10T20:20:49.688Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-11-10T20:20:49.915Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:49.915Z] INFO: Testing against a local daemon [2020-11-10T20:20:49.915Z] === RUN TestExternalGraphDriver [2020-11-10T20:20:49.915Z] --- SKIP: TestExternalGraphDriver (0.02s) [2020-11-10T20:20:49.915Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-10T20:20:49.915Z] === RUN TestGraphdriverPluginV2 [2020-11-10T20:20:49.915Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-11-10T20:20:49.915Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-10T20:20:49.915Z] PASS [2020-11-10T20:20:49.915Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2020-11-10T20:20:49.915Z] [2020-11-10T20:20:49.915Z] === Skipped [2020-11-10T20:20:49.915Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.02s) [2020-11-10T20:20:49.915Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-10T20:20:49.915Z] [2020-11-10T20:20:49.915Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-11-10T20:20:49.915Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-10T20:20:49.915Z] [2020-11-10T20:20:49.915Z] [2020-11-10T20:20:49.915Z] DONE 2 tests, 2 skipped in 0.940s [2020-11-10T20:20:49.915Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-11-10T20:20:50.633Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-11-10T20:20:50.887Z] testing: warning: no tests to run [2020-11-10T20:20:50.887Z] PASS [2020-11-10T20:20:50.887Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-11-10T20:20:50.887Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:50.887Z] INFO: Testing against a local daemon [2020-11-10T20:20:50.887Z] === RUN TestReadPluginNoRead [2020-11-10T20:20:50.887Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-11-10T20:20:50.887Z] read_test.go:21: no unix domain sockets on Windows [2020-11-10T20:20:50.887Z] PASS [2020-11-10T20:20:50.887Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2020-11-10T20:20:50.887Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-11-10T20:20:50.887Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-11-10T20:20:50.887Z] [2020-11-10T20:20:50.887Z] === Skipped [2020-11-10T20:20:50.887Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-11-10T20:20:50.887Z] read_test.go:21: no unix domain sockets on Windows [2020-11-10T20:20:50.887Z] [2020-11-10T20:20:50.887Z] [2020-11-10T20:20:50.887Z] DONE 1 tests, 1 skipped in 1.076s [2020-11-10T20:20:51.205Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-11-10T20:20:51.347Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-11-10T20:20:51.778Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-11-10T20:20:51.809Z] testing: warning: no tests to run [2020-11-10T20:20:51.809Z] PASS [2020-11-10T20:20:51.809Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-11-10T20:20:51.809Z] [2020-11-10T20:20:51.809Z] DONE 0 tests in 0.597s [2020-11-10T20:20:51.809Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-11-10T20:20:52.350Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-11-10T20:20:52.782Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:52.782Z] INFO: Testing against a local daemon [2020-11-10T20:20:52.782Z] === RUN TestPluginWithDevMounts [2020-11-10T20:20:52.782Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-10T20:20:52.782Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:52.782Z] PASS [2020-11-10T20:20:52.782Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2020-11-10T20:20:52.782Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-11-10T20:20:52.782Z] [2020-11-10T20:20:52.782Z] === Skipped [2020-11-10T20:20:52.782Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-11-10T20:20:52.782Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:52.782Z] [2020-11-10T20:20:52.782Z] [2020-11-10T20:20:52.782Z] DONE 1 tests, 1 skipped in 0.934s [2020-11-10T20:20:52.782Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-11-10T20:20:52.922Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-11-10T20:20:53.494Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-11-10T20:20:54.067Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-11-10T20:20:54.640Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-11-10T20:20:54.969Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:54.969Z] INFO: Testing against a local daemon [2020-11-10T20:20:54.969Z] === RUN TestSecretInspect [2020-11-10T20:20:54.969Z] --- SKIP: TestSecretInspect (0.00s) [2020-11-10T20:20:54.969Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:54.969Z] === RUN TestSecretList [2020-11-10T20:20:54.969Z] --- SKIP: TestSecretList (0.00s) [2020-11-10T20:20:54.969Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:54.969Z] === RUN TestSecretsCreateAndDelete [2020-11-10T20:20:54.969Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-11-10T20:20:54.969Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:54.969Z] === RUN TestSecretsUpdate [2020-11-10T20:20:54.969Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-11-10T20:20:54.969Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:54.969Z] === RUN TestTemplatedSecret [2020-11-10T20:20:54.969Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-11-10T20:20:54.969Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:54.969Z] === RUN TestSecretCreateResolve [2020-11-10T20:20:54.969Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-11-10T20:20:54.969Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:54.969Z] PASS [2020-11-10T20:20:54.969Z] ok github.com/docker/docker/integration/secret 0.233s [2020-11-10T20:20:55.213Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-11-10T20:20:55.433Z] [2020-11-10T20:20:55.433Z] === Skipped [2020-11-10T20:20:55.433Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-11-10T20:20:55.433Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:55.433Z] [2020-11-10T20:20:55.433Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-11-10T20:20:55.433Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:55.433Z] [2020-11-10T20:20:55.433Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-11-10T20:20:55.433Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:55.433Z] [2020-11-10T20:20:55.433Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-11-10T20:20:55.433Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:55.433Z] [2020-11-10T20:20:55.433Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-11-10T20:20:55.433Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:55.433Z] [2020-11-10T20:20:55.433Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-11-10T20:20:55.433Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:55.433Z] [2020-11-10T20:20:55.433Z] [2020-11-10T20:20:55.433Z] DONE 6 tests, 6 skipped in 2.468s [2020-11-10T20:20:55.433Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-11-10T20:20:55.476Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-11-10T20:20:55.476Z] === RUN TestDockerSuite/TestRunBindMounts [2020-11-10T20:20:57.393Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-11-10T20:20:57.393Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-11-10T20:20:57.966Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-11-10T20:20:58.348Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:20:58.348Z] INFO: Testing against a local daemon [2020-11-10T20:20:58.348Z] === RUN TestServiceCreateInit [2020-11-10T20:20:58.348Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-10T20:20:58.348Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-10T20:20:58.348Z] --- PASS: TestServiceCreateInit (0.05s) [2020-11-10T20:20:58.348Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestCreateServiceMultipleTimes [2020-11-10T20:20:58.348Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestCreateServiceConflict [2020-11-10T20:20:58.348Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestCreateServiceMaxReplicas [2020-11-10T20:20:58.348Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2020-11-10T20:20:58.348Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-10T20:20:58.348Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestCreateServiceSecretFileMode [2020-11-10T20:20:58.348Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestCreateServiceConfigFileMode [2020-11-10T20:20:58.348Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestCreateServiceSysctls [2020-11-10T20:20:58.348Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2020-11-10T20:20:58.348Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestCreateServiceCapabilities [2020-11-10T20:20:58.348Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2020-11-10T20:20:58.348Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestInspect [2020-11-10T20:20:58.348Z] --- SKIP: TestInspect (0.00s) [2020-11-10T20:20:58.348Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestCreateJob [2020-11-10T20:20:58.348Z] --- SKIP: TestCreateJob (0.00s) [2020-11-10T20:20:58.348Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestReplicatedJob [2020-11-10T20:20:58.348Z] --- SKIP: TestReplicatedJob (0.00s) [2020-11-10T20:20:58.348Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestUpdateReplicatedJob [2020-11-10T20:20:58.348Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2020-11-10T20:20:58.348Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestServiceListWithStatuses [2020-11-10T20:20:58.348Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-10T20:20:58.348Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestDockerNetworkConnectAlias [2020-11-10T20:20:58.348Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-11-10T20:20:58.348Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestDockerNetworkReConnect [2020-11-10T20:20:58.348Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-11-10T20:20:58.348Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestServicePlugin [2020-11-10T20:20:58.348Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-10T20:20:58.348Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] === RUN TestServiceUpdateLabel [2020-11-10T20:20:58.348Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-11-10T20:20:58.348Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:58.348Z] === RUN TestServiceUpdateSecrets [2020-11-10T20:20:58.348Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-11-10T20:20:58.348Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:58.348Z] === RUN TestServiceUpdateConfigs [2020-11-10T20:20:58.348Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-11-10T20:20:58.348Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:58.348Z] === RUN TestServiceUpdateNetwork [2020-11-10T20:20:58.348Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-11-10T20:20:58.348Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:58.348Z] === RUN TestServiceUpdatePidsLimit [2020-11-10T20:20:58.348Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2020-11-10T20:20:58.348Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:58.348Z] PASS [2020-11-10T20:20:58.348Z] ok github.com/docker/docker/integration/service 0.388s [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === Skipped [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-10T20:20:58.348Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-10T20:20:58.348Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2020-11-10T20:20:58.348Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-11-10T20:20:58.348Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2020-11-10T20:20:58.348Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2020-11-10T20:20:58.348Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.348Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-11-10T20:20:58.348Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.348Z] [2020-11-10T20:20:58.809Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-11-10T20:20:58.809Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.809Z] [2020-11-10T20:20:58.809Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-11-10T20:20:58.809Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.809Z] [2020-11-10T20:20:58.809Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-11-10T20:20:58.809Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.809Z] [2020-11-10T20:20:58.809Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-11-10T20:20:58.809Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.809Z] [2020-11-10T20:20:58.809Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-11-10T20:20:58.809Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.809Z] [2020-11-10T20:20:58.809Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-11-10T20:20:58.809Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.809Z] [2020-11-10T20:20:58.809Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-11-10T20:20:58.809Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:20:58.809Z] [2020-11-10T20:20:58.809Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-11-10T20:20:58.809Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:58.809Z] [2020-11-10T20:20:58.810Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-11-10T20:20:58.810Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:58.810Z] [2020-11-10T20:20:58.810Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-11-10T20:20:58.810Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:58.810Z] [2020-11-10T20:20:58.810Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s) [2020-11-10T20:20:58.810Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:58.810Z] [2020-11-10T20:20:58.810Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-11-10T20:20:58.810Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-11-10T20:20:58.810Z] [2020-11-10T20:20:58.810Z] [2020-11-10T20:20:58.810Z] DONE 24 tests, 23 skipped in 3.194s [2020-11-10T20:20:58.810Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-11-10T20:20:58.911Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-11-10T20:20:59.173Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-11-10T20:20:59.435Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-11-10T20:20:59.696Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-11-10T20:21:00.277Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-11-10T20:21:00.848Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-11-10T20:21:00.992Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:21:00.992Z] INFO: Testing against a local daemon [2020-11-10T20:21:00.992Z] === RUN TestSessionCreate [2020-11-10T20:21:00.992Z] --- SKIP: TestSessionCreate (0.00s) [2020-11-10T20:21:00.992Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-11-10T20:21:00.992Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-10T20:21:00.992Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-11-10T20:21:00.992Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-11-10T20:21:00.992Z] PASS [2020-11-10T20:21:00.992Z] ok github.com/docker/docker/integration/session 0.224s [2020-11-10T20:21:00.992Z] [2020-11-10T20:21:00.992Z] === Skipped [2020-11-10T20:21:00.992Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-11-10T20:21:00.992Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-11-10T20:21:00.992Z] [2020-11-10T20:21:00.992Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-11-10T20:21:00.992Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-11-10T20:21:00.992Z] [2020-11-10T20:21:00.992Z] [2020-11-10T20:21:00.992Z] DONE 2 tests, 2 skipped in 2.327s [2020-11-10T20:21:00.992Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-11-10T20:21:01.113Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-11-10T20:21:01.685Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-11-10T20:21:01.685Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-11-10T20:21:01.947Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-11-10T20:21:01.947Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-11-10T20:21:02.890Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-11-10T20:21:03.176Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:21:03.176Z] INFO: Testing against a local daemon [2020-11-10T20:21:03.176Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-10T20:21:03.176Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:21:03.176Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:21:03.176Z] === RUN TestEventsExecDie [2020-11-10T20:21:03.176Z] --- SKIP: TestEventsExecDie (0.00s) [2020-11-10T20:21:03.176Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-11-10T20:21:03.176Z] === RUN TestEventsBackwardsCompatible [2020-11-10T20:21:03.176Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-11-10T20:21:03.176Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-11-10T20:21:03.176Z] === RUN TestInfoAPI [2020-11-10T20:21:03.176Z] --- PASS: TestInfoAPI (0.04s) [2020-11-10T20:21:03.176Z] === RUN TestInfoAPIWarnings [2020-11-10T20:21:03.176Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-11-10T20:21:03.176Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-10T20:21:03.176Z] === RUN TestInfoDebug [2020-11-10T20:21:03.176Z] --- SKIP: TestInfoDebug (0.00s) [2020-11-10T20:21:03.176Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-10T20:21:03.176Z] === RUN TestInfoInsecureRegistries [2020-11-10T20:21:03.176Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-11-10T20:21:03.176Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-10T20:21:03.176Z] === RUN TestInfoRegistryMirrors [2020-11-10T20:21:03.176Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-11-10T20:21:03.176Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-10T20:21:03.176Z] === RUN TestLoginFailsWithBadCredentials [2020-11-10T20:21:03.463Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-11-10T20:21:03.724Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-11-10T20:21:04.147Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2020-11-10T20:21:04.147Z] === RUN TestPingCacheHeaders [2020-11-10T20:21:04.147Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-11-10T20:21:04.147Z] === RUN TestPingGet [2020-11-10T20:21:04.296Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-11-10T20:21:04.296Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-11-10T20:21:04.609Z] --- PASS: TestPingGet (0.04s) [2020-11-10T20:21:04.609Z] === RUN TestPingHead [2020-11-10T20:21:04.609Z] --- PASS: TestPingHead (0.04s) [2020-11-10T20:21:04.609Z] === RUN TestVersion [2020-11-10T20:21:04.609Z] --- PASS: TestVersion (0.04s) [2020-11-10T20:21:04.609Z] PASS [2020-11-10T20:21:04.609Z] ok github.com/docker/docker/integration/system 1.399s [2020-11-10T20:21:04.609Z] [2020-11-10T20:21:04.609Z] === Skipped [2020-11-10T20:21:04.609Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-10T20:21:04.609Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-11-10T20:21:04.609Z] [2020-11-10T20:21:04.609Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-11-10T20:21:04.609Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-11-10T20:21:04.609Z] [2020-11-10T20:21:04.609Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-11-10T20:21:04.609Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-11-10T20:21:04.609Z] [2020-11-10T20:21:04.609Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-11-10T20:21:04.609Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-10T20:21:04.609Z] [2020-11-10T20:21:04.609Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-11-10T20:21:04.609Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-10T20:21:04.609Z] [2020-11-10T20:21:04.609Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-11-10T20:21:04.609Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-10T20:21:04.609Z] [2020-11-10T20:21:04.609Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-11-10T20:21:04.609Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-10T20:21:04.609Z] [2020-11-10T20:21:04.609Z] [2020-11-10T20:21:04.609Z] DONE 13 tests, 7 skipped in 3.557s [2020-11-10T20:21:04.609Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-11-10T20:21:05.243Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-11-10T20:21:06.190Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-11-10T20:21:07.134Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-11-10T20:21:07.524Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:21:07.524Z] INFO: Testing against a local daemon [2020-11-10T20:21:07.524Z] === RUN TestVolumesCreateAndList [2020-11-10T20:21:07.524Z] --- PASS: TestVolumesCreateAndList (0.08s) [2020-11-10T20:21:07.524Z] === RUN TestVolumesRemove [2020-11-10T20:21:07.524Z] --- PASS: TestVolumesRemove (0.11s) [2020-11-10T20:21:07.524Z] === RUN TestVolumesInspect [2020-11-10T20:21:07.524Z] --- PASS: TestVolumesInspect (0.05s) [2020-11-10T20:21:07.524Z] === RUN TestVolumesInvalidJSON [2020-11-10T20:21:07.524Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-10T20:21:07.524Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-10T20:21:07.524Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-10T20:21:07.524Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-11-10T20:21:07.524Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2020-11-10T20:21:07.524Z] PASS [2020-11-10T20:21:07.524Z] ok github.com/docker/docker/integration/volume 0.419s [2020-11-10T20:21:07.524Z] [2020-11-10T20:21:07.524Z] DONE 5 tests in 2.820s [2020-11-10T20:21:07.524Z] INFO: make.ps1 ended at 11/10/2020 20:21:07 [2020-11-10T20:21:07.524Z] INFO: Integration CLI tests being run from the host: [2020-11-10T20:21:07.524Z] 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-11-10T20:21:08.079Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-11-10T20:21:08.652Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-11-10T20:21:08.914Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-11-10T20:21:09.488Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-11-10T20:21:10.061Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-11-10T20:21:10.323Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-11-10T20:21:11.709Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-11-10T20:21:13.626Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-11-10T20:21:13.626Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-11-10T20:21:14.198Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-11-10T20:21:15.586Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-11-10T20:21:16.535Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-11-10T20:21:16.535Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-11-10T20:21:17.871Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-10T20:21:17.871Z] INFO: Testing against a local daemon [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-11-10T20:21:17.871Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-11-10T20:21:18.452Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-11-10T20:21:18.843Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-11-10T20:21:18.843Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-11-10T20:21:21.004Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-11-10T20:21:21.004Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-11-10T20:21:21.004Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-11-10T20:21:21.576Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-11-10T20:21:22.521Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-11-10T20:21:23.478Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-11-10T20:21:25.392Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-11-10T20:21:25.654Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-11-10T20:21:26.601Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-11-10T20:21:27.547Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-11-10T20:21:27.547Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-11-10T20:21:27.809Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-11-10T20:21:29.196Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-11-10T20:21:29.196Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-11-10T20:21:29.457Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-11-10T20:21:30.032Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-11-10T20:21:30.605Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-11-10T20:21:31.177Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-11-10T20:21:31.177Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-11-10T20:21:31.751Z] === RUN TestDockerSuite/TestRunEnvironment [2020-11-10T20:21:32.325Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-11-10T20:21:32.899Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-11-10T20:21:33.479Z] === RUN TestDockerSuite/TestRunExitCode [2020-11-10T20:21:34.072Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-11-10T20:21:34.333Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-11-10T20:21:34.906Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-11-10T20:21:35.850Z] === RUN TestDockerSuite/TestRunExposePort [2020-11-10T20:21:35.850Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-11-10T20:21:36.423Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-11-10T20:21:36.995Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-11-10T20:21:37.941Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-11-10T20:21:38.205Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-10T20:21:38.205Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-11-10T20:21:40.755Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-11-10T20:21:41.017Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-11-10T20:21:41.961Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-11-10T20:21:46.173Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-11-10T20:21:48.089Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-11-10T20:21:50.636Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-11-10T20:21:52.551Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-11-10T20:21:52.551Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-11-10T20:21:53.501Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-11-10T20:21:54.889Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-11-10T20:21:54.889Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-11-10T20:21:54.889Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-11-10T20:21:54.889Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-11-10T20:21:55.151Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-11-10T20:21:55.413Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-11-10T20:21:57.965Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-11-10T20:21:57.965Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-11-10T20:21:58.908Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-11-10T20:22:00.298Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-11-10T20:22:02.213Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-11-10T20:22:05.519Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-11-10T20:22:05.780Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-11-10T20:22:06.041Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-11-10T20:22:06.614Z] === RUN TestDockerSuite/TestRunModeHostname [2020-11-10T20:22:07.559Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-11-10T20:22:07.559Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-11-10T20:22:07.821Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-11-10T20:22:08.766Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-11-10T20:22:09.709Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-11-10T20:22:10.653Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-11-10T20:22:10.653Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-11-10T20:22:10.653Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-11-10T20:22:11.621Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-11-10T20:22:12.564Z] === RUN TestDockerSuite/TestRunMount [2020-11-10T20:22:16.773Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-11-10T20:22:16.773Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-11-10T20:22:17.035Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-11-10T20:22:17.979Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-11-10T20:22:19.366Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-11-10T20:22:21.281Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-11-10T20:22:22.669Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-11-10T20:22:24.057Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-11-10T20:22:25.004Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-11-10T20:22:25.948Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-11-10T20:22:25.948Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-11-10T20:22:26.520Z] === RUN TestDockerSuite/TestRunNetHost [2020-11-10T20:22:27.093Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-11-10T20:22:27.666Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-11-10T20:22:27.927Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-11-10T20:22:29.861Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-11-10T20:22:29.861Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-11-10T20:22:31.787Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-11-10T20:22:35.097Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-11-10T20:22:35.097Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-11-10T20:22:35.358Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-11-10T20:22:35.620Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-11-10T20:22:35.882Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-11-10T20:22:36.455Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-11-10T20:22:36.716Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-11-10T20:22:36.716Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-11-10T20:22:37.291Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-11-10T20:22:38.236Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-11-10T20:22:41.540Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-11-10T20:22:43.460Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-11-10T20:22:43.460Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-11-10T20:22:43.721Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-11-10T20:22:43.983Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-11-10T20:22:44.927Z] === RUN TestDockerSuite/TestRunPortInUse [2020-11-10T20:22:45.500Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-11-10T20:22:46.072Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-11-10T20:22:46.334Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-11-10T20:22:46.906Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-11-10T20:22:47.169Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-11-10T20:22:47.742Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-10T20:22:47.742Z] === RUN TestDockerSuite/TestRunPublishPort [2020-11-10T20:22:48.334Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-11-10T20:22:48.596Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-11-10T20:22:48.596Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-11-10T20:22:49.170Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-11-10T20:22:50.116Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-11-10T20:22:50.116Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-11-10T20:22:52.033Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-11-10T20:22:52.977Z] === RUN TestDockerSuite/TestRunRm [2020-11-10T20:22:53.239Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-11-10T20:22:53.501Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-11-10T20:22:55.420Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-11-10T20:22:57.337Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-11-10T20:22:57.599Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-11-10T20:22:57.599Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-11-10T20:22:58.172Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-11-10T20:22:59.563Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-11-10T20:23:00.509Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-11-10T20:23:00.509Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-11-10T20:23:03.061Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-11-10T20:23:03.635Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-11-10T20:23:06.949Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-11-10T20:23:06.949Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-11-10T20:23:07.521Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-11-10T20:23:07.782Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-11-10T20:23:08.355Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-11-10T20:23:09.299Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-11-10T20:23:09.562Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-11-10T20:23:09.824Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-11-10T20:23:10.398Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-11-10T20:23:10.972Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-11-10T20:23:11.545Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-11-10T20:23:12.118Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-11-10T20:23:12.118Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-11-10T20:23:14.666Z] === RUN TestDockerSuite/TestRunState [2020-11-10T20:23:15.239Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-11-10T20:23:15.813Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-11-10T20:23:16.385Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-11-10T20:23:16.959Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-11-10T20:23:16.959Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-11-10T20:23:16.959Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-11-10T20:23:17.906Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-11-10T20:23:18.168Z] === RUN TestDockerSuite/TestRunSysctls [2020-11-10T20:23:19.112Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-11-10T20:23:19.112Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-11-10T20:23:19.374Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-11-10T20:23:19.636Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-11-10T20:23:21.554Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-11-10T20:23:21.554Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-11-10T20:23:21.820Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-11-10T20:23:23.747Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-11-10T20:23:26.297Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-11-10T20:23:26.297Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-11-10T20:23:28.847Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-11-10T20:23:29.419Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-11-10T20:23:29.682Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-11-10T20:23:30.253Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-11-10T20:23:31.640Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-11-10T20:23:32.585Z] === RUN TestDockerSuite/TestRunUserByID [2020-11-10T20:23:32.847Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-11-10T20:23:33.109Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-11-10T20:23:33.109Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-11-10T20:23:33.682Z] === RUN TestDockerSuite/TestRunUserByName [2020-11-10T20:23:34.254Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-11-10T20:23:34.516Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-11-10T20:23:34.516Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-11-10T20:23:34.516Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-11-10T20:23:35.087Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-11-10T20:23:37.642Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-11-10T20:23:37.903Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-11-10T20:23:38.847Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-11-10T20:23:39.109Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-11-10T20:23:41.026Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-11-10T20:23:41.611Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-11-10T20:23:42.184Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-11-10T20:23:44.101Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-11-10T20:23:45.047Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-11-10T20:23:45.620Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-11-10T20:23:46.193Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-11-10T20:23:46.193Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-11-10T20:23:46.193Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-11-10T20:23:46.193Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-11-10T20:23:46.455Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-11-10T20:23:46.455Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-11-10T20:23:47.400Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-11-10T20:23:47.662Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-11-10T20:23:47.923Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-11-10T20:23:48.869Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-11-10T20:23:49.815Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-11-10T20:23:50.389Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-11-10T20:23:50.389Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-11-10T20:23:50.964Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-11-10T20:23:50.964Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-11-10T20:23:50.964Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-11-10T20:23:50.964Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-11-10T20:23:50.964Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-11-10T20:23:50.964Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-11-10T20:23:50.964Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-11-10T20:23:50.964Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-11-10T20:23:50.964Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-11-10T20:23:50.964Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-11-10T20:23:51.538Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-11-10T20:23:51.801Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-11-10T20:23:52.747Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-11-10T20:23:52.747Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-11-10T20:23:52.747Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-11-10T20:23:53.319Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-11-10T20:23:53.581Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-11-10T20:23:53.844Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-11-10T20:23:54.106Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-11-10T20:23:54.680Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-11-10T20:23:55.255Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-11-10T20:23:55.255Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-11-10T20:23:55.516Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-11-10T20:23:55.778Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-11-10T20:23:56.040Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-11-10T20:23:57.003Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-11-10T20:23:57.578Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-11-10T20:23:57.578Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-11-10T20:23:58.150Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-11-10T20:23:58.150Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-11-10T20:23:59.536Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-11-10T20:23:59.797Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-11-10T20:24:00.971Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-11-10T20:24:01.185Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-11-10T20:24:01.433Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-11-10T20:24:01.446Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-11-10T20:24:01.708Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-11-10T20:24:01.708Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-11-10T20:24:01.895Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-11-10T20:24:01.895Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-11-10T20:24:01.895Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-11-10T20:24:01.895Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-11-10T20:24:01.895Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-11-10T20:24:01.895Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-11-10T20:24:01.895Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-11-10T20:24:01.895Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-11-10T20:24:01.895Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-11-10T20:24:01.895Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-11-10T20:24:02.280Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-11-10T20:24:02.853Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-11-10T20:24:03.797Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-11-10T20:24:03.797Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-11-10T20:24:05.184Z] === RUN TestDockerSuite/TestSaveImageId [2020-11-10T20:24:05.184Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-11-10T20:24:05.447Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-11-10T20:24:06.834Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-11-10T20:24:06.834Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-11-10T20:24:07.752Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-11-10T20:24:07.752Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-11-10T20:24:07.752Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-11-10T20:24:07.778Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-11-10T20:24:07.778Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-11-10T20:24:07.778Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-11-10T20:24:09.168Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-11-10T20:24:09.168Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-11-10T20:24:10.663Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-11-10T20:24:11.087Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-11-10T20:24:11.349Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-11-10T20:24:11.349Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-11-10T20:24:11.349Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-11-10T20:24:11.611Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-11-10T20:24:11.872Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-11-10T20:24:12.843Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-11-10T20:24:13.303Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-11-10T20:24:13.303Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-11-10T20:24:13.303Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-11-10T20:24:13.303Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-11-10T20:24:13.791Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-11-10T20:24:16.214Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-11-10T20:24:16.214Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-11-10T20:24:16.215Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-11-10T20:24:19.083Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-11-10T20:24:20.470Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-11-10T20:24:21.042Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-11-10T20:24:21.615Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-11-10T20:24:22.188Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-11-10T20:24:23.303Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-11-10T20:24:24.737Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-11-10T20:24:26.125Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-11-10T20:24:26.697Z] === RUN TestDockerSuite/TestStartRecordError [2020-11-10T20:24:28.084Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-11-10T20:24:29.028Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-11-10T20:24:29.972Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-11-10T20:24:32.519Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-11-10T20:24:34.456Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-11-10T20:24:37.005Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-11-10T20:24:37.005Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-11-10T20:24:39.552Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-11-10T20:24:44.841Z] === RUN TestDockerSuite/TestStatsNoStream [2020-11-10T20:24:46.756Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-11-10T20:24:48.142Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-11-10T20:24:48.714Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-11-10T20:24:48.976Z] === RUN TestDockerSuite/TestTopPrivileged [2020-11-10T20:24:49.552Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-11-10T20:24:49.552Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-11-10T20:24:50.125Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-11-10T20:24:52.675Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-11-10T20:24:55.232Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-11-10T20:24:55.822Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-11-10T20:24:56.396Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-11-10T20:24:56.657Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-11-10T20:24:56.657Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-11-10T20:24:57.603Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-11-10T20:24:57.865Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-11-10T20:24:58.811Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-11-10T20:24:58.811Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-11-10T20:25:00.200Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-11-10T20:25:00.200Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-11-10T20:25:00.773Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-11-10T20:25:01.718Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-11-10T20:25:03.107Z] === RUN TestDockerSuite/TestUpdateStats [2020-11-10T20:25:06.408Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-11-10T20:25:07.352Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-11-10T20:25:07.352Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-11-10T20:25:07.925Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-11-10T20:25:08.498Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-11-10T20:25:11.048Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-11-10T20:25:12.968Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-11-10T20:25:15.532Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-11-10T20:25:16.476Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-11-10T20:25:19.024Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-11-10T20:25:19.598Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-11-10T20:25:22.149Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-11-10T20:25:23.094Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-11-10T20:25:24.482Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-11-10T20:25:25.425Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-11-10T20:25:26.372Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-11-10T20:25:27.759Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-11-10T20:25:28.021Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-11-10T20:25:29.939Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-11-10T20:25:29.939Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-11-10T20:25:31.329Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-11-10T20:25:33.252Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-11-10T20:25:34.199Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-11-10T20:25:46.432Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-11-10T20:25:49.735Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-11-10T20:25:49.735Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-11-10T20:25:49.735Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-11-10T20:25:49.735Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-11-10T20:25:49.998Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-11-10T20:25:49.998Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-11-10T20:25:49.998Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-11-10T20:25:50.570Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-11-10T20:25:50.570Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-11-10T20:25:51.143Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-11-10T20:25:51.143Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-11-10T20:25:51.143Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-11-10T20:25:51.143Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-11-10T20:25:51.143Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-11-10T20:25:52.534Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-11-10T20:25:52.795Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-11-10T20:25:52.795Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-11-10T20:25:52.795Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-11-10T20:25:53.057Z] === RUN TestDockerSuite/TestVolumeEvents [2020-11-10T20:25:58.347Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-11-10T20:25:59.738Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-11-10T20:25:59.738Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-11-10T20:26:00.040Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-11-10T20:26:01.963Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-11-10T20:26:03.882Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-11-10T20:26:04.145Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-11-10T20:26:04.145Z] --- PASS: TestDockerSuite (1342.25s) [2020-11-10T20:26:04.145Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-11-10T20:26:04.145Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.08s) [2020-11-10T20:26:04.145Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.53s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.72s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.31s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.00s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.21s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.88s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.18s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.38s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.89s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.74s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.82s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.78s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.71s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.11s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.85s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAttachDetach (1.10s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.97s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.83s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.89s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.75s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.86s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.88s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.09s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.14s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.11s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.87s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.10s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.85s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.44s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.19s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.75s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.03s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.76s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.97s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.89s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.69s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.19s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.65s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.03s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.43s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.86s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.28s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.22s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.37s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.29s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.04s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.64s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.41s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.78s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.30s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.12s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.22s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.64s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.95s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.47s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.28s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.93s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.55s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.14s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.51s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.67s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.79s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.53s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.75s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.76s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.37s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.14s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.31s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.64s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.03s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.58s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.42s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.27s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.89s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.20s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.38s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.04s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.78s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.28s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.84s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.06s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.67s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.43s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.41s) [2020-11-10T20:26:04.146Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-11-10T20:26:04.146Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.76s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.55s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.23s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildContChar (2.34s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.75s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.28s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.53s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.47s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.24s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.55s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.78s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.51s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.49s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.65s) [2020-11-10T20:26:04.146Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-11-10T20:26:04.146Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.146Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-11-10T20:26:04.146Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.146Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-10T20:26:04.146Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.146Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-11-10T20:26:04.146Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.00s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.56s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.54s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.70s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.99s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.51s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.68s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.28s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.46s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.83s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.34s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.33s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.23s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.56s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.53s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.28s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.36s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.29s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.25s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.38s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.45s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.70s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.44s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.45s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.54s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.23s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.27s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.29s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.30s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.64s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.39s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.38s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.63s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.87s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnv (1.65s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.23s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.04s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.21s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.73s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.81s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.64s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.76s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.51s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.50s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.27s) [2020-11-10T20:26:04.146Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2020-11-10T20:26:04.146Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.34s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.40s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.66s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.55s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.33s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFails (0.86s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.97s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.91s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.66s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.65s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.63s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.09s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.69s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.95s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.35s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.94s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.75s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.43s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildHistory (3.75s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.35s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.51s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.41s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.35s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.59s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLabel (0.30s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.28s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.30s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.20s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLabels (0.30s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.83s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.66s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.37s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.68s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.14s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.14s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.51s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.19s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.11s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.40s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.45s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.65s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.58s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.85s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.02s) [2020-11-10T20:26:04.146Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-10T20:26:04.146Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.02s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.40s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.55s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.63s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.92s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.80s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.04s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.08s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.33s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.27s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.47s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.52s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.43s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.01s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.17s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.78s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.24s) [2020-11-10T20:26:04.146Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.22s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.48s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.80s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildPATH (2.41s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.63s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.83s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.51s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.74s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.89s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildRm (2.31s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.66s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.40s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.41s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.45s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.75s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.87s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.81s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.77s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.24s) [2020-11-10T20:26:04.147Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-10T20:26:04.147Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.88s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildStderr (0.67s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.39s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.13s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.10s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.69s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.81s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.05s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildUser (1.36s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.46s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (9.50s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.62s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.69s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.74s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.17s) [2020-11-10T20:26:04.147Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-11-10T20:26:04.147Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.147Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-11-10T20:26:04.147Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.147Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-10T20:26:04.147Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.147Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-10T20:26:04.147Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.35s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.80s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.78s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.86s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.15s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.35s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.49s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.86s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.40s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.57s) [2020-11-10T20:26:04.147Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-10T20:26:04.147Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.77s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.66s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-11-10T20:26:04.147Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-10T20:26:04.147Z] docker_cli_sni_test.go:18: Flakey test [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.48s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.63s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCommitChange (0.69s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.67s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.10s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.30s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.82s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCommitTTY (1.78s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.61s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.10s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.05s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.29s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.05s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.05s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.99s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.44s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.82s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.89s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.55s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.77s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.54s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.48s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.65s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.54s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.78s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.13s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.61s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.52s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.62s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.72s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.50s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.54s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.57s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.71s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.55s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.16s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.49s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.93s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.35s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.52s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.56s) [2020-11-10T20:26:04.147Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-10T20:26:04.147Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.52s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.72s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.88s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.56s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.77s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.46s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.92s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.38s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.49s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.54s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.41s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.40s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b8f480_} (1.37s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1449218537_/foo_false____} (1.35s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1449218537_/foo_true____} (1.41s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3167807028_/foo_false____} (1.48s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3167807028_/foo_true____} (1.34s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3167807028_/foo_true__0xc000b8f4e0__} (1.32s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b8f500_} (1.33s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b8f540_} (1.31s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b8f560_} (1.42s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b8f580_} (1.41s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.38s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.04s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.75s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.73s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.91s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.80s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.49s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.52s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.55s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.59s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.70s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.97s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.59s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.54s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.90s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.62s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.80s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.02s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.47s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.00s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.92s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.04s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.96s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.81s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.50s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.96s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.23s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.68s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.48s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.03s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.45s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.68s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.74s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.62s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.68s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.40s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.62s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToDot (0.66s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.17s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.18s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToStdout (0.72s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.13s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.27s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.63s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.07s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.56s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.73s) [2020-11-10T20:26:04.147Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-10T20:26:04.147Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.65s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.32s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.11s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateRM (0.16s) [2020-11-10T20:26:04.147Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-11-10T20:26:04.147Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.16s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.97s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.05s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.55s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.12s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.45s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.04s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.57s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.04s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.15s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.58s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.71s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.60s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.06s) [2020-11-10T20:26:04.147Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.79s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.53s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.35s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.30s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.58s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.62s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.25s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.80s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsAttach (0.54s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsCommit (0.60s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.47s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.46s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.49s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.47s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.11s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.69s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.26s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsCopy (0.90s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.28s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.51s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.35s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.51s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFilters (1.00s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFormat (0.98s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.69s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.32s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2020-11-10T20:26:04.148Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-10T20:26:04.148Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-10T20:26:04.148Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-10T20:26:04.148Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.70s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.46s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsRename (0.61s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsResize (0.54s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.57s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.61s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.64s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.69s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsTop (0.65s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.74s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExec (0.53s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.46s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.47s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.44s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.49s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.54s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.50s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.50s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.49s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.97s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecCgroup (0.81s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecEnv (0.67s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.24s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.56s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecInspectID (2.80s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecInteractive (0.52s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.50s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.56s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecParseError (0.46s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.48s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.99s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.56s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecStartFails (0.68s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.68s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.49s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecTTY (0.79s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.64s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.53s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecUlimits (0.72s) [2020-11-10T20:26:04.148Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-10T20:26:04.148Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.38s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.57s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.87s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.58s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestExecWithUser (0.75s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.58s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.46s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.62s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.47s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.48s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestHealth (19.16s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.54s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.33s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.60s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.55s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.47s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImportDisplay (1.28s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImportFile (1.08s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.10s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImportGzipped (1.15s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.07s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.03s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.49s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.45s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.45s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.42s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.43s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.09s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.46s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.43s) [2020-11-10T20:26:04.148Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-10T20:26:04.148Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.75s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-11-10T20:26:04.148Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-10T20:26:04.148Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.49s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.43s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.46s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.96s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.95s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.53s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.55s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.49s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.60s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.51s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.72s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.99s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.18s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.03s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.50s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.33s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.86s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.73s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.19s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.52s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.70s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.39s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.03s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.60s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.02s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.40s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.63s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.64s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.55s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.43s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.49s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.47s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.81s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.78s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.78s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.89s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.73s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.54s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.66s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.76s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsSince (6.57s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.45s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.46s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsTail (0.73s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.74s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.68s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.34s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.58s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestNetHostname (1.55s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.77s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.43s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.41s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPluginActive (1.77s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.73s) [2020-11-10T20:26:04.148Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-10T20:26:04.148Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.85s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.58s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.64s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.91s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.31s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.40s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.10s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.09s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPortList (7.24s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.88s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.08s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.44s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.42s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.43s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.85s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.93s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.90s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPsByOrder (1.91s) [2020-11-10T20:26:04.148Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.72s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.71s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.31s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.31s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.28s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.20s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.46s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.94s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.97s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.11s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.11s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.02s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.53s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.42s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.48s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.47s) [2020-11-10T20:26:04.149Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-10T20:26:04.149Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.20s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.52s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.02s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.31s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.55s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.60s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.89s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.34s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.94s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.96s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.20s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.93s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.44s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.64s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.08s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.64s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.12s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.59s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.47s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.30s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.72s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.94s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.89s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAddHost (0.55s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.34s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.57s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.44s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.96s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.46s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.57s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.58s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.88s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.90s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.81s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.64s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.61s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.58s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.61s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.76s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.50s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.50s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.72s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.61s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.44s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.44s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.52s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.44s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.73s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.53s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.47s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.67s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.21s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.98s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.86s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.47s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.42s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.43s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.12s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.10s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.48s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.36s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.07s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.87s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.35s) [2020-11-10T20:26:04.149Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-11-10T20:26:04.149Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.149Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-11-10T20:26:04.149Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.69s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.19s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.95s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.52s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.46s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.06s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.68s) [2020-11-10T20:26:04.149Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-10T20:26:04.149Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.61s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.04s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.51s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.57s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.53s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.52s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.50s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.55s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.53s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.63s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunExitCode (0.53s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.51s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.58s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.90s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunExposePort (0.03s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.51s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.50s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.11s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2020-11-10T20:26:04.149Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-10T20:26:04.149Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.24s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.64s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.36s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.02s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.35s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.50s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.25s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.22s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.11s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.75s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.43s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.33s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.95s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.05s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.24s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.09s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.73s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.93s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.89s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.86s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunMount (3.72s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.46s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.92s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.32s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.95s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.29s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.47s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.98s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.00s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNetHost (0.68s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.47s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.42s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.76s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.71s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.35s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.39s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.12s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.43s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.10s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.54s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.74s) [2020-11-10T20:26:04.149Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-10T20:26:04.149Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.48s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.42s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.96s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.57s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.44s) [2020-11-10T20:26:04.149Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.41s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.42s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.40s) [2020-11-10T20:26:04.149Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-10T20:26:04.149Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.48s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.43s) [2020-11-10T20:26:04.149Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-10T20:26:04.149Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.87s) [2020-11-10T20:26:04.149Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-10T20:26:04.149Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.03s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.97s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunRm (0.56s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.52s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.62s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.53s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.49s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.62s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.90s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.61s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.59s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.42s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.62s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.71s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.67s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.44s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.55s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.62s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.68s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.46s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunState (1.22s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.47s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.62s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.22s) [2020-11-10T20:26:04.149Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-10T20:26:04.149Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.68s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.51s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunSysctls (0.93s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.03s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.49s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.68s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.49s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.68s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.40s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.83s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.44s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.45s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.38s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.97s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunUserByID (0.42s) [2020-11-10T20:26:04.149Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.10s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.45s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunUserByName (0.44s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.44s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.11s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.44s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.49s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.97s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.76s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.34s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.91s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.67s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.55s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-11-10T20:26:04.150Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.15s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2020-11-10T20:26:04.150Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.88s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.66s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.99s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.70s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.74s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.48s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-11-10T20:26:04.150Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.49s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.45s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.81s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.05s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.53s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.22s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.42s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.72s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.63s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.58s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.99s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.60s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.54s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.09s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.08s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.41s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.68s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.69s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.80s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.16s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.25s) [2020-11-10T20:26:04.150Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents628060033 [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.10s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.27s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.62s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.51s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.44s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.91s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.88s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.51s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.64s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.18s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.65s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.50s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStartRecordError (1.04s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.14s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.13s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.46s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.00s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.48s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.66s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.43s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.48s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.48s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.49s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.47s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.59s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.09s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.54s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.47s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.72s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.38s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.16s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.72s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.82s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.30s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateStats (3.58s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.84s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.67s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.55s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.27s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.26s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.08s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.47s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.19s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.14s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.31s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.29s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.88s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.89s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.63s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.81s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.51s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.66s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.31s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.49s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.57s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.42s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.38s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.33s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.09s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.12s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.83s) [2020-11-10T20:26:04.150Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.45s) [2020-11-10T20:26:04.150Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-10T20:26:04.150Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-10T20:26:04.150Z] === RUN TestDockerRegistrySuite [2020-11-10T20:26:04.150Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-11-10T20:26:05.537Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-11-10T20:26:06.928Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-11-10T20:26:08.317Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-11-10T20:26:08.317Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-11-10T20:26:10.867Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-11-10T20:26:11.815Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-11-10T20:26:14.367Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-11-10T20:26:17.672Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-11-10T20:26:18.245Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-11-10T20:26:18.818Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-11-10T20:26:19.790Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-11-10T20:26:19.790Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-11-10T20:26:20.204Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-11-10T20:26:21.179Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-11-10T20:26:22.122Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-11-10T20:26:23.066Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-11-10T20:26:24.010Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-11-10T20:26:25.594Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-11-10T20:26:25.594Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-11-10T20:26:25.927Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-11-10T20:26:27.843Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-11-10T20:26:28.416Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-11-10T20:26:30.291Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-11-10T20:26:30.750Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-11-10T20:26:30.751Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-11-10T20:26:30.751Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-11-10T20:26:30.751Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-11-10T20:26:30.964Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-11-10T20:26:31.211Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-11-10T20:26:31.536Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-11-10T20:26:31.536Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-11-10T20:26:32.181Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-11-10T20:26:32.479Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-11-10T20:26:33.427Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-11-10T20:26:34.371Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-11-10T20:26:35.089Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-11-10T20:26:36.060Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-11-10T20:26:36.060Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-11-10T20:26:36.060Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-11-10T20:26:36.060Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-11-10T20:26:36.919Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-11-10T20:26:36.919Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-11-10T20:26:37.862Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-11-10T20:26:38.123Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-11-10T20:26:38.384Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-11-10T20:26:38.646Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-11-10T20:26:38.913Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-11-10T20:26:38.969Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-11-10T20:26:39.192Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-11-10T20:26:39.454Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-11-10T20:26:40.397Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-11-10T20:26:41.786Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-11-10T20:26:42.730Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-11-10T20:26:43.673Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-11-10T20:26:44.616Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite (41.05s) [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.48s) [2020-11-10T20:26:45.232Z] check_test.go:196: [dfc4de67c908c] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.24s) [2020-11-10T20:26:45.232Z] check_test.go:196: [da50a7cd40530] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.25s) [2020-11-10T20:26:45.232Z] check_test.go:196: [da8a5663cf683] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2020-11-10T20:26:45.232Z] check_test.go:196: [da8c1a84a5a10] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.61s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d0f3402bbd903] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (3.13s) [2020-11-10T20:26:45.232Z] check_test.go:196: [df28335499010] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.11s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d40c97bdec808] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.96s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d09dd461a7797] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.83s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d47a27304df3d] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.99s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d6e84af5227fe] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.12s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d762c7e6ddbbc] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.05s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d4b87073cab14] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.93s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d0b7279259d8d] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.94s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d6c49318791c0] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.76s) [2020-11-10T20:26:45.232Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:41290a06ab7f9e918a9bef273e2fa126f5534c71b582639ad74f1dfc9ce167a2 [2020-11-10T20:26:45.232Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:34c764de848edd0f257e387025baae88f1b6827c831d0b7588829a7a19978f41 [2020-11-10T20:26:45.232Z] check_test.go:196: [d54067fb58cdd] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.83s) [2020-11-10T20:26:45.232Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2ccd9605fd3aba7569bc54772269af02493f9887923114ad08e085733d9c7030 [2020-11-10T20:26:45.232Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:fda9a8ee048e1b0da5e01180488c3c38503fb71fb5bb6ce913630cb23224b87a [2020-11-10T20:26:45.232Z] check_test.go:196: [d840eb8a3ed70] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.95s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d0a48473c14fd] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.05s) [2020-11-10T20:26:45.232Z] check_test.go:196: [de1d383072760] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.96s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d8921f0ba4927] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-11-10T20:26:45.232Z] check_test.go:196: [dce9f60c0327e] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d5c30002a39fb] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.84s) [2020-11-10T20:26:45.232Z] check_test.go:196: [dc4b725ffa409] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d95c3f2ac0493] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.26s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d57034db622dd] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2020-11-10T20:26:45.232Z] check_test.go:196: [df2f326df9811] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.98s) [2020-11-10T20:26:45.232Z] check_test.go:196: [db8cb9a64df2a] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d4cf820a11c93] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-11-10T20:26:45.232Z] check_test.go:196: [db79c1faac46b] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d47db447805aa] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d430fe160a2c9] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.36s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d17ba1de75230] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s) [2020-11-10T20:26:45.232Z] check_test.go:196: [dd24a16db036a] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.00s) [2020-11-10T20:26:45.232Z] check_test.go:196: [d6aa274c48026] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.39s) [2020-11-10T20:26:45.232Z] check_test.go:196: [df7e6ec4a5646] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.78s) [2020-11-10T20:26:45.232Z] check_test.go:196: [db5e9b9c7e267] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.97s) [2020-11-10T20:26:45.232Z] check_test.go:196: [dd58921cf3716] daemon is not started [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.94s) [2020-11-10T20:26:45.232Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s) [2020-11-10T20:26:45.232Z] === RUN TestDockerSchema1RegistrySuite [2020-11-10T20:26:45.232Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-11-10T20:26:45.232Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-11-10T20:26:48.536Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-11-10T20:26:51.086Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-11-10T20:26:51.366Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-11-10T20:26:53.636Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-11-10T20:26:54.582Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-11-10T20:26:55.526Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-11-10T20:26:55.526Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-11-10T20:26:56.469Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-11-10T20:26:57.173Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-11-10T20:26:57.173Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-11-10T20:26:57.173Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-11-10T20:26:57.413Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-11-10T20:26:58.356Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-11-10T20:27:00.908Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-11-10T20:27:00.908Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-11-10T20:27:00.920Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-11-10T20:27:01.169Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-11-10T20:27:01.430Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-11-10T20:27:01.692Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-11-10T20:27:01.954Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-11-10T20:27:02.215Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-11-10T20:27:02.461Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-11-10T20:27:02.476Z] --- PASS: TestDockerSchema1RegistrySuite (17.23s) [2020-11-10T20:27:02.476Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-11-10T20:27:02.476Z] check_test.go:223: [d7741cf4430d2] daemon is not started [2020-11-10T20:27:02.476Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.65s) [2020-11-10T20:27:02.476Z] check_test.go:223: [d27735b6a6c7e] daemon is not started [2020-11-10T20:27:02.476Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.78s) [2020-11-10T20:27:02.476Z] check_test.go:223: [df510724666fc] daemon is not started [2020-11-10T20:27:02.476Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.67s) [2020-11-10T20:27:02.476Z] check_test.go:223: [d3bd065d69a46] daemon is not started [2020-11-10T20:27:02.476Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.94s) [2020-11-10T20:27:02.476Z] check_test.go:223: [de1fb6f7f3632] daemon is not started [2020-11-10T20:27:02.476Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.97s) [2020-11-10T20:27:02.476Z] check_test.go:223: [d27922f66435f] daemon is not started [2020-11-10T20:27:02.476Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-11-10T20:27:02.476Z] check_test.go:223: [db7632ba0d836] daemon is not started [2020-11-10T20:27:02.476Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2020-11-10T20:27:02.476Z] check_test.go:223: [da93209985818] daemon is not started [2020-11-10T20:27:02.476Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.85s) [2020-11-10T20:27:02.477Z] check_test.go:223: [d39950bf1f80a] daemon is not started [2020-11-10T20:27:02.477Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2020-11-10T20:27:02.477Z] check_test.go:223: [ddcbcf7a7a5a2] daemon is not started [2020-11-10T20:27:02.477Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.34s) [2020-11-10T20:27:02.477Z] check_test.go:223: [db05845ca2f97] daemon is not started [2020-11-10T20:27:02.477Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2020-11-10T20:27:02.477Z] check_test.go:223: [d0d8142c97d5c] daemon is not started [2020-11-10T20:27:02.477Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2020-11-10T20:27:02.477Z] check_test.go:223: [da2488ab001c1] daemon is not started [2020-11-10T20:27:02.477Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-11-10T20:27:02.477Z] check_test.go:223: [d8b73c2fa683a] daemon is not started [2020-11-10T20:27:02.477Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-11-10T20:27:02.477Z] check_test.go:223: [de452c42dd8a0] daemon is not started [2020-11-10T20:27:02.477Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2020-11-10T20:27:02.477Z] check_test.go:223: [d069b637fc496] daemon is not started [2020-11-10T20:27:02.477Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s) [2020-11-10T20:27:02.477Z] check_test.go:223: [dac7c18d505cb] daemon is not started [2020-11-10T20:27:02.477Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-11-10T20:27:02.477Z] check_test.go:223: [def6cb3d0c2ff] daemon is not started [2020-11-10T20:27:02.477Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-11-10T20:27:02.477Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-11-10T20:27:03.422Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-11-10T20:27:03.684Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-11-10T20:27:03.945Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-11-10T20:27:04.888Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-11-10T20:27:05.150Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-11-10T20:27:05.722Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-11-10T20:27:05.983Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-11-10T20:27:06.244Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.78s) [2020-11-10T20:27:06.244Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.75s) [2020-11-10T20:27:06.244Z] check_test.go:252: [d368bc4dcf43e] daemon is not started [2020-11-10T20:27:06.244Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.47s) [2020-11-10T20:27:06.244Z] check_test.go:252: [dd0ec5c07319c] daemon is not started [2020-11-10T20:27:06.244Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2020-11-10T20:27:06.244Z] check_test.go:252: [d427701d7316f] daemon is not started [2020-11-10T20:27:06.244Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.09s) [2020-11-10T20:27:06.244Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.26s) [2020-11-10T20:27:06.244Z] check_test.go:252: [d1cc59384698e] daemon is not started [2020-11-10T20:27:06.244Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2020-11-10T20:27:06.244Z] check_test.go:252: [d636dda0dc89d] daemon is not started [2020-11-10T20:27:06.244Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2020-11-10T20:27:06.244Z] check_test.go:252: [d2f1ecbdf93b4] daemon is not started [2020-11-10T20:27:06.244Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-11-10T20:27:06.244Z] check_test.go:252: [d6693c142a6a9] daemon is not started [2020-11-10T20:27:06.244Z] === RUN TestDockerRegistryAuthTokenSuite [2020-11-10T20:27:06.244Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-11-10T20:27:11.533Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-11-10T20:27:11.533Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-11-10T20:27:11.794Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-11-10T20:27:11.795Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-11-10T20:27:12.056Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2020-11-10T20:27:12.056Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-11-10T20:27:12.056Z] check_test.go:279: [df784985c8e6e] daemon is not started [2020-11-10T20:27:12.056Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2020-11-10T20:27:12.056Z] check_test.go:279: [d1bde280451fb] daemon is not started [2020-11-10T20:27:12.056Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-11-10T20:27:12.056Z] check_test.go:279: [d564151891cbc] daemon is not started [2020-11-10T20:27:12.056Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2020-11-10T20:27:12.056Z] check_test.go:279: [def25abb4d01b] daemon is not started [2020-11-10T20:27:12.056Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-11-10T20:27:12.056Z] check_test.go:279: [de8d87b442549] daemon is not started [2020-11-10T20:27:12.056Z] === RUN TestDockerNetworkSuite [2020-11-10T20:27:12.056Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-11-10T20:27:12.797Z] === RUN TestDockerSuite/TestBuildAddScript [2020-11-10T20:27:12.797Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-11-10T20:27:12.797Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-11-10T20:27:12.797Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-11-10T20:27:12.797Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-11-10T20:27:12.797Z] === RUN TestDockerSuite/TestBuildAddTar [2020-11-10T20:27:13.988Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-11-10T20:27:14.561Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-11-10T20:27:17.864Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-11-10T20:27:19.250Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-11-10T20:27:21.797Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-11-10T20:27:23.184Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-11-10T20:27:28.476Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-11-10T20:27:31.024Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-11-10T20:27:31.969Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-11-10T20:27:32.547Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-11-10T20:27:32.809Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-11-10T20:27:33.753Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-11-10T20:27:34.697Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-11-10T20:27:34.959Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-11-10T20:27:35.220Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-11-10T20:27:35.797Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-11-10T20:27:36.059Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-11-10T20:27:36.059Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-11-10T20:27:36.320Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-11-10T20:27:36.894Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-11-10T20:27:38.282Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-11-10T20:27:38.282Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-11-10T20:27:38.282Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-11-10T20:27:38.544Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-11-10T20:27:41.093Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-11-10T20:27:42.480Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-11-10T20:27:49.071Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-11-10T20:27:49.071Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-11-10T20:27:49.332Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-11-10T20:27:49.593Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-11-10T20:27:49.593Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-11-10T20:27:49.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-11-10T20:27:49.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-11-10T20:27:49.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-11-10T20:27:52.405Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-11-10T20:27:52.405Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-11-10T20:27:52.405Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-11-10T20:27:53.349Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-11-10T20:27:56.668Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-11-10T20:27:59.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-11-10T20:27:59.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-11-10T20:28:00.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-11-10T20:28:02.149Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-11-10T20:28:02.149Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-11-10T20:28:02.721Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-11-10T20:28:03.294Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-11-10T20:28:03.526Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-11-10T20:28:03.526Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-11-10T20:28:03.526Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-11-10T20:28:04.238Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-11-10T20:28:10.830Z] --- PASS: TestDockerNetworkSuite (57.79s) [2020-11-10T20:28:10.830Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.98s) [2020-11-10T20:28:10.830Z] docker_cli_network_unix_test.go:46: [d2b06efafdbcd] daemon is not started [2020-11-10T20:28:10.830Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.68s) [2020-11-10T20:28:10.830Z] docker_cli_network_unix_test.go:46: [dd5700bcab397] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.09s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [db3e8d7f5d104] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.49s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d50d5c349edab] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.57s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:1233: [d43a0f691054d] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.43s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d003f651b0d3c] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.29s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d4709d505960a] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.32s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d496b72da1f3d] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.14s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d562a3fa1d3f5] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.49s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d4172143ec33d] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [df64514235d39] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.90s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d49580383d3d7] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.91s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d422e3df8b937] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [de6a06c779c7b] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.35s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d36b9937c3f7f] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.69s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d27712a82b2c6] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [dfc028ef6ed82] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d3ff15288c00d] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d3d51dd26d841] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.71s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d55423c497189] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.04s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [de70155905555] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d340c68f8a94b] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d84b35c5dd1b6] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [dbda77adc44ba] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.32s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:968: [ddbe290286d18] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.68s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d716a0b025684] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.90s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:1116: [dbc619a94d147] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.22s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d3179be892389] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d2fd0220a25bf] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [dd18818a352bb] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.05s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d94505aece922] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [dfa841dd3fa79] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [db4cde1fb8008] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d397dde443d0b] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.39s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d8bd26b04cb07] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d8df2e44160cf] daemon is not started [2020-11-10T20:28:10.831Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [da57b3aa265ee] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d0f5617bbe2fe] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.34s) [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.98s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:1084: [dca27f5db337e] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d2923a81bd090] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d8cd5a66ef65e] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.79s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [deeab7d8c7f93] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d193e3814b001] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d38247a03fa5f] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.45s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d45a24ad8b635] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.97s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d1a41169771fd] daemon is not started [2020-11-10T20:28:10.831Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.60s) [2020-11-10T20:28:10.831Z] docker_cli_network_unix_test.go:46: [d3dbca9accccb] daemon is not started [2020-11-10T20:28:10.831Z] === RUN TestDockerHubPullSuite [2020-11-10T20:28:10.831Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-11-10T20:28:11.774Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-11-10T20:28:14.319Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-11-10T20:28:14.581Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-11-10T20:28:15.928Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-11-10T20:28:15.929Z] === RUN TestDockerSuite/TestBuildBlankName [2020-11-10T20:28:16.389Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-11-10T20:28:16.497Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-11-10T20:28:17.883Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-11-10T20:28:17.883Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-11-10T20:28:17.883Z] --- PASS: TestDockerHubPullSuite (8.21s) [2020-11-10T20:28:17.883Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.91s) [2020-11-10T20:28:17.883Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.39s) [2020-11-10T20:28:17.883Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.61s) [2020-11-10T20:28:17.883Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.91s) [2020-11-10T20:28:17.883Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.31s) [2020-11-10T20:28:17.883Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.08s) [2020-11-10T20:28:17.883Z] PASS [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === Skipped [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-10T20:28:17.883Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-11-10T20:28:17.883Z] docker_cli_sni_test.go:18: Flakey test [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-11-10T20:28:17.883Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-10T20:28:17.883Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:17.883Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-11-10T20:28:17.883Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-11-10T20:28:17.883Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-10T20:28:17.883Z] [2020-11-10T20:28:18.154Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-11-10T20:28:18.155Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-11-10T20:28:18.155Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-10T20:28:18.155Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-10T20:28:18.155Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-10T20:28:18.155Z] docker_cli_network_unix_test.go:46: [da57b3aa265ee] daemon is not started [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] [2020-11-10T20:28:18.155Z] DONE 1275 tests, 51 skipped in 1516.036s [2020-11-10T20:28:18.155Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-10T20:28:18.155Z] ++++ cat bundles/test-integration/docker.pid [2020-11-10T20:28:18.155Z] +++ kill 7661 [2020-11-10T20:28:19.100Z] +++ /etc/init.d/apparmor stop [2020-11-10T20:28:19.100Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-10T20:28:19.100Z] [2020-11-10T20:28:19.100Z] Unloading profiles will leave already running processes permanently [2020-11-10T20:28:19.100Z] unconfined, which can lead to unexpected situations. [2020-11-10T20:28:19.100Z] [2020-11-10T20:28:19.100Z] To set a process to complain mode, use the command line tool [2020-11-10T20:28:19.100Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-10T20:28:19.100Z] +++ true [2020-11-10T20:28:19.100Z] exiting test-integration [2020-11-10T20:28:19.100Z] ++ exit 0 [2020-11-10T20:28:19.100Z] [2020-11-10T20:28:19.672Z] + for job in $(jobs -p) [2020-11-10T20:28:19.672Z] + wait 19710 [2020-11-10T20:28:20.615Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-11-10T20:28:24.971Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-11-10T20:28:24.971Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-11-10T20:28:27.203Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-11-10T20:28:30.773Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-11-10T20:28:32.496Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-11-10T20:28:33.882Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-11-10T20:28:38.091Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-11-10T20:28:40.005Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-11-10T20:28:41.112Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-11-10T20:28:44.213Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-11-10T20:28:44.213Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-11-10T20:28:49.516Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-11-10T20:28:49.692Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-11-10T20:28:50.088Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-11-10T20:28:50.153Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-11-10T20:28:51.032Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-11-10T20:28:52.946Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-11-10T20:28:55.957Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-11-10T20:28:55.957Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-11-10T20:28:55.957Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-11-10T20:29:01.758Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-11-10T20:29:01.758Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-11-10T20:29:01.758Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-11-10T20:29:01.758Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-11-10T20:29:01.758Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-11-10T20:29:26.919Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-11-10T20:29:29.833Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-11-10T20:29:30.805Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-11-10T20:29:31.266Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-11-10T20:29:32.811Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-11-10T20:29:32.811Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-11-10T20:29:37.512Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-11-10T20:29:38.483Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-11-10T20:29:38.483Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-11-10T20:29:38.483Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-11-10T20:29:40.025Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-11-10T20:29:40.997Z] === RUN TestDockerSuite/TestBuildCmd [2020-11-10T20:29:41.457Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-11-10T20:29:41.917Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-11-10T20:29:42.378Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-11-10T20:29:48.188Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-11-10T20:29:49.220Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-11-10T20:29:49.733Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-11-10T20:29:49.733Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-11-10T20:29:50.703Z] === RUN TestDockerSuite/TestBuildContChar [2020-11-10T20:30:05.536Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-11-10T20:30:05.536Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-11-10T20:30:05.536Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-11-10T20:30:07.080Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-11-10T20:30:08.053Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-11-10T20:30:08.053Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-11-10T20:30:08.053Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-11-10T20:30:09.025Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-11-10T20:30:09.486Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-11-10T20:30:09.946Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-11-10T20:30:09.946Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-11-10T20:30:15.753Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-11-10T20:30:45.502Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-11-10T20:30:49.708Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-11-10T20:30:53.919Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-11-10T20:30:58.304Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-11-10T20:30:58.304Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-11-10T20:30:59.276Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-11-10T20:31:05.100Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-11-10T20:31:05.564Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-11-10T20:31:06.028Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-11-10T20:31:06.028Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-11-10T20:31:06.999Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-11-10T20:31:06.999Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-11-10T20:31:32.170Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-11-10T20:31:32.170Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-11-10T20:31:32.170Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-11-10T20:31:49.882Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-11-10T20:31:51.427Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-11-10T20:31:51.888Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-11-10T20:31:55.636Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-11-10T20:31:58.550Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-11-10T20:32:00.739Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-11-10T20:33:00.438Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-11-10T20:33:07.055Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-11-10T20:33:07.055Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-11-10T20:33:07.317Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-11-10T20:33:07.578Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-11-10T20:33:07.578Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-11-10T20:33:08.151Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-11-10T20:33:10.074Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-11-10T20:33:12.882Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-11-10T20:33:12.882Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-11-10T20:33:12.882Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-11-10T20:33:13.376Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-11-10T20:33:15.922Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-11-10T20:34:12.201Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-11-10T20:34:12.201Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-11-10T20:34:12.774Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-11-10T20:34:14.691Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-11-10T20:34:17.260Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-11-10T20:34:19.807Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-11-10T20:34:25.012Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-11-10T20:34:25.012Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-11-10T20:34:25.012Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-11-10T20:34:41.775Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-11-10T20:34:46.135Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-11-10T20:34:54.009Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-11-10T20:34:54.582Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-11-10T20:34:56.497Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-11-10T20:34:56.513Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-11-10T20:34:59.042Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-11-10T20:35:05.641Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-11-10T20:35:08.924Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-11-10T20:35:09.850Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-11-10T20:35:12.397Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-11-10T20:35:14.946Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-11-10T20:35:16.860Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-11-10T20:35:18.777Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-11-10T20:35:22.084Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-11-10T20:35:23.469Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-11-10T20:35:44.713Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-11-10T20:35:57.112Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-11-10T20:36:14.834Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-11-10T20:36:19.749Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-11-10T20:36:31.981Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite (1638.73s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.52s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.45s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.90s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.35s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.14s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.70s) [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:562: [d1acfa055db62] joining swarm manager [d4e2088d59f32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:584: [d60461b97d978] joining swarm manager [d4e2088d59f32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.099Z] check_test.go:380: [d1acfa055db62] daemon is not started [2020-11-10T20:36:50.099Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.67s) [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:45: [d5c49b342e90f] joining swarm manager [db07eb61c298e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.11s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.76s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.68s) [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:303: [dc4a7845fa99e] joining swarm manager [de7a22af85349]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:304: [d43b65734617f] joining swarm manager [de7a22af85349]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.13s) [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:271: [d9d8dadc2f559] joining swarm manager [d3b60b2d8fc76]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:272: [d816f468a80b5] joining swarm manager [d3b60b2d8fc76]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.48s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.53s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.28s) [2020-11-10T20:36:50.099Z] docker_api_swarm_node_test.go:19: [d4983ae4667a4] joining swarm manager [dbf9da6bf5985]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] docker_api_swarm_node_test.go:20: [da4f27506c0c1] joining swarm manager [dbf9da6bf5985]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (51.24s) [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:501: [d07e48616c095] joining swarm manager [d46d1aa688d87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:506: [d661fd74dd8ec] joining swarm manager [d46d1aa688d87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.84s) [2020-11-10T20:36:50.099Z] docker_api_swarm_node_test.go:80: [d32467c32774a] joining swarm manager [d82b131a9b519]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.73s) [2020-11-10T20:36:50.099Z] docker_api_swarm_node_test.go:52: [dd66c2ce1674c] joining swarm manager [dae585be5bdc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] docker_api_swarm_node_test.go:53: [d3e719f49c5c4] joining swarm manager [dae585be5bdc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.42s) [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (26.41s) [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:201: [dfd4c3ef9fed5] joining swarm manager [d0585d15b5a16]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.02s) [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:383: [d7444f9b11192] joining swarm manager [daac3d563977d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:384: [de7cb854c939d] joining swarm manager [daac3d563977d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.099Z] check_test.go:380: [de7cb854c939d] daemon is not started [2020-11-10T20:36:50.099Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (50.22s) [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:801: [d2302b9476793] joining swarm manager [dd61a9de53902]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.099Z] docker_api_swarm_test.go:801: [d72193aeca81b] joining swarm manager [dd61a9de53902]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] docker_api_swarm_test.go:801: [dd37978a0cbb4] joining swarm manager [dd61a9de53902]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-10T20:36:50.100Z] docker_api_swarm_test.go:801: [d246f37840fcc] joining swarm manager [dd61a9de53902]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-10T20:36:50.100Z] docker_api_swarm_test.go:809: [d02519b35290f] joining swarm manager [dd61a9de53902]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.43s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.71s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.45s) [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:394: [dc3bf3d5c41d5] joining swarm manager [d33a84c17e9a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:394: [d66955daf73dc] joining swarm manager [d33a84c17e9a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.40s) [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:342: [d64135da48b5d] joining swarm manager [d730dacb4841c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:342: [d71880f504239] joining swarm manager [d730dacb4841c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.05s) [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:489: [da7c4635c9e2b] joining swarm manager [d55503f6e4bb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:489: [d0e6f0cb4644b] joining swarm manager [d55503f6e4bb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.22s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.03s) [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:127: [d1ca7ee099b09] joining swarm manager [d5f00794c9c6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:128: [d3e1598ed55be] joining swarm manager [d5f00794c9c6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:136: [d5f1e1db66cc0] joining swarm manager [d5f00794c9c6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:137: [d7b37a51f5260] joining swarm manager [d5f00794c9c6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.30s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.76s) [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:303: [d2e5a5a4f17d1] joining swarm manager [dba758ef712eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:303: [dd190493e77c8] joining swarm manager [dba758ef712eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.32s) [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:99: [da3a01992dfa0] joining swarm manager [d692d15eb2093]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:100: [d7b154faa8083] joining swarm manager [d692d15eb2093]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] check_test.go:380: [da3a01992dfa0] daemon is not started [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.97s) [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:532: [d3982defbfa20] joining swarm manager [df81e7edb7e65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:533: [d908219eec872] joining swarm manager [df81e7edb7e65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.28s) [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:147: [d2aeb1ae7fe76] joining swarm manager [d78dfaa1a059c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_api_swarm_service_test.go:147: [d597ec3effbf3] joining swarm manager [d78dfaa1a059c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.48s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.11s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (1.84s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.14s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.17s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.73s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.81s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.12s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.14s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.47s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.54s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (2.94s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.08s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.19s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.32s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.79s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.29s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.70s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.25s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.45s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.94s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.13s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.05s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.66s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.64s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.50s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.72s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.90s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.10s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.12s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.81s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (12.81s) [2020-11-10T20:36:50.100Z] docker_cli_service_logs_test.go:245: checking task y2wz6l8ynz9t [2020-11-10T20:36:50.100Z] docker_cli_service_logs_test.go:250: checking messages for y2wz6l8ynz9t [2020-11-10T20:36:50.100Z] docker_cli_service_logs_test.go:245: checking task wvtfduaw6qb9 [2020-11-10T20:36:50.100Z] docker_cli_service_logs_test.go:250: checking messages for wvtfduaw6qb9 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.53s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.12s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.74s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.32s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.43s) [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1901: [d345e69843d7b] joining swarm manager [d3e018bba169e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1902: [d22a911f4367e] joining swarm manager [d3e018bba169e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.94s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.39s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.45s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.38s) [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1802: [d44565b965320] joining swarm manager [d1fc42a4c63ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1803: [dd752b5cb66a3] joining swarm manager [d1fc42a4c63ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.03s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (124.59s) [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1321: [d6e551e8a1762] joining swarm manager [d084c5a2933b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1322: [d4de00f09798c] joining swarm manager [d084c5a2933b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.28s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.83s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.60s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (1.82s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.06s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (1.92s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.79s) [2020-11-10T20:36:50.100Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.74s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.72s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.73s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (1.84s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.11s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.48s) [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1186: [db9aee1065d93] joining swarm manager [d444f539dfb5e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1195: [d47ca73a2ba7f] joining swarm manager [d444f539dfb5e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.60s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.38s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (119.63s) [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1118: [de859ca8964b9] joining swarm manager [de47f2b5e9704]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1119: [d5bd0faed573b] joining swarm manager [de47f2b5e9704]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1172: [d2f093da2b7af] joining swarm manager [de47f2b5e9704]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (12.97s) [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1453: [db6f55ebafa3b] joining swarm manager [d7798d5385fda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] docker_cli_swarm_test.go:1454: [dcce5eba759f4] joining swarm manager [d7798d5385fda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.29s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.13s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (1.86s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.42s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.20s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.33s) [2020-11-10T20:36:50.100Z] docker_cli_swarm_unix_test.go:62: [d5a1c8ba535bd] joining swarm manager [dab77596ae9bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (1.85s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.73s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.87s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.84s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.60s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.42s) [2020-11-10T20:36:50.100Z] docker_api_swarm_test.go:961: [d54329763daee] joining swarm manager [d06b9fd180351]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.36s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (1.87s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (1.86s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.51s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.45s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.48s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.50s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.12s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.11s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.26s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.61s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (1.86s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.42s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.21s) [2020-11-10T20:36:50.100Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.84s) [2020-11-10T20:36:50.100Z] === RUN TestDockerExternalVolumeSuite [2020-11-10T20:36:50.100Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-11-10T20:37:05.017Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-11-10T20:37:40.939Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-11-10T20:37:40.939Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-11-10T20:37:40.939Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-11-10T20:37:40.939Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-11-10T20:37:40.939Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-11-10T20:37:40.939Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-11-10T20:37:40.939Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-11-10T20:37:40.939Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-11-10T20:37:40.939Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-11-10T20:37:41.401Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-11-10T20:37:44.328Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-11-10T20:37:50.142Z] === RUN TestDockerSuite/TestBuildEnv [2020-11-10T20:37:50.142Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-11-10T20:37:50.142Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-11-10T20:37:50.142Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-11-10T20:37:50.142Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-11-10T20:37:50.142Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-11-10T20:37:53.057Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-11-10T20:37:53.057Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-11-10T20:37:53.057Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-11-10T20:37:53.519Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-11-10T20:37:53.980Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-11-10T20:37:59.789Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-11-10T20:38:12.763Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-11-10T20:38:17.502Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-11-10T20:38:17.502Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-11-10T20:38:17.502Z] === RUN TestDockerSuite/TestBuildExpose [2020-11-10T20:38:17.502Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-11-10T20:38:17.502Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-11-10T20:38:17.502Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-11-10T20:38:17.502Z] === RUN TestDockerSuite/TestBuildFails [2020-11-10T20:38:19.044Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-11-10T20:38:19.044Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-11-10T20:38:22.762Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-11-10T20:38:24.852Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-11-10T20:38:29.556Z] === RUN TestDockerSuite/TestBuildForceRm [2020-11-10T20:38:41.959Z] === RUN TestDockerSuite/TestBuildFromGit [2020-11-10T20:38:52.303Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-11-10T20:38:52.765Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-11-10T20:38:54.874Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-11-10T20:38:58.574Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-11-10T20:38:58.574Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-11-10T20:38:59.546Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-11-10T20:39:00.005Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-11-10T20:39:00.005Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-11-10T20:39:07.125Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-11-10T20:39:10.352Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-11-10T20:39:10.353Z] === RUN TestDockerSuite/TestBuildHistory [2020-11-10T20:39:20.693Z] === RUN TestDockerSuite/TestBuildIidFile [2020-11-10T20:39:20.693Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-11-10T20:39:22.237Z] === RUN TestDockerSuite/TestBuildInheritance [2020-11-10T20:39:22.237Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-11-10T20:39:23.216Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-11-10T20:39:23.216Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-11-10T20:39:27.918Z] === RUN TestDockerSuite/TestBuildLabel [2020-11-10T20:39:28.378Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-11-10T20:39:29.349Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-11-10T20:39:30.320Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-11-10T20:39:30.780Z] === RUN TestDockerSuite/TestBuildLabels [2020-11-10T20:39:31.753Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-11-10T20:39:33.293Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-11-10T20:39:37.994Z] === RUN TestDockerSuite/TestBuildLastModified [2020-11-10T20:39:37.994Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-11-10T20:39:38.455Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-11-10T20:39:38.455Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-11-10T20:39:38.455Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-11-10T20:39:38.455Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-11-10T20:39:38.455Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-11-10T20:39:38.919Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-11-10T20:39:39.237Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-11-10T20:39:39.894Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-11-10T20:39:45.701Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-11-10T20:39:54.144Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-11-10T20:40:00.537Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-11-10T20:40:00.537Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-11-10T20:40:02.723Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-11-10T20:40:26.280Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-11-10T20:40:38.434Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-11-10T20:40:41.186Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-11-10T20:40:48.771Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-11-10T20:40:52.517Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-11-10T20:40:56.092Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-11-10T20:40:59.624Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-11-10T20:41:04.330Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-11-10T20:41:22.039Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-11-10T20:41:22.039Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-11-10T20:41:29.127Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-11-10T20:41:29.587Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-11-10T20:41:29.587Z] === RUN TestDockerSuite/TestBuildNetNone [2020-11-10T20:41:29.587Z] === RUN TestDockerSuite/TestBuildNoContext [2020-11-10T20:41:32.503Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-11-10T20:41:37.209Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-11-10T20:41:39.394Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-11-10T20:41:39.394Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-11-10T20:41:39.394Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-11-10T20:41:41.579Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-11-10T20:41:42.807Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-11-10T20:41:43.123Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-11-10T20:41:44.095Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-11-10T20:41:58.940Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-11-10T20:42:00.493Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-11-10T20:42:00.944Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-11-10T20:42:09.083Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-11-10T20:42:12.827Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-11-10T20:42:21.408Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-11-10T20:42:27.213Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-11-10T20:42:31.910Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-11-10T20:42:32.880Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-11-10T20:42:32.880Z] === RUN TestDockerSuite/TestBuildPATH [2020-11-10T20:42:32.880Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-11-10T20:42:33.059Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-11-10T20:42:35.061Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-11-10T20:42:35.061Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-11-10T20:43:05.166Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-11-10T20:43:17.615Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-11-10T20:43:20.084Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-11-10T20:43:34.988Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-11-10T20:43:35.316Z] === RUN TestDockerSuite/TestBuildRm [2020-11-10T20:43:50.153Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-11-10T20:43:51.694Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-11-10T20:43:52.155Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-11-10T20:43:52.155Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-11-10T20:43:53.100Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-11-10T20:43:53.694Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-11-10T20:43:57.434Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-11-10T20:44:01.180Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-11-10T20:44:05.888Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite (436.85s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2020-11-10T20:44:08.004Z] docker_cli_external_volume_driver_test.go:53: [d35104b74c2b3] daemon is not started [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-11-10T20:44:08.004Z] docker_cli_external_volume_driver_test.go:53: [daff183709735] daemon is not started [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-11-10T20:44:08.004Z] docker_cli_external_volume_driver_test.go:53: [d88a44b70a244] daemon is not started [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-11-10T20:44:08.004Z] docker_cli_external_volume_driver_test.go:53: [d455d336d4a83] daemon is not started [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.17s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.57s) [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s) [2020-11-10T20:44:08.004Z] docker_cli_external_volume_driver_test.go:485: [d2d0856030612] daemon is not started [2020-11-10T20:44:08.004Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-11-10T20:44:08.004Z] docker_cli_external_volume_driver_test.go:53: [de68159f11299] daemon is not started [2020-11-10T20:44:08.004Z] PASS [2020-11-10T20:44:08.004Z] [2020-11-10T20:44:08.004Z] === Skipped [2020-11-10T20:44:08.004Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-10T20:44:08.004Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-10T20:44:08.004Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-10T20:44:08.004Z] check_test.go:309: [d4a16c6f33782] daemon is not started [2020-11-10T20:44:08.004Z] [2020-11-10T20:44:08.004Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-11-10T20:44:08.004Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-11-10T20:44:08.004Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-10T20:44:08.004Z] check_test.go:309: [db43f673dd028] daemon is not started [2020-11-10T20:44:08.004Z] [2020-11-10T20:44:08.004Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-11-10T20:44:08.004Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-11-10T20:44:08.004Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-10T20:44:08.004Z] check_test.go:309: [da8bcf9d2c02d] daemon is not started [2020-11-10T20:44:08.004Z] [2020-11-10T20:44:08.004Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-11-10T20:44:08.004Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-11-10T20:44:08.004Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-10T20:44:08.004Z] [2020-11-10T20:44:08.004Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-10T20:44:08.004Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-11-10T20:44:08.004Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-10T20:44:08.004Z] [2020-11-10T20:44:08.004Z] [2020-11-10T20:44:08.004Z] DONE 273 tests, 5 skipped in 2463.623s [2020-11-10T20:44:08.004Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-10T20:44:08.004Z] ++++ cat bundles/test-integration/docker.pid [2020-11-10T20:44:08.004Z] +++ kill 7649 [2020-11-10T20:44:08.004Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7732d3ee32f0/docker.pid [2020-11-10T20:44:08.004Z] +++ kill 5426 [2020-11-10T20:44:08.004Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5426 is not a child of this shell [2020-11-10T20:44:08.004Z] warning: PID 5426 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d7732d3ee32f0/docker.pid had a nonzero exit code [2020-11-10T20:44:08.004Z] +++ /etc/init.d/apparmor stop [2020-11-10T20:44:08.004Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-10T20:44:08.004Z] [2020-11-10T20:44:08.004Z] Unloading profiles will leave already running processes permanently [2020-11-10T20:44:08.004Z] unconfined, which can lead to unexpected situations. [2020-11-10T20:44:08.004Z] [2020-11-10T20:44:08.004Z] To set a process to complain mode, use the command line tool [2020-11-10T20:44:08.004Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-10T20:44:08.004Z] +++ true [2020-11-10T20:44:08.004Z] exiting test-integration [2020-11-10T20:44:08.004Z] ++ exit 0 [2020-11-10T20:44:08.004Z] [2020-11-10T20:44:08.004Z] + exit 0 [2020-11-10T20:44:08.004Z] ++ jobs -p [2020-11-10T20:44:08.004Z] + pids= [2020-11-10T20:44:08.004Z] + echo 'Remaining pids to kill: []' [2020-11-10T20:44:08.004Z] Remaining pids to kill: [] [2020-11-10T20:44:08.004Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-11-10T20:44:08.019Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-10T20:44:10.266Z] + echo Ensuring container killed. [2020-11-10T20:44:10.266Z] Ensuring container killed. [2020-11-10T20:44:10.266Z] + docker ps -aq -f name=docker-pr3-* [2020-11-10T20:44:10.266Z] + cids=56cf4f00ceeb [2020-11-10T20:44:10.266Z] c449a0464abd [2020-11-10T20:44:10.266Z] 85fd8002fdb2 [2020-11-10T20:44:10.266Z] + [ -n 56cf4f00ceeb [2020-11-10T20:44:10.266Z] c449a0464abd [2020-11-10T20:44:10.266Z] 85fd8002fdb2 ] [2020-11-10T20:44:10.266Z] + docker rm -vf 56cf4f00ceeb c449a0464abd 85fd8002fdb2 [2020-11-10T20:44:11.210Z] 56cf4f00ceeb [2020-11-10T20:44:12.155Z] c449a0464abd [2020-11-10T20:44:12.155Z] 85fd8002fdb2 [Pipeline] sh [2020-11-10T20:44:12.448Z] + echo Chowning /workspace to jenkins user [2020-11-10T20:44:12.448Z] Chowning /workspace to jenkins user [2020-11-10T20:44:12.448Z] + id -u [2020-11-10T20:44:12.448Z] + id -g [2020-11-10T20:44:12.448Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41659:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-10T20:44:15.303Z] + bundleName=amd64 [2020-11-10T20:44:15.303Z] + echo Creating amd64-bundles.tar.gz [2020-11-10T20:44:15.303Z] Creating amd64-bundles.tar.gz [2020-11-10T20:44:15.303Z] + xargs tar -czf amd64-bundles.tar.gz [2020-11-10T20:44:15.303Z] + 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-11-10T20:44:16.259Z] Archiving artifacts [2020-11-10T20:44:23.233Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41659/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-10T20:44:23.549Z] + make clean [2020-11-10T20:44:23.549Z] docker volume rm -f docker-dev-cache [2020-11-10T20:44:23.593Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-11-10T20:44:23.593Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-11-10T20:44:23.593Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-11-10T20:44:23.809Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-10T20:44:35.988Z] === RUN TestDockerSuite/TestBuildSpaces [2020-11-10T20:44:35.988Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-11-10T20:44:39.730Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-11-10T20:44:39.730Z] === RUN TestDockerSuite/TestBuildStderr [2020-11-10T20:44:45.530Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-11-10T20:45:06.634Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-11-10T20:45:06.634Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-11-10T20:45:08.816Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-11-10T20:45:09.786Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-11-10T20:45:15.588Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-11-10T20:45:20.283Z] === RUN TestDockerSuite/TestBuildUser [2020-11-10T20:45:20.283Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-11-10T20:45:20.283Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-11-10T20:45:20.283Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-11-10T20:45:24.984Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-11-10T20:45:25.443Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-11-10T20:45:28.354Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-11-10T20:45:28.354Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-11-10T20:45:28.354Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-11-10T20:45:53.508Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-11-10T20:45:53.508Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-11-10T20:46:02.084Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-11-10T20:46:07.891Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-11-10T20:46:08.351Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-11-10T20:46:08.351Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-11-10T20:46:11.266Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-11-10T20:46:11.266Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-11-10T20:46:23.658Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-11-10T20:46:28.356Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-11-10T20:46:28.824Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-11-10T20:46:43.681Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-11-10T20:46:43.681Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-11-10T20:46:43.681Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-11-10T20:46:43.681Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-11-10T20:46:45.221Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-11-10T20:46:53.799Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-11-10T20:46:55.982Z] === RUN TestDockerSuite/TestBuildXZHost [2020-11-10T20:46:55.982Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-11-10T20:46:55.982Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-11-10T20:46:55.982Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-11-10T20:46:58.166Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-11-10T20:47:02.868Z] === RUN TestDockerSuite/TestCommitChange [2020-11-10T20:47:08.666Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-11-10T20:47:13.362Z] === RUN TestDockerSuite/TestCommitHardlink [2020-11-10T20:47:13.362Z] === RUN TestDockerSuite/TestCommitNewFile [2020-11-10T20:47:20.448Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-11-10T20:47:20.448Z] === RUN TestDockerSuite/TestCommitTTY [2020-11-10T20:47:27.529Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-11-10T20:47:32.233Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-11-10T20:47:32.233Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-11-10T20:47:32.233Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-11-10T20:47:32.233Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-11-10T20:47:32.233Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-11-10T20:47:32.233Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-11-10T20:47:32.233Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-11-10T20:47:32.233Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-11-10T20:47:32.233Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-11-10T20:47:39.313Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-11-10T20:47:46.392Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-11-10T20:47:46.392Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-11-10T20:47:47.931Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-11-10T20:47:47.931Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-11-10T20:47:47.931Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-11-10T20:47:47.931Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-11-10T20:47:50.113Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-11-10T20:47:50.113Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-11-10T20:47:50.113Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-11-10T20:47:53.023Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-11-10T20:47:53.023Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-11-10T20:47:53.023Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-11-10T20:47:53.023Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-11-10T20:47:53.023Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-11-10T20:47:55.204Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-11-10T20:47:57.388Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-11-10T20:47:59.570Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-11-10T20:47:59.570Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-11-10T20:47:59.570Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-11-10T20:48:01.752Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-11-10T20:48:01.752Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-11-10T20:48:03.933Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-11-10T20:48:03.933Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-11-10T20:48:03.933Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-11-10T20:48:06.116Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-11-10T20:48:06.116Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-11-10T20:48:08.301Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-11-10T20:48:08.301Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-11-10T20:48:10.483Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-11-10T20:48:10.483Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-11-10T20:48:12.663Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-11-10T20:48:16.401Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-11-10T20:48:20.146Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-11-10T20:48:20.146Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-11-10T20:48:20.146Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-11-10T20:48:20.146Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-11-10T20:48:20.146Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-11-10T20:48:21.687Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-11-10T20:48:21.687Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-11-10T20:48:24.598Z] === RUN TestDockerSuite/TestContainerAPITop [2020-11-10T20:48:24.598Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-11-10T20:48:26.135Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-11-10T20:48:26.135Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-11-10T20:48:30.830Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-11-10T20:48:32.369Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-11-10T20:48:32.369Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-11-10T20:48:32.369Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-11-10T20:48:32.369Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-11-10T20:48:32.369Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-11-10T20:48:32.369Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-11-10T20:48:34.549Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-11-10T20:48:34.549Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2020-11-10T20:48:41.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2020-11-10T20:48:43.806Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2020-11-10T20:48:45.985Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2020-11-10T20:48:48.166Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0000055e0_} [2020-11-10T20:48:51.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1451193370_c:\foo_false____} [2020-11-10T20:48:53.255Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1451193370_c:\foo_true____} [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-11-10T20:48:55.449Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-11-10T20:48:58.364Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-11-10T20:49:00.548Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-11-10T20:49:00.548Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-11-10T20:49:00.548Z] === RUN TestDockerSuite/TestCpRelativePath [2020-11-10T20:49:02.730Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-11-10T20:49:02.730Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-11-10T20:49:02.730Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-11-10T20:49:02.730Z] === RUN TestDockerSuite/TestCpToCaseA [2020-11-10T20:49:13.161Z] === RUN TestDockerSuite/TestCpToCaseB [2020-11-10T20:49:14.132Z] === RUN TestDockerSuite/TestCpToCaseC [2020-11-10T20:49:14.132Z] === RUN TestDockerSuite/TestCpToCaseD [2020-11-10T20:49:14.132Z] === RUN TestDockerSuite/TestCpToCaseE [2020-11-10T20:49:22.705Z] === RUN TestDockerSuite/TestCpToCaseF [2020-11-10T20:49:22.705Z] === RUN TestDockerSuite/TestCpToCaseG [2020-11-10T20:49:22.705Z] === RUN TestDockerSuite/TestCpToCaseH [2020-11-10T20:49:33.033Z] === RUN TestDockerSuite/TestCpToCaseI [2020-11-10T20:49:33.033Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-11-10T20:49:33.033Z] === RUN TestDockerSuite/TestCpToDot [2020-11-10T20:49:34.007Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-11-10T20:49:34.007Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-11-10T20:49:34.007Z] === RUN TestDockerSuite/TestCpToStdout [2020-11-10T20:49:36.925Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-11-10T20:49:36.925Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-11-10T20:49:36.925Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-11-10T20:49:36.925Z] === RUN TestDockerSuite/TestCpVolumePath [2020-11-10T20:49:36.925Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-11-10T20:49:36.925Z] === RUN TestDockerSuite/TestCreateArgs [2020-11-10T20:49:36.925Z] === RUN TestDockerSuite/TestCreateByImageID [2020-11-10T20:49:38.464Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-11-10T20:49:40.645Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-11-10T20:49:41.105Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-11-10T20:49:41.105Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-11-10T20:49:43.286Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-11-10T20:49:43.746Z] === RUN TestDockerSuite/TestCreateLabels [2020-11-10T20:49:44.205Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-11-10T20:49:44.205Z] === RUN TestDockerSuite/TestCreateRM [2020-11-10T20:49:44.665Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-11-10T20:49:44.665Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-11-10T20:49:44.665Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-11-10T20:49:45.124Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-11-10T20:49:57.514Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-11-10T20:49:57.514Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-11-10T20:49:57.973Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-11-10T20:50:01.715Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-11-10T20:50:02.174Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-11-10T20:50:02.174Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDevicePermissions [2020-11-10T20:50:04.359Z] === RUN TestDockerSuite/TestDockerFails [2020-11-10T20:50:04.818Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-11-10T20:50:04.819Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-11-10T20:50:04.819Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-11-10T20:50:04.819Z] === RUN TestDockerSuite/TestEventsAttach [2020-11-10T20:50:04.819Z] === RUN TestDockerSuite/TestEventsCommit [2020-11-10T20:50:04.819Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-11-10T20:50:07.001Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-11-10T20:50:09.181Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-11-10T20:50:11.362Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-11-10T20:50:23.751Z] === RUN TestDockerSuite/TestEventsCopy [2020-11-10T20:50:29.546Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-11-10T20:50:34.241Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-11-10T20:50:35.781Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-11-10T20:50:36.751Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-11-10T20:50:40.490Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-11-10T20:50:41.460Z] === RUN TestDockerSuite/TestEventsFilterType [2020-11-10T20:50:42.429Z] === RUN TestDockerSuite/TestEventsFilters [2020-11-10T20:50:47.126Z] === RUN TestDockerSuite/TestEventsFormat [2020-11-10T20:50:50.867Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-11-10T20:50:51.328Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-11-10T20:50:51.328Z] === RUN TestDockerSuite/TestEventsImageImport [2020-11-10T20:50:51.328Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-11-10T20:50:51.328Z] === RUN TestDockerSuite/TestEventsImagePull [2020-11-10T20:50:51.328Z] === RUN TestDockerSuite/TestEventsImageTag [2020-11-10T20:50:52.296Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-11-10T20:50:52.296Z] === RUN TestDockerSuite/TestEventsRename [2020-11-10T20:50:55.207Z] === RUN TestDockerSuite/TestEventsResize [2020-11-10T20:50:58.115Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-11-10T20:51:00.297Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-11-10T20:51:02.480Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-11-10T20:51:07.177Z] === RUN TestDockerSuite/TestEventsTop [2020-11-10T20:51:07.177Z] === RUN TestDockerSuite/TestEventsUntag [2020-11-10T20:51:10.087Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-11-10T20:51:13.826Z] === RUN TestDockerSuite/TestExec [2020-11-10T20:51:13.826Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-11-10T20:51:13.826Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-11-10T20:51:15.368Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-11-10T20:51:17.555Z] === RUN TestDockerSuite/TestExecAPIStart [2020-11-10T20:51:17.555Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-11-10T20:51:17.555Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-11-10T20:51:17.555Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-11-10T20:51:19.094Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-11-10T20:51:21.282Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-11-10T20:51:23.464Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-11-10T20:51:25.644Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-11-10T20:51:29.382Z] === RUN TestDockerSuite/TestExecCgroup [2020-11-10T20:51:29.382Z] === RUN TestDockerSuite/TestExecEnv [2020-11-10T20:51:29.382Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-11-10T20:51:29.382Z] === RUN TestDockerSuite/TestExecExitStatus [2020-11-10T20:51:31.563Z] === RUN TestDockerSuite/TestExecInspectID [2020-11-10T20:51:36.260Z] === RUN TestDockerSuite/TestExecInteractive [2020-11-10T20:51:36.260Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-11-10T20:51:36.260Z] === RUN TestDockerSuite/TestExecParseError [2020-11-10T20:51:36.260Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-11-10T20:51:36.260Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-11-10T20:51:36.260Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-11-10T20:51:38.441Z] === RUN TestDockerSuite/TestExecSetEnv [2020-11-10T20:51:38.901Z] === RUN TestDockerSuite/TestExecStartFails [2020-11-10T20:51:38.901Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-11-10T20:51:38.901Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-11-10T20:51:38.901Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-11-10T20:51:38.901Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-11-10T20:51:41.090Z] === RUN TestDockerSuite/TestExecUlimits [2020-11-10T20:51:41.090Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-11-10T20:51:48.173Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-11-10T20:51:48.173Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-11-10T20:51:48.173Z] === RUN TestDockerSuite/TestExecWithUser [2020-11-10T20:51:48.173Z] === RUN TestDockerSuite/TestGetContainerStats [2020-11-10T20:51:53.972Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-11-10T20:51:59.773Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-11-10T20:52:02.682Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-11-10T20:52:08.479Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-11-10T20:52:08.479Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-11-10T20:52:08.479Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-11-10T20:52:08.479Z] === RUN TestDockerSuite/TestHealth [2020-11-10T20:52:08.479Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-11-10T20:52:08.479Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-11-10T20:52:08.479Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-11-10T20:52:08.940Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-11-10T20:52:13.635Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-11-10T20:52:14.095Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-11-10T20:52:14.095Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-11-10T20:52:14.095Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-11-10T20:52:14.095Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-11-10T20:52:14.558Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-11-10T20:52:15.019Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-11-10T20:52:15.019Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-11-10T20:52:15.995Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-11-10T20:52:15.995Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-11-10T20:52:17.539Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-11-10T20:52:17.998Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-11-10T20:52:20.181Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-11-10T20:52:22.362Z] === RUN TestDockerSuite/TestImagesFormat [2020-11-10T20:52:22.822Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-11-10T20:52:22.822Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-11-10T20:52:26.566Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-11-10T20:52:26.566Z] === RUN TestDockerSuite/TestImportBadURL [2020-11-10T20:52:28.746Z] === RUN TestDockerSuite/TestImportDisplay [2020-11-10T20:52:28.746Z] === RUN TestDockerSuite/TestImportFile [2020-11-10T20:52:28.746Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-11-10T20:52:29.205Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-11-10T20:52:29.205Z] === RUN TestDockerSuite/TestImportGzipped [2020-11-10T20:52:29.205Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-11-10T20:52:29.205Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-11-10T20:52:29.205Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-11-10T20:52:29.205Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-11-10T20:52:29.205Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-11-10T20:52:29.205Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-11-10T20:52:29.205Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-11-10T20:52:29.205Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-11-10T20:52:31.387Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-11-10T20:52:34.297Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-11-10T20:52:34.297Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-11-10T20:52:34.297Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-11-10T20:52:34.297Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-11-10T20:52:34.297Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-11-10T20:52:35.837Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-11-10T20:52:36.298Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-11-10T20:52:38.478Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-11-10T20:52:38.478Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-11-10T20:52:38.478Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-11-10T20:52:38.478Z] === RUN TestDockerSuite/TestInspectDefault [2020-11-10T20:52:40.659Z] === RUN TestDockerSuite/TestInspectHistory [2020-11-10T20:52:45.355Z] === RUN TestDockerSuite/TestInspectImage [2020-11-10T20:52:45.355Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-11-10T20:52:45.355Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-11-10T20:52:45.355Z] === RUN TestDockerSuite/TestInspectInt64 [2020-11-10T20:52:47.536Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-11-10T20:52:49.735Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-11-10T20:52:49.735Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-11-10T20:52:51.917Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-11-10T20:52:54.101Z] === RUN TestDockerSuite/TestInspectPlugin [2020-11-10T20:52:54.101Z] === RUN TestDockerSuite/TestInspectRootFS [2020-11-10T20:52:54.101Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-11-10T20:52:55.641Z] === RUN TestDockerSuite/TestInspectStatus [2020-11-10T20:52:57.821Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-11-10T20:53:02.518Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-11-10T20:53:04.699Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-11-10T20:53:06.881Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-11-10T20:53:09.063Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-11-10T20:53:10.602Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-11-10T20:53:12.782Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksEnvs [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-11-10T20:53:14.963Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-11-10T20:53:15.423Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-11-10T20:53:15.423Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-11-10T20:53:15.423Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-11-10T20:53:15.423Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-11-10T20:53:16.962Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-11-10T20:53:19.143Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-11-10T20:53:24.947Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-11-10T20:53:27.132Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-11-10T20:53:27.132Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-11-10T20:53:28.670Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-11-10T20:53:28.670Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-11-10T20:53:35.755Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-11-10T20:53:42.852Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-11-10T20:53:49.935Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-11-10T20:53:52.841Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-11-10T20:53:55.020Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-11-10T20:53:55.020Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-11-10T20:53:57.927Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-11-10T20:53:59.469Z] === RUN TestDockerSuite/TestLogsSince [2020-11-10T20:54:09.958Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-11-10T20:54:09.958Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-11-10T20:54:09.958Z] === RUN TestDockerSuite/TestLogsTail [2020-11-10T20:54:10.926Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-11-10T20:54:13.832Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestMountIntoProc [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestMountIntoSys [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestNetHostname [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPluginActive [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPortHostBinding [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPortList [2020-11-10T20:54:16.010Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-11-10T20:54:20.705Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-11-10T20:54:20.705Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-11-10T20:54:20.705Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-11-10T20:54:20.705Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-11-10T20:54:20.705Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-11-10T20:54:20.705Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-11-10T20:54:20.705Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-11-10T20:54:20.705Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-11-10T20:54:20.705Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-11-10T20:54:20.705Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-11-10T20:54:24.448Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-11-10T20:54:24.448Z] === RUN TestDockerSuite/TestPsByOrder [2020-11-10T20:54:33.026Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-11-10T20:54:33.026Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-11-10T20:54:43.354Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-11-10T20:54:58.182Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-11-10T20:54:58.182Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-11-10T20:54:58.182Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-11-10T20:55:13.005Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-11-10T20:55:13.975Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-11-10T20:55:26.358Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-11-10T20:55:29.268Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-11-10T20:55:29.730Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-11-10T20:55:29.730Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-11-10T20:55:34.428Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-11-10T20:55:34.428Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-11-10T20:55:34.428Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-11-10T20:55:34.428Z] === RUN TestDockerSuite/TestPsRightTagName [2020-11-10T20:55:34.428Z] === RUN TestDockerSuite/TestPsShowMounts [2020-11-10T20:55:41.510Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-11-10T20:55:41.510Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-11-10T20:55:42.481Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-11-10T20:55:42.481Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-11-10T20:55:44.020Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-11-10T20:55:44.480Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-11-10T20:55:44.941Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-11-10T20:55:48.684Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-11-10T20:55:53.376Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-11-10T20:55:55.555Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-11-10T20:56:25.509Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-11-10T20:56:25.509Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-11-10T20:56:32.595Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-11-10T20:56:32.595Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-11-10T20:56:32.595Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-11-10T20:56:32.595Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-11-10T20:56:37.292Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-11-10T20:56:41.037Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-11-10T20:56:41.037Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-11-10T20:56:45.739Z] === RUN TestDockerSuite/TestRmiBlank [2020-11-10T20:56:45.739Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-11-10T20:56:45.739Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-11-10T20:57:00.559Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-11-10T20:57:02.742Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-11-10T20:57:03.201Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-11-10T20:57:10.288Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-11-10T20:57:16.090Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-11-10T20:57:23.194Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-11-10T20:57:27.894Z] === RUN TestDockerSuite/TestRmiTag [2020-11-10T20:57:28.353Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-11-10T20:57:30.536Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-11-10T20:57:48.232Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-11-10T20:57:50.415Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-11-10T20:57:56.213Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-11-10T20:57:56.673Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-11-10T20:57:56.673Z] === RUN TestDockerSuite/TestRunAddHost [2020-11-10T20:57:56.673Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-11-10T20:57:56.673Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-11-10T20:57:56.673Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-11-10T20:57:56.673Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-11-10T20:57:56.673Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-11-10T20:57:56.673Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-11-10T20:57:58.855Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-11-10T20:57:58.855Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-11-10T20:57:58.855Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-11-10T20:58:03.552Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-11-10T20:58:05.734Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-11-10T20:58:07.920Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-11-10T20:58:10.100Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-11-10T20:58:12.282Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-11-10T20:58:12.282Z] === RUN TestDockerSuite/TestRunBindMounts [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-11-10T20:58:16.978Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-11-10T20:58:24.070Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-11-10T20:58:24.070Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-11-10T20:58:26.981Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-11-10T20:58:26.981Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-11-10T20:58:26.981Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-11-10T20:58:28.521Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-11-10T20:58:28.521Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-11-10T20:58:28.521Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-11-10T20:58:28.521Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-11-10T20:58:28.521Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-11-10T20:58:28.521Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-11-10T20:58:28.521Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-11-10T20:58:28.521Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-11-10T20:58:30.702Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-11-10T20:58:32.882Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-11-10T20:58:35.065Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-11-10T20:58:35.066Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-11-10T20:58:35.066Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-11-10T20:58:35.066Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-11-10T20:58:37.251Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-11-10T20:58:37.251Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-11-10T20:58:37.251Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-11-10T20:58:37.251Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-11-10T20:58:37.251Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-11-10T20:58:39.433Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-11-10T20:58:45.236Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-11-10T20:58:45.236Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-11-10T20:58:45.236Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-11-10T20:58:45.236Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-11-10T20:58:45.236Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-11-10T20:58:45.236Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-11-10T20:58:45.236Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-11-10T20:58:47.421Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-11-10T20:58:47.421Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-11-10T20:58:47.421Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-11-10T20:58:47.421Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-11-10T20:58:49.605Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-11-10T20:58:51.786Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-11-10T20:58:51.786Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-11-10T20:58:53.969Z] === RUN TestDockerSuite/TestRunEnvironment [2020-11-10T20:58:53.969Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-11-10T20:58:53.969Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-11-10T20:58:53.969Z] === RUN TestDockerSuite/TestRunExitCode [2020-11-10T20:58:55.599Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-11-10T20:58:57.780Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-11-10T20:58:59.962Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-11-10T20:59:02.148Z] === RUN TestDockerSuite/TestRunExposePort [2020-11-10T20:59:02.148Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-11-10T20:59:02.148Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-11-10T20:59:02.148Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-11-10T20:59:02.148Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-11-10T20:59:02.148Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-10T20:59:02.148Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-11-10T20:59:02.148Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-11-10T20:59:02.148Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-11-10T20:59:05.891Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-11-10T20:59:05.891Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-11-10T20:59:05.891Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-11-10T20:59:05.891Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-11-10T20:59:05.891Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-11-10T20:59:05.891Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-11-10T20:59:05.891Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-11-10T20:59:14.484Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-11-10T20:59:14.484Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-11-10T20:59:15.455Z] === RUN TestDockerSuite/TestRunModeHostname [2020-11-10T20:59:15.455Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-11-10T20:59:15.455Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-11-10T20:59:15.455Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-11-10T20:59:15.455Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-11-10T20:59:15.455Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-11-10T20:59:15.456Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-11-10T20:59:15.456Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-11-10T20:59:15.916Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-11-10T20:59:15.916Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-11-10T20:59:15.916Z] === RUN TestDockerSuite/TestRunMount [2020-11-10T20:59:15.916Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-11-10T20:59:15.916Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-11-10T20:59:15.916Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-11-10T20:59:15.916Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-11-10T20:59:22.995Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-11-10T20:59:22.995Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-11-10T20:59:22.995Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-11-10T20:59:22.995Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-11-10T20:59:27.690Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-11-10T20:59:30.599Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-11-10T20:59:30.599Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-11-10T20:59:30.599Z] === RUN TestDockerSuite/TestRunNetHost [2020-11-10T20:59:31.059Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-11-10T20:59:31.059Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-11-10T20:59:31.059Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-11-10T20:59:31.059Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-11-10T20:59:31.059Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-11-10T20:59:31.059Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-11-10T20:59:31.059Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-11-10T20:59:31.059Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-11-10T20:59:32.030Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-11-10T20:59:34.214Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-11-10T20:59:36.397Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-11-10T20:59:37.366Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-11-10T20:59:38.908Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-11-10T20:59:39.370Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-11-10T20:59:39.370Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-11-10T20:59:39.370Z] === RUN TestDockerSuite/TestRunPortInUse [2020-11-10T20:59:39.370Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-11-10T20:59:39.370Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-11-10T20:59:39.370Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-11-10T20:59:39.370Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-11-10T20:59:39.370Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-10T20:59:42.282Z] === RUN TestDockerSuite/TestRunPublishPort [2020-11-10T20:59:42.282Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-11-10T20:59:42.282Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-11-10T20:59:42.282Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-11-10T20:59:42.282Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-11-10T20:59:42.283Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-11-10T20:59:51.010Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-11-10T20:59:51.010Z] === RUN TestDockerSuite/TestRunRm [2020-11-10T20:59:52.555Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-11-10T20:59:58.357Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-11-10T21:00:00.546Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-11-10T21:00:02.729Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-11-10T21:00:04.275Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-11-10T21:00:07.187Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-11-10T21:00:07.187Z] === RUN TestDockerSuite/TestRunState [2020-11-10T21:00:07.187Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-11-10T21:00:14.270Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-11-10T21:00:14.270Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-11-10T21:00:15.811Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-11-10T21:00:15.811Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-11-10T21:00:15.811Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-11-10T21:00:16.271Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-11-10T21:00:16.271Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-11-10T21:00:16.271Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUserByID [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUserByName [2020-11-10T21:00:20.977Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-11-10T21:00:23.161Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-11-10T21:00:23.161Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-11-10T21:00:25.341Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-11-10T21:00:25.341Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-11-10T21:00:25.341Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-11-10T21:00:28.256Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-11-10T21:00:35.341Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-11-10T21:00:39.083Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-11-10T21:00:44.891Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-11-10T21:00:44.891Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-11-10T21:00:44.891Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-11-10T21:00:47.801Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-11-10T21:00:49.341Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-11-10T21:00:52.255Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-11-10T21:00:52.255Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-11-10T21:00:52.255Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-11-10T21:00:52.255Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-11-10T21:00:52.255Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-11-10T21:00:52.255Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-11-10T21:00:52.255Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-11-10T21:00:52.255Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-11-10T21:00:52.255Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-11-10T21:00:55.996Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-11-10T21:00:57.539Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-11-10T21:00:59.722Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveImageId [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-11-10T21:01:04.422Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-11-10T21:01:06.603Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-11-10T21:01:07.062Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-11-10T21:01:07.522Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-11-10T21:01:07.522Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-11-10T21:01:09.705Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-11-10T21:01:15.507Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-11-10T21:01:15.507Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-11-10T21:01:24.086Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-11-10T21:01:24.086Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-11-10T21:01:27.013Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-11-10T21:01:27.013Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-11-10T21:01:27.473Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-11-10T21:01:27.473Z] === RUN TestDockerSuite/TestStartRecordError [2020-11-10T21:01:27.473Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-11-10T21:01:39.868Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-11-10T21:01:39.868Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-11-10T21:01:39.868Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-11-10T21:01:39.868Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-11-10T21:01:39.868Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-11-10T21:01:39.868Z] === RUN TestDockerSuite/TestStatsNoStream [2020-11-10T21:01:39.868Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-11-10T21:01:40.327Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-11-10T21:01:42.511Z] === RUN TestDockerSuite/TestTopPrivileged [2020-11-10T21:01:42.511Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-11-10T21:01:44.693Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-11-10T21:01:44.693Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-11-10T21:01:44.693Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-11-10T21:01:44.693Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-11-10T21:01:44.693Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-11-10T21:01:44.693Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-11-10T21:01:44.693Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-11-10T21:02:02.390Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-11-10T21:02:02.390Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-11-10T21:02:02.390Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-11-10T21:02:02.390Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-11-10T21:02:02.390Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-11-10T21:02:02.390Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-11-10T21:02:02.390Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-11-10T21:02:03.930Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-11-10T21:02:03.930Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-11-10T21:02:06.839Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-11-10T21:02:07.298Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-11-10T21:02:07.758Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-11-10T21:02:07.758Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-11-10T21:02:07.758Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-11-10T21:02:16.340Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-11-10T21:02:16.340Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-11-10T21:02:16.340Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-11-10T21:02:16.340Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-11-10T21:02:16.340Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-11-10T21:02:28.732Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-11-10T21:02:28.732Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-11-10T21:02:28.732Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-11-10T21:02:37.313Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-11-10T21:02:37.313Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite (2481.35s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-11-10T21:02:37.775Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-10T21:02:37.775Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.85s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.28s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.80s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (161.77s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.78s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-10T21:02:37.775Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-11-10T21:02:37.775Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-11-10T21:02:37.775Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-10T21:02:37.775Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-11-10T21:02:37.775Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-11-10T21:02:37.775Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-11-10T21:02:37.775Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2020-11-10T21:02:37.775Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.91s) [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-11-10T21:02:37.775Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2020-11-10T21:02:37.775Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.07s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.17s) [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-11-10T21:02:37.775Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-11-10T21:02:37.775Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-11-10T21:02:37.775Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2020-11-10T21:02:37.775Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.17s) [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-11-10T21:02:37.775Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-11-10T21:02:37.775Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.03s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (115.67s) [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.48s) [2020-11-10T21:02:37.775Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.18s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.29s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.81s) [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-11-10T21:02:37.775Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-11-10T21:02:37.775Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-11-10T21:02:37.775Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.75s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.91s) [2020-11-10T21:02:37.775Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.28s) [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-11-10T21:02:37.775Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-11-10T21:02:37.775Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-11-10T21:02:37.775Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.41s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.35s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.35s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.93s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.34s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.50s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.97s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.06s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddTar (43.49s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.39s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.50s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.74s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.60s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.51s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.10s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.12s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.05s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.37s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.24s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.55s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (23.39s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.95s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.26s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.84s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.22s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-11-10T21:02:38.237Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.31s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.85s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCmd (0.50s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.49s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.29s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.07s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.07s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildContChar (13.68s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.06s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.80s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.81s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.62s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.65s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (40.79s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.64s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.34s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.98s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.61s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.28s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.74s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.27s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.70s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.85s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.36s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.79s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.68s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignore (64.76s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.06s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.42s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (69.68s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.82s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.90s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.27s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.87s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.88s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.75s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (15.83s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (16.70s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (78.90s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.52s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.39s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.49s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.07s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.07s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.03s) [2020-11-10T21:02:38.237Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.20s) [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.36s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-11-10T21:02:38.237Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.237Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.14s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.87s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.01s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.80s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.57s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildFails (2.10s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.19s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.91s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildForceRm (11.51s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.83s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.45s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.79s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.82s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.49s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.50s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildHistory (9.78s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.91s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.05s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.78s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.54s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLabel (0.90s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.62s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.84s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.58s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLabels (0.88s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.54s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.03s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.48s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.71s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.33s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.89s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.33s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (30.67s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.38s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.08s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.05s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.55s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.37s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.21s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.69s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.51s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.64s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.52s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.19s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.13s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.23s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildOnBuild (14.52s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.55s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.80s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.34s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.84s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.33s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.04s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.07s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.08s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (41.57s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.60s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildRm (13.44s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.43s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.12s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.40s) [2020-11-10T21:02:38.238Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.36s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.49s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.52s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.91s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.99s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.82s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.60s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.27s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.20s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildStderr (4.78s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.79s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.92s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.17s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.83s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.57s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildUser (0.07s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.51s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.52s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.54s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.12s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.91s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.98s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.74s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.40s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.47s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.37s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.06s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.99s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.51s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.12s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.37s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.24s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.95s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.78s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2020-11-10T21:02:38.238Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-11-10T21:02:38.238Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-11-10T21:02:38.238Z] docker_cli_sni_test.go:18: Flakey test [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.97s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.89s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestCommitChange (5.17s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.72s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.83s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestCommitTTY (7.29s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.80s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-11-10T21:02:38.238Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-11-10T21:02:38.238Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.99s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.79s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-11-10T21:02:38.238Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.14s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-11-10T21:02:38.238Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-11-10T21:02:38.238Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-11-10T21:02:38.238Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.12s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-11-10T21:02:38.238Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.41s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-11-10T21:02:38.238Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2020-11-10T21:02:38.238Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-11-10T21:02:38.238Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.62s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.92s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.02s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2020-11-10T21:02:38.238Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-11-10T21:02:38.238Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.23s) [2020-11-10T21:02:38.238Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.23s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-11-10T21:02:38.239Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2020-11-10T21:02:38.239Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.37s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.94s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2020-11-10T21:02:38.239Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.29s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.07s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.61s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.84s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.64s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-11-10T21:02:38.239Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.31s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2020-11-10T21:02:38.239Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.76s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.21s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.95s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.90s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.00s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.30s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.32s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.24s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.21s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0000055e0_} (2.45s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1451193370_c:\foo_false____} (2.20s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1451193370_c:\foo_true____} (2.24s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-11-10T21:02:38.239Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.18s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.01s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.44s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.05s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.37s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCpToCaseA (9.22s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.22s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.71s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.75s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCpToDot (2.22s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCpToStdout (2.54s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.68s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.28s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.26s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.11s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.63s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateRM (0.31s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.32s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.22s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.48s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.00s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-11-10T21:02:38.239Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.16s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-11-10T21:02:38.239Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-11-10T21:02:38.239Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-11-10T21:02:38.239Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-11-10T21:02:38.239Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2020-11-10T21:02:38.239Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-11-10T21:02:38.239Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-11-10T21:02:38.239Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-11-10T21:02:38.239Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2020-11-10T21:02:38.239Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-11-10T21:02:38.239Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.16s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.14s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.24s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.73s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsCopy (5.22s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.73s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.06s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.72s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.56s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.08s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.97s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsFilters (4.44s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsFormat (4.35s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2020-11-10T21:02:38.239Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsRename (2.46s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsResize (2.77s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.19s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.65s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.73s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.52s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2020-11-10T21:02:38.239Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-11-10T21:02:38.239Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.73s) [2020-11-10T21:02:38.239Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.86s) [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-11-10T21:02:38.239Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-11-10T21:02:38.239Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.239Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-11-10T21:02:38.240Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.99s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.05s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.06s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.88s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.21s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.15s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestExecInspectID (4.56s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-11-10T21:02:38.240Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.33s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2020-11-10T21:02:38.240Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.04s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.11s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.77s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.90s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.95s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.87s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.87s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-11-10T21:02:38.240Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.07s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.38s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.57s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.92s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.68s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.06s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.43s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.56s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImportBadURL (2.48s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-11-10T21:02:38.240Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-11-10T21:02:38.240Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.32s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.25s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2020-11-10T21:02:38.240Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-11-10T21:02:38.240Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.10s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.14s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectDefault (2.08s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectHistory (4.66s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.23s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.95s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.23s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.89s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.80s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectStatus (2.43s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.31s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.11s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.06s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.21s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.09s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.00s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.04s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.80s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.80s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.55s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.32s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2020-11-10T21:02:38.240Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.75s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.08s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.08s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.27s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.63s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.46s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.31s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.11s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsSince (8.84s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsTail (2.63s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.44s) [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.14s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-10T21:02:38.240Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.240Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2020-11-10T21:02:38.240Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2020-11-10T21:02:38.240Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.15s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2020-11-10T21:02:38.241Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-11-10T21:02:38.241Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-11-10T21:02:38.241Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-11-10T21:02:38.241Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-11-10T21:02:38.241Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-11-10T21:02:38.241Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-11-10T21:02:38.241Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-11-10T21:02:38.241Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.14s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-10T21:02:38.241Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPsByOrder (8.50s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.19s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.93s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.31s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2020-11-10T21:02:38.241Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.38s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.18s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.33s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.02s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2020-11-10T21:02:38.241Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.35s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.09s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.39s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-11-10T21:02:38.241Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.12s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.18s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.27s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (30.32s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.00s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.71s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.24s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.98s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.14s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.48s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.73s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.71s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.67s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.17s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.68s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.63s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiTag (0.70s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.45s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.15s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.54s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.13s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.19s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.97s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.17s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.68s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.03s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.03s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.14s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.47s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (6.99s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.87s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.98s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.14s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.19s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.13s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.04s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.26s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.45s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.09s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.08s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.11s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.07s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunExitCode (2.07s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.05s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.00s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.16s) [2020-11-10T21:02:38.241Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.241Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2020-11-10T21:02:38.241Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.81s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.04s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.80s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.67s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.57s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.65s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.70s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.33s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.96s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.98s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.00s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.94s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.97s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.73s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.89s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunRm (2.18s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.53s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.38s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.05s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.04s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.53s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (6.91s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.88s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.84s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.18s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.99s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.82s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.44s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.04s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.08s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.10s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.56s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.10s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.30s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.96s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.69s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.13s) [2020-11-10T21:02:38.242Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.17s) [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.242Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-11-10T21:02:38.242Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-11-10T21:02:38.705Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-11-10T21:02:38.705Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-11-10T21:02:38.705Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.27s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.25s) [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-11-10T21:02:38.705Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.48s) [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.98s) [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-11-10T21:02:38.705Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2020-11-10T21:02:38.705Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.95s) [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.05s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.20s) [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.96s) [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-11-10T21:02:38.705Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.77s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.79s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.43s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.62s) [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.60s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (11.16s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s) [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.34s) [2020-11-10T21:02:38.705Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-11-10T21:02:38.705Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.705Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.42s) [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-11-10T21:02:38.705Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-11-10T21:02:38.706Z] --- PASS: TestDockerRegistrySuite (0.17s) [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-11-10T21:02:38.706Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-11-10T21:02:38.706Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-11-10T21:02:38.706Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.05s) [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthTokenSuite [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-11-10T21:02:38.706Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-11-10T21:02:38.706Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] === RUN TestDockerDaemonSuite [2020-11-10T21:02:38.706Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-11-10T21:02:38.706Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-11-10T21:02:38.706Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-11-10T21:02:38.706Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] === RUN TestDockerSwarmSuite [2020-11-10T21:02:38.706Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-11-10T21:02:38.706Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-11-10T21:02:38.706Z] --- PASS: TestDockerPluginSuite (0.02s) [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-10T21:02:38.706Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.706Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-10T21:02:38.707Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-10T21:02:38.707Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-10T21:02:38.707Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-10T21:02:38.707Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-10T21:02:38.707Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] === RUN TestDockerExternalVolumeSuite [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-11-10T21:02:38.707Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] === RUN TestDockerNetworkSuite [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-11-10T21:02:38.707Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] === RUN TestDockerHubPullSuite [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-11-10T21:02:38.707Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] PASS [2020-11-10T21:02:38.707Z] ok github.com/docker/docker/integration-cli 2482.224s [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === Skipped [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-11-10T21:02:38.707Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-10T21:02:38.707Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-10T21:02:38.707Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-11-10T21:02:38.707Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-11-10T21:02:38.707Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-10T21:02:38.707Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-11-10T21:02:38.707Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-11-10T21:02:38.707Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-11-10T21:02:38.707Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2020-11-10T21:02:38.707Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-11-10T21:02:38.707Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2020-11-10T21:02:38.707Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.48s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.48s) [2020-11-10T21:02:38.707Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.06s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.06s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.39s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.39s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.74s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.74s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.10s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.10s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.43s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-11-10T21:02:38.707Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.707Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2020-11-10T21:02:38.707Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2020-11-10T21:02:38.707Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.707Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.42s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.42s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.39s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.39s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.36s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.36s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.12s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.12s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.40s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.40s) [2020-11-10T21:02:38.708Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.40s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.07s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildUser (0.07s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.40s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.40s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.37s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.37s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.37s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.37s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.39s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2020-11-10T21:02:38.708Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-11-10T21:02:38.708Z] docker_cli_sni_test.go:18: Flakey test [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.708Z] [2020-11-10T21:02:38.708Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-11-10T21:02:38.708Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-11-10T21:02:38.708Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-11-10T21:02:38.709Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2020-11-10T21:02:38.709Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-10T21:02:38.709Z] [2020-11-10T21:02:38.709Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-11-10T21:02:38.709Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-11-10T21:02:38.710Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-11-10T21:02:38.710Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-11-10T21:02:38.710Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-11-10T21:02:38.710Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-11-10T21:02:38.710Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2020-11-10T21:02:38.710Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-11-10T21:02:38.710Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-11-10T21:02:38.710Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-11-10T21:02:38.710Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2020-11-10T21:02:38.710Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-11-10T21:02:38.710Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-11-10T21:02:38.710Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2020-11-10T21:02:38.710Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-11-10T21:02:38.710Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-11-10T21:02:38.710Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-11-10T21:02:38.710Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-11-10T21:02:38.710Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-11-10T21:02:38.710Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2020-11-10T21:02:38.710Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.04s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.04s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-11-10T21:02:38.710Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-11-10T21:02:38.710Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-11-10T21:02:38.710Z] [2020-11-10T21:02:38.710Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-11-10T21:02:38.710Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2020-11-10T21:02:38.710Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-11-10T21:02:39.172Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-11-10T21:02:39.172Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-11-10T21:02:39.172Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2020-11-10T21:02:39.172Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-11-10T21:02:39.172Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2020-11-10T21:02:39.172Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2020-11-10T21:02:39.172Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-11-10T21:02:39.172Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-11-10T21:02:39.172Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-11-10T21:02:39.172Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2020-11-10T21:02:39.172Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-11-10T21:02:39.172Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2020-11-10T21:02:39.172Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2020-11-10T21:02:39.172Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.172Z] [2020-11-10T21:02:39.172Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2020-11-10T21:02:39.173Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2020-11-10T21:02:39.173Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-11-10T21:02:39.173Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-11-10T21:02:39.173Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-11-10T21:02:39.173Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-11-10T21:02:39.173Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-11-10T21:02:39.173Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-11-10T21:02:39.173Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-11-10T21:02:39.173Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-10T21:02:39.173Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2020-11-10T21:02:39.173Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2020-11-10T21:02:39.173Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-11-10T21:02:39.173Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-11-10T21:02:39.173Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-11-10T21:02:39.173Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.173Z] [2020-11-10T21:02:39.173Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-11-10T21:02:39.173Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.04s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.04s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-11-10T21:02:39.174Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-11-10T21:02:39.174Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.174Z] [2020-11-10T21:02:39.174Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-11-10T21:02:39.175Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-11-10T21:02:39.175Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.175Z] [2020-11-10T21:02:39.175Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-11-10T21:02:39.176Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-11-10T21:02:39.176Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2020-11-10T21:02:39.176Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-11-10T21:02:39.176Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-10T21:02:39.176Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-10T21:02:39.176Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.176Z] [2020-11-10T21:02:39.176Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.177Z] [2020-11-10T21:02:39.177Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-10T21:02:39.177Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-10T21:02:39.177Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.178Z] [2020-11-10T21:02:39.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-11-10T21:02:39.178Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.178Z] [2020-11-10T21:02:39.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-11-10T21:02:39.178Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.178Z] [2020-11-10T21:02:39.178Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-11-10T21:02:39.178Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-11-10T21:02:39.178Z] [2020-11-10T21:02:39.178Z] [2020-11-10T21:02:39.178Z] DONE 1094 tests, 547 skipped in 2491.724s [2020-11-10T21:02:39.178Z] INFO: Integration tests ended at 11/10/2020 21:02:39. Duration:00:41:31.8434189 [2020-11-10T21:02:39.178Z] INFO: Docker info of the daemon under test at end of run [2020-11-10T21:02:39.178Z] [2020-11-10T21:02:39.178Z] Containers: 2 [2020-11-10T21:02:39.178Z] Running: 0 [2020-11-10T21:02:39.178Z] Paused: 0 [2020-11-10T21:02:39.178Z] Stopped: 2 [2020-11-10T21:02:39.178Z] Images: 18 [2020-11-10T21:02:39.178Z] Server Version: 0.0.0-dev [2020-11-10T21:02:39.178Z] Storage Driver: windowsfilter [2020-11-10T21:02:39.178Z] Windows: [2020-11-10T21:02:39.178Z] Logging Driver: json-file [2020-11-10T21:02:39.178Z] Plugins: [2020-11-10T21:02:39.178Z] Volume: local [2020-11-10T21:02:39.178Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-10T21:02:39.178Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-10T21:02:39.178Z] Swarm: inactive [2020-11-10T21:02:39.178Z] Default Isolation: process [2020-11-10T21:02:39.178Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-10T21:02:39.178Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1457) [2020-11-10T21:02:39.178Z] OSType: windows [2020-11-10T21:02:39.178Z] Architecture: x86_64 [2020-11-10T21:02:39.178Z] CPUs: 4 [2020-11-10T21:02:39.178Z] Total Memory: 32GiB [2020-11-10T21:02:39.178Z] Name: azwin-2-5d7b90 [2020-11-10T21:02:39.178Z] ID: RLSU:JFN4:VOG4:RL4V:GZKW:4PIM:IZ4R:HRSW:K6HM:C2RV:TDKO:5SGK [2020-11-10T21:02:39.178Z] Docker Root Dir: D:\CI\PR-41659\3\daemon [2020-11-10T21:02:39.178Z] Debug Mode (client): false [2020-11-10T21:02:39.178Z] Debug Mode (server): true [2020-11-10T21:02:39.178Z] File Descriptors: -1 [2020-11-10T21:02:39.178Z] Goroutines: 18 [2020-11-10T21:02:39.178Z] System Time: 2020-11-10T21:02:39.1182327Z [2020-11-10T21:02:39.178Z] EventsListeners: 0 [2020-11-10T21:02:39.178Z] Registry: https://index.docker.io/v1/ [2020-11-10T21:02:39.178Z] Labels: [2020-11-10T21:02:39.178Z] Experimental: false [2020-11-10T21:02:39.178Z] Insecure Registries: [2020-11-10T21:02:39.178Z] 127.0.0.0/8 [2020-11-10T21:02:39.178Z] Live Restore Enabled: false [2020-11-10T21:02:39.178Z] [2020-11-10T21:02:39.638Z] [2020-11-10T21:02:39.638Z] INFO: Stopping daemon under test [2020-11-10T21:02:39.638Z] SUCCESS: The process with PID 5344 (child process of PID 4528) has been terminated. [2020-11-10T21:02:39.638Z] SUCCESS: The process with PID 4528 (child process of PID 2400) has been terminated. [2020-11-10T21:02:39.638Z] INFO: Stop tailing logs of the daemon under tests [2020-11-10T21:02:39.638Z] INFO: executeCI.ps1 Completed successfully at 11/10/2020 21:02:39. [2020-11-10T21:02:39.638Z] INFO: Tidying up at end of run [2020-11-10T21:02:39.638Z] INFO: Saving daemon under test log (d:\CI\PR-41659\3\dut.out) to bundles\CIDUT.out [2020-11-10T21:02:39.638Z] INFO: Saving daemon under test log (d:\CI\PR-41659\3\dut.err) to bundles\CIDUT.err [2020-11-10T21:02:39.638Z] INFO: Nuke-Everything... [2020-11-10T21:02:40.099Z] INFO: Container count on control daemon to delete is 2 [2020-11-10T21:02:40.560Z] 1ebdf5d8e30f [2020-11-10T21:02:40.560Z] cdbc7e54f1d0 [2020-11-10T21:02:40.560Z] INFO: Tidying pidfile d:\CI\PR-41659\3\docker.pid [2020-11-10T21:02:40.560Z] INFO: Nuking d:\CI [2020-11-10T21:03:16.373Z] INFO: Zapped successfully [2020-11-10T21:03:16.373Z] [2020-11-10T21:03:16.373Z] INFO: executeCI.ps1 exiting at Tue Nov 10 21:03:12 CUT 2020. Duration 01:09:59.2369701 [2020-11-10T21:03:16.373Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-11-10T21:03:16.629Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-11-10T21:03:25.338Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-11-10T21:03:27.089Z] Archiving artifacts [2020-11-10T21:03:42.388Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41659/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-10T21:03:43.324Z] + make clean [2020-11-10T21:03:45.506Z] docker volume rm -f docker-dev-cache [2020-11-10T21:03:45.506Z] 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