Pull request #41800 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 7e600eaae087b830802285e3cd2556761fc729aa+f0014860c1b3345e1fcc7ed81c491298de2633fb (9d8045efbf6cf4917105132f3e90831817da9524) 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-12-15T14:58:39.863Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-12-15T14:58:39.866Z] Trying to pass milestone 1 [Pipeline] milestone [2020-12-15T14:58:39.916Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-12-15T14:58:40.067Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a868a6772e5c558a) in /home/ubuntu/workspace/moby_PR-41800 [Pipeline] { [Pipeline] checkout [2020-12-15T14:58:40.128Z] using credential docker-jenkins-github-credentials [2020-12-15T14:58:40.132Z] Cloning the remote Git repository [2020-12-15T14:58:40.132Z] Cloning with configured refspecs honoured and without tags [2020-12-15T14:58:40.177Z] Cloning repository https://github.com/moby/moby.git [2020-12-15T14:58:40.178Z] > git init /home/ubuntu/workspace/moby_PR-41800 # timeout=10 [2020-12-15T14:58:40.193Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T14:58:40.194Z] > git --version # timeout=10 [2020-12-15T14:58:40.198Z] > git --version # 'git version 2.17.1' [2020-12-15T14:58:40.199Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:58:40.199Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:58:58.804Z] Fetching without tags [2020-12-15T14:58:59.115Z] Merging remotes/origin/master commit f0014860c1b3345e1fcc7ed81c491298de2633fb into PR head commit 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:58:58.770Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T14:58:58.772Z] > git config --add remote.origin.fetch +refs/pull/41800/head:refs/remotes/origin/PR-41800 # timeout=10 [2020-12-15T14:58:58.778Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:58:58.791Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T14:58:58.805Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T14:58:58.806Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:58:58.806Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:58:59.116Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T14:58:59.120Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T14:58:59.697Z] Merge succeeded, producing 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:58:59.697Z] Checking out Revision 7e600eaae087b830802285e3cd2556761fc729aa (PR-41800) [2020-12-15T14:59:00.220Z] Commit message: "daemon: improve log messages during startup / shutdown" [2020-12-15T14:59:00.237Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-15T14:59:01.077Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41800:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2020-12-15T14:59:01.077Z] Unable to find image 'alpine:latest' locally [2020-12-15T14:59:01.333Z] latest: Pulling from library/alpine [2020-12-15T14:59:01.333Z] 05e7bc50f07f: Pulling fs layer [2020-12-15T14:59:01.333Z] 05e7bc50f07f: Verifying Checksum [2020-12-15T14:59:01.333Z] 05e7bc50f07f: Download complete [2020-12-15T14:59:01.589Z] 05e7bc50f07f: Pull complete [2020-12-15T14:59:01.589Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T14:59:01.589Z] Status: Downloaded newer image for alpine:latest [2020-12-15T14:58:59.674Z] > git remote # timeout=10 [2020-12-15T14:58:59.677Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T14:58:59.682Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:58:59.682Z] > git merge f0014860c1b3345e1fcc7ed81c491298de2633fb # timeout=10 [2020-12-15T14:58:59.690Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T14:58:59.697Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T14:58:59.700Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T14:59:00.222Z] > git rev-list --no-walk 732e74a4ca339e6f5073605c34e2ffb0076db139 # timeout=10 [2020-12-15T14:59:04.105Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2020-12-15T14:59:04.572Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a868a6772e5c558a) in /home/ubuntu/workspace/moby_PR-41800 [Pipeline] node [Pipeline] node [Pipeline] node [2020-12-15T14:59:04.575Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-41800 [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2020-12-15T14:59:04.686Z] using credential docker-jenkins-github-credentials [2020-12-15T14:59:04.687Z] using credential docker-jenkins-github-credentials [2020-12-15T14:59:04.697Z] Fetching changes from the remote Git repository [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2020-12-15T14:59:04.701Z] Fetching without tags [2020-12-15T14:59:04.703Z] Cloning the remote Git repository [2020-12-15T14:59:04.703Z] Cloning with configured refspecs honoured and without tags [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 [2020-12-15T14:59:04.862Z] Running on azwin-2-874ec0 in d:\jenkins\workspace\moby_PR-41800 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] { [Pipeline] ws [2020-12-15T14:59:04.899Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-12-15T14:59:05.027Z] Merging remotes/origin/master commit f0014860c1b3345e1fcc7ed81c491298de2633fb into PR head commit 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:59:05.104Z] Merge succeeded, producing 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:59:05.104Z] Checking out Revision 7e600eaae087b830802285e3cd2556761fc729aa (PR-41800) [2020-12-15T14:59:05.170Z] Commit message: "daemon: improve log messages during startup / shutdown" [2020-12-15T14:59:05.200Z] using credential docker-jenkins-github-credentials [2020-12-15T14:59:05.277Z] Cloning the remote Git repository [2020-12-15T14:59:05.277Z] Cloning with configured refspecs honoured and without tags [2020-12-15T14:59:04.710Z] Cloning repository https://github.com/moby/moby.git [2020-12-15T14:59:04.710Z] > git init /home/jenkins/workspace/moby_PR-41800 # timeout=10 [2020-12-15T14:59:04.755Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T14:59:04.755Z] > git --version # timeout=10 [2020-12-15T14:59:04.759Z] > git --version # 'git version 2.17.1' [2020-12-15T14:59:04.759Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:04.766Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:59:04.690Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-12-15T14:59:04.697Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T14:59:04.745Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T14:59:04.745Z] > git --version # timeout=10 [2020-12-15T14:59:04.750Z] > git --version # 'git version 2.17.1' [2020-12-15T14:59:04.750Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:04.751Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:59:05.027Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T14:59:05.035Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T14:59:05.078Z] > git remote # timeout=10 [2020-12-15T14:59:05.083Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T14:59:05.089Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:05.089Z] > git merge f0014860c1b3345e1fcc7ed81c491298de2633fb # timeout=10 [2020-12-15T14:59:05.097Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T14:59:05.104Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T14:59:05.107Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-15T14:59:06.010Z] + [ PR != PR ] [2020-12-15T14:59:06.010Z] + [ master != master ] [2020-12-15T14:59:06.010Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-15T14:59:05.307Z] Cloning repository https://github.com/moby/moby.git [2020-12-15T14:59:05.307Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-12-15T14:59:05.354Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T14:59:05.354Z] > git --version # timeout=10 [2020-12-15T14:59:05.401Z] > git --version # 'git version 2.24.1.windows.2' [2020-12-15T14:59:05.401Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:05.401Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:59:06.360Z] + docker version [2020-12-15T14:59:06.360Z] Client: Docker Engine - Community [2020-12-15T14:59:06.360Z] Version: 19.03.13 [2020-12-15T14:59:06.360Z] API version: 1.40 [2020-12-15T14:59:06.360Z] Go version: go1.13.15 [2020-12-15T14:59:06.360Z] Git commit: 4484c46d9d [2020-12-15T14:59:06.360Z] Built: Wed Sep 16 17:02:36 2020 [2020-12-15T14:59:06.360Z] OS/Arch: linux/amd64 [2020-12-15T14:59:06.360Z] Experimental: false [2020-12-15T14:59:06.360Z] [2020-12-15T14:59:06.360Z] Server: Docker Engine - Community [2020-12-15T14:59:06.360Z] Engine: [2020-12-15T14:59:06.360Z] Version: 19.03.13 [2020-12-15T14:59:06.360Z] API version: 1.40 (minimum version 1.12) [2020-12-15T14:59:06.360Z] Go version: go1.13.15 [2020-12-15T14:59:06.360Z] Git commit: 4484c46d9d [2020-12-15T14:59:06.360Z] Built: Wed Sep 16 17:01:06 2020 [2020-12-15T14:59:06.360Z] OS/Arch: linux/amd64 [2020-12-15T14:59:06.360Z] Experimental: true [2020-12-15T14:59:06.360Z] containerd: [2020-12-15T14:59:06.360Z] Version: 1.3.7 [2020-12-15T14:59:06.360Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-15T14:59:06.360Z] runc: [2020-12-15T14:59:06.360Z] Version: 1.0.0-rc10 [2020-12-15T14:59:06.360Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-15T14:59:06.360Z] docker-init: [2020-12-15T14:59:06.360Z] Version: 0.18.0 [2020-12-15T14:59:06.360Z] GitCommit: fec3683 [Pipeline] sh [2020-12-15T14:59:06.631Z] + docker info [2020-12-15T14:59:07.192Z] Client: [2020-12-15T14:59:07.192Z] Debug Mode: false [2020-12-15T14:59:07.192Z] [2020-12-15T14:59:07.192Z] Server: [2020-12-15T14:59:07.192Z] Containers: 0 [2020-12-15T14:59:07.192Z] Running: 0 [2020-12-15T14:59:07.192Z] Paused: 0 [2020-12-15T14:59:07.192Z] Stopped: 0 [2020-12-15T14:59:07.192Z] Images: 4 [2020-12-15T14:59:07.192Z] Server Version: 19.03.13 [2020-12-15T14:59:07.192Z] Storage Driver: overlay2 [2020-12-15T14:59:07.192Z] Backing Filesystem: extfs [2020-12-15T14:59:07.192Z] Supports d_type: true [2020-12-15T14:59:07.192Z] Native Overlay Diff: true [2020-12-15T14:59:07.192Z] Logging Driver: json-file [2020-12-15T14:59:07.192Z] Cgroup Driver: cgroupfs [2020-12-15T14:59:07.192Z] Plugins: [2020-12-15T14:59:07.192Z] Volume: local [2020-12-15T14:59:07.192Z] Network: bridge host ipvlan macvlan null overlay [2020-12-15T14:59:07.192Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-12-15T14:59:07.192Z] Swarm: inactive [2020-12-15T14:59:07.192Z] Runtimes: runc [2020-12-15T14:59:07.192Z] Default Runtime: runc [2020-12-15T14:59:07.192Z] Init Binary: docker-init [2020-12-15T14:59:07.192Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-15T14:59:07.192Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-15T14:59:07.192Z] init version: fec3683 [2020-12-15T14:59:07.192Z] Security Options: [2020-12-15T14:59:07.192Z] apparmor [2020-12-15T14:59:07.192Z] seccomp [2020-12-15T14:59:07.192Z] Profile: default [2020-12-15T14:59:07.192Z] Kernel Version: 5.4.0-1025-aws [2020-12-15T14:59:07.192Z] Operating System: Ubuntu 18.04.5 LTS [2020-12-15T14:59:07.192Z] OSType: linux [2020-12-15T14:59:07.192Z] Architecture: x86_64 [2020-12-15T14:59:07.192Z] CPUs: 2 [2020-12-15T14:59:07.192Z] Total Memory: 7.569GiB [2020-12-15T14:59:07.192Z] Name: ip-10-100-95-102 [2020-12-15T14:59:07.192Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-12-15T14:59:07.192Z] Docker Root Dir: /var/lib/docker [2020-12-15T14:59:07.192Z] Debug Mode: false [2020-12-15T14:59:07.192Z] Registry: https://index.docker.io/v1/ [2020-12-15T14:59:07.192Z] Labels: [2020-12-15T14:59:07.192Z] Experimental: true [2020-12-15T14:59:07.192Z] Insecure Registries: [2020-12-15T14:59:07.192Z] 127.0.0.0/8 [2020-12-15T14:59:07.192Z] Live Restore Enabled: true [2020-12-15T14:59:07.192Z] [2020-12-15T14:59:07.192Z] WARNING: No swap limit support [Pipeline] sh [2020-12-15T14:59:07.309Z] Running on ppc64le-ubuntu-17 in /home/docker/workspace/moby_PR-41800 [Pipeline] { [Pipeline] checkout [2020-12-15T14:59:07.376Z] using credential docker-jenkins-github-credentials [2020-12-15T14:59:07.390Z] Cloning the remote Git repository [2020-12-15T14:59:07.390Z] Cloning with configured refspecs honoured and without tags [2020-12-15T14:59:07.504Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T14:59:07.504Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T14:59:07.504Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41800/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-15T14:59:07.504Z] + bash /home/ubuntu/workspace/moby_PR-41800/check-config.sh [2020-12-15T14:59:07.504Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-15T14:59:07.504Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-12-15T14:59:07.504Z] [2020-12-15T14:59:07.504Z] Generally Necessary: [2020-12-15T14:59:07.504Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-15T14:59:07.504Z] - apparmor: enabled and tools installed [2020-12-15T14:59:07.504Z] - CONFIG_NAMESPACES: enabled [2020-12-15T14:59:07.504Z] - CONFIG_NET_NS: enabled [2020-12-15T14:59:07.761Z] - CONFIG_PID_NS: enabled [2020-12-15T14:59:07.761Z] - CONFIG_IPC_NS: enabled [2020-12-15T14:59:07.761Z] - CONFIG_UTS_NS: enabled [2020-12-15T14:59:07.761Z] - CONFIG_CGROUPS: enabled [2020-12-15T14:59:07.761Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-15T14:59:07.761Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-15T14:59:07.761Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-15T14:59:07.761Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-15T14:59:07.761Z] - CONFIG_CPUSETS: enabled [2020-12-15T14:59:07.761Z] - CONFIG_MEMCG: enabled [2020-12-15T14:59:07.761Z] - CONFIG_KEYS: enabled [2020-12-15T14:59:07.761Z] - CONFIG_VETH: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_NF_NAT_IPV4: missing [2020-12-15T14:59:07.761Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_NF_NAT_NEEDED: missing [2020-12-15T14:59:07.761Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-15T14:59:07.761Z] [2020-12-15T14:59:07.761Z] Optional Features: [2020-12-15T14:59:07.761Z] - CONFIG_USER_NS: enabled [2020-12-15T14:59:07.761Z] - CONFIG_SECCOMP: enabled [2020-12-15T14:59:07.761Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-15T14:59:07.761Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-15T14:59:07.761Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-15T14:59:07.761Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-12-15T14:59:07.761Z] - CONFIG_BLK_CGROUP: enabled [2020-12-15T14:59:07.761Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-15T14:59:07.761Z] - CONFIG_IOSCHED_CFQ: missing [2020-12-15T14:59:07.761Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-12-15T14:59:07.761Z] - CONFIG_CGROUP_PERF: enabled [2020-12-15T14:59:07.761Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-15T14:59:07.761Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-15T14:59:07.761Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-15T14:59:07.761Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-15T14:59:07.761Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-15T14:59:07.761Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_IP_VS: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-15T14:59:07.761Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-15T14:59:07.761Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-15T14:59:07.761Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-15T14:59:07.761Z] - CONFIG_EXT4_FS: enabled [2020-12-15T14:59:07.761Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-15T14:59:07.761Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-15T14:59:08.017Z] - Network Drivers: [2020-12-15T14:59:08.017Z] - "overlay": [2020-12-15T14:59:08.017Z] - CONFIG_VXLAN: enabled (as module) [2020-12-15T14:59:08.017Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-15T14:59:08.017Z] Optional (for encrypted networks): [2020-12-15T14:59:08.017Z] - CONFIG_CRYPTO: enabled [2020-12-15T14:59:08.017Z] - CONFIG_CRYPTO_AEAD: enabled [2020-12-15T14:59:08.017Z] - CONFIG_CRYPTO_GCM: enabled [2020-12-15T14:59:08.017Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-12-15T14:59:08.017Z] - CONFIG_CRYPTO_GHASH: enabled [2020-12-15T14:59:08.017Z] - CONFIG_XFRM: enabled [2020-12-15T14:59:08.017Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-15T14:59:08.017Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-15T14:59:08.017Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-15T14:59:08.017Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-12-15T14:59:08.017Z] - "ipvlan": [2020-12-15T14:59:08.017Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-15T14:59:08.017Z] - "macvlan": [2020-12-15T14:59:08.017Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-15T14:59:08.017Z] - CONFIG_DUMMY: enabled (as module) [2020-12-15T14:59:08.017Z] - "ftp,tftp client in container": [2020-12-15T14:59:08.017Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-15T14:59:08.017Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-15T14:59:08.017Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-15T14:59:08.017Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-15T14:59:08.017Z] - Storage Drivers: [2020-12-15T14:59:08.017Z] - "aufs": [2020-12-15T14:59:08.017Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-15T14:59:08.017Z] - "btrfs": [2020-12-15T14:59:08.017Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-15T14:59:08.017Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-15T14:59:08.017Z] - "devicemapper": [2020-12-15T14:59:08.017Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-15T14:59:08.017Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-15T14:59:08.017Z] - "overlay": [2020-12-15T14:59:08.017Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-15T14:59:08.017Z] - "zfs": [2020-12-15T14:59:08.017Z] - /dev/zfs: present [2020-12-15T14:59:08.017Z] - zfs command: missing [2020-12-15T14:59:08.017Z] - zpool command: missing [2020-12-15T14:59:08.017Z] [2020-12-15T14:59:08.017Z] Limits: [2020-12-15T14:59:08.017Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-15T14:59:08.017Z] [2020-12-15T14:59:08.017Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-15T14:59:07.397Z] Cloning repository https://github.com/moby/moby.git [2020-12-15T14:59:07.398Z] > git init /home/docker/workspace/moby_PR-41800 # timeout=10 [2020-12-15T14:59:07.422Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T14:59:07.423Z] > git --version # timeout=10 [2020-12-15T14:59:07.425Z] > git --version # 'git version 2.7.4' [2020-12-15T14:59:07.426Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:07.427Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:59:08.467Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7e600eaae087b830802285e3cd2556761fc729aa . [2020-12-15T14:59:08.467Z] #2 [internal] load .dockerignore [2020-12-15T14:59:08.467Z] #2 transferring context: 87B 0.0s done [2020-12-15T14:59:08.467Z] #2 DONE 0.0s [2020-12-15T14:59:08.467Z] [2020-12-15T14:59:08.467Z] #1 [internal] load build definition from Dockerfile [2020-12-15T14:59:08.467Z] #1 transferring dockerfile: 16.58kB 0.0s done [2020-12-15T14:59:08.467Z] #1 DONE 0.1s [2020-12-15T14:59:08.467Z] [2020-12-15T14:59:08.467Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-15T14:59:08.723Z] #3 DONE 0.2s [2020-12-15T14:59:08.723Z] [2020-12-15T14:59:08.723Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-15T14:59:08.723Z] #4 CACHED [2020-12-15T14:59:08.978Z] [2020-12-15T14:59:08.978Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-15T14:59:08.978Z] #7 DONE 0.1s [2020-12-15T14:59:08.978Z] [2020-12-15T14:59:08.978Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-15T14:59:08.978Z] #5 DONE 0.2s [2020-12-15T14:59:08.978Z] [2020-12-15T14:59:08.978Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-12-15T14:59:09.233Z] #6 DONE 0.3s [2020-12-15T14:59:09.233Z] [2020-12-15T14:59:09.233Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-15T14:59:09.233Z] #60 DONE 0.0s [2020-12-15T14:59:09.233Z] [2020-12-15T14:59:09.233Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T14:59:09.233Z] #8 DONE 0.0s [2020-12-15T14:59:09.233Z] [2020-12-15T14:59:09.233Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T14:59:09.233Z] #24 DONE 0.0s [2020-12-15T14:59:09.233Z] [2020-12-15T14:59:09.233Z] #21 [internal] load build context [2020-12-15T14:59:10.603Z] #21 transferring context: 53.17MB 1.5s done [2020-12-15T14:59:10.859Z] #21 DONE 1.5s [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-15T14:59:10.859Z] #17 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T14:59:10.859Z] #53 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #59 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-15T14:59:10.859Z] #58 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-15T14:59:10.859Z] #12 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:10.859Z] #47 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:10.859Z] #22 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #50 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-15T14:59:10.859Z] #29 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-15T14:59:10.859Z] #19 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T14:59:10.859Z] #51 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #31 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T14:59:10.859Z] #43 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #48 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-15T14:59:10.859Z] #16 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T14:59:10.859Z] #27 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:10.859Z] #45 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #36 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-15T14:59:10.859Z] #57 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-15T14:59:10.859Z] #61 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T14:59:10.859Z] #32 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-15T14:59:10.859Z] #10 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-15T14:59:10.859Z] #23 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #63 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #46 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #33 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T14:59:10.859Z] #62 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T14:59:10.859Z] #30 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #52 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-15T14:59:10.859Z] #15 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-15T14:59:10.859Z] #37 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-15T14:59:10.859Z] #14 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T14:59:10.859Z] #40 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T14:59:10.859Z] #18 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T14:59:10.859Z] #34 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-15T14:59:10.859Z] #28 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #44 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-15T14:59:10.859Z] #13 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:10.859Z] #54 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T14:59:10.859Z] #25 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T14:59:10.859Z] #38 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T14:59:10.859Z] #20 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T14:59:10.859Z] #11 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:10.859Z] #56 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T14:59:10.859Z] #49 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-15T14:59:10.859Z] #9 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #55 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-15T14:59:10.859Z] #42 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-15T14:59:10.859Z] #39 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T14:59:10.859Z] #35 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T14:59:10.859Z] #41 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-15T14:59:10.859Z] #26 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-15T14:59:10.859Z] #64 CACHED [2020-12-15T14:59:10.859Z] [2020-12-15T14:59:10.859Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-15T14:59:11.785Z] #65 DONE 1.0s [2020-12-15T14:59:11.785Z] [2020-12-15T14:59:11.785Z] #66 exporting to image [2020-12-15T14:59:11.785Z] #66 exporting layers [2020-12-15T14:59:12.713Z] #66 exporting layers 0.8s done [2020-12-15T14:59:12.713Z] #66 writing image sha256:b409928e1b0da0835ce55d92fbc41d51d04ac0cda2d7188efd2200f6ea99c730 [2020-12-15T14:59:12.713Z] #66 writing image sha256:b409928e1b0da0835ce55d92fbc41d51d04ac0cda2d7188efd2200f6ea99c730 done [2020-12-15T14:59:12.713Z] #66 naming to docker.io/library/docker:7e600eaae087b830802285e3cd2556761fc729aa done [2020-12-15T14:59:12.713Z] #66 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-12-15T14:59:13.035Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41800/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/validate/default [2020-12-15T14:59:13.924Z] Fetching without tags [2020-12-15T14:59:13.962Z] Congratulations! All commits are properly signed with the DCO! [2020-12-15T14:59:13.962Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-12-15T14:59:13.962Z] No api/types/ or api/swagger.yaml changes in diff. [2020-12-15T14:59:13.962Z] Congratulations! All TOML source files changed here have valid syntax. [2020-12-15T14:59:13.962Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-12-15T14:59:13.962Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-12-15T14:59:13.962Z] Congratulations! No new tests were added to integration-cli. [2020-12-15T14:59:13.962Z] [2020-12-15T14:59:13.962Z] INFO Start validation with golang-ci-lint [2020-12-15T14:59:13.962Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-12-15T14:59:13.962Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-12-15T14:59:13.962Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-12-15T14:59:13.898Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T14:59:13.900Z] > git config --add remote.origin.fetch +refs/pull/41800/head:refs/remotes/origin/PR-41800 # timeout=10 [2020-12-15T14:59:13.901Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:59:13.916Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T14:59:13.931Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T14:59:13.931Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:13.932Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:59:14.245Z] Merging remotes/origin/master commit f0014860c1b3345e1fcc7ed81c491298de2633fb into PR head commit 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:59:14.745Z] Merge succeeded, producing 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:59:14.745Z] Checking out Revision 7e600eaae087b830802285e3cd2556761fc729aa (PR-41800) [2020-12-15T14:59:15.224Z] Commit message: "daemon: improve log messages during startup / shutdown" [2020-12-15T14:59:14.252Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T14:59:14.253Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T14:59:14.720Z] > git remote # timeout=10 [2020-12-15T14:59:14.722Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T14:59:14.727Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:14.727Z] > git merge f0014860c1b3345e1fcc7ed81c491298de2633fb # timeout=10 [2020-12-15T14:59:14.740Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T14:59:14.752Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T14:59:14.756Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-15T14:59:16.111Z] + docker version [2020-12-15T14:59:16.111Z] Client: Docker Engine - Community [2020-12-15T14:59:16.111Z] Version: 19.03.7 [2020-12-15T14:59:16.111Z] API version: 1.40 [2020-12-15T14:59:16.111Z] Go version: go1.12.17 [2020-12-15T14:59:16.111Z] Git commit: 7141c199a2 [2020-12-15T14:59:16.111Z] Built: Sat Mar 7 16:48:47 2020 [2020-12-15T14:59:16.111Z] OS/Arch: linux/s390x [2020-12-15T14:59:16.111Z] Experimental: false [2020-12-15T14:59:16.111Z] [2020-12-15T14:59:16.111Z] Server: Docker Engine - Community [2020-12-15T14:59:16.111Z] Engine: [2020-12-15T14:59:16.111Z] Version: 19.03.7 [2020-12-15T14:59:16.111Z] API version: 1.40 (minimum version 1.12) [2020-12-15T14:59:16.111Z] Go version: go1.12.17 [2020-12-15T14:59:16.111Z] Git commit: 7141c199a2 [2020-12-15T14:59:16.111Z] Built: Sat Mar 7 16:47:46 2020 [2020-12-15T14:59:16.111Z] OS/Arch: linux/s390x [2020-12-15T14:59:16.111Z] Experimental: true [2020-12-15T14:59:16.111Z] containerd: [2020-12-15T14:59:16.111Z] Version: 1.2.13 [2020-12-15T14:59:16.111Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-12-15T14:59:16.111Z] runc: [2020-12-15T14:59:16.111Z] Version: 1.0.0-rc10 [2020-12-15T14:59:16.111Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-15T14:59:16.111Z] docker-init: [2020-12-15T14:59:16.111Z] Version: 0.18.0 [2020-12-15T14:59:16.111Z] GitCommit: fec3683 [Pipeline] sh [2020-12-15T14:59:16.485Z] + docker info [2020-12-15T14:59:17.115Z] Client: [2020-12-15T14:59:17.115Z] Debug Mode: false [2020-12-15T14:59:17.115Z] [2020-12-15T14:59:17.115Z] Server: [2020-12-15T14:59:17.115Z] Containers: 0 [2020-12-15T14:59:17.115Z] Running: 0 [2020-12-15T14:59:17.115Z] Paused: 0 [2020-12-15T14:59:17.115Z] Stopped: 0 [2020-12-15T14:59:17.115Z] Images: 0 [2020-12-15T14:59:17.115Z] Server Version: 19.03.7 [2020-12-15T14:59:17.115Z] Storage Driver: overlay2 [2020-12-15T14:59:17.115Z] Backing Filesystem: [2020-12-15T14:59:17.115Z] Supports d_type: true [2020-12-15T14:59:17.115Z] Native Overlay Diff: true [2020-12-15T14:59:17.115Z] Logging Driver: json-file [2020-12-15T14:59:17.115Z] Cgroup Driver: cgroupfs [2020-12-15T14:59:17.115Z] Plugins: [2020-12-15T14:59:17.115Z] Volume: local [2020-12-15T14:59:17.115Z] Network: bridge host ipvlan macvlan null overlay [2020-12-15T14:59:17.115Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-12-15T14:59:17.115Z] Swarm: inactive [2020-12-15T14:59:17.115Z] Runtimes: runc [2020-12-15T14:59:17.115Z] Default Runtime: runc [2020-12-15T14:59:17.115Z] Init Binary: docker-init [2020-12-15T14:59:17.115Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-12-15T14:59:17.115Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-15T14:59:17.115Z] init version: fec3683 [2020-12-15T14:59:17.115Z] Security Options: [2020-12-15T14:59:17.115Z] apparmor [2020-12-15T14:59:17.115Z] seccomp [2020-12-15T14:59:17.115Z] Profile: default [2020-12-15T14:59:17.115Z] Kernel Version: 4.15.0-91-generic [2020-12-15T14:59:17.115Z] Operating System: Ubuntu 18.04.4 LTS [2020-12-15T14:59:17.115Z] OSType: linux [2020-12-15T14:59:17.115Z] Architecture: s390x [2020-12-15T14:59:17.115Z] CPUs: 2 [2020-12-15T14:59:17.115Z] Total Memory: 7.861GiB [2020-12-15T14:59:17.115Z] Name: s390x-ubuntu-16 [2020-12-15T14:59:17.115Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-12-15T14:59:17.115Z] Docker Root Dir: /var/lib/docker [2020-12-15T14:59:17.115Z] Debug Mode: false [2020-12-15T14:59:17.115Z] Registry: https://index.docker.io/v1/ [2020-12-15T14:59:17.115Z] Labels: [2020-12-15T14:59:17.115Z] Experimental: true [2020-12-15T14:59:17.115Z] Insecure Registries: [2020-12-15T14:59:17.115Z] 127.0.0.0/8 [2020-12-15T14:59:17.115Z] Live Restore Enabled: false [2020-12-15T14:59:17.115Z] [2020-12-15T14:59:17.115Z] WARNING: No swap limit support [Pipeline] sh [2020-12-15T14:59:17.489Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T14:59:17.489Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T14:59:17.489Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41800/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-15T14:59:17.489Z] + bash /home/jenkins/workspace/moby_PR-41800/check-config.sh [2020-12-15T14:59:17.489Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-15T14:59:17.489Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-12-15T14:59:17.489Z] [2020-12-15T14:59:17.489Z] Generally Necessary: [2020-12-15T14:59:17.489Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-15T14:59:17.489Z] - apparmor: enabled and tools installed [2020-12-15T14:59:17.489Z] - CONFIG_NAMESPACES: enabled [2020-12-15T14:59:17.489Z] - CONFIG_NET_NS: enabled [2020-12-15T14:59:17.489Z] - CONFIG_PID_NS: enabled [2020-12-15T14:59:17.489Z] - CONFIG_IPC_NS: enabled [2020-12-15T14:59:17.489Z] - CONFIG_UTS_NS: enabled [2020-12-15T14:59:17.489Z] - CONFIG_CGROUPS: enabled [2020-12-15T14:59:17.489Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-15T14:59:17.489Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-15T14:59:17.489Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-15T14:59:17.489Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-15T14:59:17.489Z] - CONFIG_CPUSETS: enabled [2020-12-15T14:59:17.489Z] - CONFIG_MEMCG: enabled [2020-12-15T14:59:17.489Z] - CONFIG_KEYS: enabled [2020-12-15T14:59:17.489Z] - CONFIG_VETH: enabled (as module) [2020-12-15T14:59:17.489Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-15T14:59:17.489Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-15T14:59:17.489Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-12-15T14:59:17.489Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-12-15T14:59:17.779Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-15T14:59:17.779Z] [2020-12-15T14:59:17.779Z] Optional Features: [2020-12-15T14:59:17.779Z] - CONFIG_USER_NS: enabled [2020-12-15T14:59:17.779Z] - CONFIG_SECCOMP: enabled [2020-12-15T14:59:17.779Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-15T14:59:17.779Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-15T14:59:17.779Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-15T14:59:17.779Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-12-15T14:59:17.779Z] - CONFIG_BLK_CGROUP: enabled [2020-12-15T14:59:17.779Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-15T14:59:17.779Z] - CONFIG_IOSCHED_CFQ: enabled [2020-12-15T14:59:17.779Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-12-15T14:59:17.779Z] - CONFIG_CGROUP_PERF: enabled [2020-12-15T14:59:17.779Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-15T14:59:17.779Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-15T14:59:17.779Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-15T14:59:17.779Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-15T14:59:17.779Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-15T14:59:17.779Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_IP_VS: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-15T14:59:17.779Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-15T14:59:17.779Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-15T14:59:17.779Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_EXT4_FS: enabled [2020-12-15T14:59:17.779Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-15T14:59:17.779Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-15T14:59:17.779Z] - Network Drivers: [2020-12-15T14:59:17.779Z] - "overlay": [2020-12-15T14:59:17.779Z] - CONFIG_VXLAN: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-15T14:59:17.779Z] Optional (for encrypted networks): [2020-12-15T14:59:17.779Z] - CONFIG_CRYPTO: enabled [2020-12-15T14:59:17.779Z] - CONFIG_CRYPTO_AEAD: enabled [2020-12-15T14:59:17.779Z] - CONFIG_CRYPTO_GCM: enabled [2020-12-15T14:59:17.779Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-12-15T14:59:17.779Z] - CONFIG_CRYPTO_GHASH: enabled [2020-12-15T14:59:17.779Z] - CONFIG_XFRM: enabled [2020-12-15T14:59:17.779Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-12-15T14:59:17.779Z] - "ipvlan": [2020-12-15T14:59:17.779Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-15T14:59:17.779Z] - "macvlan": [2020-12-15T14:59:17.779Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_DUMMY: enabled (as module) [2020-12-15T14:59:17.779Z] - "ftp,tftp client in container": [2020-12-15T14:59:17.779Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-15T14:59:17.779Z] - Storage Drivers: [2020-12-15T14:59:17.779Z] - "aufs": [2020-12-15T14:59:17.779Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-15T14:59:17.779Z] - "btrfs": [2020-12-15T14:59:17.779Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-15T14:59:17.779Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-15T14:59:17.779Z] - "devicemapper": [2020-12-15T14:59:17.779Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-15T14:59:17.779Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-15T14:59:17.779Z] - "overlay": [2020-12-15T14:59:17.779Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-15T14:59:17.779Z] - "zfs": [2020-12-15T14:59:17.779Z] - /dev/zfs: missing [2020-12-15T14:59:17.779Z] - zfs command: missing [2020-12-15T14:59:17.779Z] - zpool command: missing [2020-12-15T14:59:17.779Z] [2020-12-15T14:59:17.779Z] Limits: [2020-12-15T14:59:17.779Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-15T14:59:17.779Z] [2020-12-15T14:59:17.779Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-15T14:59:18.197Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7e600eaae087b830802285e3cd2556761fc729aa . [2020-12-15T14:59:18.197Z] #2 [internal] load .dockerignore [2020-12-15T14:59:18.197Z] #2 transferring context: 87B 0.0s done [2020-12-15T14:59:18.197Z] #2 DONE 0.0s [2020-12-15T14:59:18.197Z] [2020-12-15T14:59:18.197Z] #1 [internal] load build definition from Dockerfile [2020-12-15T14:59:18.197Z] #1 transferring dockerfile: 16.58kB 0.0s done [2020-12-15T14:59:18.197Z] #1 DONE 0.0s [2020-12-15T14:59:18.197Z] [2020-12-15T14:59:18.197Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-15T14:59:18.442Z] Fetching without tags [2020-12-15T14:59:18.487Z] #3 DONE 0.3s [2020-12-15T14:59:18.487Z] [2020-12-15T14:59:18.487Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-15T14:59:18.487Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-15T14:59:18.487Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-12-15T14:59:18.487Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-12-15T14:59:18.487Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-12-15T14:59:18.487Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.0s [2020-12-15T14:59:18.779Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 2.88MB / 8.88MB 0.1s [2020-12-15T14:59:18.779Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-12-15T14:59:18.779Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 [2020-12-15T14:59:19.069Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-12-15T14:59:18.164Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T14:59:18.210Z] > git config --add remote.origin.fetch +refs/pull/41800/head:refs/remotes/origin/PR-41800 # timeout=10 [2020-12-15T14:59:18.242Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:59:18.351Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T14:59:18.461Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T14:59:18.461Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:18.476Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:59:19.359Z] #4 DONE 0.6s [2020-12-15T14:59:19.571Z] Still waiting to schedule task [2020-12-15T14:59:19.572Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-12-15T14:59:19.572Z] Still waiting to schedule task [2020-12-15T14:59:19.572Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-12-15T14:59:19.576Z] Still waiting to schedule task [2020-12-15T14:59:19.576Z] All nodes of label ‘arm64&&linux’ are offline [2020-12-15T14:59:19.660Z] [2020-12-15T14:59:19.660Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-12-15T14:59:19.660Z] #6 DONE 0.1s [2020-12-15T14:59:19.660Z] [2020-12-15T14:59:19.660Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-15T14:59:19.660Z] #7 DONE 0.1s [2020-12-15T14:59:19.660Z] [2020-12-15T14:59:19.660Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-15T14:59:19.660Z] #5 DONE 0.1s [2020-12-15T14:59:19.660Z] [2020-12-15T14:59:19.660Z] #21 [internal] load build context [2020-12-15T14:59:19.661Z] Merging remotes/origin/master commit f0014860c1b3345e1fcc7ed81c491298de2633fb into PR head commit 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:59:20.346Z] #21 transferring context: 53.17MB 0.9s done [2020-12-15T14:59:20.673Z] #21 DONE 1.0s [2020-12-15T14:59:20.673Z] [2020-12-15T14:59:20.673Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T14:59:20.673Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-12-15T14:59:20.673Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-12-15T14:59:20.673Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2020-12-15T14:59:20.673Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2020-12-15T14:59:20.673Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 34.31MB / 48.97MB 0.9s [2020-12-15T14:59:20.673Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.2s done [2020-12-15T14:59:20.673Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.6s done [2020-12-15T14:59:20.673Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 25.63MB / 51.38MB 0.9s [2020-12-15T14:59:20.673Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 8.37MB / 56.74MB 0.9s [2020-12-15T14:59:20.673Z] #8 ... [2020-12-15T14:59:20.673Z] [2020-12-15T14:59:20.673Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-15T14:59:20.673Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-12-15T14:59:20.673Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-12-15T14:59:20.673Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-12-15T14:59:20.673Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.2s done [2020-12-15T14:59:20.673Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.8s done [2020-12-15T14:59:20.673Z] #60 DONE 1.1s [2020-12-15T14:59:20.673Z] [2020-12-15T14:59:20.673Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T14:59:20.673Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 42.93MB / 48.97MB 1.1s [2020-12-15T14:59:20.673Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 34.13MB / 51.38MB 1.1s [2020-12-15T14:59:20.673Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 14.88MB / 56.74MB 1.1s [2020-12-15T14:59:21.000Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 47.66MB / 48.97MB 1.2s [2020-12-15T14:59:21.000Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 38.77MB / 51.38MB 1.2s [2020-12-15T14:59:21.000Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.3s done [2020-12-15T14:59:21.000Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 49.88MB / 51.38MB 1.4s [2020-12-15T14:59:21.000Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 25.47MB / 56.74MB 1.4s [2020-12-15T14:59:21.000Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 334.79kB / 102.23MB 1.4s [2020-12-15T14:59:21.000Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 [2020-12-15T14:59:19.679Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T14:59:19.726Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T14:59:21.327Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 29.69MB / 56.74MB 1.5s [2020-12-15T14:59:21.327Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 6.47MB / 102.23MB 1.5s [2020-12-15T14:59:21.327Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.6s done [2020-12-15T14:59:21.327Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 39.74MB / 56.74MB 1.6s [2020-12-15T14:59:21.327Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.6s done [2020-12-15T14:59:21.327Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 43.83MB / 56.74MB 1.7s [2020-12-15T14:59:21.327Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 12.25MB / 102.23MB 1.7s [2020-12-15T14:59:21.646Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 51.77MB / 56.74MB 2.0s [2020-12-15T14:59:21.646Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 21.57MB / 102.23MB 2.0s [2020-12-15T14:59:21.646Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 55.72MB / 56.74MB 2.1s [2020-12-15T14:59:21.973Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.1s done [2020-12-15T14:59:21.973Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 29.62MB / 102.23MB 2.2s [2020-12-15T14:59:21.973Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 40.71MB / 102.23MB 2.3s [2020-12-15T14:59:21.973Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 47.37MB / 102.23MB 2.4s [2020-12-15T14:59:22.304Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 54.03MB / 102.23MB 2.5s [2020-12-15T14:59:22.304Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 68.88MB / 102.23MB 2.7s [2020-12-15T14:59:22.454Z] Merge succeeded, producing 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:59:22.455Z] Checking out Revision 7e600eaae087b830802285e3cd2556761fc729aa (PR-41800) [2020-12-15T14:59:22.601Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 80.32MB / 102.23MB 2.8s [2020-12-15T14:59:22.601Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 95.22MB / 102.23MB 3.0s [2020-12-15T14:59:22.168Z] > git remote # timeout=10 [2020-12-15T14:59:22.215Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T14:59:22.246Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:22.246Z] > git merge f0014860c1b3345e1fcc7ed81c491298de2633fb # timeout=10 [2020-12-15T14:59:22.371Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-12-15T14:59:22.480Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T14:59:22.527Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T14:59:22.891Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.1s [2020-12-15T14:59:22.891Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.6s done [2020-12-15T14:59:22.891Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.2s done [2020-12-15T14:59:22.891Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 [2020-12-15T14:59:23.181Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.4s done [2020-12-15T14:59:23.337Z] Commit message: "daemon: improve log messages during startup / shutdown" [2020-12-15T14:59:23.472Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-15T14:59:24.101Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.5s done [2020-12-15T14:59:24.101Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [2020-12-15T14:59:24.731Z] #8 ... [2020-12-15T14:59:24.731Z] [2020-12-15T14:59:24.731Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T14:59:24.731Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done [2020-12-15T14:59:24.731Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done [2020-12-15T14:59:24.731Z] #24 sha256:4dd501c606584f9790dd8647e92ba1fc0dd879488225927cdeb79c34eaed6cf1 529B / 529B done [2020-12-15T14:59:24.731Z] #24 sha256:ad1a256857fd775dff080dfa2976eb4206dd82cd17685e928c4419470cde15ce 1.46kB / 1.46kB done [2020-12-15T14:59:24.731Z] #24 sha256:b8cd59e115fe85cdffdb9750beb150c189e768249dc100d22cab4733fb0c7247 48.97MB / 48.97MB 2.7s done [2020-12-15T14:59:24.731Z] #24 extracting sha256:b8cd59e115fe85cdffdb9750beb150c189e768249dc100d22cab4733fb0c7247 1.8s done [2020-12-15T14:59:24.731Z] #24 DONE 5.0s [2020-12-15T14:59:24.731Z] [2020-12-15T14:59:24.731Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T14:59:24.796Z] + docker version [2020-12-15T14:59:24.796Z] Client: Docker Engine - Enterprise [2020-12-15T14:59:24.796Z] Version: 19.03.12 [2020-12-15T14:59:24.796Z] API version: 1.40 [2020-12-15T14:59:24.796Z] Go version: go1.13.13 [2020-12-15T14:59:24.796Z] Git commit: 4306744 [2020-12-15T14:59:24.796Z] Built: 08/05/2020 19:27:53 [2020-12-15T14:59:24.796Z] OS/Arch: windows/amd64 [2020-12-15T14:59:24.796Z] Experimental: false [2020-12-15T14:59:24.796Z] [2020-12-15T14:59:24.796Z] Server: Docker Engine - Enterprise [2020-12-15T14:59:24.796Z] Engine: [2020-12-15T14:59:24.796Z] Version: 19.03.12 [2020-12-15T14:59:24.796Z] API version: 1.40 (minimum version 1.24) [2020-12-15T14:59:24.796Z] Go version: go1.13.13 [2020-12-15T14:59:24.796Z] Git commit: f295753ffd [2020-12-15T14:59:24.796Z] Built: 08/05/2020 19:26:41 [2020-12-15T14:59:24.796Z] OS/Arch: windows/amd64 [2020-12-15T14:59:24.796Z] Experimental: true [Pipeline] sh [2020-12-15T14:59:24.958Z] Fetching without tags [2020-12-15T14:59:24.931Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T14:59:24.934Z] > git config --add remote.origin.fetch +refs/pull/41800/head:refs/remotes/origin/PR-41800 # timeout=10 [2020-12-15T14:59:24.936Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:59:24.950Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T14:59:24.964Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T14:59:24.965Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:24.965Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T14:59:25.357Z] Merging remotes/origin/master commit f0014860c1b3345e1fcc7ed81c491298de2633fb into PR head commit 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:59:25.819Z] + docker info [2020-12-15T14:59:26.240Z] Merge succeeded, producing 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:59:26.240Z] Checking out Revision 7e600eaae087b830802285e3cd2556761fc729aa (PR-41800) [2020-12-15T14:59:26.246Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 2.0s done [2020-12-15T14:59:26.536Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0.1s [2020-12-15T14:59:26.558Z] Commit message: "daemon: improve log messages during startup / shutdown" [2020-12-15T14:59:26.784Z] Client: [2020-12-15T14:59:26.784Z] Debug Mode: false [2020-12-15T14:59:26.784Z] Plugins: [2020-12-15T14:59:26.784Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-12-15T14:59:26.784Z] [2020-12-15T14:59:26.784Z] Server: [2020-12-15T14:59:26.784Z] Containers: 0 [2020-12-15T14:59:26.784Z] Running: 0 [2020-12-15T14:59:26.784Z] Paused: 0 [2020-12-15T14:59:26.784Z] Stopped: 0 [2020-12-15T14:59:26.784Z] Images: 10 [2020-12-15T14:59:26.784Z] Server Version: 19.03.12 [2020-12-15T14:59:26.784Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-12-15T14:59:26.784Z] Windows: [2020-12-15T14:59:26.784Z] LCOW: [2020-12-15T14:59:26.784Z] Logging Driver: json-file [2020-12-15T14:59:26.784Z] Plugins: [2020-12-15T14:59:26.784Z] Volume: local [2020-12-15T14:59:26.784Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-12-15T14:59:26.784Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-12-15T14:59:26.784Z] Swarm: inactive [2020-12-15T14:59:26.784Z] Default Isolation: process [2020-12-15T14:59:26.784Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-12-15T14:59:26.784Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-12-15T14:59:26.784Z] OSType: windows [2020-12-15T14:59:26.784Z] Architecture: x86_64 [2020-12-15T14:59:26.784Z] CPUs: 4 [2020-12-15T14:59:26.784Z] Total Memory: 32GiB [2020-12-15T14:59:26.784Z] Name: azwin-2-874ec0 [2020-12-15T14:59:26.784Z] ID: DKSW:D2DR:7NAQ:X324:HLZ2:AIIZ:VM7L:XWZ3:VQ7M:S4Y3:PBO2:SNOV [2020-12-15T14:59:26.784Z] Docker Root Dir: D:\docker [2020-12-15T14:59:26.784Z] Debug Mode: false [2020-12-15T14:59:26.784Z] Registry: https://index.docker.io/v1/ [2020-12-15T14:59:26.784Z] Labels: [2020-12-15T14:59:26.784Z] Experimental: true [2020-12-15T14:59:26.784Z] Insecure Registries: [2020-12-15T14:59:26.784Z] 10.0.0.4:5000 [2020-12-15T14:59:26.784Z] 127.0.0.0/8 [2020-12-15T14:59:26.784Z] Registry Mirrors: [2020-12-15T14:59:26.784Z] http://10.0.0.4:5000/ [2020-12-15T14:59:26.784Z] Live Restore Enabled: false [2020-12-15T14:59:26.784Z] [2020-12-15T14:59:25.364Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T14:59:25.366Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T14:59:26.204Z] > git remote # timeout=10 [2020-12-15T14:59:26.207Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T14:59:26.210Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T14:59:26.211Z] > git merge f0014860c1b3345e1fcc7ed81c491298de2633fb # timeout=10 [2020-12-15T14:59:26.232Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T14:59:26.247Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T14:59:26.249Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-15T14:59:27.872Z] + docker version [2020-12-15T14:59:27.872Z] Client: [2020-12-15T14:59:27.872Z] Version: 18.06.1-ce [2020-12-15T14:59:27.872Z] API version: 1.38 [2020-12-15T14:59:27.872Z] Go version: go1.10.3 [2020-12-15T14:59:27.872Z] Git commit: e68fc7a [2020-12-15T14:59:27.872Z] Built: Tue Aug 21 17:26:10 2018 [2020-12-15T14:59:27.872Z] OS/Arch: linux/ppc64le [2020-12-15T14:59:27.872Z] Experimental: false [2020-12-15T14:59:27.872Z] [2020-12-15T14:59:27.872Z] Server: [2020-12-15T14:59:27.872Z] Engine: [2020-12-15T14:59:27.872Z] Version: 18.06.1-ce [2020-12-15T14:59:27.872Z] API version: 1.38 (minimum version 1.12) [2020-12-15T14:59:27.872Z] Go version: go1.10.3 [2020-12-15T14:59:27.872Z] Git commit: e68fc7a [2020-12-15T14:59:27.872Z] Built: Tue Aug 21 17:24:20 2018 [2020-12-15T14:59:27.872Z] OS/Arch: linux/ppc64le [2020-12-15T14:59:27.872Z] Experimental: true [Pipeline] sh [2020-12-15T14:59:28.047Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.6s done [2020-12-15T14:59:28.253Z] + docker info [2020-12-15T14:59:28.253Z] Containers: 0 [2020-12-15T14:59:28.253Z] Running: 0 [2020-12-15T14:59:28.253Z] Paused: 0 [2020-12-15T14:59:28.253Z] Stopped: 0 [2020-12-15T14:59:28.253Z] Images: 0 [2020-12-15T14:59:28.253Z] Server Version: 18.06.1-ce [2020-12-15T14:59:28.253Z] Storage Driver: overlay2 [2020-12-15T14:59:28.253Z] Backing Filesystem: extfs [2020-12-15T14:59:28.253Z] Supports d_type: true [2020-12-15T14:59:28.253Z] Native Overlay Diff: true [2020-12-15T14:59:28.253Z] Logging Driver: json-file [2020-12-15T14:59:28.253Z] Cgroup Driver: cgroupfs [2020-12-15T14:59:28.253Z] Plugins: [2020-12-15T14:59:28.253Z] Volume: local [2020-12-15T14:59:28.253Z] Network: bridge host ipvlan macvlan null overlay [2020-12-15T14:59:28.253Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-12-15T14:59:28.253Z] Swarm: inactive [2020-12-15T14:59:28.253Z] Runtimes: runc [2020-12-15T14:59:28.253Z] Default Runtime: runc [2020-12-15T14:59:28.253Z] Init Binary: docker-init [2020-12-15T14:59:28.253Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-12-15T14:59:28.253Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-12-15T14:59:28.253Z] init version: fec3683 [2020-12-15T14:59:28.253Z] Security Options: [2020-12-15T14:59:28.253Z] apparmor [2020-12-15T14:59:28.253Z] seccomp [2020-12-15T14:59:28.253Z] Profile: default [2020-12-15T14:59:28.253Z] Kernel Version: 4.4.0-139-generic [2020-12-15T14:59:28.253Z] Operating System: Ubuntu 16.04.3 LTS [2020-12-15T14:59:28.253Z] OSType: linux [2020-12-15T14:59:28.253Z] Architecture: ppc64le [2020-12-15T14:59:28.253Z] CPUs: 4 [2020-12-15T14:59:28.253Z] Total Memory: 7.972GiB [2020-12-15T14:59:28.253Z] Name: ppc64le-ubuntu-17 [2020-12-15T14:59:28.253Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-12-15T14:59:28.253Z] Docker Root Dir: /var/lib/docker [2020-12-15T14:59:28.253Z] Debug Mode (client): false [2020-12-15T14:59:28.253Z] Debug Mode (server): false [2020-12-15T14:59:28.253Z] Registry: https://index.docker.io/v1/ [2020-12-15T14:59:28.253Z] Labels: [2020-12-15T14:59:28.253Z] Experimental: true [2020-12-15T14:59:28.253Z] Insecure Registries: [2020-12-15T14:59:28.253Z] 127.0.0.0/8 [2020-12-15T14:59:28.253Z] Live Restore Enabled: false [2020-12-15T14:59:28.253Z] [Pipeline] sh [2020-12-15T14:59:28.338Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0.1s [2020-12-15T14:59:28.634Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T14:59:28.634Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T14:59:28.634Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41800/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-15T14:59:28.634Z] + bash /home/docker/workspace/moby_PR-41800/check-config.sh [2020-12-15T14:59:28.634Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-15T14:59:28.634Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-12-15T14:59:28.634Z] [2020-12-15T14:59:28.634Z] Generally Necessary: [2020-12-15T14:59:28.634Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-15T14:59:28.634Z] - apparmor: enabled and tools installed [2020-12-15T14:59:28.634Z] - CONFIG_NAMESPACES: enabled [2020-12-15T14:59:28.634Z] - CONFIG_NET_NS: enabled [2020-12-15T14:59:28.634Z] - CONFIG_PID_NS: enabled [2020-12-15T14:59:28.634Z] - CONFIG_IPC_NS: enabled [2020-12-15T14:59:28.634Z] - CONFIG_UTS_NS: enabled [2020-12-15T14:59:28.634Z] - CONFIG_CGROUPS: enabled [2020-12-15T14:59:28.634Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-15T14:59:28.634Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-15T14:59:28.634Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-15T14:59:28.634Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-15T14:59:28.634Z] - CONFIG_CPUSETS: enabled [2020-12-15T14:59:28.634Z] - CONFIG_MEMCG: enabled [2020-12-15T14:59:28.634Z] - CONFIG_KEYS: enabled [2020-12-15T14:59:28.634Z] - CONFIG_VETH: enabled (as module) [2020-12-15T14:59:28.634Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-15T14:59:28.634Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-12-15T14:59:28.927Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-15T14:59:28.927Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-12-15T14:59:28.927Z] [2020-12-15T14:59:28.927Z] Optional Features: [2020-12-15T14:59:28.927Z] - CONFIG_USER_NS: enabled [2020-12-15T14:59:28.927Z] - CONFIG_SECCOMP: enabled [2020-12-15T14:59:28.927Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-15T14:59:28.927Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-15T14:59:28.927Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-15T14:59:28.927Z] (cgroup swap accounting is currently enabled) [2020-12-15T14:59:28.927Z] - CONFIG_MEMCG_KMEM: enabled [2020-12-15T14:59:28.927Z] - CONFIG_BLK_CGROUP: enabled [2020-12-15T14:59:28.927Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-15T14:59:28.927Z] - CONFIG_IOSCHED_CFQ: enabled [2020-12-15T14:59:28.927Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-12-15T14:59:28.927Z] - CONFIG_CGROUP_PERF: enabled [2020-12-15T14:59:28.927Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-15T14:59:28.927Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-15T14:59:28.927Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-15T14:59:28.927Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-15T14:59:28.927Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-15T14:59:28.927Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_IP_VS: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-15T14:59:28.927Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-15T14:59:28.927Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-15T14:59:28.927Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_EXT4_FS: enabled [2020-12-15T14:59:28.927Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-15T14:59:28.927Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-15T14:59:28.927Z] - Network Drivers: [2020-12-15T14:59:28.927Z] - "overlay": [2020-12-15T14:59:28.927Z] - CONFIG_VXLAN: enabled (as module) [2020-12-15T14:59:28.927Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-15T14:59:28.927Z] Optional (for encrypted networks): [2020-12-15T14:59:29.220Z] - CONFIG_CRYPTO: enabled [2020-12-15T14:59:29.220Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_XFRM: enabled [2020-12-15T14:59:29.220Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-12-15T14:59:29.220Z] - "ipvlan": [2020-12-15T14:59:29.220Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-15T14:59:29.220Z] - "macvlan": [2020-12-15T14:59:29.220Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_DUMMY: enabled (as module) [2020-12-15T14:59:29.220Z] - "ftp,tftp client in container": [2020-12-15T14:59:29.220Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-15T14:59:29.220Z] - Storage Drivers: [2020-12-15T14:59:29.220Z] - "aufs": [2020-12-15T14:59:29.220Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-15T14:59:29.220Z] - "btrfs": [2020-12-15T14:59:29.220Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-15T14:59:29.220Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-15T14:59:29.220Z] - "devicemapper": [2020-12-15T14:59:29.220Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-15T14:59:29.220Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-15T14:59:29.220Z] - "overlay": [2020-12-15T14:59:29.220Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-15T14:59:29.220Z] - "zfs": [2020-12-15T14:59:29.220Z] - /dev/zfs: missing [2020-12-15T14:59:29.220Z] - zfs command: missing [2020-12-15T14:59:29.220Z] - zpool command: missing [2020-12-15T14:59:29.220Z] [2020-12-15T14:59:29.220Z] Limits: [2020-12-15T14:59:29.220Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-15T14:59:29.220Z] [2020-12-15T14:59:29.220Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-15T14:59:29.651Z] + make bundles/buildx [2020-12-15T14:59:29.942Z] make: command: Command not found [2020-12-15T14:59:29.942Z] make: command: Command not found [2020-12-15T14:59:29.942Z] mkdir bundles [2020-12-15T14:59:29.942Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-12-15T14:59:29.942Z] --build-arg BUILDX_COMMIT \ [2020-12-15T14:59:29.942Z] --build-arg BUILDX_REPO \ [2020-12-15T14:59:29.942Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-12-15T14:59:29.942Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-12-15T14:59:29.942Z] . [2020-12-15T14:59:29.942Z] /bin/sh: 4: go: not found [2020-12-15T14:59:29.942Z] /bin/sh: 5: go: not found [2020-12-15T14:59:31.844Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.4s done [2020-12-15T14:59:31.844Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2020-12-15T14:59:32.033Z] Sending build context to Docker daemon 58.05MB [2020-12-15T14:59:32.033Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-12-15T14:59:32.033Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-12-15T14:59:32.033Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-12-15T14:59:32.033Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-12-15T14:59:32.033Z] 1.13.15-buster: Pulling from library/golang [2020-12-15T14:59:32.143Z] #8 ... [2020-12-15T14:59:32.143Z] [2020-12-15T14:59:32.143Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T14:59:32.143Z] #25 0.504 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T14:59:32.143Z] #25 0.517 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T14:59:32.143Z] #25 0.552 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T14:59:32.143Z] #25 0.650 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [227 kB] [2020-12-15T14:59:32.143Z] #25 0.785 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-15T14:59:32.143Z] #25 1.090 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-15T14:59:32.143Z] #25 2.025 Fetched 8097 kB in 2s (5225 kB/s) [2020-12-15T14:59:32.143Z] #25 2.025 Reading package lists... [2020-12-15T14:59:32.143Z] #25 2.469 Reading package lists... [2020-12-15T14:59:32.143Z] #25 2.901 Building dependency tree... [2020-12-15T14:59:32.143Z] #25 3.014 The following additional packages will be installed: [2020-12-15T14:59:32.143Z] #25 3.014 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-15T14:59:32.143Z] #25 3.014 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-15T14:59:32.143Z] #25 3.014 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-15T14:59:32.143Z] #25 3.014 Suggested packages: [2020-12-15T14:59:32.143Z] #25 3.014 krb5-doc krb5-user [2020-12-15T14:59:32.143Z] #25 3.014 Recommended packages: [2020-12-15T14:59:32.143Z] #25 3.014 krb5-locales publicsuffix libsasl2-modules [2020-12-15T14:59:32.143Z] #25 3.144 The following NEW packages will be installed: [2020-12-15T14:59:32.143Z] #25 3.144 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-15T14:59:32.143Z] #25 3.144 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-15T14:59:32.143Z] #25 3.144 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-15T14:59:32.143Z] #25 3.144 libssh2-1 libssl1.1 openssl [2020-12-15T14:59:32.143Z] #25 3.172 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T14:59:32.144Z] #25 3.172 Need to get 4592 kB of archives. [2020-12-15T14:59:32.144Z] #25 3.172 After this operation, 11.9 MB of additional disk space will be used. [2020-12-15T14:59:32.144Z] #25 3.172 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u4 [1199 kB] [2020-12-15T14:59:32.144Z] #25 3.184 Get:2 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-15T14:59:32.144Z] #25 3.209 Get:3 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u4 [827 kB] [2020-12-15T14:59:32.144Z] #25 3.218 Get:4 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2020-12-15T14:59:32.144Z] #25 3.219 Get:5 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2020-12-15T14:59:32.144Z] #25 3.222 Get:6 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2020-12-15T14:59:32.144Z] #25 3.231 Get:7 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2020-12-15T14:59:32.144Z] #25 3.243 Get:8 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2020-12-15T14:59:32.144Z] #25 3.403 Get:9 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2020-12-15T14:59:32.144Z] #25 3.485 Get:10 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2020-12-15T14:59:32.144Z] #25 3.488 Get:11 http://deb.debian.org/debian buster/main s390x libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-15T14:59:32.144Z] #25 3.492 Get:12 http://deb.debian.org/debian buster/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u4 [213 kB] [2020-12-15T14:59:32.144Z] #25 3.500 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2020-12-15T14:59:32.144Z] #25 3.502 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2020-12-15T14:59:32.144Z] #25 3.504 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2020-12-15T14:59:32.144Z] #25 3.506 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2020-12-15T14:59:32.144Z] #25 3.510 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2020-12-15T14:59:32.144Z] #25 3.525 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2020-12-15T14:59:32.144Z] #25 3.532 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-12-15T14:59:32.144Z] #25 3.535 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-12-15T14:59:32.144Z] #25 3.547 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-12-15T14:59:32.144Z] #25 3.625 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T14:59:32.144Z] #25 3.634 Fetched 4592 kB in 0s (11.8 MB/s) [2020-12-15T14:59:32.144Z] #25 3.658 Selecting previously unselected package libssl1.1:s390x. [2020-12-15T14:59:32.144Z] #25 3.658 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6675 files and directories currently installed.) [2020-12-15T14:59:32.144Z] #25 3.658 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 3.666 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u4) ... [2020-12-15T14:59:32.144Z] #25 3.856 Selecting previously unselected package openssl. [2020-12-15T14:59:32.144Z] #25 3.856 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 3.860 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-15T14:59:32.144Z] #25 3.953 Selecting previously unselected package ca-certificates. [2020-12-15T14:59:32.144Z] #25 3.953 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-15T14:59:32.144Z] #25 3.956 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.002 Selecting previously unselected package libkeyutils1:s390x. [2020-12-15T14:59:32.144Z] #25 4.002 Preparing to unpack .../03-libkeyutils1_1.6-6_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.004 Unpacking libkeyutils1:s390x (1.6-6) ... [2020-12-15T14:59:32.144Z] #25 4.036 Selecting previously unselected package libkrb5support0:s390x. [2020-12-15T14:59:32.144Z] #25 4.040 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.043 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.069 Selecting previously unselected package libk5crypto3:s390x. [2020-12-15T14:59:32.144Z] #25 4.069 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.072 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.105 Selecting previously unselected package libkrb5-3:s390x. [2020-12-15T14:59:32.144Z] #25 4.105 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.107 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.191 Selecting previously unselected package libgssapi-krb5-2:s390x. [2020-12-15T14:59:32.144Z] #25 4.191 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.194 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.249 Selecting previously unselected package libsasl2-modules-db:s390x. [2020-12-15T14:59:32.144Z] #25 4.249 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.256 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.279 Selecting previously unselected package libsasl2-2:s390x. [2020-12-15T14:59:32.144Z] #25 4.279 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.282 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.308 Selecting previously unselected package libldap-common. [2020-12-15T14:59:32.144Z] #25 4.308 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-15T14:59:32.144Z] #25 4.312 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T14:59:32.144Z] #25 4.353 Selecting previously unselected package libldap-2.4-2:s390x. [2020-12-15T14:59:32.144Z] #25 4.353 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.365 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T14:59:32.144Z] #25 4.394 Selecting previously unselected package libnghttp2-14:s390x. [2020-12-15T14:59:32.144Z] #25 4.394 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.408 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.433 Selecting previously unselected package libpsl5:s390x. [2020-12-15T14:59:32.144Z] #25 4.433 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.435 Unpacking libpsl5:s390x (0.20.2-2) ... [2020-12-15T14:59:32.144Z] #25 4.461 Selecting previously unselected package librtmp1:s390x. [2020-12-15T14:59:32.144Z] #25 4.462 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.464 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-12-15T14:59:32.144Z] #25 4.493 Selecting previously unselected package libssh2-1:s390x. [2020-12-15T14:59:32.144Z] #25 4.494 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.496 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2020-12-15T14:59:32.144Z] #25 4.534 Selecting previously unselected package libcurl4:s390x. [2020-12-15T14:59:32.144Z] #25 4.534 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.545 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.657 Selecting previously unselected package curl. [2020-12-15T14:59:32.144Z] #25 4.657 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.659 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.700 Selecting previously unselected package libonig5:s390x. [2020-12-15T14:59:32.144Z] #25 4.700 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.703 Unpacking libonig5:s390x (6.9.1-1) ... [2020-12-15T14:59:32.144Z] #25 4.743 Selecting previously unselected package libjq1:s390x. [2020-12-15T14:59:32.144Z] #25 4.744 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.747 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-12-15T14:59:32.144Z] #25 4.778 Selecting previously unselected package jq. [2020-12-15T14:59:32.144Z] #25 4.779 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-12-15T14:59:32.144Z] #25 4.782 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-15T14:59:32.144Z] #25 4.809 Setting up libkeyutils1:s390x (1.6-6) ... [2020-12-15T14:59:32.144Z] #25 4.815 Setting up libpsl5:s390x (0.20.2-2) ... [2020-12-15T14:59:32.144Z] #25 4.822 Setting up libssl1.1:s390x (1.1.1d-0+deb10u4) ... [2020-12-15T14:59:32.144Z] #25 4.882 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.888 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T14:59:32.144Z] #25 4.897 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.904 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.910 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-12-15T14:59:32.144Z] #25 4.917 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.925 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.932 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2020-12-15T14:59:32.144Z] #25 4.938 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 4.945 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-15T14:59:32.144Z] #25 4.954 Setting up libonig5:s390x (6.9.1-1) ... [2020-12-15T14:59:32.144Z] #25 4.960 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-12-15T14:59:32.144Z] #25 4.967 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T14:59:32.144Z] #25 4.974 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-15T14:59:32.144Z] #25 5.363 Updating certificates in /etc/ssl/certs... [2020-12-15T14:59:32.144Z] #25 5.841 126 added, 0 removed; done. [2020-12-15T14:59:32.144Z] #25 5.874 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 5.881 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-15T14:59:32.144Z] #25 5.900 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 5.904 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-15T14:59:32.144Z] #25 5.916 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T14:59:32.144Z] #25 5.931 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-15T14:59:32.144Z] #25 5.937 Updating certificates in /etc/ssl/certs... [2020-12-15T14:59:32.144Z] #25 6.484 0 added, 0 removed; done. [2020-12-15T14:59:32.144Z] #25 6.484 Running hooks in /etc/ca-certificates/update.d... [2020-12-15T14:59:32.144Z] #25 6.487 done. [2020-12-15T14:59:32.144Z] #25 DONE 7.5s [2020-12-15T14:59:32.144Z] [2020-12-15T14:59:32.144Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T14:59:32.144Z] #8 DONE 12.5s [2020-12-15T14:59:32.144Z] [2020-12-15T14:59:32.144Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-15T14:59:32.144Z] #26 DONE 0.1s [2020-12-15T14:59:32.144Z] [2020-12-15T14:59:32.144Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-15T14:59:32.667Z] db4e2d8d5901: Pulling fs layer [2020-12-15T14:59:32.667Z] dfe2d012519c: Pulling fs layer [2020-12-15T14:59:32.667Z] 5d8f1d1f9197: Pulling fs layer [2020-12-15T14:59:32.667Z] 1301750ffb48: Pulling fs layer [2020-12-15T14:59:32.667Z] dc5c6edc9cff: Pulling fs layer [2020-12-15T14:59:32.667Z] 3c370c2e2f82: Pulling fs layer [2020-12-15T14:59:32.667Z] 5ffb2f5886e2: Pulling fs layer [2020-12-15T14:59:32.667Z] 1301750ffb48: Waiting [2020-12-15T14:59:32.667Z] dc5c6edc9cff: Waiting [2020-12-15T14:59:32.667Z] 3c370c2e2f82: Waiting [2020-12-15T14:59:32.667Z] 5ffb2f5886e2: Waiting [2020-12-15T14:59:32.776Z] #9 DONE 0.7s [2020-12-15T14:59:32.776Z] [2020-12-15T14:59:32.776Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T14:59:32.989Z] dfe2d012519c: Download complete [2020-12-15T14:59:32.989Z] 5d8f1d1f9197: Verifying Checksum [2020-12-15T14:59:32.989Z] 5d8f1d1f9197: Download complete [2020-12-15T14:59:33.198Z] #27 1.138 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-15T14:59:33.511Z] #27 ... [2020-12-15T14:59:33.511Z] [2020-12-15T14:59:33.511Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-15T14:59:33.511Z] #10 DONE 0.7s [2020-12-15T14:59:33.511Z] [2020-12-15T14:59:33.511Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-15T14:59:33.511Z] #29 DONE 0.1s [2020-12-15T14:59:33.511Z] [2020-12-15T14:59:33.511Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-15T14:59:33.511Z] #37 DONE 0.1s [2020-12-15T14:59:33.511Z] [2020-12-15T14:59:33.511Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T14:59:33.511Z] #27 1.368 #=#=# [2020-12-15T14:59:34.156Z] #27 1.471 ###### 9.3% ######################## 33.4% ################################### 49.0% #################################################### 72.9% ##################################################################### 97.0% ######################################################################## 100.0% [2020-12-15T14:59:34.446Z] #27 2.118 [2020-12-15T14:59:34.446Z] #27 2.308 ################################################## 69.7% ######################################################################## 100.0% [2020-12-15T14:59:34.755Z] #27 2.538 [2020-12-15T14:59:35.058Z] #27 2.633 ##### 8.2% ######################################################################## 100.0% [2020-12-15T14:59:35.058Z] #27 2.903 [2020-12-15T14:59:35.075Z] db4e2d8d5901: Verifying Checksum [2020-12-15T14:59:35.075Z] db4e2d8d5901: Download complete [2020-12-15T14:59:35.718Z] 1301750ffb48: Verifying Checksum [2020-12-15T14:59:35.718Z] 1301750ffb48: Download complete [2020-12-15T14:59:35.718Z] 5ffb2f5886e2: Verifying Checksum [2020-12-15T14:59:35.718Z] 5ffb2f5886e2: Download complete [2020-12-15T14:59:36.328Z] #27 3.029 ## 2.9% ######## 11.5% ############### 22.2% ####################### 32.9% ############################# 40.7% ######################################### 57.9% ############################################### 65.9% ##################################################### 74.8% ############################################################### 88.1% ################################################################## 92.5% ######################################################################## 100.0% [2020-12-15T14:59:36.620Z] #27 4.317 [2020-12-15T14:59:36.767Z] dc5c6edc9cff: Verifying Checksum [2020-12-15T14:59:36.767Z] dc5c6edc9cff: Download complete [2020-12-15T14:59:38.851Z] db4e2d8d5901: Pull complete [2020-12-15T14:59:38.851Z] dfe2d012519c: Pull complete [2020-12-15T14:59:39.143Z] 3c370c2e2f82: Verifying Checksum [2020-12-15T14:59:39.143Z] 3c370c2e2f82: Download complete [2020-12-15T14:59:39.435Z] 5d8f1d1f9197: Pull complete [2020-12-15T14:59:42.183Z] 1301750ffb48: Pull complete [2020-12-15T14:59:43.413Z] #27 4.442 #=#=# # 1.5% ## 3.3% ### 4.6% #### 6.4% ##### 8.0% ####### 9.9% ######## 11.8% ######### 13.6% ########### 15.5% ############ 17.4% ############# 18.6% ############## 19.9% ############### 21.7% ################# 23.6% ################# 24.2% ################## 26.1% #################### 28.0% #################### 28.1% ##################### 30.0% ###################### 31.7% ####################### 33.0% ######################### 34.9% ######################### 35.5% ########################## 37.4% ############################ 39.3% ############################# 40.5% ############################## 42.8% ################################ 44.7% ################################# 45.9% ################################## 47.8% #################################### 50.2% ##################################### 52.3% ###################################### 53.6% ####################################### 55.4% ######################################### 57.3% ########################################## 59.2% ########################################### 61.0% ############################################# 63.5% ############################################### 66.0% ################################################ 67.9% ################################################## 69.6% ################################################### 71.5% #################################################### 72.7% ###################################################### 75.2% ####################################################### 77.1% ######################################################## 79.0% ########################################################## 80.8% ########################################################### 82.7% ############################################################ 84.6% ############################################################# 85.8% ############################################################### 87.7% ################################################################ 89.5% ################################################################## [2020-12-15T14:59:43.413Z] #27 ... [2020-12-15T14:59:43.413Z] [2020-12-15T14:59:43.413Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:43.413Z] #22 3.019 + RM_GOPATH=0 [2020-12-15T14:59:43.413Z] #22 3.019 + TMP_GOPATH= [2020-12-15T14:59:43.413Z] #22 3.019 + : /build [2020-12-15T14:59:43.413Z] #22 3.019 + '[' -z '' ']' [2020-12-15T14:59:43.413Z] #22 3.019 ++ mktemp -d [2020-12-15T14:59:43.413Z] #22 3.025 + export GOPATH=/tmp/tmp.FMORWmSv5f [2020-12-15T14:59:43.413Z] #22 3.025 + GOPATH=/tmp/tmp.FMORWmSv5f [2020-12-15T14:59:43.413Z] #22 3.025 + RM_GOPATH=1 [2020-12-15T14:59:43.413Z] #22 3.026 + case "$(go env GOARCH)" in [2020-12-15T14:59:43.413Z] #22 3.027 ++ go env GOARCH [2020-12-15T14:59:43.413Z] #22 3.041 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:43.413Z] #22 3.042 + GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:43.413Z] #22 3.043 ++ dirname /tmp/install/install.sh [2020-12-15T14:59:43.413Z] #22 3.047 + dir=/tmp/install [2020-12-15T14:59:43.413Z] #22 3.047 + bin=dockercli [2020-12-15T14:59:43.413Z] #22 3.047 + shift [2020-12-15T14:59:43.413Z] #22 3.047 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-15T14:59:43.413Z] #22 3.048 + . /tmp/install/dockercli.installer [2020-12-15T14:59:43.413Z] #22 3.048 ++ : stable [2020-12-15T14:59:43.413Z] #22 3.048 ++ : 17.06.2-ce [2020-12-15T14:59:43.413Z] #22 3.056 + install_dockercli [2020-12-15T14:59:43.413Z] #22 3.057 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-15T14:59:43.413Z] #22 3.057 Install docker/cli version 17.06.2-ce from stable [2020-12-15T14:59:43.413Z] #22 3.057 ++ uname -m [2020-12-15T14:59:43.413Z] #22 3.061 + arch=s390x [2020-12-15T14:59:43.413Z] #22 3.062 + '[' s390x '!=' x86_64 ']' [2020-12-15T14:59:43.413Z] #22 3.062 + '[' s390x '!=' s390x ']' [2020-12-15T14:59:43.413Z] #22 3.062 + url=https://download.docker.com/linux/static [2020-12-15T14:59:43.413Z] #22 3.064 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-12-15T14:59:43.413Z] #22 3.070 + tar -xz docker/docker [2020-12-15T14:59:43.413Z] #22 9.497 + mkdir -p /build [2020-12-15T14:59:43.413Z] #22 9.498 + mv docker/docker /build/ [2020-12-15T14:59:43.413Z] #22 9.499 + rmdir docker [2020-12-15T14:59:43.705Z] #22 ... [2020-12-15T14:59:43.705Z] [2020-12-15T14:59:43.705Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T14:59:43.705Z] #38 2.773 + git clone https://github.com/docker/distribution.git . [2020-12-15T14:59:43.705Z] #38 2.773 Cloning into '.'... [2020-12-15T14:59:43.705Z] #38 ... [2020-12-15T14:59:43.705Z] [2020-12-15T14:59:43.705Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:43.705Z] #45 2.266 + RM_GOPATH=0 [2020-12-15T14:59:43.705Z] #45 2.266 + TMP_GOPATH= [2020-12-15T14:59:43.705Z] #45 2.266 + : /build [2020-12-15T14:59:43.705Z] #45 2.266 + '[' -z '' ']' [2020-12-15T14:59:43.705Z] #45 2.266 ++ mktemp -d [2020-12-15T14:59:43.705Z] #45 2.266 + export GOPATH=/tmp/tmp.1tLwx9gqWg [2020-12-15T14:59:43.705Z] #45 2.266 + GOPATH=/tmp/tmp.1tLwx9gqWg [2020-12-15T14:59:43.705Z] #45 2.266 + RM_GOPATH=1 [2020-12-15T14:59:43.705Z] #45 2.266 + case "$(go env GOARCH)" in [2020-12-15T14:59:43.705Z] #45 2.266 ++ go env GOARCH [2020-12-15T14:59:43.705Z] #45 2.294 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:43.705Z] #45 2.294 + GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:43.705Z] #45 2.294 ++ dirname /tmp/install/install.sh [2020-12-15T14:59:43.705Z] #45 2.294 + dir=/tmp/install [2020-12-15T14:59:43.705Z] #45 2.294 + bin=gotestsum [2020-12-15T14:59:43.705Z] #45 2.294 + shift [2020-12-15T14:59:43.705Z] #45 2.294 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-15T14:59:43.705Z] #45 2.294 + . /tmp/install/gotestsum.installer [2020-12-15T14:59:43.705Z] #45 2.294 ++ : v0.5.3 [2020-12-15T14:59:43.705Z] #45 2.294 + install_gotestsum [2020-12-15T14:59:43.705Z] #45 2.294 + set -e [2020-12-15T14:59:43.705Z] #45 2.294 + export GO111MODULE=on [2020-12-15T14:59:43.705Z] #45 2.294 + GO111MODULE=on [2020-12-15T14:59:43.705Z] #45 2.294 + GOBIN=/build [2020-12-15T14:59:43.705Z] #45 2.294 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-15T14:59:43.705Z] #45 2.294 go: finding gotest.tools v0.5.3 [2020-12-15T14:59:43.705Z] #45 2.294 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-15T14:59:43.705Z] #45 2.677 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-15T14:59:43.705Z] #45 2.865 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-15T14:59:43.705Z] #45 3.294 go: downloading github.com/pkg/errors v0.9.1 [2020-12-15T14:59:43.705Z] #45 3.294 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-15T14:59:43.705Z] #45 3.302 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T14:59:43.705Z] #45 3.302 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T14:59:43.705Z] #45 3.304 go: downloading github.com/fatih/color v1.9.0 [2020-12-15T14:59:43.705Z] #45 3.304 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T14:59:43.705Z] #45 3.359 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T14:59:43.705Z] #45 3.360 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-15T14:59:43.705Z] #45 3.474 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T14:59:43.705Z] #45 3.494 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T14:59:43.705Z] #45 3.539 go: extracting github.com/pkg/errors v0.9.1 [2020-12-15T14:59:43.705Z] #45 3.575 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-15T14:59:43.705Z] #45 3.578 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T14:59:43.705Z] #45 3.625 go: extracting github.com/fatih/color v1.9.0 [2020-12-15T14:59:43.705Z] #45 3.688 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-15T14:59:43.705Z] #45 3.799 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-15T14:59:43.705Z] #45 3.800 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-15T14:59:43.705Z] #45 4.168 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-15T14:59:43.705Z] #45 4.174 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-15T14:59:43.705Z] #45 4.875 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T14:59:43.705Z] #45 5.310 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T14:59:43.705Z] #45 6.425 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T14:59:43.705Z] #45 8.545 go: finding github.com/fatih/color v1.9.0 [2020-12-15T14:59:43.705Z] #45 8.599 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T14:59:43.705Z] #45 8.599 go: finding github.com/pkg/errors v0.9.1 [2020-12-15T14:59:43.705Z] #45 8.622 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-15T14:59:43.705Z] #45 8.724 go: finding github.com/spf13/pflag v1.0.3 [2020-12-15T14:59:43.705Z] #45 8.800 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-15T14:59:43.705Z] #45 8.924 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T14:59:43.705Z] #45 9.116 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-15T14:59:43.705Z] #45 9.174 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T14:59:43.705Z] #45 9.274 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T14:59:43.705Z] #45 9.287 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T14:59:44.002Z] #45 ... [2020-12-15T14:59:44.002Z] [2020-12-15T14:59:44.002Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:44.002Z] #22 DONE 10.4s [2020-12-15T14:59:44.002Z] [2020-12-15T14:59:44.002Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:44.002Z] #56 1.133 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T14:59:44.002Z] #56 1.133 + RM_GOPATH=0 [2020-12-15T14:59:44.002Z] #56 1.133 + TMP_GOPATH= [2020-12-15T14:59:44.002Z] #56 1.133 + : /build [2020-12-15T14:59:44.002Z] #56 1.133 + '[' -z '' ']' [2020-12-15T14:59:44.002Z] #56 1.133 ++ mktemp -d [2020-12-15T14:59:44.002Z] #56 1.133 + export GOPATH=/tmp/tmp.kun1TyrVLv [2020-12-15T14:59:44.002Z] #56 1.133 + GOPATH=/tmp/tmp.kun1TyrVLv [2020-12-15T14:59:44.002Z] #56 1.133 + RM_GOPATH=1 [2020-12-15T14:59:44.002Z] #56 1.133 + case "$(go env GOARCH)" in [2020-12-15T14:59:44.002Z] #56 1.133 ++ go env GOARCH [2020-12-15T14:59:44.002Z] #56 1.133 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:44.002Z] #56 1.133 + GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:44.002Z] #56 1.133 ++ dirname /tmp/install/install.sh [2020-12-15T14:59:44.002Z] #56 1.133 + dir=/tmp/install [2020-12-15T14:59:44.002Z] #56 1.133 + bin=rootlesskit [2020-12-15T14:59:44.002Z] #56 1.133 + shift [2020-12-15T14:59:44.002Z] #56 1.133 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-15T14:59:44.002Z] #56 1.133 + . /tmp/install/rootlesskit.installer [2020-12-15T14:59:44.002Z] #56 1.133 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T14:59:44.002Z] #56 1.133 + install_rootlesskit [2020-12-15T14:59:44.002Z] #56 1.133 + case "$1" in [2020-12-15T14:59:44.002Z] #56 1.133 + export CGO_ENABLED=0 [2020-12-15T14:59:44.002Z] #56 1.133 + CGO_ENABLED=0 [2020-12-15T14:59:44.002Z] #56 1.133 + _install_rootlesskit [2020-12-15T14:59:44.002Z] #56 1.133 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-15T14:59:44.002Z] #56 1.133 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.kun1TyrVLv/src/github.com/rootless-containers/rootlesskit [2020-12-15T14:59:44.002Z] #56 1.133 Cloning into '/tmp/tmp.kun1TyrVLv/src/github.com/rootless-containers/rootlesskit'... [2020-12-15T14:59:44.002Z] #56 2.694 + cd /tmp/tmp.kun1TyrVLv/src/github.com/rootless-containers/rootlesskit [2020-12-15T14:59:44.002Z] #56 2.698 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T14:59:44.002Z] #56 2.765 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-15T14:59:44.002Z] #56 2.765 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-15T14:59:44.002Z] #56 ... [2020-12-15T14:59:44.002Z] [2020-12-15T14:59:44.002Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T14:59:44.002Z] #43 2.345 + RM_GOPATH=0 [2020-12-15T14:59:44.002Z] #43 2.345 + TMP_GOPATH= [2020-12-15T14:59:44.002Z] #43 2.345 + : /build [2020-12-15T14:59:44.002Z] #43 2.345 + '[' -z '' ']' [2020-12-15T14:59:44.002Z] #43 2.345 ++ mktemp -d [2020-12-15T14:59:44.002Z] #43 2.345 + export GOPATH=/tmp/tmp.Kaogj4cyVN [2020-12-15T14:59:44.002Z] #43 2.345 + GOPATH=/tmp/tmp.Kaogj4cyVN [2020-12-15T14:59:44.002Z] #43 2.345 + RM_GOPATH=1 [2020-12-15T14:59:44.002Z] #43 2.345 + case "$(go env GOARCH)" in [2020-12-15T14:59:44.002Z] #43 2.345 ++ go env GOARCH [2020-12-15T14:59:44.002Z] #43 2.353 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:44.002Z] #43 2.353 + GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:44.002Z] #43 2.353 ++ dirname /tmp/install/install.sh [2020-12-15T14:59:44.002Z] #43 2.353 + dir=/tmp/install [2020-12-15T14:59:44.002Z] #43 2.353 + bin=vndr [2020-12-15T14:59:44.002Z] #43 2.353 + shift [2020-12-15T14:59:44.002Z] #43 2.353 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-15T14:59:44.002Z] #43 2.353 + . /tmp/install/vndr.installer [2020-12-15T14:59:44.002Z] #43 2.353 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T14:59:44.002Z] #43 2.353 + install_vndr [2020-12-15T14:59:44.002Z] #43 2.353 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-15T14:59:44.002Z] #43 2.353 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Kaogj4cyVN/src/github.com/LK4D4/vndr [2020-12-15T14:59:44.002Z] #43 2.353 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T14:59:44.002Z] #43 2.363 Cloning into '/tmp/tmp.Kaogj4cyVN/src/github.com/LK4D4/vndr'... [2020-12-15T14:59:44.002Z] #43 3.058 + cd /tmp/tmp.Kaogj4cyVN/src/github.com/LK4D4/vndr [2020-12-15T14:59:44.002Z] #43 3.058 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T14:59:44.002Z] #43 3.061 + go build -buildmode=pie -v -o /build/vndr . [2020-12-15T14:59:44.002Z] #43 3.769 internal/cpu [2020-12-15T14:59:44.002Z] #43 3.795 runtime/internal/atomic [2020-12-15T14:59:44.002Z] #43 4.074 runtime/internal/sys [2020-12-15T14:59:44.002Z] #43 4.161 runtime/internal/math [2020-12-15T14:59:44.002Z] #43 4.237 internal/race [2020-12-15T14:59:44.002Z] #43 4.274 sync/atomic [2020-12-15T14:59:44.002Z] #43 4.289 internal/bytealg [2020-12-15T14:59:44.002Z] #43 4.463 unicode [2020-12-15T14:59:44.002Z] #43 4.586 runtime [2020-12-15T14:59:44.002Z] #43 7.773 unicode/utf8 [2020-12-15T14:59:44.002Z] #43 8.485 math [2020-12-15T14:59:44.260Z] dc5c6edc9cff: Pull complete [2020-12-15T14:59:44.340Z] #43 ... [2020-12-15T14:59:44.340Z] [2020-12-15T14:59:44.340Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T14:59:44.340Z] #11 2.933 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T14:59:44.340Z] #11 3.221 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T14:59:44.340Z] #11 3.401 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T14:59:44.340Z] #11 3.785 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-15T14:59:44.340Z] #11 5.064 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [227 kB] [2020-12-15T14:59:44.340Z] #11 6.874 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-15T14:59:44.340Z] #11 ... [2020-12-15T14:59:44.340Z] [2020-12-15T14:59:44.340Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T14:59:44.340Z] #34 3.251 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T14:59:44.340Z] #34 3.293 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T14:59:44.340Z] #34 3.403 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T14:59:44.340Z] #34 4.011 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-15T14:59:44.340Z] #34 5.535 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [227 kB] [2020-12-15T14:59:44.340Z] #34 6.791 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-15T14:59:44.695Z] #34 ... [2020-12-15T14:59:44.695Z] [2020-12-15T14:59:44.695Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T14:59:44.695Z] #32 2.736 + RM_GOPATH=0 [2020-12-15T14:59:44.695Z] #32 2.736 + TMP_GOPATH= [2020-12-15T14:59:44.695Z] #32 2.736 + : /build [2020-12-15T14:59:44.695Z] #32 2.736 + '[' -z '' ']' [2020-12-15T14:59:44.695Z] #32 2.736 ++ mktemp -d [2020-12-15T14:59:44.695Z] #32 2.736 + export GOPATH=/tmp/tmp.9IIQvnCitE [2020-12-15T14:59:44.695Z] #32 2.736 + GOPATH=/tmp/tmp.9IIQvnCitE [2020-12-15T14:59:44.695Z] #32 2.736 + RM_GOPATH=1 [2020-12-15T14:59:44.695Z] #32 2.736 + case "$(go env GOARCH)" in [2020-12-15T14:59:44.695Z] #32 2.761 ++ go env GOARCH [2020-12-15T14:59:44.695Z] #32 2.761 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:44.695Z] #32 2.761 + GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:44.695Z] #32 2.761 ++ dirname /tmp/install/install.sh [2020-12-15T14:59:44.695Z] #32 2.761 + dir=/tmp/install [2020-12-15T14:59:44.695Z] #32 2.761 + bin=tomlv [2020-12-15T14:59:44.695Z] #32 2.761 + shift [2020-12-15T14:59:44.695Z] #32 2.761 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-15T14:59:44.695Z] #32 2.761 + . /tmp/install/tomlv.installer [2020-12-15T14:59:44.695Z] #32 2.761 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T14:59:44.695Z] #32 2.761 + install_tomlv [2020-12-15T14:59:44.695Z] #32 2.761 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-15T14:59:44.695Z] #32 2.761 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.9IIQvnCitE/src/github.com/BurntSushi/toml [2020-12-15T14:59:44.695Z] #32 2.762 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T14:59:44.695Z] #32 2.769 Cloning into '/tmp/tmp.9IIQvnCitE/src/github.com/BurntSushi/toml'... [2020-12-15T14:59:44.695Z] #32 3.640 + cd /tmp/tmp.9IIQvnCitE/src/github.com/BurntSushi/toml [2020-12-15T14:59:44.695Z] #32 3.640 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T14:59:44.695Z] #32 3.657 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-15T14:59:44.695Z] #32 4.030 runtime/internal/atomic [2020-12-15T14:59:44.695Z] #32 4.031 internal/cpu [2020-12-15T14:59:44.695Z] #32 4.294 math/bits [2020-12-15T14:59:44.695Z] #32 4.606 math [2020-12-15T14:59:44.695Z] #32 4.674 runtime [2020-12-15T14:59:44.695Z] #32 9.622 internal/testlog [2020-12-15T14:59:44.695Z] #32 9.776 encoding [2020-12-15T14:59:44.695Z] #32 9.836 runtime/cgo [2020-12-15T14:59:44.695Z] #32 ... [2020-12-15T14:59:44.695Z] [2020-12-15T14:59:44.695Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T14:59:44.695Z] #49 1.319 + RM_GOPATH=0 [2020-12-15T14:59:44.695Z] #49 1.319 + TMP_GOPATH= [2020-12-15T14:59:44.695Z] #49 1.319 + : /build [2020-12-15T14:59:44.695Z] #49 1.319 + '[' -z '' ']' [2020-12-15T14:59:44.695Z] #49 1.319 ++ mktemp -d [2020-12-15T14:59:44.695Z] #49 1.319 + export GOPATH=/tmp/tmp.4VLLvmU2uV [2020-12-15T14:59:44.695Z] #49 1.319 + GOPATH=/tmp/tmp.4VLLvmU2uV [2020-12-15T14:59:44.695Z] #49 1.319 + RM_GOPATH=1 [2020-12-15T14:59:44.695Z] #49 1.319 + case "$(go env GOARCH)" in [2020-12-15T14:59:44.695Z] #49 1.319 ++ go env GOARCH [2020-12-15T14:59:44.695Z] #49 1.323 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:44.695Z] #49 1.323 + GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:44.695Z] #49 1.325 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T14:59:44.695Z] #49 1.329 ++ dirname /tmp/install/install.sh [2020-12-15T14:59:44.695Z] #49 1.329 + dir=/tmp/install [2020-12-15T14:59:44.695Z] #49 1.329 + bin=shfmt [2020-12-15T14:59:44.695Z] #49 1.329 + shift [2020-12-15T14:59:44.695Z] #49 1.329 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-15T14:59:44.695Z] #49 1.329 + . /tmp/install/shfmt.installer [2020-12-15T14:59:44.695Z] #49 1.329 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T14:59:44.695Z] #49 1.329 + install_shfmt [2020-12-15T14:59:44.695Z] #49 1.329 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-15T14:59:44.695Z] #49 1.329 + git clone https://github.com/mvdan/sh.git /tmp/tmp.4VLLvmU2uV/src/github.com/mvdan/sh [2020-12-15T14:59:44.695Z] #49 1.329 Cloning into '/tmp/tmp.4VLLvmU2uV/src/github.com/mvdan/sh'... [2020-12-15T14:59:44.695Z] #49 6.753 + cd /tmp/tmp.4VLLvmU2uV/src/github.com/mvdan/sh [2020-12-15T14:59:44.695Z] #49 6.753 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T14:59:44.695Z] #49 6.778 + GO111MODULE=on [2020-12-15T14:59:44.695Z] #49 6.778 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-15T14:59:44.695Z] #49 7.702 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T14:59:44.695Z] #49 7.831 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T14:59:44.695Z] #49 7.846 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T14:59:44.695Z] #49 7.978 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T14:59:44.695Z] #49 7.978 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T14:59:44.695Z] #49 8.432 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T14:59:44.695Z] #49 9.061 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T14:59:44.695Z] #49 10.03 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T14:59:44.695Z] #49 ... [2020-12-15T14:59:44.695Z] [2020-12-15T14:59:44.695Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T14:59:44.695Z] #40 2.979 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T14:59:44.695Z] #40 3.225 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T14:59:44.695Z] #40 3.403 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T14:59:44.695Z] #40 3.622 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-15T14:59:44.695Z] #40 5.486 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [227 kB] [2020-12-15T14:59:44.695Z] #40 7.384 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-15T14:59:44.695Z] #40 ... [2020-12-15T14:59:44.695Z] [2020-12-15T14:59:44.695Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T14:59:44.695Z] #30 2.989 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-15T14:59:44.695Z] #30 2.991 Cloning into '.'... [2020-12-15T14:59:44.985Z] #30 ... [2020-12-15T14:59:44.985Z] [2020-12-15T14:59:44.985Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T14:59:44.985Z] #62 2.236 + RM_GOPATH=0 [2020-12-15T14:59:44.985Z] #62 2.236 + TMP_GOPATH= [2020-12-15T14:59:44.985Z] #62 2.236 + : /build [2020-12-15T14:59:44.985Z] #62 2.236 + '[' -z '' ']' [2020-12-15T14:59:44.985Z] #62 2.236 ++ mktemp -d [2020-12-15T14:59:44.985Z] #62 2.236 + export GOPATH=/tmp/tmp.HGr833ETNI [2020-12-15T14:59:44.985Z] #62 2.236 + GOPATH=/tmp/tmp.HGr833ETNI [2020-12-15T14:59:44.985Z] #62 2.236 + RM_GOPATH=1 [2020-12-15T14:59:44.985Z] #62 2.236 + case "$(go env GOARCH)" in [2020-12-15T14:59:44.985Z] #62 2.236 ++ go env GOARCH [2020-12-15T14:59:44.985Z] #62 2.248 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:44.985Z] #62 2.248 + GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:44.985Z] #62 2.249 ++ dirname /tmp/install/install.sh [2020-12-15T14:59:44.985Z] #62 2.250 + dir=/tmp/install [2020-12-15T14:59:44.985Z] #62 2.251 + bin=proxy [2020-12-15T14:59:44.985Z] #62 2.251 + shift [2020-12-15T14:59:44.985Z] #62 2.251 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-15T14:59:44.985Z] #62 2.251 + . /tmp/install/proxy.installer [2020-12-15T14:59:44.985Z] #62 2.251 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T14:59:44.985Z] #62 2.251 + install_proxy [2020-12-15T14:59:44.985Z] #62 2.251 + case "$1" in [2020-12-15T14:59:44.985Z] #62 2.251 + export CGO_ENABLED=0 [2020-12-15T14:59:44.985Z] #62 2.251 + CGO_ENABLED=0 [2020-12-15T14:59:44.985Z] #62 2.251 + _install_proxy [2020-12-15T14:59:44.985Z] #62 2.251 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-15T14:59:44.985Z] #62 2.251 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T14:59:44.985Z] #62 2.252 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.HGr833ETNI/src/github.com/docker/libnetwork [2020-12-15T14:59:44.985Z] #62 2.257 Cloning into '/tmp/tmp.HGr833ETNI/src/github.com/docker/libnetwork'... [2020-12-15T14:59:44.985Z] #62 ... [2020-12-15T14:59:44.985Z] [2020-12-15T14:59:44.985Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T14:59:44.985Z] #53 3.066 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T14:59:44.985Z] #53 3.220 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T14:59:44.985Z] #53 3.490 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T14:59:44.985Z] #53 3.648 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-15T14:59:44.985Z] #53 5.330 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [227 kB] [2020-12-15T14:59:44.985Z] #53 6.578 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-15T14:59:45.121Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-12-15T14:59:45.121Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-71093f98\powershellScript.ps1'; exit $LASTEXITCODE; [2020-12-15T14:59:45.121Z] ---------------------------------------------------------------------------- [2020-12-15T14:59:45.121Z] [2020-12-15T14:59:45.121Z] INFO: executeCI.ps1 starting at Tue Dec 15 14:59:43 CUT 2020 [2020-12-15T14:59:45.121Z] [2020-12-15T14:59:45.121Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-12-15T14:59:45.121Z] INFO: Running git version 2.24.1.windows.2 [2020-12-15T14:59:45.121Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-12-15T14:59:45.121Z] INFO: Environment variables: [2020-12-15T14:59:45.121Z] [2020-12-15T14:59:45.121Z] Name Value [2020-12-15T14:59:45.121Z] ---- ----- [2020-12-15T14:59:45.121Z] ALLUSERSPROFILE C:\ProgramData [2020-12-15T14:59:45.121Z] amd64 true [2020-12-15T14:59:45.121Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-12-15T14:59:45.121Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-12-15T14:59:45.121Z] arm64 true [2020-12-15T14:59:45.121Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-12-15T14:59:45.121Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-12-15T14:59:45.121Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-12-15T14:59:45.121Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2020-12-15T14:59:45.121Z] BRANCH_NAME PR-41800 [2020-12-15T14:59:45.121Z] BUILD_DISPLAY_NAME #2 [2020-12-15T14:59:45.121Z] BUILD_ID 2 [2020-12-15T14:59:45.121Z] BUILD_NUMBER 2 [2020-12-15T14:59:45.121Z] BUILD_TAG jenkins-moby-PR-41800-2 [2020-12-15T14:59:45.121Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41800/2/ [2020-12-15T14:59:45.121Z] CHANGE_AUTHOR thaJeztah [2020-12-15T14:59:45.121Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-12-15T14:59:45.121Z] CHANGE_BRANCH daemon_improve_logging [2020-12-15T14:59:45.121Z] CHANGE_FORK thaJeztah/docker [2020-12-15T14:59:45.121Z] CHANGE_ID 41800 [2020-12-15T14:59:45.121Z] CHANGE_TARGET master [2020-12-15T14:59:45.121Z] CHANGE_TITLE daemon: improve log messages during startup / shutdown [2020-12-15T14:59:45.121Z] CHANGE_URL https://github.com/moby/moby/pull/41800 [2020-12-15T14:59:45.121Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T14:59:45.121Z] CommonProgramFiles C:\Program Files\Common Files [2020-12-15T14:59:45.121Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-12-15T14:59:45.121Z] CommonProgramW6432 C:\Program Files\Common Files [2020-12-15T14:59:45.121Z] COMPUTERNAME azwin-2-874ec0 [2020-12-15T14:59:45.121Z] ComSpec C:\windows\system32\cmd.exe [2020-12-15T14:59:45.121Z] ConfigSequenceNumber 0 [2020-12-15T14:59:45.121Z] dco true [2020-12-15T14:59:45.121Z] DOCKER_BUILDKIT 0 [2020-12-15T14:59:45.121Z] DOCKER_DUT_DEBUG 1 [2020-12-15T14:59:45.121Z] DOCKER_EXPERIMENTAL 1 [2020-12-15T14:59:45.121Z] DOCKER_GRAPHDRIVER overlay2 [2020-12-15T14:59:45.122Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-12-15T14:59:45.122Z] EXECUTOR_NUMBER 0 [2020-12-15T14:59:45.122Z] FQDN azwin-2-874ec0.westus.cloudapp.azure.com [2020-12-15T14:59:45.122Z] GIT_BRANCH PR-41800 [2020-12-15T14:59:45.122Z] GIT_COMMIT 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T14:59:45.122Z] GIT_PREVIOUS_COMMIT 732e74a4ca339e6f5073605c34e2ffb0076db139 [2020-12-15T14:59:45.122Z] GIT_URL https://github.com/moby/moby.git [2020-12-15T14:59:45.122Z] HUDSON_COOKIE 846c4690-e2c3-4b54-84be-9d1f3c56cdb4 [2020-12-15T14:59:45.122Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-12-15T14:59:45.122Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-12-15T14:59:45.122Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-12-15T14:59:45.122Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64 [2020-12-15T14:59:45.122Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-12-15T14:59:45.122Z] JENKINS_NODE_COOKIE 12d30e7a-5076-4caf-bcb0-23cc9a4f2170 [2020-12-15T14:59:45.122Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-12-15T14:59:45.122Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-12-15T14:59:45.122Z] JOB_BASE_NAME PR-41800 [2020-12-15T14:59:45.122Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41800/display/redirect [2020-12-15T14:59:45.122Z] JOB_NAME moby/PR-41800 [2020-12-15T14:59:45.122Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41800/ [2020-12-15T14:59:45.122Z] library.jps.version master [2020-12-15T14:59:45.122Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-12-15T14:59:45.122Z] NODE_LABELS amd64 azure azwin-2-874ec0 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-12-15T14:59:45.122Z] NODE_NAME azwin-2-874ec0 [2020-12-15T14:59:45.122Z] NUMBER_OF_PROCESSORS 4 [2020-12-15T14:59:45.122Z] OS Windows_NT [2020-12-15T14:59:45.122Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-12-15T14:59:45.122Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-12-15T14:59:45.122Z] ppc64le true [2020-12-15T14:59:45.122Z] PROCESSOR_ARCHITECTURE AMD64 [2020-12-15T14:59:45.122Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2020-12-15T14:59:45.122Z] PROCESSOR_LEVEL 6 [2020-12-15T14:59:45.122Z] PROCESSOR_REVISION 5507 [2020-12-15T14:59:45.122Z] ProgramData C:\ProgramData [2020-12-15T14:59:45.122Z] ProgramFiles C:\Program Files [2020-12-15T14:59:45.122Z] ProgramFiles(x86) C:\Program Files (x86) [2020-12-15T14:59:45.122Z] ProgramW6432 C:\Program Files [2020-12-15T14:59:45.122Z] PROMPT $P$G [2020-12-15T14:59:45.122Z] PSExecutionPolicyPreference Bypass [2020-12-15T14:59:45.122Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-12-15T14:59:45.122Z] PUBLIC C:\Users\Public [2020-12-15T14:59:45.122Z] rootless true [2020-12-15T14:59:45.122Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41800/2/display/redirect?page=artif... [2020-12-15T14:59:45.122Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41800/2/display/redirect?page=changes [2020-12-15T14:59:45.122Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41800/2/display/redirect [2020-12-15T14:59:45.122Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41800/2/display/redirect?page=tests [2020-12-15T14:59:45.122Z] s390x true [2020-12-15T14:59:45.122Z] SKIP_VALIDATION_TESTS 1 [2020-12-15T14:59:45.122Z] SOURCES_DRIVE d [2020-12-15T14:59:45.122Z] SOURCES_SUBDIR gopath [2020-12-15T14:59:45.122Z] STAGE_NAME Run tests [2020-12-15T14:59:45.122Z] SystemDrive C: [2020-12-15T14:59:45.122Z] SystemRoot C:\windows [2020-12-15T14:59:45.122Z] TEMP C:\windows\TEMP [2020-12-15T14:59:45.122Z] TESTDEBUG 0 [2020-12-15T14:59:45.122Z] TESTRUN_DRIVE d [2020-12-15T14:59:45.122Z] TESTRUN_SUBDIR CI [2020-12-15T14:59:45.122Z] TIMEOUT 120m [2020-12-15T14:59:45.122Z] TMP C:\windows\TEMP [2020-12-15T14:59:45.122Z] unit_validate true [2020-12-15T14:59:45.122Z] USERDOMAIN WORKGROUP [2020-12-15T14:59:45.122Z] USERNAME azwin-2-874ec0$ [2020-12-15T14:59:45.122Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-12-15T14:59:45.122Z] validate_force false [2020-12-15T14:59:45.122Z] windir C:\windows [2020-12-15T14:59:45.122Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-12-15T14:59:45.122Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-12-15T14:59:45.122Z] windowsRS1 false [2020-12-15T14:59:45.122Z] windowsRS5 true [2020-12-15T14:59:45.122Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-12-15T14:59:45.122Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2020-12-15T14:59:45.122Z] [2020-12-15T14:59:45.122Z] [2020-12-15T14:59:45.122Z] [2020-12-15T14:59:45.122Z] INFO: Sources under d:\gopath\... [2020-12-15T14:59:45.122Z] INFO: Test run under d:\CI\... [2020-12-15T14:59:45.122Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-12-15T14:59:45.122Z] INFO: docker/docker repository was found [2020-12-15T14:59:45.122Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-12-15T14:59:45.122Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1637' [2020-12-15T14:59:45.122Z] INFO: Docker version of control daemon [2020-12-15T14:59:45.122Z] [2020-12-15T14:59:45.122Z] Client: Docker Engine - Enterprise [2020-12-15T14:59:45.122Z] Version: 19.03.12 [2020-12-15T14:59:45.122Z] API version: 1.40 [2020-12-15T14:59:45.122Z] Go version: go1.13.13 [2020-12-15T14:59:45.122Z] Git commit: 4306744 [2020-12-15T14:59:45.122Z] Built: 08/05/2020 19:27:53 [2020-12-15T14:59:45.122Z] OS/Arch: windows/amd64 [2020-12-15T14:59:45.122Z] Experimental: false [2020-12-15T14:59:45.122Z] [2020-12-15T14:59:45.122Z] Server: Docker Engine - Enterprise [2020-12-15T14:59:45.122Z] Engine: [2020-12-15T14:59:45.122Z] Version: 19.03.12 [2020-12-15T14:59:45.122Z] API version: 1.40 (minimum version 1.24) [2020-12-15T14:59:45.122Z] Go version: go1.13.13 [2020-12-15T14:59:45.122Z] Git commit: f295753ffd [2020-12-15T14:59:45.122Z] Built: 08/05/2020 19:26:41 [2020-12-15T14:59:45.122Z] OS/Arch: windows/amd64 [2020-12-15T14:59:45.122Z] Experimental: true [2020-12-15T14:59:45.122Z] [2020-12-15T14:59:45.122Z] INFO: Docker info of control daemon [2020-12-15T14:59:45.122Z] [2020-12-15T14:59:45.122Z] Client: [2020-12-15T14:59:45.122Z] Debug Mode: false [2020-12-15T14:59:45.122Z] Plugins: [2020-12-15T14:59:45.122Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-12-15T14:59:45.122Z] [2020-12-15T14:59:45.122Z] Server: [2020-12-15T14:59:45.122Z] Containers: 0 [2020-12-15T14:59:45.122Z] Running: 0 [2020-12-15T14:59:45.122Z] Paused: 0 [2020-12-15T14:59:45.122Z] Stopped: 0 [2020-12-15T14:59:45.122Z] Images: 10 [2020-12-15T14:59:45.122Z] Server Version: 19.03.12 [2020-12-15T14:59:45.122Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-12-15T14:59:45.122Z] Windows: [2020-12-15T14:59:45.122Z] LCOW: [2020-12-15T14:59:45.122Z] Logging Driver: json-file [2020-12-15T14:59:45.122Z] Plugins: [2020-12-15T14:59:45.122Z] Volume: local [2020-12-15T14:59:45.122Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-12-15T14:59:45.122Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-12-15T14:59:45.122Z] Swarm: inactive [2020-12-15T14:59:45.122Z] Default Isolation: process [2020-12-15T14:59:45.122Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-12-15T14:59:45.122Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-12-15T14:59:45.122Z] OSType: windows [2020-12-15T14:59:45.122Z] Architecture: x86_64 [2020-12-15T14:59:45.122Z] CPUs: 4 [2020-12-15T14:59:45.122Z] Total Memory: 32GiB [2020-12-15T14:59:45.122Z] Name: azwin-2-874ec0 [2020-12-15T14:59:45.122Z] ID: DKSW:D2DR:7NAQ:X324:HLZ2:AIIZ:VM7L:XWZ3:VQ7M:S4Y3:PBO2:SNOV [2020-12-15T14:59:45.122Z] Docker Root Dir: D:\docker [2020-12-15T14:59:45.122Z] Debug Mode: false [2020-12-15T14:59:45.122Z] Registry: https://index.docker.io/v1/ [2020-12-15T14:59:45.122Z] Labels: [2020-12-15T14:59:45.122Z] Experimental: true [2020-12-15T14:59:45.122Z] Insecure Registries: [2020-12-15T14:59:45.122Z] 10.0.0.4:5000 [2020-12-15T14:59:45.122Z] 127.0.0.0/8 [2020-12-15T14:59:45.122Z] Registry Mirrors: [2020-12-15T14:59:45.122Z] http://10.0.0.4:5000/ [2020-12-15T14:59:45.122Z] Live Restore Enabled: false [2020-12-15T14:59:45.122Z] [2020-12-15T14:59:45.122Z] [2020-12-15T14:59:45.122Z] INFO: Commit hash is 7e600eaae0 [2020-12-15T14:59:45.122Z] INFO: Nuke-Everything... [2020-12-15T14:59:45.122Z] INFO: Container count on control daemon to delete is 0 [2020-12-15T14:59:45.275Z] #53 ... [2020-12-15T14:59:45.275Z] [2020-12-15T14:59:45.275Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:45.275Z] #47 1.240 + RM_GOPATH=0 [2020-12-15T14:59:45.275Z] #47 1.240 + TMP_GOPATH= [2020-12-15T14:59:45.275Z] #47 1.240 + : /build [2020-12-15T14:59:45.275Z] #47 1.240 + '[' -z '' ']' [2020-12-15T14:59:45.275Z] #47 1.240 ++ mktemp -d [2020-12-15T14:59:45.275Z] #47 1.240 + export GOPATH=/tmp/tmp.544KKeOGQB [2020-12-15T14:59:45.275Z] #47 1.240 + GOPATH=/tmp/tmp.544KKeOGQB [2020-12-15T14:59:45.275Z] #47 1.240 + RM_GOPATH=1 [2020-12-15T14:59:45.275Z] #47 1.240 + case "$(go env GOARCH)" in [2020-12-15T14:59:45.275Z] #47 1.240 ++ go env GOARCH [2020-12-15T14:59:45.275Z] #47 1.250 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:45.275Z] #47 1.250 + GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:45.275Z] #47 1.250 ++ dirname /tmp/install/install.sh [2020-12-15T14:59:45.275Z] #47 1.250 + dir=/tmp/install [2020-12-15T14:59:45.275Z] #47 1.250 + bin=golangci_lint [2020-12-15T14:59:45.275Z] #47 1.250 + shift [2020-12-15T14:59:45.275Z] #47 1.250 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-15T14:59:45.275Z] #47 1.250 + . /tmp/install/golangci_lint.installer [2020-12-15T14:59:45.275Z] #47 1.250 ++ : v1.23.8 [2020-12-15T14:59:45.275Z] #47 1.250 + install_golangci_lint [2020-12-15T14:59:45.275Z] #47 1.250 + set -e [2020-12-15T14:59:45.275Z] #47 1.250 + export GO111MODULE=on [2020-12-15T14:59:45.275Z] #47 1.250 + GO111MODULE=on [2020-12-15T14:59:45.275Z] #47 1.250 + GOBIN=/build [2020-12-15T14:59:45.275Z] #47 1.250 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-15T14:59:45.275Z] #47 1.319 go: finding github.com v1.23.8 [2020-12-15T14:59:45.275Z] #47 1.319 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-15T14:59:45.275Z] #47 1.319 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-15T14:59:45.275Z] #47 1.319 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-15T14:59:45.275Z] #47 1.319 go: finding github.com/golangci v1.23.8 [2020-12-15T14:59:45.275Z] #47 1.684 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-15T14:59:45.275Z] #47 2.036 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-15T14:59:45.275Z] #47 6.190 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-15T14:59:45.275Z] #47 6.194 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T14:59:45.275Z] #47 6.195 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-15T14:59:45.275Z] #47 6.203 go: downloading github.com/fatih/color v1.7.0 [2020-12-15T14:59:45.275Z] #47 6.231 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T14:59:45.275Z] #47 6.249 go: downloading github.com/spf13/viper v1.6.1 [2020-12-15T14:59:45.275Z] #47 6.275 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-15T14:59:45.275Z] #47 6.276 go: downloading github.com/pkg/errors v0.8.1 [2020-12-15T14:59:45.275Z] #47 6.409 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-15T14:59:45.275Z] #47 6.517 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T14:59:45.275Z] #47 6.580 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-15T14:59:45.275Z] #47 6.583 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-15T14:59:45.275Z] #47 6.584 go: extracting github.com/pkg/errors v0.8.1 [2020-12-15T14:59:45.275Z] #47 6.684 go: extracting github.com/spf13/viper v1.6.1 [2020-12-15T14:59:45.275Z] #47 6.689 go: extracting github.com/fatih/color v1.7.0 [2020-12-15T14:59:45.275Z] #47 6.708 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-15T14:59:45.275Z] #47 6.786 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T14:59:45.275Z] #47 6.810 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-15T14:59:45.275Z] #47 6.907 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-15T14:59:45.275Z] #47 6.910 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-15T14:59:45.275Z] #47 6.945 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T14:59:45.275Z] #47 7.016 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T14:59:45.275Z] #47 7.131 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T14:59:45.275Z] #47 7.133 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T14:59:45.275Z] #47 7.134 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-15T14:59:45.275Z] #47 7.262 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T14:59:45.275Z] #47 7.328 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T14:59:45.275Z] #47 7.466 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-15T14:59:45.275Z] #47 7.514 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T14:59:45.275Z] #47 7.747 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T14:59:45.275Z] #47 7.928 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T14:59:45.275Z] #47 8.078 go: downloading github.com/spf13/afero v1.1.2 [2020-12-15T14:59:45.275Z] #47 8.452 go: extracting github.com/spf13/afero v1.1.2 [2020-12-15T14:59:45.275Z] #47 8.454 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T14:59:45.275Z] #47 8.557 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T14:59:45.275Z] #47 8.565 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T14:59:45.275Z] #47 8.698 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T14:59:45.275Z] #47 8.702 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T14:59:45.275Z] #47 8.873 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T14:59:45.275Z] #47 9.081 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T14:59:45.275Z] #47 9.361 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T14:59:45.275Z] #47 9.425 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T14:59:45.275Z] #47 10.71 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-15T14:59:45.275Z] #47 10.78 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T14:59:45.275Z] #47 10.78 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-15T14:59:45.275Z] #47 10.78 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T14:59:45.275Z] #47 10.79 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T14:59:45.276Z] #47 10.79 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-15T14:59:45.276Z] #47 10.80 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-15T14:59:45.276Z] #47 10.81 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T14:59:45.276Z] #47 10.81 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T14:59:45.276Z] #47 10.86 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T14:59:45.276Z] #47 10.86 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-15T14:59:45.276Z] #47 10.86 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T14:59:45.276Z] #47 10.86 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T14:59:45.276Z] #47 10.87 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T14:59:45.276Z] #47 10.99 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T14:59:45.276Z] #47 10.99 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T14:59:45.276Z] #47 10.99 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T14:59:45.276Z] #47 11.02 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-15T14:59:45.276Z] #47 11.02 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T14:59:45.276Z] #47 11.16 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T14:59:45.276Z] #47 11.19 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T14:59:45.276Z] #47 11.19 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T14:59:45.276Z] #47 11.19 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T14:59:45.276Z] #47 11.20 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-15T14:59:45.276Z] #47 11.23 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-15T14:59:45.276Z] #47 11.26 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-15T14:59:45.276Z] #47 11.27 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T14:59:45.276Z] #47 11.30 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T14:59:45.276Z] #47 11.30 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-15T14:59:45.276Z] #47 11.30 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T14:59:45.276Z] #47 11.30 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T14:59:45.276Z] #47 11.31 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-15T14:59:45.276Z] #47 11.31 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-15T14:59:45.276Z] #47 11.31 go: downloading golang.org/x/text v0.3.2 [2020-12-15T14:59:45.276Z] #47 11.31 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-15T14:59:45.276Z] #47 11.41 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T14:59:45.276Z] #47 11.41 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-15T14:59:45.276Z] #47 11.45 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-15T14:59:45.276Z] #47 11.45 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-15T14:59:45.276Z] #47 11.48 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T14:59:45.276Z] #47 11.55 go: downloading github.com/spf13/cast v1.3.0 [2020-12-15T14:59:45.276Z] #47 11.60 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T14:59:45.276Z] #47 11.61 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T14:59:45.276Z] #47 11.66 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T14:59:45.276Z] #47 11.68 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-15T14:59:45.276Z] #47 11.76 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-15T14:59:45.276Z] #47 11.81 go: extracting github.com/spf13/cast v1.3.0 [2020-12-15T14:59:45.276Z] #47 11.85 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T14:59:45.276Z] #47 11.91 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T14:59:45.565Z] #47 11.91 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T14:59:45.565Z] #47 11.92 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T14:59:45.565Z] #47 11.93 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T14:59:45.565Z] #47 12.01 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-15T14:59:45.565Z] #47 12.05 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-15T14:59:45.566Z] #47 12.06 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-15T14:59:45.566Z] #47 ... [2020-12-15T14:59:45.566Z] [2020-12-15T14:59:45.566Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T14:59:45.566Z] #43 12.09 unicode/utf16 [2020-12-15T14:59:45.580Z] INFO: Nuking d:\CI [2020-12-15T14:59:45.580Z] INFO: Zapped successfully [2020-12-15T14:59:45.580Z] INFO: Location for testing is d:\CI\PR-41800\2 [2020-12-15T14:59:45.580Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-12-15T14:59:45.580Z] [2020-12-15T14:59:45.580Z] [2020-12-15T14:59:45.580Z] INFO: Building the image from Dockerfile.windows at 12/15/2020 14:59:45... [2020-12-15T14:59:45.580Z] [2020-12-15T14:59:45.856Z] #43 12.24 container/list [2020-12-15T14:59:46.146Z] #43 12.62 crypto/internal/subtle [2020-12-15T14:59:46.146Z] #43 12.69 crypto/subtle [2020-12-15T14:59:46.146Z] #43 12.79 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-15T14:59:46.146Z] #43 12.84 internal/nettrace [2020-12-15T14:59:46.436Z] #43 12.88 runtime/cgo [2020-12-15T14:59:47.796Z] 3c370c2e2f82: Pull complete [2020-12-15T14:59:47.796Z] 5ffb2f5886e2: Pull complete [2020-12-15T14:59:47.796Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-12-15T14:59:47.796Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-12-15T14:59:47.796Z] ---> 805dc2d65d1c [2020-12-15T14:59:47.796Z] Step 5/15 : ARG BUILDX_REPO [2020-12-15T14:59:48.090Z] ---> Running in 8c86d1708395 [2020-12-15T14:59:48.090Z] Removing intermediate container 8c86d1708395 [2020-12-15T14:59:48.090Z] ---> d6c30c0728bd [2020-12-15T14:59:48.090Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-12-15T14:59:48.090Z] ---> Running in c58f06e805eb [2020-12-15T14:59:48.381Z] Cloning into '/buildx'... [2020-12-15T14:59:50.263Z] Sending build context to Docker daemon 58.05MB [2020-12-15T14:59:50.263Z] [2020-12-15T14:59:50.263Z] Step 1/10 : FROM microsoft/windowsservercore [2020-12-15T14:59:50.263Z] ---> c0773f9ce353 [2020-12-15T14:59:50.263Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-12-15T14:59:50.263Z] ---> Using cache [2020-12-15T14:59:50.263Z] ---> 6a2f2a3fe9ce [2020-12-15T14:59:50.263Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-12-15T14:59:50.263Z] ---> Using cache [2020-12-15T14:59:50.263Z] ---> e0d27bb909e5 [2020-12-15T14:59:50.263Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-12-15T14:59:50.263Z] ---> Using cache [2020-12-15T14:59:50.263Z] ---> 243e1fdbc157 [2020-12-15T14:59:50.263Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2020-12-15T14:59:50.263Z] ---> Using cache [2020-12-15T14:59:50.263Z] ---> 4218666ba06a [2020-12-15T14:59:50.263Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2020-12-15T14:59:50.263Z] ---> Using cache [2020-12-15T14:59:50.263Z] ---> 02c9a5562047 [2020-12-15T14:59:50.263Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-12-15T14:59:50.263Z] ---> Using cache [2020-12-15T14:59:50.263Z] ---> 1e2b6e673dce [2020-12-15T14:59:50.263Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-12-15T14:59:50.263Z] ---> Using cache [2020-12-15T14:59:50.263Z] ---> cb974f638d85 [2020-12-15T14:59:50.263Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-12-15T14:59:50.263Z] ---> Using cache [2020-12-15T14:59:50.263Z] ---> 78d66b12f729 [2020-12-15T14:59:50.263Z] Step 10/10 : COPY . . [2020-12-15T14:59:50.940Z] #43 ... [2020-12-15T14:59:50.940Z] [2020-12-15T14:59:50.940Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:50.940Z] #47 12.37 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T14:59:50.940Z] #47 12.37 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T14:59:50.940Z] #47 12.38 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-15T14:59:50.940Z] #47 12.43 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T14:59:50.940Z] #47 12.55 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T14:59:50.940Z] #47 12.59 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T14:59:50.940Z] #47 12.59 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T14:59:50.940Z] #47 12.61 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T14:59:50.940Z] #47 12.69 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-15T14:59:50.940Z] #47 12.69 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T14:59:50.940Z] #47 12.73 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-15T14:59:50.940Z] #47 12.85 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T14:59:50.940Z] #47 12.86 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T14:59:50.940Z] #47 12.88 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-15T14:59:50.940Z] #47 12.90 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T14:59:50.940Z] #47 12.93 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-15T14:59:50.940Z] #47 12.94 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T14:59:50.940Z] #47 13.00 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-15T14:59:50.940Z] #47 13.30 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T14:59:50.940Z] #47 13.34 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-15T14:59:50.940Z] #47 13.42 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T14:59:50.940Z] #47 13.45 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T14:59:50.940Z] #47 13.46 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T14:59:50.940Z] #47 13.56 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T14:59:50.940Z] #47 13.56 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-15T14:59:50.940Z] #47 13.68 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-15T14:59:50.940Z] #47 13.68 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T14:59:50.940Z] #47 13.83 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T14:59:50.940Z] #47 13.99 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T14:59:50.940Z] #47 13.99 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-15T14:59:50.940Z] #47 13.99 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T14:59:50.940Z] #47 14.00 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T14:59:50.940Z] #47 14.01 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-15T14:59:50.940Z] #47 14.09 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-15T14:59:50.940Z] #47 14.14 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-15T14:59:50.940Z] #47 14.14 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T14:59:50.940Z] #47 14.50 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T14:59:50.940Z] #47 14.57 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-15T14:59:50.940Z] #47 14.59 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-15T14:59:50.940Z] #47 14.84 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-15T14:59:50.940Z] #47 15.43 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T14:59:50.940Z] #47 15.90 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T14:59:50.940Z] #47 15.96 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-15T14:59:50.940Z] #47 15.99 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T14:59:50.940Z] #47 15.99 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-15T14:59:50.940Z] #47 15.99 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T14:59:50.940Z] #47 16.03 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T14:59:50.940Z] #47 16.03 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T14:59:50.940Z] #47 16.10 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T14:59:50.940Z] #47 16.11 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T14:59:50.940Z] #47 16.11 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-15T14:59:50.940Z] #47 16.14 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-15T14:59:50.940Z] #47 16.25 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-15T14:59:50.940Z] #47 16.26 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T14:59:51.909Z] Removing intermediate container c58f06e805eb [2020-12-15T14:59:51.909Z] ---> fa33bf00b103 [2020-12-15T14:59:51.909Z] Step 7/15 : WORKDIR /buildx [2020-12-15T14:59:52.045Z] #47 18.65 go: extracting golang.org/x/text v0.3.2 [2020-12-15T14:59:52.203Z] ---> Running in 836542f4e336 [2020-12-15T14:59:52.203Z] Removing intermediate container 836542f4e336 [2020-12-15T14:59:52.203Z] ---> 4ff440f68c69 [2020-12-15T14:59:52.203Z] Step 8/15 : ARG BUILDX_COMMIT [2020-12-15T14:59:52.203Z] ---> Running in a715f8e512c2 [2020-12-15T14:59:52.203Z] Removing intermediate container a715f8e512c2 [2020-12-15T14:59:52.203Z] ---> 2345211813e3 [2020-12-15T14:59:52.203Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-12-15T14:59:52.203Z] ---> Running in bc2e1d1923e4 [2020-12-15T14:59:52.836Z] From https://github.com/docker/buildx [2020-12-15T14:59:52.836Z] * [new tag] v0.3.1 -> build [2020-12-15T14:59:53.470Z] Switched to branch 'build' [2020-12-15T14:59:53.610Z] #47 ... [2020-12-15T14:59:53.610Z] [2020-12-15T14:59:53.610Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T14:59:53.610Z] #27 4.442 #=#=# # 1.5% ## 3.3% ### 4.6% #### 6.4% ##### 8.0% ####### 9.9% ######## 11.8% ######### 13.6% ########### 15.5% ############ 17.4% ############# 18.6% ############## 19.9% ############### 21.7% ################# 23.6% ################# 24.2% ################## 26.1% #################### 28.0% #################### 28.1% ##################### 30.0% ###################### 31.7% ####################### 33.0% ######################### 34.9% ######################### 35.5% ########################## 37.4% ############################ 39.3% ############################# 40.5% ############################## 42.8% ################################ 44.7% ################################# 45.9% ################################## 47.8% #################################### 50.2% ##################################### 52.3% ###################################### 53.6% ####################################### 55.4% ######################################### 57.3% ########################################## 59.2% ########################################### 61.0% ############################################# 63.5% ############################################### 66.0% ################################################ 67.9% ################################################## 69.6% ################################################### 71.5% #################################################### 72.7% ###################################################### 75.2% ####################################################### 77.1% ######################################################## 79.0% ########################################################## 80.8% ########################################################### 82.7% ############################################################ 84.6% ############################################################# 85.8% ############################################################### 87.7% ################################################################ 89.5% ################################################################## 92.5% ################################################################## 93.0% #################################################################### 95.3% ##################################################################### 97.1% ####################################################################### 99.0% ######################################################################## 100.0% [2020-12-15T14:59:53.610Z] #27 12.18 [2020-12-15T14:59:53.610Z] #27 13.72 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-15T14:59:53.610Z] #27 14.07 #=#=# [2020-12-15T14:59:53.610Z] #27 14.22 #=#=# ######################################################################## 100.0% [2020-12-15T14:59:53.610Z] #27 14.41 [2020-12-15T14:59:53.610Z] #27 15.73 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-15T14:59:53.610Z] #27 15.79 skipping existing aab193acf6ba [2020-12-15T14:59:53.610Z] #27 15.90 [2020-12-15T14:59:53.610Z] #27 16.98 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-15T14:59:53.610Z] #27 17.04 skipping existing 4d43f82972ce [2020-12-15T14:59:53.610Z] #27 17.09 [2020-12-15T14:59:53.610Z] #27 18.34 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-15T14:59:53.610Z] #27 18.77 #=#=# [2020-12-15T14:59:53.610Z] #27 18.93 #=#=# ######################################################################## 100.0% [2020-12-15T14:59:53.610Z] #27 19.04 [2020-12-15T14:59:54.240Z] #27 ... [2020-12-15T14:59:54.240Z] [2020-12-15T14:59:54.240Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T14:59:54.240Z] #53 13.13 Fetched 8097 kB in 10s (800 kB/s) [2020-12-15T14:59:54.240Z] #53 13.13 Reading package lists... [2020-12-15T14:59:54.240Z] #53 16.15 Reading package lists... [2020-12-15T14:59:54.240Z] #53 19.05 Building dependency tree... [2020-12-15T14:59:54.240Z] #53 19.92 The following additional packages will be installed: [2020-12-15T14:59:54.240Z] #53 19.92 libbtrfs0 [2020-12-15T14:59:54.240Z] #53 20.01 The following NEW packages will be installed: [2020-12-15T14:59:54.240Z] #53 20.01 libbtrfs-dev libbtrfs0 [2020-12-15T14:59:54.240Z] #53 20.13 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T14:59:54.240Z] #53 20.13 Need to get 118 kB of archives. [2020-12-15T14:59:54.240Z] #53 20.13 After this operation, 390 kB of additional disk space will be used. [2020-12-15T14:59:54.240Z] #53 20.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-12-15T14:59:54.240Z] #53 20.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-12-15T14:59:54.240Z] #53 20.79 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T14:59:54.240Z] #53 20.86 Fetched 118 kB in 0s (633 kB/s) [2020-12-15T14:59:54.240Z] #53 20.94 Selecting previously unselected package libbtrfs0. [2020-12-15T14:59:54.512Z] Removing intermediate container bc2e1d1923e4 [2020-12-15T14:59:54.512Z] ---> ac4cbe84bef3 [2020-12-15T14:59:54.512Z] Step 10/15 : ARG GOOS [2020-12-15T14:59:54.512Z] ---> Running in 709960897c82 [2020-12-15T14:59:54.512Z] Removing intermediate container 709960897c82 [2020-12-15T14:59:54.512Z] ---> cfc36460a60d [2020-12-15T14:59:54.512Z] Step 11/15 : ARG GOARCH [2020-12-15T14:59:54.512Z] ---> Running in 311531ace0f2 [2020-12-15T14:59:54.512Z] Removing intermediate container 311531ace0f2 [2020-12-15T14:59:54.512Z] ---> 24645176f5af [2020-12-15T14:59:54.512Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-12-15T14:59:54.512Z] ---> Running in 37bec97a19f8 [2020-12-15T14:59:54.530Z] #53 20.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-12-15T14:59:54.530Z] #53 20.99 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-12-15T14:59:54.530Z] #53 21.00 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-15T14:59:54.530Z] #53 21.08 Selecting previously unselected package libbtrfs-dev. [2020-12-15T14:59:54.530Z] #53 21.08 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-12-15T14:59:54.530Z] #53 21.08 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-15T14:59:54.820Z] #53 21.30 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-15T14:59:54.820Z] #53 21.32 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-15T14:59:54.820Z] #53 21.33 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T14:59:54.820Z] #53 ... [2020-12-15T14:59:54.820Z] [2020-12-15T14:59:54.820Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T14:59:54.820Z] #49 11.34 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T14:59:54.820Z] #49 11.45 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T14:59:54.820Z] #49 11.54 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T14:59:54.820Z] #49 11.68 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T14:59:54.820Z] #49 12.11 runtime [2020-12-15T14:59:54.820Z] #49 12.11 unicode/utf16 [2020-12-15T14:59:54.820Z] #49 12.35 runtime/cgo [2020-12-15T14:59:54.820Z] #49 ... [2020-12-15T14:59:54.820Z] [2020-12-15T14:59:54.820Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T14:59:54.820Z] #40 13.09 Fetched 8097 kB in 10s (792 kB/s) [2020-12-15T14:59:54.820Z] #40 13.09 Reading package lists... [2020-12-15T14:59:54.820Z] #40 16.41 Reading package lists... [2020-12-15T14:59:54.820Z] #40 19.71 Building dependency tree... [2020-12-15T14:59:54.820Z] #40 20.59 The following additional packages will be installed: [2020-12-15T14:59:54.820Z] #40 20.59 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-15T14:59:54.820Z] #40 20.59 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-15T14:59:54.820Z] #40 20.59 Suggested packages: [2020-12-15T14:59:54.820Z] #40 20.60 manpages-dev python-setuptools [2020-12-15T14:59:54.820Z] #40 21.45 The following NEW packages will be installed: [2020-12-15T14:59:54.820Z] #40 21.45 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-15T14:59:54.820Z] #40 21.46 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-15T14:59:54.820Z] #40 21.46 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-15T14:59:54.820Z] #40 21.46 python-six zlib1g-dev [2020-12-15T14:59:54.820Z] #40 21.54 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T14:59:54.820Z] #40 21.54 Need to get 3742 kB of archives. [2020-12-15T14:59:54.820Z] #40 21.54 After this operation, 22.0 MB of additional disk space will be used. [2020-12-15T14:59:54.820Z] #40 21.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-12-15T14:59:54.820Z] #40 21.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-12-15T14:59:55.179Z] #40 21.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-12-15T14:59:55.179Z] #40 21.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-12-15T14:59:55.179Z] #40 21.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-12-15T14:59:55.179Z] #40 21.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-12-15T14:59:55.179Z] #40 21.58 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2020-12-15T14:59:55.179Z] #40 21.62 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-12-15T14:59:55.179Z] #40 21.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-12-15T14:59:55.179Z] #40 21.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-12-15T14:59:55.179Z] #40 21.73 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-12-15T14:59:55.179Z] #40 21.77 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-12-15T14:59:55.179Z] #40 21.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2020-12-15T14:59:55.478Z] #40 21.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-12-15T14:59:55.478Z] #40 21.87 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-15T14:59:55.478Z] #40 21.88 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-12-15T14:59:55.478Z] #40 21.89 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-12-15T14:59:55.478Z] #40 ... [2020-12-15T14:59:55.478Z] [2020-12-15T14:59:55.478Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T14:59:55.478Z] #53 DONE 22.1s [2020-12-15T14:59:55.478Z] [2020-12-15T14:59:55.478Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:56.511Z] #54 0.814 + RM_GOPATH=0 [2020-12-15T14:59:56.511Z] #54 0.814 + TMP_GOPATH= [2020-12-15T14:59:56.511Z] #54 0.814 + : /build [2020-12-15T14:59:56.511Z] #54 0.814 + '[' -z '' ']' [2020-12-15T14:59:56.511Z] #54 0.815 ++ mktemp -d [2020-12-15T14:59:56.511Z] #54 0.817 + export GOPATH=/tmp/tmp.6EGFqjGwh3 [2020-12-15T14:59:56.511Z] #54 0.817 + GOPATH=/tmp/tmp.6EGFqjGwh3 [2020-12-15T14:59:56.511Z] #54 0.817 + RM_GOPATH=1 [2020-12-15T14:59:56.511Z] #54 0.817 + case "$(go env GOARCH)" in [2020-12-15T14:59:56.511Z] #54 0.819 ++ go env GOARCH [2020-12-15T14:59:56.511Z] #54 0.822 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:56.511Z] #54 0.822 + GO_BUILDMODE=-buildmode=pie [2020-12-15T14:59:56.511Z] #54 0.822 ++ dirname /tmp/install/install.sh [2020-12-15T14:59:56.511Z] #54 0.823 + dir=/tmp/install [2020-12-15T14:59:56.511Z] #54 0.823 + bin=containerd [2020-12-15T14:59:56.511Z] #54 0.823 + shift [2020-12-15T14:59:56.511Z] #54 0.823 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-15T14:59:56.511Z] #54 0.824 + . /tmp/install/containerd.installer [2020-12-15T14:59:56.511Z] #54 0.824 ++ set -e [2020-12-15T14:59:56.511Z] #54 0.824 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T14:59:56.511Z] #54 0.826 + install_containerd [2020-12-15T14:59:56.511Z] #54 0.829 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-15T14:59:56.511Z] #54 0.829 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T14:59:56.511Z] #54 0.830 + git clone https://github.com/containerd/containerd.git /tmp/tmp.6EGFqjGwh3/src/github.com/containerd/containerd [2020-12-15T14:59:56.512Z] #54 0.831 Cloning into '/tmp/tmp.6EGFqjGwh3/src/github.com/containerd/containerd'... [2020-12-15T14:59:57.577Z] #54 ... [2020-12-15T14:59:57.577Z] [2020-12-15T14:59:57.577Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T14:59:57.577Z] #34 13.92 Fetched 8097 kB in 11s (752 kB/s) [2020-12-15T14:59:57.577Z] #34 13.92 Reading package lists... [2020-12-15T14:59:57.577Z] #34 16.96 Reading package lists... [2020-12-15T14:59:57.577Z] #34 20.13 Building dependency tree... [2020-12-15T14:59:57.577Z] #34 20.98 The following additional packages will be installed: [2020-12-15T14:59:57.577Z] #34 20.99 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-15T14:59:57.577Z] #34 20.99 Suggested packages: [2020-12-15T14:59:57.577Z] #34 20.99 cmake-doc ninja-build lrzip [2020-12-15T14:59:57.577Z] #34 20.99 Recommended packages: [2020-12-15T14:59:57.577Z] #34 20.99 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-15T14:59:57.577Z] #34 21.62 The following NEW packages will be installed: [2020-12-15T14:59:57.577Z] #34 21.63 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-15T14:59:57.577Z] #34 21.63 vim-common xxd [2020-12-15T14:59:57.577Z] #34 21.71 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T14:59:57.577Z] #34 21.71 Need to get 14.0 MB of archives. [2020-12-15T14:59:57.577Z] #34 21.71 After this operation, 62.1 MB of additional disk space will be used. [2020-12-15T14:59:57.577Z] #34 21.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-12-15T14:59:57.577Z] #34 21.75 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-12-15T14:59:57.577Z] #34 21.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-12-15T14:59:57.577Z] #34 21.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-12-15T14:59:57.577Z] #34 22.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB] [2020-12-15T14:59:57.577Z] #34 22.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-12-15T14:59:57.577Z] #34 22.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-12-15T14:59:57.577Z] #34 22.43 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-12-15T14:59:57.577Z] #34 22.45 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-12-15T14:59:57.577Z] #34 22.45 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-12-15T14:59:57.577Z] #34 23.36 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T14:59:57.577Z] #34 23.41 Fetched 14.0 MB in 1s (14.4 MB/s) [2020-12-15T14:59:57.577Z] #34 23.47 Selecting previously unselected package xxd. [2020-12-15T14:59:57.577Z] #34 23.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 ... 15177 files and directories currently installed.) [2020-12-15T14:59:57.577Z] #34 23.49 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-12-15T14:59:57.577Z] #34 23.50 Unpacking xxd (2:8.1.0875-5) ... [2020-12-15T14:59:57.577Z] #34 23.64 Selecting previously unselected package vim-common. [2020-12-15T14:59:57.577Z] #34 23.64 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-15T14:59:57.577Z] #34 23.67 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-15T14:59:57.577Z] #34 23.96 Selecting previously unselected package cmake-data. [2020-12-15T14:59:57.577Z] #34 23.96 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-15T14:59:57.577Z] #34 23.97 Unpacking cmake-data (3.13.4-1) ... [2020-12-15T14:59:57.577Z] #34 ... [2020-12-15T14:59:57.577Z] [2020-12-15T14:59:57.577Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T14:59:57.577Z] #11 13.89 Fetched 8097 kB in 11s (720 kB/s) [2020-12-15T14:59:57.577Z] #11 13.89 Reading package lists... [2020-12-15T14:59:57.577Z] #11 17.16 Reading package lists... [2020-12-15T14:59:57.577Z] #11 20.33 Building dependency tree... [2020-12-15T14:59:57.577Z] #11 21.21 The following additional packages will be installed: [2020-12-15T14:59:57.577Z] #11 21.21 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-15T14:59:57.577Z] #11 21.21 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-15T14:59:57.577Z] #11 21.21 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-15T14:59:57.577Z] #11 21.21 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-15T14:59:57.577Z] #11 21.21 mingw-w64-x86-64-dev [2020-12-15T14:59:57.577Z] #11 21.22 Suggested packages: [2020-12-15T14:59:57.577Z] #11 21.22 gcc-8-locales seccomp wine64 [2020-12-15T14:59:57.578Z] #11 22.22 The following NEW packages will be installed: [2020-12-15T14:59:57.578Z] #11 22.30 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-15T14:59:57.578Z] #11 22.30 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-15T14:59:57.578Z] #11 22.30 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-15T14:59:57.578Z] #11 22.30 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-15T14:59:57.578Z] #11 22.30 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-15T14:59:57.578Z] #11 22.30 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-15T14:59:57.578Z] #11 22.30 The following packages will be upgraded: [2020-12-15T14:59:57.578Z] #11 22.30 libsystemd0 libudev1 [2020-12-15T14:59:57.578Z] #11 22.40 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-15T14:59:57.578Z] #11 22.40 Need to get 73.7 MB of archives. [2020-12-15T14:59:57.578Z] #11 22.40 After this operation, 494 MB of additional disk space will be used. [2020-12-15T14:59:57.578Z] #11 22.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u5 [307 kB] [2020-12-15T14:59:57.578Z] #11 22.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u5 [145 kB] [2020-12-15T14:59:57.578Z] #11 22.45 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2020-12-15T14:59:57.578Z] #11 22.63 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2020-12-15T14:59:57.578Z] #11 22.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-15T14:59:57.578Z] #11 22.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-12-15T14:59:57.578Z] #11 22.84 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-12-15T14:59:57.578Z] #11 22.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-15T14:59:57.578Z] #11 23.16 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-15T14:59:57.578Z] #11 23.35 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2020-12-15T14:59:57.578Z] #11 23.36 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2020-12-15T14:59:57.578Z] #11 ... [2020-12-15T14:59:57.578Z] [2020-12-15T14:59:57.578Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T14:59:57.578Z] #38 14.01 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-15T14:59:57.578Z] #38 15.33 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-15T14:59:57.931Z] #38 ... [2020-12-15T14:59:57.931Z] [2020-12-15T14:59:57.931Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T14:59:57.931Z] #27 24.84 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-15T14:59:57.931Z] #27 25.09 [2020-12-15T14:59:57.931Z] #27 25.18 ######################################################################## 100.0% [2020-12-15T14:59:57.931Z] #27 25.30 [2020-12-15T14:59:57.931Z] #27 25.35 Download of images into '/build' complete. [2020-12-15T14:59:57.931Z] #27 25.35 Use something like the following to load the result into a Docker daemon: [2020-12-15T14:59:57.931Z] #27 25.35 tar -cC '/build' . | docker load [2020-12-15T14:59:57.931Z] #27 DONE 25.6s [2020-12-15T14:59:57.931Z] [2020-12-15T14:59:57.931Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T14:59:57.931Z] #47 22.15 go: finding github.com/fatih/color v1.7.0 [2020-12-15T14:59:57.931Z] #47 22.18 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T14:59:57.931Z] #47 22.22 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-15T14:59:57.931Z] #47 22.23 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-15T14:59:57.931Z] #47 22.24 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T14:59:57.931Z] #47 22.33 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-15T14:59:57.931Z] #47 22.34 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T14:59:57.931Z] #47 22.35 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T14:59:57.931Z] #47 22.35 go: finding github.com/pkg/errors v0.8.1 [2020-12-15T14:59:57.931Z] #47 22.39 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T14:59:57.931Z] #47 22.39 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-15T14:59:57.931Z] #47 22.39 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T14:59:57.931Z] #47 22.40 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T14:59:57.931Z] #47 22.40 go: finding github.com/stretchr/testify v1.4.0 [2020-12-15T14:59:57.931Z] #47 22.40 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-15T14:59:57.931Z] #47 22.48 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T14:59:57.931Z] #47 22.48 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-15T14:59:57.931Z] #47 22.48 go: finding github.com/spf13/viper v1.6.1 [2020-12-15T14:59:57.931Z] #47 22.49 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-15T14:59:57.931Z] #47 22.49 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-15T14:59:57.931Z] #47 22.50 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T14:59:57.931Z] #47 22.52 go: finding github.com/stretchr/objx v0.2.0 [2020-12-15T14:59:57.931Z] #47 22.57 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T14:59:57.931Z] #47 22.57 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T14:59:57.931Z] #47 22.61 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T14:59:57.931Z] #47 22.62 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T14:59:57.931Z] #47 22.64 go: finding github.com/spf13/cobra v0.0.5 [2020-12-15T14:59:57.931Z] #47 22.64 go: finding github.com/gobwas/glob v0.2.3 [2020-12-15T14:59:57.931Z] #47 22.65 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-15T14:59:57.931Z] #47 22.66 go: finding github.com/spf13/pflag v1.0.5 [2020-12-15T14:59:57.931Z] #47 22.67 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T14:59:57.931Z] #47 22.67 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-15T14:59:57.931Z] #47 22.71 go: finding github.com/magiconair/properties v1.8.1 [2020-12-15T14:59:57.931Z] #47 22.71 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T14:59:57.931Z] #47 22.74 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T14:59:57.931Z] #47 22.80 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T14:59:57.931Z] #47 22.81 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-15T14:59:57.931Z] #47 22.82 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T14:59:57.931Z] #47 22.83 go: finding github.com/spf13/afero v1.1.2 [2020-12-15T14:59:57.931Z] #47 22.84 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T14:59:57.931Z] #47 22.86 go: finding github.com/spf13/cast v1.3.0 [2020-12-15T14:59:57.931Z] #47 22.86 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T14:59:57.931Z] #47 22.87 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T14:59:57.931Z] #47 22.87 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T14:59:57.931Z] #47 22.88 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T14:59:57.931Z] #47 22.89 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-15T14:59:57.931Z] #47 22.90 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-15T14:59:57.931Z] #47 22.94 go: finding golang.org/x/text v0.3.2 [2020-12-15T14:59:57.931Z] #47 23.10 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T14:59:57.931Z] #47 23.11 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T14:59:57.931Z] #47 23.12 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T14:59:57.931Z] #47 23.14 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T14:59:57.931Z] #47 23.14 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T14:59:57.931Z] #47 23.15 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T14:59:57.931Z] #47 23.15 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T14:59:57.931Z] #47 23.17 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T14:59:57.931Z] #47 23.17 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T14:59:57.931Z] #47 23.18 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T14:59:57.931Z] #47 23.20 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T14:59:57.931Z] #47 23.20 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-15T14:59:57.931Z] #47 23.21 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T14:59:57.931Z] #47 23.23 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T14:59:57.931Z] #47 23.24 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T14:59:57.931Z] #47 23.27 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T14:59:57.931Z] #47 23.27 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-15T14:59:57.931Z] #47 23.28 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-15T14:59:57.931Z] #47 23.28 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-15T14:59:57.931Z] #47 23.30 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-15T14:59:57.931Z] #47 23.38 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T14:59:57.931Z] #47 23.48 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T14:59:57.931Z] #47 23.50 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T14:59:57.931Z] #47 23.50 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T14:59:57.931Z] #47 23.55 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-15T14:59:57.931Z] #47 23.57 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T14:59:58.234Z] #47 ... [2020-12-15T14:59:58.234Z] [2020-12-15T14:59:58.234Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T14:59:58.234Z] #62 14.95 + cd /tmp/tmp.HGr833ETNI/src/github.com/docker/libnetwork [2020-12-15T14:59:58.234Z] #62 14.95 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T14:59:58.234Z] #62 15.20 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-12-15T14:59:58.524Z] #62 ... [2020-12-15T14:59:58.524Z] [2020-12-15T14:59:58.524Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T14:59:58.524Z] #40 22.51 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T14:59:58.524Z] #40 22.56 Fetched 3742 kB in 0s (9411 kB/s) [2020-12-15T14:59:58.524Z] #40 22.71 Selecting previously unselected package libcap-dev:s390x. [2020-12-15T14:59:58.524Z] #40 22.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-12-15T14:59:58.524Z] #40 22.75 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 22.76 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-12-15T14:59:58.524Z] #40 22.85 Selecting previously unselected package libnet1:s390x. [2020-12-15T14:59:58.524Z] #40 22.85 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 22.88 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-12-15T14:59:58.524Z] #40 22.98 Selecting previously unselected package libnet1-dev. [2020-12-15T14:59:58.524Z] #40 22.99 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 22.99 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-15T14:59:58.524Z] #40 23.15 Selecting previously unselected package libnl-3-200:s390x. [2020-12-15T14:59:58.524Z] #40 23.16 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 23.17 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-12-15T14:59:58.524Z] #40 23.32 Selecting previously unselected package libnl-3-dev:s390x. [2020-12-15T14:59:58.524Z] #40 23.32 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 23.33 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-12-15T14:59:58.524Z] #40 23.51 Selecting previously unselected package libprotobuf-c1:s390x. [2020-12-15T14:59:58.524Z] #40 23.52 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 23.52 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-12-15T14:59:58.524Z] #40 23.61 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-12-15T14:59:58.524Z] #40 23.61 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 23.62 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-12-15T14:59:58.524Z] #40 23.68 Selecting previously unselected package zlib1g-dev:s390x. [2020-12-15T14:59:58.524Z] #40 23.68 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 23.68 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-12-15T14:59:58.524Z] #40 23.91 Selecting previously unselected package libprotobuf17:s390x. [2020-12-15T14:59:58.524Z] #40 23.92 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 23.92 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-12-15T14:59:58.524Z] #40 24.64 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-12-15T14:59:58.524Z] #40 24.64 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 24.64 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-12-15T14:59:58.524Z] #40 24.86 Selecting previously unselected package libprotobuf-dev:s390x. [2020-12-15T14:59:58.524Z] #40 24.86 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-12-15T14:59:58.524Z] #40 24.87 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-12-15T14:59:59.155Z] #40 25.58 Selecting previously unselected package libprotoc17:s390x. [2020-12-15T14:59:59.155Z] #40 25.58 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-12-15T14:59:59.155Z] #40 25.59 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-12-15T14:59:59.445Z] #40 26.07 Selecting previously unselected package protobuf-c-compiler. [2020-12-15T14:59:59.445Z] #40 26.07 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-12-15T14:59:59.445Z] #40 26.08 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-15T14:59:59.736Z] #40 26.19 Selecting previously unselected package protobuf-compiler. [2020-12-15T14:59:59.736Z] #40 26.20 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-12-15T14:59:59.736Z] #40 26.20 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-15T14:59:59.736Z] #40 ... [2020-12-15T14:59:59.736Z] [2020-12-15T14:59:59.736Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T14:59:59.736Z] #62 DONE 26.3s [2020-12-15T14:59:59.736Z] [2020-12-15T14:59:59.736Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T14:59:59.736Z] #40 26.35 Selecting previously unselected package python-pkg-resources. [2020-12-15T14:59:59.736Z] #40 26.35 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-15T14:59:59.736Z] #40 26.40 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-15T15:00:00.043Z] #40 26.67 Selecting previously unselected package python-six. [2020-12-15T15:00:00.043Z] #40 26.67 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-15T15:00:00.043Z] #40 26.68 Unpacking python-six (1.12.0-1) ... [2020-12-15T15:00:00.043Z] #40 26.75 Selecting previously unselected package python-protobuf. [2020-12-15T15:00:00.043Z] #40 26.76 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-12-15T15:00:00.043Z] #40 26.76 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-15T15:00:00.692Z] #40 27.27 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-15T15:00:01.189Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06c41959a70444320) in /home/ubuntu/workspace/moby_PR-41800 [Pipeline] { [Pipeline] checkout [2020-12-15T15:00:02.759Z] #40 29.06 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-12-15T15:00:02.759Z] #40 29.06 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-12-15T15:00:02.759Z] #40 29.07 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-12-15T15:00:02.759Z] #40 29.08 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-12-15T15:00:02.759Z] #40 29.09 Setting up python-six (1.12.0-1) ... [2020-12-15T15:00:03.847Z] #40 30.43 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-12-15T15:00:03.847Z] #40 30.44 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-12-15T15:00:03.847Z] #40 30.45 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-12-15T15:00:03.847Z] #40 30.49 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-12-15T15:00:03.847Z] #40 30.49 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-12-15T15:00:03.847Z] #40 30.51 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-15T15:00:03.847Z] #40 30.52 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-15T15:00:03.847Z] #40 30.54 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-12-15T15:00:03.847Z] #40 30.58 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-15T15:00:03.847Z] #40 30.59 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-15T15:00:03.853Z] using credential docker-jenkins-github-credentials [2020-12-15T15:00:03.864Z] Cloning the remote Git repository [2020-12-15T15:00:03.864Z] Cloning with configured refspecs honoured and without tags [2020-12-15T15:00:03.515Z] Cloning repository https://github.com/moby/moby.git [2020-12-15T15:00:03.667Z] > git init /home/ubuntu/workspace/moby_PR-41800 # timeout=10 [2020-12-15T15:00:03.898Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T15:00:03.898Z] > git --version # timeout=10 [2020-12-15T15:00:03.941Z] > git --version # 'git version 2.17.1' [2020-12-15T15:00:03.943Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T15:00:03.945Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T15:00:06.047Z] #40 ... [2020-12-15T15:00:06.047Z] [2020-12-15T15:00:06.047Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:00:06.047Z] #11 25.43 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-12-15T15:00:06.047Z] #11 26.69 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-12-15T15:00:06.047Z] #11 26.70 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-12-15T15:00:06.047Z] #11 26.71 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-12-15T15:00:06.047Z] #11 26.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-12-15T15:00:06.047Z] #11 26.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2020-12-15T15:00:06.047Z] #11 26.72 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u5 [110 kB] [2020-12-15T15:00:06.047Z] #11 26.72 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-12-15T15:00:06.047Z] #11 26.76 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-12-15T15:00:06.047Z] #11 26.78 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-12-15T15:00:06.047Z] #11 26.81 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-12-15T15:00:06.047Z] #11 26.82 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-12-15T15:00:06.047Z] #11 26.93 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-12-15T15:00:06.047Z] #11 26.94 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-12-15T15:00:06.047Z] #11 26.97 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-12-15T15:00:06.047Z] #11 26.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u5 [322 kB] [2020-12-15T15:00:06.047Z] #11 27.61 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:00:06.047Z] #11 27.64 Fetched 73.7 MB in 5s (15.7 MB/s) [2020-12-15T15:00:06.047Z] #11 27.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-12-15T15:00:06.047Z] #11 27.72 Preparing to unpack .../libsystemd0_241-7~deb10u5_s390x.deb ... [2020-12-15T15:00:06.047Z] #11 27.74 Unpacking libsystemd0:s390x (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-15T15:00:06.047Z] #11 28.03 Setting up libsystemd0:s390x (241-7~deb10u5) ... [2020-12-15T15:00:06.047Z] #11 28.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-12-15T15:00:06.047Z] #11 28.15 Preparing to unpack .../libudev1_241-7~deb10u5_s390x.deb ... [2020-12-15T15:00:06.047Z] #11 28.16 Unpacking libudev1:s390x (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-15T15:00:06.047Z] #11 28.32 Setting up libudev1:s390x (241-7~deb10u5) ... [2020-12-15T15:00:06.047Z] #11 28.40 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-15T15:00:06.047Z] #11 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 ... 15177 files and directories currently installed.) [2020-12-15T15:00:06.047Z] #11 28.42 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-12-15T15:00:06.048Z] #11 28.43 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-15T15:00:06.048Z] #11 29.91 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-15T15:00:06.048Z] #11 29.91 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-12-15T15:00:06.048Z] #11 29.91 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-15T15:00:06.048Z] #11 31.90 Selecting previously unselected package binutils-mingw-w64. [2020-12-15T15:00:06.048Z] #11 31.91 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-15T15:00:06.048Z] #11 31.92 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-15T15:00:06.048Z] #11 31.99 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-12-15T15:00:06.048Z] #11 31.99 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-12-15T15:00:06.048Z] #11 32.00 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-12-15T15:00:06.048Z] #11 32.17 Selecting previously unselected package dmsetup. [2020-12-15T15:00:06.048Z] #11 32.17 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-12-15T15:00:06.048Z] #11 32.18 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-15T15:00:06.048Z] #11 32.28 Selecting previously unselected package mingw-w64-common. [2020-12-15T15:00:06.048Z] #11 32.28 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-15T15:00:06.048Z] #11 32.29 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-15T15:00:06.678Z] #11 ... [2020-12-15T15:00:06.678Z] [2020-12-15T15:00:06.678Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:00:06.678Z] #32 23.09 sync [2020-12-15T15:00:06.678Z] #32 23.09 internal/reflectlite [2020-12-15T15:00:06.678Z] #32 25.16 errors [2020-12-15T15:00:06.678Z] #32 25.18 sort [2020-12-15T15:00:06.678Z] #32 25.69 strconv [2020-12-15T15:00:06.678Z] #32 26.30 io [2020-12-15T15:00:06.678Z] #32 27.42 syscall [2020-12-15T15:00:06.678Z] #32 28.68 reflect [2020-12-15T15:00:06.678Z] #32 32.40 time [2020-12-15T15:00:06.678Z] #32 ... [2020-12-15T15:00:06.678Z] [2020-12-15T15:00:06.678Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:00:06.678Z] #30 29.84 Checking out files: 95% (1447/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-12-15T15:00:06.678Z] #30 29.90 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-15T15:00:06.678Z] #30 30.07 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-15T15:00:07.319Z] #30 ... [2020-12-15T15:00:07.319Z] [2020-12-15T15:00:07.319Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:07.319Z] #43 23.75 sync [2020-12-15T15:00:07.319Z] #43 23.75 internal/reflectlite [2020-12-15T15:00:07.319Z] #43 24.97 github.com/LK4D4/vndr/godl/singleflight [2020-12-15T15:00:07.319Z] #43 25.02 math/rand [2020-12-15T15:00:07.319Z] #43 25.42 internal/singleflight [2020-12-15T15:00:07.319Z] #43 26.19 io [2020-12-15T15:00:07.319Z] #43 26.22 strconv [2020-12-15T15:00:07.319Z] #43 27.36 bytes [2020-12-15T15:00:07.319Z] #43 28.80 reflect [2020-12-15T15:00:07.319Z] #43 28.92 bufio [2020-12-15T15:00:07.319Z] #43 30.12 syscall [2020-12-15T15:00:07.319Z] #43 ... [2020-12-15T15:00:07.319Z] [2020-12-15T15:00:07.319Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:00:07.319Z] #45 DONE 33.8s [2020-12-15T15:00:07.319Z] [2020-12-15T15:00:07.319Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:00:07.319Z] #40 33.66 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-12-15T15:00:07.319Z] #40 33.67 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:00:07.612Z] #40 DONE 34.1s [2020-12-15T15:00:07.612Z] [2020-12-15T15:00:07.612Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:08.663Z] #41 ... [2020-12-15T15:00:08.663Z] [2020-12-15T15:00:08.663Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:00:08.663Z] #34 26.84 Selecting previously unselected package libicu63:s390x. [2020-12-15T15:00:08.663Z] #34 26.88 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-12-15T15:00:08.663Z] #34 26.88 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-12-15T15:00:08.663Z] #34 31.37 Selecting previously unselected package libxml2:s390x. [2020-12-15T15:00:08.663Z] #34 31.38 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ... [2020-12-15T15:00:08.663Z] #34 31.38 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2020-12-15T15:00:08.663Z] #34 31.70 Selecting previously unselected package libarchive13:s390x. [2020-12-15T15:00:08.663Z] #34 31.70 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-12-15T15:00:08.663Z] #34 31.71 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-12-15T15:00:08.663Z] #34 31.92 Selecting previously unselected package libjsoncpp1:s390x. [2020-12-15T15:00:08.663Z] #34 31.93 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-12-15T15:00:08.663Z] #34 31.93 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-12-15T15:00:08.663Z] #34 32.00 Selecting previously unselected package librhash0:s390x. [2020-12-15T15:00:08.663Z] #34 32.00 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-12-15T15:00:08.663Z] #34 32.01 Unpacking librhash0:s390x (1.3.8-1) ... [2020-12-15T15:00:08.663Z] #34 32.13 Selecting previously unselected package libuv1:s390x. [2020-12-15T15:00:08.663Z] #34 32.13 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-12-15T15:00:08.663Z] #34 32.14 Unpacking libuv1:s390x (1.24.1-1) ... [2020-12-15T15:00:08.663Z] #34 32.23 Selecting previously unselected package cmake. [2020-12-15T15:00:08.663Z] #34 32.23 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-12-15T15:00:08.663Z] #34 32.23 Unpacking cmake (3.13.4-1) ... [2020-12-15T15:00:08.663Z] #34 34.28 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-12-15T15:00:08.663Z] #34 34.33 Setting up xxd (2:8.1.0875-5) ... [2020-12-15T15:00:08.663Z] #34 34.34 Setting up libuv1:s390x (1.24.1-1) ... [2020-12-15T15:00:08.663Z] #34 34.36 Setting up vim-common (2:8.1.0875-5) ... [2020-12-15T15:00:08.663Z] #34 34.44 Setting up librhash0:s390x (1.3.8-1) ... [2020-12-15T15:00:08.663Z] #34 34.48 Setting up cmake-data (3.13.4-1) ... [2020-12-15T15:00:08.663Z] #34 34.56 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2020-12-15T15:00:08.663Z] #34 34.56 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-12-15T15:00:08.663Z] #34 34.60 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-12-15T15:00:08.663Z] #34 34.61 Setting up cmake (3.13.4-1) ... [2020-12-15T15:00:08.663Z] #34 34.63 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:00:08.663Z] #34 34.74 Processing triggers for mime-support (3.62) ... [2020-12-15T15:00:08.663Z] #34 DONE 35.1s [2020-12-15T15:00:08.663Z] [2020-12-15T15:00:08.663Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:09.295Z] #35 0.870 + RM_GOPATH=0 [2020-12-15T15:00:09.295Z] #35 0.870 + TMP_GOPATH= [2020-12-15T15:00:09.295Z] #35 0.870 + : /build [2020-12-15T15:00:09.295Z] #35 0.870 + '[' -z '' ']' [2020-12-15T15:00:09.295Z] #35 0.870 ++ mktemp -d [2020-12-15T15:00:09.295Z] #35 0.870 + export GOPATH=/tmp/tmp.zGefo1Jddt [2020-12-15T15:00:09.295Z] #35 0.870 + GOPATH=/tmp/tmp.zGefo1Jddt [2020-12-15T15:00:09.295Z] #35 0.870 + RM_GOPATH=1 [2020-12-15T15:00:09.295Z] #35 0.870 + case "$(go env GOARCH)" in [2020-12-15T15:00:09.295Z] #35 0.870 ++ go env GOARCH [2020-12-15T15:00:09.295Z] #35 ... [2020-12-15T15:00:09.295Z] [2020-12-15T15:00:09.295Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:00:09.295Z] #49 26.01 io [2020-12-15T15:00:09.295Z] #49 26.02 internal/oserror [2020-12-15T15:00:09.295Z] #49 26.05 syscall [2020-12-15T15:00:09.295Z] #49 27.39 bytes [2020-12-15T15:00:09.295Z] #49 29.10 reflect [2020-12-15T15:00:09.295Z] #49 31.98 time [2020-12-15T15:00:09.585Z] #49 ... [2020-12-15T15:00:09.585Z] [2020-12-15T15:00:09.585Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:09.585Z] #35 0.872 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:00:09.585Z] #35 0.872 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:00:09.585Z] #35 0.872 ++ dirname /tmp/install/install.sh [2020-12-15T15:00:09.585Z] #35 0.873 + dir=/tmp/install [2020-12-15T15:00:09.585Z] #35 0.873 + bin=tini [2020-12-15T15:00:09.585Z] #35 0.873 + shift [2020-12-15T15:00:09.585Z] #35 0.873 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-15T15:00:09.585Z] #35 0.873 + . /tmp/install/tini.installer [2020-12-15T15:00:09.585Z] #35 0.873 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:00:09.585Z] #35 0.874 + install_tini [2020-12-15T15:00:09.585Z] #35 0.874 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-15T15:00:09.585Z] #35 0.874 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:00:09.585Z] #35 0.874 + git clone https://github.com/krallin/tini.git /tmp/tmp.zGefo1Jddt/tini [2020-12-15T15:00:09.585Z] #35 0.876 Cloning into '/tmp/tmp.zGefo1Jddt/tini'... [2020-12-15T15:00:10.215Z] #35 1.544 + cd /tmp/tmp.zGefo1Jddt/tini [2020-12-15T15:00:10.215Z] #35 1.544 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:00:10.215Z] #35 1.547 + cmake . [2020-12-15T15:00:10.504Z] #35 1.881 -- The C compiler identification is GNU 8.3.0 [2020-12-15T15:00:10.504Z] #35 1.965 -- Check for working C compiler: /usr/bin/cc [2020-12-15T15:00:11.176Z] #35 2.337 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-15T15:00:11.176Z] #35 2.337 -- Detecting C compiler ABI info [2020-12-15T15:00:11.466Z] #35 2.727 -- Detecting C compiler ABI info - done [2020-12-15T15:00:11.466Z] #35 2.735 -- Detecting C compile features [2020-12-15T15:00:12.496Z] #35 3.914 -- Detecting C compile features - done [2020-12-15T15:00:12.496Z] #35 3.944 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-15T15:00:12.787Z] #35 4.169 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-15T15:00:12.787Z] #35 4.197 -- Configuring done [2020-12-15T15:00:12.787Z] #35 4.279 -- Generating done [2020-12-15T15:00:12.787Z] #35 4.282 -- Build files have been written to: /tmp/tmp.zGefo1Jddt/tini [2020-12-15T15:00:12.787Z] #35 4.292 + make tini-static [2020-12-15T15:00:13.077Z] #35 4.496 Scanning dependencies of target tini-static [2020-12-15T15:00:13.077Z] #35 4.535 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-15T15:00:13.707Z] #35 5.151 [100%] Linking C executable tini-static [2020-12-15T15:00:14.337Z] #35 5.640 [100%] Built target tini-static [2020-12-15T15:00:14.337Z] #35 5.691 + mkdir -p /build [2020-12-15T15:00:14.337Z] #35 5.694 + cp tini-static /build/docker-init [2020-12-15T15:00:14.627Z] #35 DONE 5.9s [2020-12-15T15:00:14.627Z] [2020-12-15T15:00:14.627Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:14.627Z] #41 2.168 Note: Building without setproctitle() and strlcpy() support. [2020-12-15T15:00:14.627Z] #41 2.168 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-15T15:00:14.627Z] #41 2.180 Note: Building without GnuTLS support [2020-12-15T15:00:14.627Z] #41 2.189 Makefile.config:39: Warn: you have no libnftables installed [2020-12-15T15:00:14.627Z] #41 2.189 Makefile.config:40: Warn: Building without nftables support [2020-12-15T15:00:14.627Z] #41 3.165 fatal: not a git repository (or any of the parent directories): .git [2020-12-15T15:00:14.627Z] #41 3.209 GEN .gitid [2020-12-15T15:00:14.627Z] #41 3.211 GEN criu/include/version.h [2020-12-15T15:00:14.627Z] #41 3.234 GEN include/common/asm [2020-12-15T15:00:14.627Z] #41 4.126 PBCC images/timens.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.143 DEP images/timens.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.178 PBCC images/fown.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.198 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.249 PBCC images/opts.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.266 PBCC images/memfd.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.290 DEP images/fown.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.305 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.343 DEP images/opts.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.372 DEP images/memfd.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.404 PBCC images/sit.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.440 DEP images/sit.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.472 PBCC images/macvlan.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.492 DEP images/macvlan.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.518 PBCC images/autofs.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.536 DEP images/autofs.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.582 PBCC images/sysctl.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.585 DEP images/sysctl.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.617 PBCC images/time.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.644 DEP images/time.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.665 PBCC images/binfmt-misc.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.689 DEP images/binfmt-misc.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.712 PBCC images/seccomp.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.726 DEP images/seccomp.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.759 PBCC images/userns.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.777 DEP images/userns.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.792 PBCC images/cgroup.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.819 DEP images/cgroup.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.873 PBCC images/ext-file.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.876 DEP images/ext-file.pb-c.d [2020-12-15T15:00:14.627Z] #41 4.935 PBCC images/rpc.pb-c.c [2020-12-15T15:00:14.627Z] #41 4.968 DEP images/rpc.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.021 PBCC images/siginfo.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.024 DEP images/siginfo.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.062 PBCC images/pagemap.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.111 DEP images/pagemap.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.156 PBCC images/rlimit.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.162 DEP images/rlimit.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.192 PBCC images/file-lock.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.225 DEP images/file-lock.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.279 PBCC images/tty.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.307 DEP images/tty.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.350 PBCC images/tun.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.366 PBCC images/netdev.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.393 DEP images/tun.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.401 DEP images/netdev.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.459 PBCC images/vma.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.509 DEP images/vma.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.530 PBCC images/creds.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.536 DEP images/creds.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.613 PBCC images/utsns.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.617 DEP images/utsns.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.687 PBCC images/ipc-desc.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.690 PBCC images/ipc-sem.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.694 DEP images/ipc-desc.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.716 DEP images/ipc-sem.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.732 PBCC images/ipc-msg.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.769 DEP images/ipc-msg.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.797 PBCC images/ipc-shm.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.820 DEP images/ipc-shm.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.864 PBCC images/ipc-var.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.880 DEP images/ipc-var.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.919 PBCC images/sk-opts.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.933 PBCC images/packet-sock.pb-c.c [2020-12-15T15:00:14.627Z] #41 5.960 DEP images/sk-opts.pb-c.d [2020-12-15T15:00:14.627Z] #41 5.999 DEP images/packet-sock.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.053 PBCC images/sk-netlink.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.082 DEP images/sk-netlink.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.129 PBCC images/sk-inet.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.154 DEP images/sk-inet.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.213 PBCC images/sk-unix.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.251 DEP images/sk-unix.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.299 PBCC images/mm.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.324 DEP images/mm.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.359 PBCC images/timerfd.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.422 DEP images/timerfd.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.469 PBCC images/timer.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.491 DEP images/timer.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.509 PBCC images/sa.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.526 DEP images/sa.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.562 PBCC images/pipe-data.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.572 DEP images/pipe-data.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.603 PBCC images/mnt.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.639 DEP images/mnt.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.675 PBCC images/sk-packet.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.678 DEP images/sk-packet.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.722 PBCC images/tcp-stream.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.746 DEP images/tcp-stream.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.791 PBCC images/pipe.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.833 DEP images/pipe.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.859 PBCC images/pstree.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.864 DEP images/pstree.pb-c.d [2020-12-15T15:00:14.627Z] #41 6.894 PBCC images/fs.pb-c.c [2020-12-15T15:00:14.627Z] #41 6.904 DEP images/fs.pb-c.d [2020-12-15T15:00:14.627Z] #41 7.011 PBCC images/signalfd.pb-c.c [2020-12-15T15:00:14.627Z] #41 7.032 DEP images/signalfd.pb-c.d [2020-12-15T15:00:14.627Z] #41 7.081 PBCC images/fh.pb-c.c [2020-12-15T15:00:14.627Z] #41 7.102 PBCC images/fsnotify.pb-c.c [2020-12-15T15:00:14.627Z] #41 7.146 DEP images/fh.pb-c.d [2020-12-15T15:00:14.918Z] #41 7.167 DEP images/fsnotify.pb-c.d [2020-12-15T15:00:14.918Z] #41 7.196 PBCC images/eventpoll.pb-c.c [2020-12-15T15:00:14.918Z] #41 7.206 DEP images/eventpoll.pb-c.d [2020-12-15T15:00:14.918Z] #41 7.227 PBCC images/eventfd.pb-c.c [2020-12-15T15:00:14.918Z] #41 7.237 DEP images/eventfd.pb-c.d [2020-12-15T15:00:14.918Z] #41 7.278 PBCC images/remap-file-path.pb-c.c [2020-12-15T15:00:14.918Z] #41 7.299 DEP images/remap-file-path.pb-c.d [2020-12-15T15:00:14.918Z] #41 7.335 PBCC images/fifo.pb-c.c [2020-12-15T15:00:14.918Z] #41 7.371 DEP images/fifo.pb-c.d [2020-12-15T15:00:14.918Z] #41 7.405 PBCC images/ghost-file.pb-c.c [2020-12-15T15:00:14.918Z] #41 7.481 DEP images/ghost-file.pb-c.d [2020-12-15T15:00:14.918Z] #41 7.524 PBCC images/regfile.pb-c.c [2020-12-15T15:00:15.208Z] #41 7.549 DEP images/regfile.pb-c.d [2020-12-15T15:00:15.208Z] #41 7.621 PBCC images/ns.pb-c.c [2020-12-15T15:00:15.208Z] #41 7.633 DEP images/ns.pb-c.d [2020-12-15T15:00:15.208Z] #41 7.646 PBCC images/fdinfo.pb-c.c [2020-12-15T15:00:15.208Z] #41 7.721 DEP images/fdinfo.pb-c.d [2020-12-15T15:00:15.208Z] #41 7.735 PBCC images/core-aarch64.pb-c.c [2020-12-15T15:00:15.208Z] #41 7.765 PBCC images/core-arm.pb-c.c [2020-12-15T15:00:15.208Z] #41 7.775 PBCC images/core-ppc64.pb-c.c [2020-12-15T15:00:15.208Z] #41 7.806 PBCC images/core-s390.pb-c.c [2020-12-15T15:00:15.208Z] #41 7.838 PBCC images/core-x86.pb-c.c [2020-12-15T15:00:15.398Z] ---> 6a580baf55ac [2020-12-15T15:00:15.398Z] Successfully built 6a580baf55ac [2020-12-15T15:00:15.398Z] Successfully tagged docker:latest [2020-12-15T15:00:15.398Z] INFO: Image build ended at 12/15/2020 15:00:13. Duration:00:00:28.0159176 [2020-12-15T15:00:15.398Z] [2020-12-15T15:00:15.398Z] [2020-12-15T15:00:15.398Z] INFO: Building the test binaries at 12/15/2020 15:00:13... [2020-12-15T15:00:15.498Z] #41 7.877 PBCC images/core.pb-c.c [2020-12-15T15:00:15.498Z] #41 7.919 PBCC images/inventory.pb-c.c [2020-12-15T15:00:15.498Z] #41 7.990 DEP images/core-aarch64.pb-c.d [2020-12-15T15:00:15.498Z] #41 8.029 DEP images/core-arm.pb-c.d [2020-12-15T15:00:15.498Z] #41 8.069 DEP images/core-ppc64.pb-c.d [2020-12-15T15:00:15.498Z] #41 8.122 DEP images/core-s390.pb-c.d [2020-12-15T15:00:15.791Z] #41 8.196 DEP images/core-x86.pb-c.d [2020-12-15T15:00:15.791Z] #41 8.219 DEP images/core.pb-c.d [2020-12-15T15:00:15.791Z] #41 8.279 DEP images/inventory.pb-c.d [2020-12-15T15:00:15.791Z] #41 8.342 PBCC images/cpuinfo.pb-c.c [2020-12-15T15:00:15.791Z] #41 8.352 DEP images/cpuinfo.pb-c.d [2020-12-15T15:00:15.791Z] #41 8.401 PBCC images/stats.pb-c.c [2020-12-15T15:00:16.069Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-037a69d9f4ac424fa) in /home/ubuntu/workspace/moby_PR-41800 [Pipeline] { [2020-12-15T15:00:16.081Z] #41 8.406 DEP images/stats.pb-c.d [Pipeline] checkout [2020-12-15T15:00:16.712Z] #41 9.244 make[1]: Nothing to be done for 'all'. [2020-12-15T15:00:17.573Z] INFO: make.ps1 starting at 12/15/2020 15:00:16 [2020-12-15T15:00:17.573Z] INFO: Git commit (7e600eaae0) assumed from DOCKER_GITCOMMIT environment variable [2020-12-15T15:00:17.573Z] INFO: Invoking autogen... [2020-12-15T15:00:17.743Z] #41 9.972 CC images/stats.o [2020-12-15T15:00:17.743Z] #41 10.28 CC images/core.o [2020-12-15T15:00:18.030Z] INFO: Building daemon... [2020-12-15T15:00:18.373Z] #41 10.73 CC images/core-x86.o [2020-12-15T15:00:18.664Z] #41 11.03 CC images/core-arm.o [2020-12-15T15:00:18.954Z] #41 11.42 CC images/core-aarch64.o [2020-12-15T15:00:19.244Z] #41 11.58 CC images/core-ppc64.o [2020-12-15T15:00:19.244Z] #41 ... [2020-12-15T15:00:19.244Z] [2020-12-15T15:00:19.244Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:19.244Z] #43 35.88 time [2020-12-15T15:00:19.244Z] #43 39.22 strings [2020-12-15T15:00:19.244Z] #43 39.99 os [2020-12-15T15:00:19.244Z] #43 41.75 regexp/syntax [2020-12-15T15:00:19.244Z] #43 41.76 fmt [2020-12-15T15:00:19.244Z] #43 44.54 go/token [2020-12-15T15:00:19.244Z] #43 44.57 regexp [2020-12-15T15:00:19.244Z] #43 45.14 go/scanner [2020-12-15T15:00:19.244Z] #43 45.87 go/ast [2020-12-15T15:00:19.479Z] using credential docker-jenkins-github-credentials [2020-12-15T15:00:19.487Z] Cloning the remote Git repository [2020-12-15T15:00:19.487Z] Cloning with configured refspecs honoured and without tags [2020-12-15T15:00:19.535Z] #43 ... [2020-12-15T15:00:19.535Z] [2020-12-15T15:00:19.535Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:19.535Z] #41 11.95 CC images/core-s390.o [2020-12-15T15:00:19.825Z] #41 ... [2020-12-15T15:00:19.825Z] [2020-12-15T15:00:19.825Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:00:19.825Z] #49 36.21 context [2020-12-15T15:00:19.825Z] #49 36.68 internal/poll [2020-12-15T15:00:19.825Z] #49 37.95 encoding/binary [2020-12-15T15:00:19.825Z] #49 38.06 internal/fmtsort [2020-12-15T15:00:19.825Z] #49 38.50 os [2020-12-15T15:00:19.825Z] #49 39.33 encoding/base64 [2020-12-15T15:00:19.825Z] #49 39.92 strings [2020-12-15T15:00:19.825Z] #49 41.22 fmt [2020-12-15T15:00:19.825Z] #49 41.93 path/filepath [2020-12-15T15:00:19.825Z] #49 42.56 golang.org/x/sys/unix [2020-12-15T15:00:19.825Z] #49 44.35 encoding/json [2020-12-15T15:00:19.825Z] #49 ... [2020-12-15T15:00:19.825Z] [2020-12-15T15:00:19.825Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:19.825Z] #41 12.32 CC images/cpuinfo.o [2020-12-15T15:00:19.506Z] Cloning repository https://github.com/moby/moby.git [2020-12-15T15:00:19.573Z] > git init /home/ubuntu/workspace/moby_PR-41800 # timeout=10 [2020-12-15T15:00:19.804Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T15:00:19.805Z] > git --version # timeout=10 [2020-12-15T15:00:19.826Z] > git --version # 'git version 2.17.1' [2020-12-15T15:00:19.827Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T15:00:19.849Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T15:00:20.115Z] #41 ... [2020-12-15T15:00:20.115Z] [2020-12-15T15:00:20.115Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:00:20.115Z] #11 36.52 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-15T15:00:20.115Z] #11 36.53 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-15T15:00:20.115Z] #11 36.54 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-15T15:00:20.115Z] #11 41.07 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-15T15:00:20.115Z] #11 41.07 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-12-15T15:00:20.115Z] #11 41.07 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:00:20.115Z] #11 41.14 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-15T15:00:20.115Z] #11 41.14 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-12-15T15:00:20.115Z] #11 41.15 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:00:20.115Z] #11 ... [2020-12-15T15:00:20.115Z] [2020-12-15T15:00:20.115Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:20.115Z] #41 12.54 CC images/inventory.o [2020-12-15T15:00:20.405Z] #41 12.65 CC images/fdinfo.o [2020-12-15T15:00:20.405Z] #41 ... [2020-12-15T15:00:20.405Z] [2020-12-15T15:00:20.405Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:00:20.405Z] #32 36.85 internal/poll [2020-12-15T15:00:20.405Z] #32 37.78 internal/fmtsort [2020-12-15T15:00:20.405Z] #32 38.08 internal/syscall/execenv [2020-12-15T15:00:20.405Z] #32 38.23 internal/syscall/unix [2020-12-15T15:00:20.405Z] #32 38.25 strings [2020-12-15T15:00:20.405Z] #32 38.49 os [2020-12-15T15:00:20.405Z] #32 40.04 path [2020-12-15T15:00:20.405Z] #32 40.37 text/tabwriter [2020-12-15T15:00:20.405Z] #32 40.85 fmt [2020-12-15T15:00:20.405Z] #32 40.85 path/filepath [2020-12-15T15:00:20.405Z] #32 42.05 io/ioutil [2020-12-15T15:00:20.405Z] #32 43.32 flag [2020-12-15T15:00:20.405Z] #32 43.32 github.com/BurntSushi/toml [2020-12-15T15:00:20.405Z] #32 44.32 log [2020-12-15T15:00:20.405Z] #32 45.90 github.com/BurntSushi/toml/cmd/tomlv [2020-12-15T15:00:20.405Z] #32 ... [2020-12-15T15:00:20.405Z] [2020-12-15T15:00:20.405Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:20.405Z] #43 46.96 internal/lazyregexp [2020-12-15T15:00:20.695Z] #43 47.11 net/url [2020-12-15T15:00:20.813Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0050266f1b9bb33b6) in /home/ubuntu/workspace/moby_PR-41800 [Pipeline] { [Pipeline] checkout [2020-12-15T15:00:21.733Z] #43 48.27 text/template/parse [2020-12-15T15:00:22.024Z] #43 ... [2020-12-15T15:00:22.024Z] [2020-12-15T15:00:22.024Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:00:22.024Z] #32 DONE 48.7s [2020-12-15T15:00:22.319Z] [2020-12-15T15:00:22.319Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:00:22.319Z] #54 25.99 Checking out files: 81% (3015/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 92% (3410/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-15T15:00:22.319Z] #54 26.41 + cd /tmp/tmp.6EGFqjGwh3/src/github.com/containerd/containerd [2020-12-15T15:00:22.319Z] #54 26.41 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:00:23.370Z] #54 27.69 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-15T15:00:23.370Z] #54 27.69 + BUILDTAGS='netgo osusergo static_build' [2020-12-15T15:00:23.370Z] #54 27.69 + export EXTRA_FLAGS=-buildmode=pie [2020-12-15T15:00:23.370Z] #54 27.69 + EXTRA_FLAGS=-buildmode=pie [2020-12-15T15:00:23.370Z] #54 27.69 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-15T15:00:23.370Z] #54 27.69 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-15T15:00:23.370Z] #54 27.69 + '[' '' = dynamic ']' [2020-12-15T15:00:23.370Z] #54 27.69 + make [2020-12-15T15:00:23.661Z] #54 28.12 + bin/ctr [2020-12-15T15:00:24.250Z] using credential docker-jenkins-github-credentials [2020-12-15T15:00:24.257Z] Cloning the remote Git repository [2020-12-15T15:00:24.257Z] Cloning with configured refspecs honoured and without tags [2020-12-15T15:00:23.824Z] Cloning repository https://github.com/moby/moby.git [2020-12-15T15:00:23.882Z] > git init /home/ubuntu/workspace/moby_PR-41800 # timeout=10 [2020-12-15T15:00:24.486Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T15:00:24.486Z] > git --version # timeout=10 [2020-12-15T15:00:24.501Z] > git --version # 'git version 2.7.4' [2020-12-15T15:00:24.502Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T15:00:24.845Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T15:00:28.232Z] Fetching without tags [2020-12-15T15:00:28.604Z] Merging remotes/origin/master commit f0014860c1b3345e1fcc7ed81c491298de2633fb into PR head commit 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:00:29.215Z] #54 ... [2020-12-15T15:00:29.215Z] [2020-12-15T15:00:29.215Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:00:29.215Z] #11 55.28 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-15T15:00:29.215Z] #11 55.28 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-12-15T15:00:29.215Z] #11 55.28 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:00:28.091Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T15:00:28.139Z] > git config --add remote.origin.fetch +refs/pull/41800/head:refs/remotes/origin/PR-41800 # timeout=10 [2020-12-15T15:00:28.169Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T15:00:28.209Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T15:00:28.243Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T15:00:28.243Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T15:00:28.244Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T15:00:28.611Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T15:00:28.634Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T15:00:29.932Z] Merge succeeded, producing 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:00:29.932Z] Checking out Revision 7e600eaae087b830802285e3cd2556761fc729aa (PR-41800) [2020-12-15T15:00:30.245Z] #11 ... [2020-12-15T15:00:30.245Z] [2020-12-15T15:00:30.245Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:30.245Z] #41 12.82 CC images/fown.o [2020-12-15T15:00:30.245Z] #41 12.95 CC images/ns.o [2020-12-15T15:00:30.245Z] #41 13.09 CC images/regfile.o [2020-12-15T15:00:30.245Z] #41 13.24 CC images/ghost-file.o [2020-12-15T15:00:30.245Z] #41 13.39 CC images/fifo.o [2020-12-15T15:00:30.245Z] #41 13.52 CC images/remap-file-path.o [2020-12-15T15:00:30.245Z] #41 13.60 CC images/eventfd.o [2020-12-15T15:00:30.245Z] #41 13.69 CC images/eventpoll.o [2020-12-15T15:00:30.245Z] #41 13.80 CC images/fh.o [2020-12-15T15:00:30.245Z] #41 13.91 CC images/fsnotify.o [2020-12-15T15:00:30.245Z] #41 14.18 CC images/signalfd.o [2020-12-15T15:00:30.245Z] #41 14.33 CC images/fs.o [2020-12-15T15:00:30.245Z] #41 14.57 CC images/pstree.o [2020-12-15T15:00:30.245Z] #41 14.74 CC images/pipe.o [2020-12-15T15:00:30.245Z] #41 14.85 CC images/tcp-stream.o [2020-12-15T15:00:30.245Z] #41 14.96 CC images/sk-packet.o [2020-12-15T15:00:30.245Z] #41 15.19 CC images/mnt.o [2020-12-15T15:00:30.245Z] #41 15.28 CC images/pipe-data.o [2020-12-15T15:00:30.245Z] #41 15.40 CC images/sa.o [2020-12-15T15:00:30.245Z] #41 15.53 CC images/timer.o [2020-12-15T15:00:30.245Z] #41 15.73 CC images/timerfd.o [2020-12-15T15:00:30.245Z] #41 15.96 CC images/mm.o [2020-12-15T15:00:30.245Z] #41 16.16 CC images/sk-opts.o [2020-12-15T15:00:30.245Z] #41 16.34 CC images/sk-unix.o [2020-12-15T15:00:30.245Z] #41 16.44 CC images/sk-inet.o [2020-12-15T15:00:30.245Z] #41 16.58 CC images/tun.o [2020-12-15T15:00:30.245Z] #41 16.68 CC images/sk-netlink.o [2020-12-15T15:00:30.245Z] #41 16.78 CC images/packet-sock.o [2020-12-15T15:00:30.245Z] #41 17.06 CC images/ipc-var.o [2020-12-15T15:00:30.245Z] #41 17.19 CC images/ipc-desc.o [2020-12-15T15:00:30.245Z] #41 17.32 CC images/ipc-shm.o [2020-12-15T15:00:30.245Z] #41 17.41 CC images/ipc-msg.o [2020-12-15T15:00:30.245Z] #41 17.65 CC images/ipc-sem.o [2020-12-15T15:00:30.245Z] #41 17.73 CC images/utsns.o [2020-12-15T15:00:30.245Z] #41 17.87 CC images/creds.o [2020-12-15T15:00:30.245Z] #41 17.94 CC images/vma.o [2020-12-15T15:00:30.245Z] #41 18.04 CC images/netdev.o [2020-12-15T15:00:30.245Z] #41 18.22 CC images/tty.o [2020-12-15T15:00:30.245Z] #41 18.59 CC images/file-lock.o [2020-12-15T15:00:30.245Z] #41 18.75 CC images/rlimit.o [2020-12-15T15:00:30.245Z] #41 18.89 CC images/pagemap.o [2020-12-15T15:00:30.245Z] #41 19.11 CC images/siginfo.o [2020-12-15T15:00:30.245Z] #41 19.25 CC images/rpc.o [2020-12-15T15:00:30.245Z] #41 19.78 CC images/ext-file.o [2020-12-15T15:00:30.245Z] #41 19.87 CC images/cgroup.o [2020-12-15T15:00:30.245Z] #41 20.21 CC images/userns.o [2020-12-15T15:00:30.245Z] #41 20.39 CC images/google/protobuf/descriptor.o [2020-12-15T15:00:30.245Z] #41 21.11 CC images/opts.o [2020-12-15T15:00:30.245Z] #41 21.27 CC images/seccomp.o [2020-12-15T15:00:30.245Z] #41 21.43 CC images/binfmt-misc.o [2020-12-15T15:00:30.245Z] #41 21.58 CC images/time.o [2020-12-15T15:00:30.245Z] #41 21.69 CC images/sysctl.o [2020-12-15T15:00:30.245Z] #41 21.76 CC images/autofs.o [2020-12-15T15:00:30.245Z] #41 21.90 CC images/macvlan.o [2020-12-15T15:00:30.245Z] #41 21.99 CC images/sit.o [2020-12-15T15:00:30.245Z] #41 22.15 CC images/memfd.o [2020-12-15T15:00:30.245Z] #41 22.28 CC images/timens.o [2020-12-15T15:00:30.245Z] #41 22.38 LINK images/built-in.o [2020-12-15T15:00:30.245Z] #41 22.43 GEN compel/include/asm [2020-12-15T15:00:30.245Z] #41 22.43 GEN compel/include/version.h [2020-12-15T15:00:30.245Z] #41 22.44 touch .config [2020-12-15T15:00:30.245Z] #41 22.45 GEN include/common/config.h [2020-12-15T15:00:30.245Z] #41 22.48 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-12-15T15:00:30.245Z] #41 22.54 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-12-15T15:00:30.245Z] #41 22.57 GEN compel/plugins/include/uapi/std/syscall.h [2020-12-15T15:00:30.245Z] #41 22.58 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-12-15T15:00:30.245Z] #41 22.59 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-12-15T15:00:30.245Z] #41 22.62 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-12-15T15:00:30.245Z] #41 22.62 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-15T15:00:30.245Z] #41 22.62 DEP compel/plugins/std/infect.d [2020-12-15T15:00:30.245Z] #41 22.67 DEP compel/plugins/std/string.d [2020-12-15T15:00:30.245Z] #41 22.75 DEP compel/plugins/std/log.d [2020-12-15T15:00:30.245Z] #41 22.77 DEP compel/plugins/std/fds.d [2020-12-15T15:00:30.535Z] #41 22.85 DEP compel/plugins/std/std.d [2020-12-15T15:00:30.535Z] #41 22.95 DEP compel/plugins/shmem/shmem.d [2020-12-15T15:00:30.535Z] #41 23.06 DEP compel/plugins/fds/fds.d [2020-12-15T15:00:30.535Z] #41 ... [2020-12-15T15:00:30.535Z] [2020-12-15T15:00:30.535Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:00:30.535Z] #49 47.10 github.com/pkg/diff [2020-12-15T15:00:30.535Z] #49 47.90 go/ast [2020-12-15T15:00:30.535Z] #49 48.42 golang.org/x/crypto/ssh/terminal [2020-12-15T15:00:30.535Z] #49 49.69 mvdan.cc/editorconfig [2020-12-15T15:00:30.535Z] #49 50.33 mvdan.cc/sh/v3/fileutil [2020-12-15T15:00:30.535Z] #49 50.39 mvdan.cc/sh/v3/syntax [2020-12-15T15:00:30.535Z] #49 54.25 mvdan.cc/sh/v3/cmd/shfmt [2020-12-15T15:00:30.827Z] #49 ... [2020-12-15T15:00:30.827Z] [2020-12-15T15:00:30.827Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:30.827Z] #41 23.15 CC compel/plugins/std/std.o [2020-12-15T15:00:30.827Z] #41 23.28 CC compel/plugins/std/fds.o [2020-12-15T15:00:31.168Z] #41 23.46 CC compel/plugins/std/log.o [2020-12-15T15:00:31.468Z] #41 ... [2020-12-15T15:00:31.468Z] [2020-12-15T15:00:31.468Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:00:31.468Z] #49 DONE 57.8s [2020-12-15T15:00:31.468Z] [2020-12-15T15:00:31.468Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:31.468Z] #43 49.07 go/parser [2020-12-15T15:00:31.468Z] #43 51.07 text/template [2020-12-15T15:00:31.468Z] #43 51.60 encoding/xml [2020-12-15T15:00:31.468Z] #43 54.19 go/doc [2020-12-15T15:00:31.468Z] #43 54.83 github.com/LK4D4/vndr/versioned [2020-12-15T15:00:31.468Z] #43 54.86 compress/flate [2020-12-15T15:00:31.468Z] #43 56.23 github.com/LK4D4/vndr/build [2020-12-15T15:00:31.468Z] #43 56.45 hash/crc32 [2020-12-15T15:00:31.468Z] #43 56.83 compress/gzip [2020-12-15T15:00:31.468Z] #43 57.23 net [2020-12-15T15:00:31.468Z] #43 58.08 vendor/golang.org/x/text/transform [2020-12-15T15:00:31.468Z] #43 ... [2020-12-15T15:00:31.468Z] [2020-12-15T15:00:31.468Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:31.468Z] #41 24.07 CC compel/plugins/std/string.o [2020-12-15T15:00:31.761Z] #41 24.27 CC compel/plugins/std/infect.o [2020-12-15T15:00:29.697Z] > git remote # timeout=10 [2020-12-15T15:00:29.725Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T15:00:29.753Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T15:00:29.825Z] > git merge f0014860c1b3345e1fcc7ed81c491298de2633fb # timeout=10 [2020-12-15T15:00:29.922Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T15:00:29.934Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T15:00:29.947Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T15:00:32.051Z] #41 24.45 CC compel/arch/s390/plugins/std/parasite-head.o [2020-12-15T15:00:32.051Z] #41 24.47 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-12-15T15:00:32.051Z] #41 24.53 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-12-15T15:00:32.051Z] #41 24.62 AR compel/plugins/std.lib.a [2020-12-15T15:00:32.341Z] #41 24.69 CC compel/plugins/fds/fds.o [2020-12-15T15:00:32.631Z] #41 24.91 AR compel/plugins/fds.lib.a [2020-12-15T15:00:32.631Z] #41 24.93 HOSTDEP compel/src/lib/log-host.d [2020-12-15T15:00:32.631Z] #41 24.96 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-15T15:00:32.631Z] #41 25.02 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-12-15T15:00:32.631Z] #41 25.04 HOSTDEP compel/src/main-host.d [2020-12-15T15:00:32.631Z] #41 25.07 DEP compel/src/lib/ptrace.d [2020-12-15T15:00:32.631Z] #41 25.12 DEP compel/src/lib/infect.d [2020-12-15T15:00:32.631Z] #41 25.20 DEP compel/src/lib/infect-util.d [2020-12-15T15:00:32.631Z] #41 25.24 DEP compel/src/lib/infect-rpc.d [2020-12-15T15:00:32.921Z] #41 25.27 DEP compel/arch/s390/src/lib/infect.d [2020-12-15T15:00:32.921Z] #41 25.30 DEP compel/arch/s390/src/lib/cpu.d [2020-12-15T15:00:32.921Z] #41 25.31 DEP compel/src/lib/log.d [2020-12-15T15:00:32.921Z] #41 25.40 DEP compel/src/main.d [2020-12-15T15:00:32.921Z] #41 25.43 DEP compel/src/lib/handle-elf.d [2020-12-15T15:00:32.921Z] #41 25.50 DEP compel/arch/s390/src/lib/handle-elf.d [2020-12-15T15:00:33.211Z] #41 25.58 CC compel/src/lib/log.o [2020-12-15T15:00:33.211Z] #41 25.70 CC compel/arch/s390/src/lib/cpu.o [2020-12-15T15:00:33.501Z] #41 25.82 CC compel/arch/s390/src/lib/infect.o [2020-12-15T15:00:33.791Z] #41 26.23 CC compel/src/lib/infect-rpc.o [2020-12-15T15:00:33.791Z] #41 26.36 CC compel/src/lib/infect-util.o [2020-12-15T15:00:34.081Z] #41 26.45 CC compel/src/lib/infect.o [2020-12-15T15:00:34.837Z] Commit message: "daemon: improve log messages during startup / shutdown" [2020-12-15T15:00:35.110Z] #41 27.59 CC compel/src/lib/ptrace.o [2020-12-15T15:00:35.403Z] #41 27.97 AR compel/libcompel.a [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-15T15:00:35.694Z] #41 28.01 HOSTCC compel/src/main-host.o [2020-12-15T15:00:35.694Z] #41 28.27 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-12-15T15:00:35.984Z] #41 28.39 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-15T15:00:36.274Z] #41 28.65 HOSTCC compel/src/lib/log-host.o [2020-12-15T15:00:36.274Z] #41 28.75 HOSTLINK compel/compel-host-bin [2020-12-15T15:00:36.522Z] + docker version [2020-12-15T15:00:36.564Z] #41 28.85 DEP soccr/soccr.d [2020-12-15T15:00:36.564Z] #41 29.09 CC soccr/soccr.o [2020-12-15T15:00:36.854Z] #41 ... [2020-12-15T15:00:36.854Z] [2020-12-15T15:00:36.854Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:00:36.854Z] #56 63.36 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-15T15:00:36.854Z] #56 63.36 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-15T15:00:41.295Z] #56 DONE 67.0s [2020-12-15T15:00:41.295Z] [2020-12-15T15:00:41.295Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-15T15:00:41.295Z] #57 DONE 0.1s [2020-12-15T15:00:41.295Z] [2020-12-15T15:00:41.295Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:00:41.295Z] #11 66.01 Selecting previously unselected package libapparmor1:s390x. [2020-12-15T15:00:41.295Z] #11 66.03 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 66.03 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-12-15T15:00:41.295Z] #11 66.12 Selecting previously unselected package libapparmor-dev:s390x. [2020-12-15T15:00:41.295Z] #11 66.12 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 66.12 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-12-15T15:00:41.295Z] #11 66.20 Selecting previously unselected package libbtrfs0. [2020-12-15T15:00:41.295Z] #11 66.21 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 66.21 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-15T15:00:41.295Z] #11 66.25 Selecting previously unselected package libbtrfs-dev. [2020-12-15T15:00:41.295Z] #11 66.25 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 66.25 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:00:41.295Z] #11 66.30 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-12-15T15:00:41.295Z] #11 66.31 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 66.31 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-12-15T15:00:41.295Z] #11 66.36 Selecting previously unselected package libudev-dev:s390x. [2020-12-15T15:00:41.295Z] #11 66.36 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 66.37 Unpacking libudev-dev:s390x (241-7~deb10u5) ... [2020-12-15T15:00:41.295Z] #11 66.48 Selecting previously unselected package libsepol1-dev:s390x. [2020-12-15T15:00:41.295Z] #11 66.49 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 66.49 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-12-15T15:00:41.295Z] #11 66.73 Selecting previously unselected package libpcre16-3:s390x. [2020-12-15T15:00:41.295Z] #11 66.73 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 66.73 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-12-15T15:00:41.295Z] #11 66.82 Selecting previously unselected package libpcre32-3:s390x. [2020-12-15T15:00:41.295Z] #11 66.82 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 66.82 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-12-15T15:00:41.295Z] #11 67.01 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-12-15T15:00:41.295Z] #11 67.01 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 67.01 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-12-15T15:00:41.295Z] #11 67.06 Selecting previously unselected package libpcre3-dev:s390x. [2020-12-15T15:00:41.295Z] #11 67.07 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 67.08 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-12-15T15:00:41.295Z] #11 ... [2020-12-15T15:00:41.295Z] [2020-12-15T15:00:41.295Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-15T15:00:41.295Z] #58 DONE 0.1s [2020-12-15T15:00:41.295Z] [2020-12-15T15:00:41.295Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:00:41.295Z] #11 67.40 Selecting previously unselected package libselinux1-dev:s390x. [2020-12-15T15:00:41.295Z] #11 67.40 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 67.40 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-12-15T15:00:41.295Z] #11 67.67 Selecting previously unselected package libdevmapper-dev:s390x. [2020-12-15T15:00:41.295Z] #11 67.67 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 67.68 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-12-15T15:00:41.295Z] #11 67.73 Selecting previously unselected package libseccomp-dev:s390x. [2020-12-15T15:00:41.295Z] #11 67.73 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 67.74 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-12-15T15:00:41.295Z] #11 67.87 Selecting previously unselected package libsystemd-dev:s390x. [2020-12-15T15:00:41.295Z] #11 67.87 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_s390x.deb ... [2020-12-15T15:00:41.295Z] #11 67.87 Unpacking libsystemd-dev:s390x (241-7~deb10u5) ... [2020-12-15T15:00:41.585Z] #11 68.26 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-12-15T15:00:41.585Z] #11 68.27 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-12-15T15:00:41.585Z] #11 68.28 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-12-15T15:00:41.585Z] #11 68.29 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-15T15:00:41.585Z] #11 68.29 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-12-15T15:00:41.585Z] #11 68.30 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-12-15T15:00:41.585Z] #11 68.31 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:00:41.585Z] #11 68.31 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-15T15:00:41.585Z] #11 68.32 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-12-15T15:00:41.585Z] #11 68.33 Setting up libudev-dev:s390x (241-7~deb10u5) ... [2020-12-15T15:00:41.585Z] #11 68.34 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-15T15:00:41.585Z] #11 68.34 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:00:41.875Z] #11 68.35 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-12-15T15:00:41.875Z] #11 68.36 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-15T15:00:41.875Z] #11 68.36 Setting up libsystemd-dev:s390x (241-7~deb10u5) ... [2020-12-15T15:00:41.875Z] #11 68.37 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-15T15:00:41.875Z] #11 68.38 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-12-15T15:00:41.875Z] #11 68.38 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:00:41.875Z] #11 68.39 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-15T15:00:41.875Z] #11 68.39 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-15T15:00:41.875Z] #11 68.40 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:00:41.875Z] #11 68.41 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-15T15:00:41.875Z] #11 68.41 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-15T15:00:41.875Z] #11 68.41 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-15T15:00:41.875Z] #11 68.42 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-12-15T15:00:41.875Z] #11 68.43 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-12-15T15:00:41.875Z] #11 68.43 Setting up dmsetup (2:1.02.155-3) ... [2020-12-15T15:00:41.875Z] #11 68.44 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-12-15T15:00:41.875Z] #11 68.45 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-12-15T15:00:41.875Z] #11 68.45 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:00:42.011Z] Removing intermediate container 37bec97a19f8 [2020-12-15T15:00:42.011Z] ---> 9f7d7c2fad0d [2020-12-15T15:00:42.011Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-12-15T15:00:42.011Z] ---> 805dc2d65d1c [2020-12-15T15:00:42.011Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-12-15T15:00:42.011Z] ---> 83ddedbbbd83 [2020-12-15T15:00:42.011Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-12-15T15:00:42.011Z] ---> Running in 03c94b8b1082 [2020-12-15T15:00:42.011Z] Removing intermediate container 03c94b8b1082 [2020-12-15T15:00:42.011Z] ---> edad3064357a [2020-12-15T15:00:42.011Z] Successfully built edad3064357a [2020-12-15T15:00:42.011Z] Successfully tagged moby-buildx:latest [2020-12-15T15:00:42.011Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-12-15T15:00:42.011Z] if [ -n "${id}" ]; then \ [2020-12-15T15:00:42.011Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-12-15T15:00:42.011Z] && touch bundles/buildx; \ [2020-12-15T15:00:42.011Z] docker rm -f ${id}; \ [2020-12-15T15:00:42.011Z] fi [2020-12-15T15:00:42.011Z] 57f94da783237c58d14b79d68482c0bca2b26ef3afe49dff0b6e799a58ee845b [2020-12-15T15:00:42.011Z] bundles/buildx version [2020-12-15T15:00:42.011Z] buildx v0.3.1 6db68d0 [2020-12-15T15:00:42.011Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:7e600eaae087b830802285e3cd2556761fc729aa . [2020-12-15T15:00:42.011Z] #1 [internal] booting buildkit [2020-12-15T15:00:42.011Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-12-15T15:00:42.011Z] #1 pulling image moby/buildkit:buildx-stable-1 2.5s done [2020-12-15T15:00:42.011Z] #1 creating container buildx_buildkit_default [2020-12-15T15:00:42.011Z] #1 creating container buildx_buildkit_default 0.4s done [2020-12-15T15:00:42.011Z] #1 DONE 2.9s [2020-12-15T15:00:42.011Z] [2020-12-15T15:00:42.011Z] #2 [internal] load build definition from Dockerfile [2020-12-15T15:00:42.011Z] #2 transferring dockerfile: 16.58kB done [2020-12-15T15:00:42.011Z] #2 DONE 0.0s [2020-12-15T15:00:42.011Z] [2020-12-15T15:00:42.011Z] #3 [internal] load .dockerignore [2020-12-15T15:00:42.011Z] #3 transferring context: 87B done [2020-12-15T15:00:42.011Z] #3 DONE 0.0s [2020-12-15T15:00:42.011Z] [2020-12-15T15:00:42.011Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-15T15:00:42.011Z] #4 DONE 0.5s [2020-12-15T15:00:42.011Z] [2020-12-15T15:00:42.011Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-15T15:00:42.011Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-15T15:00:42.011Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.2s done [2020-12-15T15:00:42.011Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 [2020-12-15T15:00:42.011Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0.1s done [2020-12-15T15:00:42.011Z] #5 DONE 0.3s [2020-12-15T15:00:42.011Z] [2020-12-15T15:00:42.011Z] #6 [internal] load build definition from Dockerfile [2020-12-15T15:00:42.011Z] #6 transferring dockerfile: 16.58kB done [2020-12-15T15:00:42.011Z] #6 DONE 0.0s [2020-12-15T15:00:42.011Z] [2020-12-15T15:00:42.011Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-15T15:00:42.011Z] #9 DONE 0.3s [2020-12-15T15:00:42.011Z] [2020-12-15T15:00:42.011Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-15T15:00:42.011Z] #7 DONE 0.3s [2020-12-15T15:00:42.011Z] [2020-12-15T15:00:42.011Z] #8 [internal] load metadata for docker.io/library/debian:buster [2020-12-15T15:00:42.011Z] #8 DONE 0.6s [2020-12-15T15:00:42.011Z] [2020-12-15T15:00:42.011Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-15T15:00:42.011Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2020-12-15T15:00:42.011Z] #62 DONE 0.0s [2020-12-15T15:00:42.011Z] [2020-12-15T15:00:42.011Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:00:42.011Z] #26 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 [2020-12-15T15:00:42.166Z] #11 DONE 68.8s [2020-12-15T15:00:42.166Z] [2020-12-15T15:00:42.166Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:42.313Z] #26 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 0.0s done [2020-12-15T15:00:42.313Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 7.34MB / 54.14MB 0.3s [2020-12-15T15:00:42.465Z] #51 ... [2020-12-15T15:00:42.465Z] [2020-12-15T15:00:42.465Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:42.465Z] #43 58.89 vendor/golang.org/x/text/unicode/bidi [2020-12-15T15:00:42.465Z] #43 60.07 vendor/golang.org/x/text/secure/bidirule [2020-12-15T15:00:42.465Z] #43 60.27 vendor/golang.org/x/text/unicode/norm [2020-12-15T15:00:42.465Z] #43 62.67 vendor/golang.org/x/net/idna [2020-12-15T15:00:42.465Z] #43 63.87 vendor/golang.org/x/net/http2/hpack [2020-12-15T15:00:42.465Z] #43 64.48 mime [2020-12-15T15:00:42.465Z] #43 65.59 mime/quotedprintable [2020-12-15T15:00:42.465Z] #43 65.82 net/http/internal [2020-12-15T15:00:42.465Z] #43 67.89 net/textproto [2020-12-15T15:00:42.465Z] #43 67.90 crypto/x509 [2020-12-15T15:00:42.465Z] #43 68.40 vendor/golang.org/x/net/http/httpguts [2020-12-15T15:00:42.465Z] #43 68.56 vendor/golang.org/x/net/http/httpproxy [2020-12-15T15:00:42.465Z] #43 68.86 mime/multipart [2020-12-15T15:00:42.465Z] #43 ... [2020-12-15T15:00:42.465Z] [2020-12-15T15:00:42.465Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:42.465Z] #41 29.84 AR soccr/libsoccr.a [2020-12-15T15:00:42.465Z] #41 29.87 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-15T15:00:42.465Z] #41 30.06 DEP criu/arch/s390/sigframe.d [2020-12-15T15:00:42.465Z] #41 30.16 DEP criu/arch/s390/crtools.d [2020-12-15T15:00:42.465Z] #41 30.24 DEP criu/arch/s390/cpu.d [2020-12-15T15:00:42.465Z] #41 30.33 CC criu/arch/s390/cpu.o [2020-12-15T15:00:42.465Z] #41 30.64 CC criu/arch/s390/crtools.o [2020-12-15T15:00:42.465Z] #41 31.11 CC criu/arch/s390/sigframe.o [2020-12-15T15:00:42.465Z] #41 31.26 LINK criu/arch/s390/crtools.built-in.o [2020-12-15T15:00:42.465Z] #41 31.28 DEP criu/pie/util-vdso.d [2020-12-15T15:00:42.465Z] #41 31.42 DEP criu/pie/util.d [2020-12-15T15:00:42.465Z] #41 31.57 CC criu/pie/util.o [2020-12-15T15:00:42.465Z] #41 31.78 CC criu/pie/util-vdso.o [2020-12-15T15:00:42.465Z] #41 32.18 AR criu/pie/pie.lib.a [2020-12-15T15:00:42.465Z] #41 32.21 DEP criu/pie/restorer.d [2020-12-15T15:00:42.465Z] #41 32.35 DEP criu/arch/s390/restorer.d [2020-12-15T15:00:42.465Z] #41 32.44 DEP criu/arch/s390/vdso-pie.d [2020-12-15T15:00:42.465Z] #41 32.50 DEP criu/pie/parasite-vdso.d [2020-12-15T15:00:42.465Z] #41 32.60 DEP criu/pie/parasite.d [2020-12-15T15:00:42.465Z] #41 32.72 CC criu/pie/parasite.o [2020-12-15T15:00:42.465Z] #41 33.51 LINK criu/pie/parasite.built-in.o [2020-12-15T15:00:42.465Z] #41 33.52 GEN criu/pie/parasite-blob.h [2020-12-15T15:00:42.465Z] #41 33.55 CC criu/pie/parasite-vdso.o [2020-12-15T15:00:42.465Z] #41 33.71 CC criu/arch/s390/vdso-pie.o [2020-12-15T15:00:42.465Z] #41 33.81 CC criu/arch/s390/restorer.o [2020-12-15T15:00:42.465Z] #41 34.11 CC criu/pie/restorer.o [2020-12-15T15:00:42.662Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 11.53MB / 54.14MB 0.5s [2020-12-15T15:00:43.094Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 17.83MB / 54.14MB 0.6s [2020-12-15T15:00:43.094Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 20.97MB / 54.14MB 0.8s [2020-12-15T15:00:43.094Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 24.12MB / 54.14MB 0.9s [2020-12-15T15:00:43.100Z] #41 35.57 LINK criu/pie/restorer.built-in.o [2020-12-15T15:00:43.100Z] #41 35.57 GEN criu/pie/restorer-blob.h [2020-12-15T15:00:43.100Z] #41 35.61 DEP criu/vdso.d [2020-12-15T15:00:43.100Z] #41 ... [2020-12-15T15:00:43.100Z] [2020-12-15T15:00:43.100Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-15T15:00:43.100Z] #12 DONE 1.1s [2020-12-15T15:00:43.100Z] [2020-12-15T15:00:43.100Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:43.100Z] #41 35.71 DEP criu/uts_ns.d [2020-12-15T15:00:43.100Z] #41 ... [2020-12-15T15:00:43.100Z] [2020-12-15T15:00:43.100Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:43.100Z] #51 0.984 + RM_GOPATH=0 [2020-12-15T15:00:43.100Z] #51 0.984 + TMP_GOPATH= [2020-12-15T15:00:43.100Z] #51 0.984 + : /build [2020-12-15T15:00:43.100Z] #51 0.984 + '[' -z '' ']' [2020-12-15T15:00:43.100Z] #51 0.984 ++ mktemp -d [2020-12-15T15:00:43.100Z] #51 0.985 + export GOPATH=/tmp/tmp.VmplnJoiGq [2020-12-15T15:00:43.100Z] #51 0.985 + GOPATH=/tmp/tmp.VmplnJoiGq [2020-12-15T15:00:43.100Z] #51 0.985 + RM_GOPATH=1 [2020-12-15T15:00:43.100Z] #51 0.985 + case "$(go env GOARCH)" in [2020-12-15T15:00:43.100Z] #51 0.989 ++ go env GOARCH [2020-12-15T15:00:43.100Z] #51 1.004 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:00:43.100Z] #51 1.004 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:00:43.100Z] #51 1.004 ++ dirname /tmp/install/install.sh [2020-12-15T15:00:43.100Z] #51 1.005 + dir=/tmp/install [2020-12-15T15:00:43.100Z] #51 1.005 + bin=runc [2020-12-15T15:00:43.100Z] #51 1.005 + shift [2020-12-15T15:00:43.100Z] #51 1.005 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-15T15:00:43.100Z] #51 1.009 + . /tmp/install/runc.installer [2020-12-15T15:00:43.100Z] #51 1.009 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-15T15:00:43.100Z] #51 1.009 + install_runc [2020-12-15T15:00:43.100Z] #51 1.010 + uname -r [2020-12-15T15:00:43.100Z] #51 1.010 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-15T15:00:43.100Z] #51 1.011 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-15T15:00:43.100Z] #51 1.011 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-15T15:00:43.100Z] #51 1.011 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-15T15:00:43.100Z] #51 1.011 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.VmplnJoiGq/src/github.com/opencontainers/runc [2020-12-15T15:00:43.100Z] #51 1.015 Cloning into '/tmp/tmp.VmplnJoiGq/src/github.com/opencontainers/runc'... [2020-12-15T15:00:43.123Z] Client: Docker Engine - Community [2020-12-15T15:00:43.123Z] Version: 19.03.13 [2020-12-15T15:00:43.123Z] API version: 1.40 [2020-12-15T15:00:43.123Z] Go version: go1.13.15 [2020-12-15T15:00:43.123Z] Git commit: 4484c46d9d [2020-12-15T15:00:43.123Z] Built: Wed Sep 16 17:02:36 2020 [2020-12-15T15:00:43.123Z] OS/Arch: linux/amd64 [2020-12-15T15:00:43.123Z] Experimental: false [2020-12-15T15:00:43.123Z] [2020-12-15T15:00:43.123Z] Server: Docker Engine - Community [2020-12-15T15:00:43.123Z] Engine: [2020-12-15T15:00:43.123Z] Version: 19.03.13 [2020-12-15T15:00:43.123Z] API version: 1.40 (minimum version 1.12) [2020-12-15T15:00:43.123Z] Go version: go1.13.15 [2020-12-15T15:00:43.123Z] Git commit: 4484c46d9d [2020-12-15T15:00:43.123Z] Built: Wed Sep 16 17:01:06 2020 [2020-12-15T15:00:43.123Z] OS/Arch: linux/amd64 [2020-12-15T15:00:43.123Z] Experimental: true [2020-12-15T15:00:43.123Z] containerd: [2020-12-15T15:00:43.123Z] Version: 1.3.7 [2020-12-15T15:00:43.123Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-15T15:00:43.123Z] runc: [2020-12-15T15:00:43.123Z] Version: 1.0.0-rc10 [2020-12-15T15:00:43.123Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-15T15:00:43.123Z] docker-init: [2020-12-15T15:00:43.123Z] Version: 0.18.0 [2020-12-15T15:00:43.123Z] GitCommit: fec3683 [Pipeline] sh [2020-12-15T15:00:43.442Z] + docker info [2020-12-15T15:00:43.465Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 29.36MB / 54.14MB 1.2s [2020-12-15T15:00:43.465Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 34.60MB / 54.14MB 1.4s [2020-12-15T15:00:44.085Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 40.89MB / 54.14MB 1.7s [2020-12-15T15:00:44.085Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 44.04MB / 54.14MB 1.8s [2020-12-15T15:00:44.085Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 47.19MB / 54.14MB 2.0s [2020-12-15T15:00:44.555Z] #26 ... [2020-12-15T15:00:44.555Z] [2020-12-15T15:00:44.555Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-15T15:00:44.555Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2020-12-15T15:00:44.555Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.7s done [2020-12-15T15:00:44.555Z] #62 DONE 2.2s [2020-12-15T15:00:44.555Z] [2020-12-15T15:00:44.555Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:00:44.555Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 50.33MB / 54.14MB 2.3s [2020-12-15T15:00:44.607Z] #51 ... [2020-12-15T15:00:44.607Z] [2020-12-15T15:00:44.607Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-15T15:00:44.607Z] #13 DONE 1.0s [2020-12-15T15:00:44.607Z] [2020-12-15T15:00:44.607Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:44.607Z] #41 35.88 DEP criu/util.d [2020-12-15T15:00:44.607Z] #41 36.02 DEP criu/uffd.d [2020-12-15T15:00:44.607Z] #41 36.14 DEP criu/tun.d [2020-12-15T15:00:44.607Z] #41 36.23 DEP criu/tty.d [2020-12-15T15:00:44.607Z] #41 36.41 DEP criu/timerfd.d [2020-12-15T15:00:44.607Z] #41 36.56 DEP criu/timens.d [2020-12-15T15:00:44.607Z] #41 36.66 DEP criu/sysfs_parse.d [2020-12-15T15:00:44.607Z] #41 36.81 DEP criu/sysctl.d [2020-12-15T15:00:44.607Z] #41 36.91 DEP criu/string.d [2020-12-15T15:00:44.607Z] #41 36.93 DEP criu/stats.d [2020-12-15T15:00:44.607Z] #41 37.05 DEP criu/sockets.d [2020-12-15T15:00:44.897Z] #41 37.34 DEP criu/sk-unix.d [2020-12-15T15:00:44.932Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 53.48MB / 54.14MB 2.6s [2020-12-15T15:00:44.932Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 54.14MB / 54.14MB 2.7s done [2020-12-15T15:00:45.188Z] #41 ... [2020-12-15T15:00:45.188Z] [2020-12-15T15:00:45.188Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-15T15:00:45.188Z] #14 0.736 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-15T15:00:45.188Z] #14 DONE 0.9s [2020-12-15T15:00:45.188Z] [2020-12-15T15:00:45.188Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:45.188Z] #41 37.53 DEP criu/sk-tcp.d [2020-12-15T15:00:45.188Z] #41 37.63 DEP criu/sk-queue.d [2020-12-15T15:00:45.188Z] #41 37.74 DEP criu/sk-packet.d [2020-12-15T15:00:45.410Z] #26 extracting sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 [2020-12-15T15:00:45.478Z] #41 37.85 DEP criu/sk-netlink.d [2020-12-15T15:00:45.478Z] #41 37.99 DEP criu/sk-inet.d [2020-12-15T15:00:45.768Z] #41 38.20 DEP criu/signalfd.d [2020-12-15T15:00:45.768Z] #41 38.27 DEP criu/sigframe.d [2020-12-15T15:00:45.768Z] #41 38.31 DEP criu/shmem.d [2020-12-15T15:00:45.768Z] #41 38.38 DEP criu/servicefd.d [2020-12-15T15:00:46.065Z] #41 38.44 DEP criu/seize.d [2020-12-15T15:00:46.065Z] #41 38.51 DEP criu/seccomp.d [2020-12-15T15:00:46.065Z] #41 ... [2020-12-15T15:00:46.065Z] [2020-12-15T15:00:46.065Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-15T15:00:46.065Z] #15 DONE 0.9s [2020-12-15T15:00:46.065Z] [2020-12-15T15:00:46.065Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:46.065Z] #41 38.61 DEP criu/rst-malloc.d [2020-12-15T15:00:46.365Z] #41 38.69 DEP criu/rbtree.d [2020-12-15T15:00:46.365Z] #41 38.70 DEP criu/pstree.d [2020-12-15T15:00:46.365Z] #41 38.88 DEP criu/protobuf.d [2020-12-15T15:00:46.655Z] #41 39.07 GEN criu/protobuf-desc-gen.h [2020-12-15T15:00:46.791Z] Fetching without tags [2020-12-15T15:00:46.945Z] #41 ... [2020-12-15T15:00:46.945Z] [2020-12-15T15:00:46.945Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-15T15:00:46.945Z] #16 DONE 1.0s [2020-12-15T15:00:46.602Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T15:00:46.640Z] > git config --add remote.origin.fetch +refs/pull/41800/head:refs/remotes/origin/PR-41800 # timeout=10 [2020-12-15T15:00:46.686Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T15:00:46.757Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T15:00:46.795Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T15:00:46.795Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T15:00:46.848Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T15:00:47.239Z] [2020-12-15T15:00:47.239Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-15T15:00:47.245Z] Merging remotes/origin/master commit f0014860c1b3345e1fcc7ed81c491298de2633fb into PR head commit 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:00:47.380Z] Fetching without tags [2020-12-15T15:00:47.790Z] Merging remotes/origin/master commit f0014860c1b3345e1fcc7ed81c491298de2633fb into PR head commit 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:00:47.871Z] #17 DONE 0.9s [2020-12-15T15:00:47.871Z] [2020-12-15T15:00:47.871Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:47.871Z] #41 40.02 DEP criu/protobuf-desc.d [2020-12-15T15:00:47.871Z] #41 40.09 DEP criu/proc_parse.d [2020-12-15T15:00:47.871Z] #41 40.19 DEP criu/plugin.d [2020-12-15T15:00:47.871Z] #41 40.28 DEP criu/pipes.d [2020-12-15T15:00:47.871Z] #41 40.43 DEP criu/pie-util.d [2020-12-15T15:00:48.161Z] #41 40.58 DEP criu/pie-util-vdso.d [2020-12-15T15:00:48.161Z] #41 40.65 DEP criu/path.d [2020-12-15T15:00:48.451Z] #41 40.74 DEP criu/parasite-syscall.d [2020-12-15T15:00:48.451Z] #41 40.97 DEP criu/pagemap.d [2020-12-15T15:00:48.741Z] #41 41.08 DEP criu/pagemap-cache.d [2020-12-15T15:00:48.741Z] #41 41.17 DEP criu/page-xfer.d [2020-12-15T15:00:48.741Z] #41 41.28 DEP criu/page-pipe.d [2020-12-15T15:00:49.031Z] #41 41.39 DEP criu/netfilter.d [2020-12-15T15:00:49.031Z] #41 41.51 DEP criu/net.d [2020-12-15T15:00:49.093Z] Merge succeeded, producing 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:00:49.093Z] Checking out Revision 7e600eaae087b830802285e3cd2556761fc729aa (PR-41800) [2020-12-15T15:00:49.321Z] #41 41.70 DEP criu/namespaces.d [2020-12-15T15:00:47.296Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T15:00:47.318Z] > git config --add remote.origin.fetch +refs/pull/41800/head:refs/remotes/origin/PR-41800 # timeout=10 [2020-12-15T15:00:47.336Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T15:00:47.363Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-12-15T15:00:47.382Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-12-15T15:00:47.383Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T15:00:47.385Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41800/head:refs/remotes/origin/PR-41800 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T15:00:47.796Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T15:00:47.811Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T15:00:49.610Z] #41 41.87 DEP criu/mount.d [2020-12-15T15:00:49.610Z] #41 42.06 DEP criu/memfd.d [2020-12-15T15:00:47.253Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T15:00:47.293Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T15:00:48.806Z] > git remote # timeout=10 [2020-12-15T15:00:48.879Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T15:00:48.908Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T15:00:48.987Z] > git merge f0014860c1b3345e1fcc7ed81c491298de2633fb # timeout=10 [2020-12-15T15:00:49.031Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T15:00:49.099Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T15:00:49.114Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T15:00:49.844Z] Merge succeeded, producing 7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:00:49.844Z] Checking out Revision 7e600eaae087b830802285e3cd2556761fc729aa (PR-41800) [2020-12-15T15:00:49.900Z] #41 42.21 DEP criu/mem.d [2020-12-15T15:00:49.900Z] #41 42.38 DEP criu/lsm.d [2020-12-15T15:00:50.193Z] #41 42.56 DEP criu/log.d [2020-12-15T15:00:50.193Z] #41 42.69 DEP criu/libnetlink.d [2020-12-15T15:00:50.193Z] #41 42.73 DEP criu/kerndat.d [2020-12-15T15:00:50.220Z] #26 ... [2020-12-15T15:00:50.220Z] [2020-12-15T15:00:50.220Z] #23 [internal] load build context [2020-12-15T15:00:50.220Z] #23 transferring context: 53.17MB 7.6s done [2020-12-15T15:00:50.220Z] #23 DONE 7.7s [2020-12-15T15:00:50.220Z] [2020-12-15T15:00:50.220Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:00:50.220Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2020-12-15T15:00:50.220Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.2s done [2020-12-15T15:00:50.220Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.8s done [2020-12-15T15:00:50.220Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.1s done [2020-12-15T15:00:50.220Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.1s done [2020-12-15T15:00:50.220Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 0.8s done [2020-12-15T15:00:50.220Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 0.7s done [2020-12-15T15:00:50.220Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 4.5s done [2020-12-15T15:00:50.220Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 [2020-12-15T15:00:50.483Z] #41 42.91 DEP criu/kcmp-ids.d [2020-12-15T15:00:50.483Z] #41 42.94 DEP criu/irmap.d [2020-12-15T15:00:50.773Z] #41 43.16 DEP criu/ipc_ns.d [2020-12-15T15:00:51.063Z] #41 43.33 DEP criu/image.d [2020-12-15T15:00:51.063Z] #41 43.42 DEP criu/image-desc.d [2020-12-15T15:00:51.063Z] #41 43.48 DEP criu/fsnotify.d [2020-12-15T15:00:51.063Z] #41 43.68 DEP criu/filesystems.d [2020-12-15T15:00:51.353Z] #41 43.90 DEP criu/files.d [2020-12-15T15:00:51.643Z] #41 44.14 DEP criu/files-reg.d [2020-12-15T15:00:51.739Z] #10 ... [2020-12-15T15:00:51.739Z] [2020-12-15T15:00:51.739Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:00:51.739Z] #26 extracting sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 6.4s done [2020-12-15T15:00:51.739Z] #26 DONE 9.2s [2020-12-15T15:00:51.739Z] [2020-12-15T15:00:51.739Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:00:51.739Z] #27 0.249 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:00:51.739Z] #27 0.274 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:00:51.739Z] #27 0.291 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:00:51.739Z] #27 0.482 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB] [2020-12-15T15:00:49.737Z] > git remote # timeout=10 [2020-12-15T15:00:49.743Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T15:00:49.750Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-12-15T15:00:49.752Z] > git merge f0014860c1b3345e1fcc7ed81c491298de2633fb # timeout=10 [2020-12-15T15:00:49.829Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T15:00:49.845Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T15:00:49.849Z] > git checkout -f 7e600eaae087b830802285e3cd2556761fc729aa # timeout=10 [2020-12-15T15:00:51.933Z] #41 44.36 DEP criu/files-ext.d [2020-12-15T15:00:52.037Z] #27 0.761 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-15T15:00:52.223Z] #41 44.59 DEP criu/file-lock.d [2020-12-15T15:00:52.223Z] #41 44.70 DEP criu/file-ids.d [2020-12-15T15:00:52.223Z] #41 44.84 DEP criu/fifo.d [2020-12-15T15:00:52.332Z] #27 ... [2020-12-15T15:00:52.332Z] [2020-12-15T15:00:52.332Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:00:52.332Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 4.6s done [2020-12-15T15:00:52.332Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done [2020-12-15T15:00:52.332Z] #10 DONE 9.7s [2020-12-15T15:00:52.332Z] [2020-12-15T15:00:52.332Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:00:52.332Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 [2020-12-15T15:00:52.513Z] #41 44.94 DEP criu/fdstore.d [2020-12-15T15:00:52.513Z] #41 45.06 DEP criu/fault-injection.d [2020-12-15T15:00:52.628Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done [2020-12-15T15:00:52.628Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 [2020-12-15T15:00:52.803Z] #41 45.11 DEP criu/external.d [2020-12-15T15:00:52.803Z] #41 45.17 DEP criu/eventpoll.d [2020-12-15T15:00:52.803Z] #41 45.28 DEP criu/eventfd.d [2020-12-15T15:00:52.803Z] #41 45.40 DEP criu/crtools.d [2020-12-15T15:00:53.093Z] #41 45.58 DEP criu/cr-service.d [2020-12-15T15:00:53.383Z] #41 45.78 DEP criu/cr-restore.d [2020-12-15T15:00:53.383Z] #41 45.96 DEP criu/cr-errno.d [2020-12-15T15:00:53.673Z] #41 45.96 DEP criu/cr-dump.d [2020-12-15T15:00:53.673Z] #41 ... [2020-12-15T15:00:53.673Z] [2020-12-15T15:00:53.673Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:53.673Z] #43 70.11 crypto/tls [2020-12-15T15:00:53.673Z] #43 74.38 net/http/httptrace [2020-12-15T15:00:53.673Z] #43 74.53 net/http [2020-12-15T15:00:53.673Z] #43 ... [2020-12-15T15:00:53.673Z] [2020-12-15T15:00:53.673Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:53.673Z] #41 46.20 DEP criu/cr-dedup.d [2020-12-15T15:00:53.873Z] Commit message: "daemon: improve log messages during startup / shutdown" [2020-12-15T15:00:53.963Z] #41 46.36 DEP criu/cr-check.d [2020-12-15T15:00:54.264Z] #41 46.59 DEP criu/config.d [2020-12-15T15:00:54.265Z] #41 46.73 DEP criu/clone-noasan.d [2020-12-15T15:00:54.265Z] #41 46.77 DEP criu/cgroup.d [2020-12-15T15:00:54.414Z] Commit message: "daemon: improve log messages during startup / shutdown" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-15T15:00:54.555Z] #41 46.90 DEP criu/cgroup-props.d [2020-12-15T15:00:54.555Z] #41 47.01 DEP criu/bitmap.d [2020-12-15T15:00:54.555Z] #41 47.01 DEP criu/bfd.d [2020-12-15T15:00:54.845Z] #41 47.16 DEP criu/autofs.d [2020-12-15T15:00:54.845Z] #41 47.28 DEP criu/aio.d [2020-12-15T15:00:54.845Z] #41 47.41 DEP criu/action-scripts.d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-12-15T15:00:55.135Z] + docker version [2020-12-15T15:00:55.386Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.6s done [2020-12-15T15:00:55.387Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad [2020-12-15T15:00:55.476Z] #41 47.67 CC criu/action-scripts.o [2020-12-15T15:00:55.651Z] Client: [2020-12-15T15:00:55.651Z] Debug Mode: false [2020-12-15T15:00:55.651Z] [2020-12-15T15:00:55.651Z] Server: [2020-12-15T15:00:55.651Z] Containers: 0 [2020-12-15T15:00:55.651Z] Running: 0 [2020-12-15T15:00:55.651Z] Paused: 0 [2020-12-15T15:00:55.651Z] Stopped: 0 [2020-12-15T15:00:55.651Z] Images: 0 [2020-12-15T15:00:55.651Z] Server Version: 19.03.13 [2020-12-15T15:00:55.651Z] Storage Driver: overlay2 [2020-12-15T15:00:55.651Z] Backing Filesystem: extfs [2020-12-15T15:00:55.651Z] Supports d_type: true [2020-12-15T15:00:55.651Z] Native Overlay Diff: true [2020-12-15T15:00:55.651Z] Logging Driver: json-file [2020-12-15T15:00:55.651Z] Cgroup Driver: cgroupfs [2020-12-15T15:00:55.651Z] Plugins: [2020-12-15T15:00:55.651Z] Volume: local [2020-12-15T15:00:55.651Z] Network: bridge host ipvlan macvlan null overlay [2020-12-15T15:00:55.651Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-12-15T15:00:55.651Z] Swarm: inactive [2020-12-15T15:00:55.651Z] Runtimes: runc [2020-12-15T15:00:55.651Z] Default Runtime: runc [2020-12-15T15:00:55.651Z] Init Binary: docker-init [2020-12-15T15:00:55.651Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-15T15:00:55.651Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-15T15:00:55.651Z] init version: fec3683 [2020-12-15T15:00:55.651Z] Security Options: [2020-12-15T15:00:55.651Z] apparmor [2020-12-15T15:00:55.651Z] seccomp [2020-12-15T15:00:55.651Z] Profile: default [2020-12-15T15:00:55.651Z] Kernel Version: 5.4.0-1025-aws [2020-12-15T15:00:55.651Z] Operating System: Ubuntu 18.04.5 LTS [2020-12-15T15:00:55.651Z] OSType: linux [2020-12-15T15:00:55.651Z] Architecture: x86_64 [2020-12-15T15:00:55.651Z] CPUs: 2 [2020-12-15T15:00:55.651Z] Total Memory: 7.487GiB [2020-12-15T15:00:55.651Z] Name: ip-10-100-112-47 [2020-12-15T15:00:55.651Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-12-15T15:00:55.651Z] Docker Root Dir: /var/lib/docker [2020-12-15T15:00:55.651Z] Debug Mode: false [2020-12-15T15:00:55.651Z] Registry: https://index.docker.io/v1/ [2020-12-15T15:00:55.651Z] Labels: [2020-12-15T15:00:55.651Z] Experimental: true [2020-12-15T15:00:55.651Z] Insecure Registries: [2020-12-15T15:00:55.651Z] 127.0.0.0/8 [2020-12-15T15:00:55.651Z] Live Restore Enabled: true [2020-12-15T15:00:55.651Z] [2020-12-15T15:00:55.651Z] WARNING: No swap limit support [Pipeline] sh [2020-12-15T15:00:55.766Z] #41 48.12 CC criu/aio.o [2020-12-15T15:00:55.812Z] + docker version [2020-12-15T15:00:55.935Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T15:00:55.935Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T15:00:55.935Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41800/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-15T15:00:55.935Z] + bash /home/ubuntu/workspace/moby_PR-41800/check-config.sh [2020-12-15T15:00:55.935Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-15T15:00:55.935Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-12-15T15:00:55.935Z] [2020-12-15T15:00:55.935Z] Generally Necessary: [2020-12-15T15:00:55.935Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-15T15:00:55.935Z] - apparmor: enabled and tools installed [2020-12-15T15:00:55.935Z] - CONFIG_NAMESPACES: enabled [2020-12-15T15:00:55.935Z] - CONFIG_NET_NS: enabled [2020-12-15T15:00:55.935Z] - CONFIG_PID_NS: enabled [2020-12-15T15:00:55.935Z] - CONFIG_IPC_NS: enabled [2020-12-15T15:00:55.935Z] - CONFIG_UTS_NS: enabled [2020-12-15T15:00:55.935Z] - CONFIG_CGROUPS: enabled [2020-12-15T15:00:55.935Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-15T15:00:55.935Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-15T15:00:55.935Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-15T15:00:55.935Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-15T15:00:55.935Z] - CONFIG_CPUSETS: enabled [2020-12-15T15:00:55.935Z] - CONFIG_MEMCG: enabled [2020-12-15T15:00:55.935Z] - CONFIG_KEYS: enabled [2020-12-15T15:00:55.935Z] - CONFIG_VETH: enabled (as module) [2020-12-15T15:00:55.935Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-15T15:00:55.935Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-15T15:00:55.935Z] - CONFIG_NF_NAT_IPV4: missing [2020-12-15T15:00:55.935Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-15T15:00:55.935Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-15T15:00:55.935Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-15T15:00:55.935Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-15T15:00:55.935Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-15T15:00:55.935Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-15T15:00:55.935Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-15T15:00:55.935Z] - CONFIG_NF_NAT_NEEDED: missing [2020-12-15T15:00:55.935Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-15T15:00:55.935Z] [2020-12-15T15:00:55.935Z] Optional Features: [2020-12-15T15:00:55.935Z] - CONFIG_USER_NS: enabled [2020-12-15T15:00:55.935Z] - CONFIG_SECCOMP: enabled [2020-12-15T15:00:55.935Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-15T15:00:55.935Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-15T15:00:55.935Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-15T15:00:56.055Z] #41 48.52 CC criu/autofs.o [2020-12-15T15:00:56.196Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-12-15T15:00:56.196Z] - CONFIG_BLK_CGROUP: enabled [2020-12-15T15:00:56.196Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-15T15:00:56.196Z] - CONFIG_IOSCHED_CFQ: missing [2020-12-15T15:00:56.196Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-12-15T15:00:56.196Z] - CONFIG_CGROUP_PERF: enabled [2020-12-15T15:00:56.196Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-15T15:00:56.196Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-15T15:00:56.196Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-15T15:00:56.196Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-15T15:00:56.196Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-15T15:00:56.196Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-15T15:00:56.196Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-15T15:00:56.196Z] - CONFIG_IP_VS: enabled (as module) [2020-12-15T15:00:56.196Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-15T15:00:56.196Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-15T15:00:56.196Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-15T15:00:56.196Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-15T15:00:56.196Z] - CONFIG_EXT4_FS: enabled [2020-12-15T15:00:56.196Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-15T15:00:56.196Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-15T15:00:56.196Z] - Network Drivers: [2020-12-15T15:00:56.196Z] - "overlay": [2020-12-15T15:00:56.196Z] - CONFIG_VXLAN: enabled (as module) [2020-12-15T15:00:56.196Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-15T15:00:56.196Z] Optional (for encrypted networks): [2020-12-15T15:00:56.196Z] - CONFIG_CRYPTO: enabled [2020-12-15T15:00:56.196Z] - CONFIG_CRYPTO_AEAD: enabled [2020-12-15T15:00:56.196Z] - CONFIG_CRYPTO_GCM: enabled [2020-12-15T15:00:56.196Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-12-15T15:00:56.196Z] - CONFIG_CRYPTO_GHASH: enabled [2020-12-15T15:00:56.196Z] - CONFIG_XFRM: enabled [2020-12-15T15:00:56.196Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-15T15:00:56.196Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-15T15:00:56.196Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-15T15:00:56.196Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-12-15T15:00:56.196Z] - "ipvlan": [2020-12-15T15:00:56.196Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-15T15:00:56.196Z] - "macvlan": [2020-12-15T15:00:56.455Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-15T15:00:56.455Z] - CONFIG_DUMMY: enabled (as module) [2020-12-15T15:00:56.455Z] - "ftp,tftp client in container": [2020-12-15T15:00:56.455Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-15T15:00:56.455Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-15T15:00:56.455Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-15T15:00:56.455Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-15T15:00:56.455Z] - Storage Drivers: [2020-12-15T15:00:56.455Z] - "aufs": [2020-12-15T15:00:56.455Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-15T15:00:56.455Z] - "btrfs": [2020-12-15T15:00:56.455Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-15T15:00:56.455Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-15T15:00:56.455Z] - "devicemapper": [2020-12-15T15:00:56.455Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-15T15:00:56.455Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-15T15:00:56.455Z] - "overlay": [2020-12-15T15:00:56.455Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-15T15:00:56.456Z] - "zfs": [2020-12-15T15:00:56.456Z] - /dev/zfs: present [2020-12-15T15:00:56.456Z] - zfs command: missing [2020-12-15T15:00:56.456Z] - zpool command: missing [2020-12-15T15:00:56.456Z] [2020-12-15T15:00:56.456Z] Limits: [2020-12-15T15:00:56.456Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-15T15:00:56.456Z] [2020-12-15T15:00:56.456Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-15T15:00:56.795Z] + sudo modprobe ip_vs [2020-12-15T15:00:56.795Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7e600eaae087b830802285e3cd2556761fc729aa . [2020-12-15T15:00:57.056Z] #2 [internal] load build definition from Dockerfile [2020-12-15T15:00:57.056Z] #2 transferring dockerfile: 16.58kB done [2020-12-15T15:00:57.056Z] #2 DONE 0.1s [2020-12-15T15:00:57.056Z] [2020-12-15T15:00:57.056Z] #1 [internal] load .dockerignore [2020-12-15T15:00:57.056Z] #1 transferring context: 87B done [2020-12-15T15:00:57.056Z] #1 DONE 0.1s [2020-12-15T15:00:57.056Z] [2020-12-15T15:00:57.056Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-15T15:00:57.462Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.3s done [2020-12-15T15:00:57.462Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 [2020-12-15T15:00:57.557Z] #41 49.65 CC criu/bfd.o [2020-12-15T15:00:57.557Z] #41 50.02 CC criu/bitmap.o [2020-12-15T15:00:57.557Z] #41 50.16 CC criu/cgroup-props.o [2020-12-15T15:00:57.557Z] #41 ... [2020-12-15T15:00:57.557Z] [2020-12-15T15:00:57.557Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:00:57.557Z] #51 5.497 + cd /tmp/tmp.VmplnJoiGq/src/github.com/opencontainers/runc [2020-12-15T15:00:57.557Z] #51 5.497 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-15T15:00:57.557Z] #51 5.842 + '[' -z '' ']' [2020-12-15T15:00:57.557Z] #51 5.844 + target=static [2020-12-15T15:00:57.557Z] #51 5.844 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-15T15:00:57.557Z] #51 6.233 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-15T15:00:57.847Z] #51 ... [2020-12-15T15:00:57.847Z] [2020-12-15T15:00:57.847Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:00:57.847Z] #18 1.027 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:00:57.847Z] #18 1.143 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:00:57.847Z] #18 1.334 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:00:57.847Z] #18 1.421 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-12-15T15:00:57.847Z] #18 2.317 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [227 kB] [2020-12-15T15:00:57.847Z] #18 3.185 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-12-15T15:00:57.847Z] #18 6.201 Fetched 8097 kB in 5s (1523 kB/s) [2020-12-15T15:00:57.847Z] #18 6.201 Reading package lists... [2020-12-15T15:00:57.847Z] #18 8.243 Reading package lists... [2020-12-15T15:00:57.991Z] #3 DONE 0.7s [2020-12-15T15:00:57.991Z] [2020-12-15T15:00:57.991Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-15T15:00:57.991Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-15T15:00:57.991Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-12-15T15:00:57.991Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-12-15T15:00:57.991Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-12-15T15:00:57.991Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.0s [2020-12-15T15:00:58.137Z] #18 9.946 Building dependency tree... [2020-12-15T15:00:58.252Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.4s [2020-12-15T15:00:58.252Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.5s done [2020-12-15T15:00:58.252Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-12-15T15:00:58.426Z] #18 ... [2020-12-15T15:00:58.426Z] [2020-12-15T15:00:58.426Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:00:58.426Z] #41 50.85 CC criu/cgroup.o [2020-12-15T15:00:58.826Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-12-15T15:00:58.826Z] #4 DONE 1.1s [2020-12-15T15:00:58.982Z] #10 ... [2020-12-15T15:00:58.982Z] [2020-12-15T15:00:58.982Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:00:58.982Z] #27 1.147 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-15T15:00:58.982Z] #27 3.257 Fetched 8183 kB in 3s (2707 kB/s) [2020-12-15T15:00:58.982Z] #27 3.257 Reading package lists... [2020-12-15T15:00:58.982Z] #27 4.871 Reading package lists... [2020-12-15T15:00:58.982Z] #27 6.269 Building dependency tree... [2020-12-15T15:00:58.982Z] #27 6.760 The following additional packages will be installed: [2020-12-15T15:00:58.982Z] #27 6.761 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-15T15:00:58.982Z] #27 6.761 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-15T15:00:58.982Z] #27 6.762 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-15T15:00:58.982Z] #27 6.764 Suggested packages: [2020-12-15T15:00:58.982Z] #27 6.764 krb5-doc krb5-user [2020-12-15T15:00:58.982Z] #27 6.764 Recommended packages: [2020-12-15T15:00:58.982Z] #27 6.764 krb5-locales publicsuffix libsasl2-modules [2020-12-15T15:00:58.982Z] #27 7.124 The following NEW packages will be installed: [2020-12-15T15:00:58.982Z] #27 7.124 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-15T15:00:58.982Z] #27 7.124 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-15T15:00:58.982Z] #27 7.124 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-15T15:00:58.982Z] #27 7.124 libssh2-1 libssl1.1 openssl [2020-12-15T15:00:58.982Z] #27 7.174 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T15:00:58.982Z] #27 7.174 Need to get 5166 kB of archives. [2020-12-15T15:00:58.982Z] #27 7.174 After this operation, 14.6 MB of additional disk space will be used. [2020-12-15T15:00:58.982Z] #27 7.174 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u4 [1526 kB] [2020-12-15T15:00:58.982Z] #27 7.188 Get:2 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-15T15:00:58.982Z] #27 7.219 Get:3 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2020-12-15T15:00:58.982Z] #27 7.222 Get:4 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2020-12-15T15:00:58.982Z] #27 7.226 Get:5 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2020-12-15T15:00:58.982Z] #27 7.236 Get:6 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2020-12-15T15:00:58.982Z] #27 7.250 Get:7 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u4 [843 kB] [2020-12-15T15:00:58.982Z] #27 7.267 Get:8 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2020-12-15T15:00:58.982Z] #27 7.277 Get:9 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2020-12-15T15:00:58.982Z] #27 7.281 Get:10 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2020-12-15T15:00:58.982Z] #27 7.287 Get:11 http://deb.debian.org/debian buster/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-15T15:00:58.982Z] #27 7.292 Get:12 http://deb.debian.org/debian buster/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u4 [243 kB] [2020-12-15T15:00:58.982Z] #27 7.305 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2020-12-15T15:00:58.982Z] #27 7.319 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2020-12-15T15:00:58.982Z] #27 7.319 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2020-12-15T15:00:58.982Z] #27 7.319 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2020-12-15T15:00:58.982Z] #27 7.329 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2020-12-15T15:00:58.982Z] #27 7.345 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2020-12-15T15:00:58.982Z] #27 7.356 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-12-15T15:00:58.982Z] #27 7.364 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-12-15T15:00:58.982Z] #27 7.368 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-12-15T15:00:58.982Z] #27 7.593 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:00:58.982Z] #27 7.620 Fetched 5166 kB in 0s (25.0 MB/s) [2020-12-15T15:00:58.982Z] #27 7.652 Selecting previously unselected package libssl1.1:ppc64el. [2020-12-15T15:00:58.982Z] #27 7.652 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2020-12-15T15:00:58.982Z] #27 7.653 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_ppc64el.deb ... [2020-12-15T15:00:58.982Z] #27 7.656 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u4) ... [2020-12-15T15:00:59.084Z] [2020-12-15T15:00:59.084Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-12-15T15:00:59.084Z] #7 ... [2020-12-15T15:00:59.084Z] [2020-12-15T15:00:59.084Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-15T15:00:59.084Z] #6 DONE 0.2s [2020-12-15T15:00:59.280Z] #27 7.891 Selecting previously unselected package openssl. [2020-12-15T15:00:59.280Z] #27 7.893 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_ppc64el.deb ... [2020-12-15T15:00:59.280Z] #27 7.896 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-15T15:00:59.343Z] [2020-12-15T15:00:59.343Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-15T15:00:59.371Z] Client: Docker Engine - Community [2020-12-15T15:00:59.371Z] Version: 19.03.13 [2020-12-15T15:00:59.371Z] API version: 1.40 [2020-12-15T15:00:59.371Z] Go version: go1.13.15 [2020-12-15T15:00:59.371Z] Git commit: 4484c46d9d [2020-12-15T15:00:59.371Z] Built: Wed Sep 16 17:02:36 2020 [2020-12-15T15:00:59.371Z] OS/Arch: linux/amd64 [2020-12-15T15:00:59.371Z] Experimental: false [2020-12-15T15:00:59.371Z] [2020-12-15T15:00:59.371Z] Server: Docker Engine - Community [2020-12-15T15:00:59.371Z] Engine: [2020-12-15T15:00:59.371Z] Version: 19.03.13 [2020-12-15T15:00:59.371Z] API version: 1.40 (minimum version 1.12) [2020-12-15T15:00:59.371Z] Go version: go1.13.15 [2020-12-15T15:00:59.371Z] Git commit: 4484c46d9d [2020-12-15T15:00:59.371Z] Built: Wed Sep 16 17:01:06 2020 [2020-12-15T15:00:59.371Z] OS/Arch: linux/amd64 [2020-12-15T15:00:59.371Z] Experimental: true [2020-12-15T15:00:59.371Z] containerd: [2020-12-15T15:00:59.371Z] Version: 1.3.7 [2020-12-15T15:00:59.371Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-15T15:00:59.371Z] runc: [2020-12-15T15:00:59.371Z] Version: 1.0.0-rc10 [2020-12-15T15:00:59.371Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-15T15:00:59.371Z] docker-init: [2020-12-15T15:00:59.371Z] Version: 0.18.0 [2020-12-15T15:00:59.371Z] GitCommit: fec3683 [Pipeline] sh [2020-12-15T15:00:59.576Z] #27 8.045 Selecting previously unselected package ca-certificates. [2020-12-15T15:00:59.576Z] #27 8.048 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-15T15:00:59.576Z] #27 8.050 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-15T15:00:59.576Z] #27 8.121 Selecting previously unselected package libkeyutils1:ppc64el. [2020-12-15T15:00:59.576Z] #27 8.124 Preparing to unpack .../03-libkeyutils1_1.6-6_ppc64el.deb ... [2020-12-15T15:00:59.576Z] #27 8.125 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2020-12-15T15:00:59.576Z] #27 8.152 Selecting previously unselected package libkrb5support0:ppc64el. [2020-12-15T15:00:59.576Z] #27 8.155 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2020-12-15T15:00:59.576Z] #27 8.156 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2020-12-15T15:00:59.576Z] #27 8.191 Selecting previously unselected package libk5crypto3:ppc64el. [2020-12-15T15:00:59.576Z] #27 8.191 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2020-12-15T15:00:59.576Z] #27 8.192 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2020-12-15T15:00:59.576Z] #27 8.244 Selecting previously unselected package libkrb5-3:ppc64el. [2020-12-15T15:00:59.576Z] #27 8.246 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2020-12-15T15:00:59.576Z] #27 8.248 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2020-12-15T15:00:59.576Z] #27 8.340 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2020-12-15T15:00:59.576Z] #27 8.340 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2020-12-15T15:00:59.576Z] #27 8.341 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2020-12-15T15:00:59.576Z] #27 8.387 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2020-12-15T15:00:59.576Z] #27 8.388 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-12-15T15:00:59.576Z] #27 8.389 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:00:59.576Z] #27 8.422 Selecting previously unselected package libsasl2-2:ppc64el. [2020-12-15T15:00:59.576Z] #27 8.422 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-12-15T15:00:59.603Z] #5 ... [2020-12-15T15:00:59.604Z] [2020-12-15T15:00:59.604Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-12-15T15:00:59.604Z] #7 DONE 0.4s [2020-12-15T15:00:59.604Z] [2020-12-15T15:00:59.604Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-15T15:00:59.604Z] #5 DONE 0.5s [2020-12-15T15:00:59.604Z] [2020-12-15T15:00:59.604Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:00:59.604Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done [2020-12-15T15:00:59.708Z] + docker info [2020-12-15T15:00:59.863Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done [2020-12-15T15:00:59.863Z] #24 sha256:5b5fa7e155b1f19dffb996ea64e55520b80d5bd7a8fdb5aed1acabd217e9ed59 529B / 529B done [2020-12-15T15:00:59.863Z] #24 sha256:6d6b00c22231693c9b87e79986d562874446bf10182206e4621e23ca8dfa8e1c 1.46kB / 1.46kB done [2020-12-15T15:00:59.870Z] #27 8.423 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:00:59.870Z] #27 8.464 Selecting previously unselected package libldap-common. [2020-12-15T15:00:59.870Z] #27 8.465 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-15T15:00:59.870Z] #27 8.466 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:00:59.870Z] #27 8.501 Selecting previously unselected package libldap-2.4-2:ppc64el. [2020-12-15T15:00:59.870Z] #27 8.503 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_ppc64el.deb ... [2020-12-15T15:00:59.870Z] #27 8.505 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:00:59.870Z] #27 8.559 Selecting previously unselected package libnghttp2-14:ppc64el. [2020-12-15T15:00:59.870Z] #27 8.561 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2020-12-15T15:00:59.870Z] #27 8.562 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-12-15T15:00:59.870Z] #27 8.606 Selecting previously unselected package libpsl5:ppc64el. [2020-12-15T15:00:59.870Z] #27 8.608 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2020-12-15T15:00:59.870Z] #27 8.610 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2020-12-15T15:00:59.870Z] #27 8.638 Selecting previously unselected package librtmp1:ppc64el. [2020-12-15T15:00:59.870Z] #27 8.638 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2020-12-15T15:00:59.870Z] #27 8.639 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-12-15T15:00:59.870Z] #27 8.666 Selecting previously unselected package libssh2-1:ppc64el. [2020-12-15T15:01:00.164Z] #27 8.669 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2020-12-15T15:01:00.164Z] #27 8.670 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2020-12-15T15:01:00.164Z] #27 8.710 Selecting previously unselected package libcurl4:ppc64el. [2020-12-15T15:01:00.164Z] #27 8.712 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2020-12-15T15:01:00.164Z] #27 8.713 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-12-15T15:01:00.164Z] #27 8.780 Selecting previously unselected package curl. [2020-12-15T15:01:00.164Z] #27 8.781 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2020-12-15T15:01:00.164Z] #27 8.786 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-15T15:01:00.458Z] #27 8.957 Selecting previously unselected package libonig5:ppc64el. [2020-12-15T15:01:00.458Z] #27 8.959 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2020-12-15T15:01:00.458Z] #27 8.961 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-12-15T15:01:00.458Z] #27 9.013 Selecting previously unselected package libjq1:ppc64el. [2020-12-15T15:01:00.458Z] #27 9.015 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-12-15T15:01:00.458Z] #27 9.017 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-12-15T15:01:00.458Z] #27 9.059 Selecting previously unselected package jq. [2020-12-15T15:01:00.458Z] #27 9.061 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-12-15T15:01:00.458Z] #27 9.063 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-15T15:01:00.458Z] #27 9.103 Setting up libkeyutils1:ppc64el (1.6-6) ... [2020-12-15T15:01:00.458Z] #27 9.107 Setting up libpsl5:ppc64el (0.20.2-2) ... [2020-12-15T15:01:00.458Z] #27 9.110 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:00.458Z] #27 9.274 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-12-15T15:01:00.458Z] #27 9.277 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:00.458Z] #27 9.292 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2020-12-15T15:01:00.458Z] #27 9.294 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:00.458Z] #27 9.298 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-12-15T15:01:00.458Z] #27 9.301 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2020-12-15T15:01:00.458Z] #27 9.305 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:00.458Z] #27 9.308 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2020-12-15T15:01:00.458Z] #27 9.312 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2020-12-15T15:01:00.486Z] #41 52.65 CC criu/clone-noasan.o [2020-12-15T15:01:00.486Z] #41 52.73 CC criu/config.o [2020-12-15T15:01:00.753Z] #27 9.315 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:00.753Z] #27 9.322 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-12-15T15:01:00.753Z] #27 9.326 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-12-15T15:01:00.753Z] #27 9.330 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:00.753Z] #27 9.333 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:01.395Z] #27 10.08 Updating certificates in /etc/ssl/certs... [2020-12-15T15:01:01.526Z] #41 53.69 CC criu/cr-check.o [2020-12-15T15:01:01.526Z] #41 ... [2020-12-15T15:01:01.526Z] [2020-12-15T15:01:01.526Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:01:01.526Z] #43 81.64 github.com/LK4D4/vndr/godl [2020-12-15T15:01:01.526Z] #43 82.23 github.com/LK4D4/vndr [2020-12-15T15:01:01.526Z] #43 DONE 88.2s [2020-12-15T15:01:01.823Z] [2020-12-15T15:01:01.823Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:01:01.823Z] #18 10.53 libcap2-bin is already the newest version (1:2.25-2). [2020-12-15T15:01:01.823Z] #18 10.53 The following additional packages will be installed: [2020-12-15T15:01:01.823Z] #18 10.53 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-15T15:01:01.823Z] #18 10.53 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-15T15:01:01.823Z] #18 10.54 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-15T15:01:01.823Z] #18 10.54 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-15T15:01:01.823Z] #18 10.54 python3.7 python3.7-minimal vim-runtime xxd [2020-12-15T15:01:01.823Z] #18 10.54 Suggested packages: [2020-12-15T15:01:01.823Z] #18 10.54 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-15T15:01:01.823Z] #18 10.54 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-15T15:01:01.823Z] #18 10.54 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-15T15:01:01.823Z] #18 10.54 Recommended packages: [2020-12-15T15:01:01.823Z] #18 10.54 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-15T15:01:01.823Z] #18 10.54 python3-keyrings.alt python3-xdg unzip [2020-12-15T15:01:01.823Z] #18 11.76 The following NEW packages will be installed: [2020-12-15T15:01:01.823Z] #18 11.78 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-15T15:01:01.823Z] #18 11.78 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-15T15:01:01.823Z] #18 11.78 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-15T15:01:01.823Z] #18 11.78 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-15T15:01:01.823Z] #18 11.78 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-15T15:01:01.823Z] #18 11.78 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-15T15:01:01.823Z] #18 11.78 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-15T15:01:01.823Z] #18 11.78 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-15T15:01:01.823Z] #18 11.78 xz-utils zip [2020-12-15T15:01:01.823Z] #18 11.87 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-15T15:01:01.823Z] #18 11.87 Need to get 27.7 MB of archives. [2020-12-15T15:01:01.823Z] #18 11.87 After this operation, 117 MB of additional disk space will be used. [2020-12-15T15:01:01.823Z] #18 11.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-12-15T15:01:01.823Z] #18 11.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2020-12-15T15:01:01.823Z] #18 12.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2020-12-15T15:01:01.823Z] #18 12.06 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-12-15T15:01:01.823Z] #18 12.06 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-12-15T15:01:01.823Z] #18 12.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2020-12-15T15:01:01.823Z] #18 12.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-12-15T15:01:01.823Z] #18 12.13 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-12-15T15:01:01.823Z] #18 12.14 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-12-15T15:01:01.823Z] #18 12.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-12-15T15:01:01.823Z] #18 12.15 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-12-15T15:01:01.823Z] #18 12.15 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-12-15T15:01:01.823Z] #18 12.15 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-12-15T15:01:01.823Z] #18 12.15 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-12-15T15:01:01.823Z] #18 12.15 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-12-15T15:01:01.823Z] #18 12.16 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-12-15T15:01:01.823Z] #18 12.18 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-12-15T15:01:01.823Z] #18 12.18 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-12-15T15:01:01.823Z] #18 12.18 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-12-15T15:01:01.823Z] #18 12.19 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-12-15T15:01:01.823Z] #18 12.19 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-12-15T15:01:01.823Z] #18 12.22 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-12-15T15:01:01.823Z] #18 12.24 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-12-15T15:01:01.823Z] #18 12.24 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-12-15T15:01:01.823Z] #18 12.24 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-12-15T15:01:01.823Z] #18 12.25 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-12-15T15:01:01.823Z] #18 12.25 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-12-15T15:01:01.823Z] #18 12.31 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-12-15T15:01:01.823Z] #18 12.43 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-12-15T15:01:01.823Z] #18 12.76 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-12-15T15:01:01.823Z] #18 12.79 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-12-15T15:01:01.823Z] #18 12.79 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-12-15T15:01:01.823Z] #18 12.79 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-12-15T15:01:01.823Z] #18 12.80 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-12-15T15:01:01.823Z] #18 12.80 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-12-15T15:01:01.823Z] #18 12.85 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-15T15:01:01.823Z] #18 12.86 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-12-15T15:01:01.823Z] #18 12.87 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-12-15T15:01:01.823Z] #18 12.87 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-15T15:01:01.823Z] #18 12.88 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-12-15T15:01:01.823Z] #18 12.90 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-15T15:01:01.823Z] #18 12.90 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-12-15T15:01:01.823Z] #18 12.95 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-12-15T15:01:01.823Z] #18 12.96 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-12-15T15:01:01.823Z] #18 12.98 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-15T15:01:01.823Z] #18 13.15 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-12-15T15:01:01.823Z] #18 13.16 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-12-15T15:01:01.823Z] #18 13.21 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-12-15T15:01:01.823Z] #18 13.66 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:01:01.823Z] #18 13.77 Fetched 27.7 MB in 1s (19.3 MB/s) [2020-12-15T15:01:01.823Z] #18 13.87 Selecting previously unselected package pigz. [2020-12-15T15:01:01.823Z] #18 13.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) [2020-12-15T15:01:01.823Z] #18 13.98 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-12-15T15:01:01.823Z] #18 13.99 Unpacking pigz (2.4-1) ... [2020-12-15T15:01:02.120Z] #18 14.17 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-12-15T15:01:02.120Z] #18 14.17 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-12-15T15:01:02.120Z] #18 14.20 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-12-15T15:01:02.445Z] #27 10.95 126 added, 0 removed; done. [2020-12-15T15:01:02.445Z] #27 ... [2020-12-15T15:01:02.445Z] [2020-12-15T15:01:02.445Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:02.445Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.9s done [2020-12-15T15:01:02.445Z] #10 DONE 19.9s [2020-12-15T15:01:02.445Z] [2020-12-15T15:01:02.445Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:02.445Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done [2020-12-15T15:01:02.445Z] #10 DONE 19.9s [2020-12-15T15:01:02.445Z] [2020-12-15T15:01:02.445Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:02.445Z] #27 11.08 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2020-12-15T15:01:02.445Z] #27 11.08 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-15T15:01:02.445Z] #27 11.09 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-12-15T15:01:02.445Z] #27 11.09 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-15T15:01:02.445Z] #27 11.09 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:01:02.445Z] #27 11.11 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:02.445Z] #27 11.11 Updating certificates in /etc/ssl/certs... [2020-12-15T15:01:02.740Z] #27 ... [2020-12-15T15:01:02.740Z] [2020-12-15T15:01:02.740Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-15T15:01:02.740Z] #11 DONE 0.2s [2020-12-15T15:01:02.740Z] [2020-12-15T15:01:02.740Z] #12 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-15T15:01:02.740Z] #12 DONE 0.2s [2020-12-15T15:01:02.740Z] [2020-12-15T15:01:02.740Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:02.750Z] #18 14.65 Selecting previously unselected package python3.7-minimal. [2020-12-15T15:01:02.750Z] #18 14.65 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-12-15T15:01:02.750Z] #18 14.65 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-15T15:01:03.036Z] #27 ... [2020-12-15T15:01:03.036Z] [2020-12-15T15:01:03.036Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-15T15:01:03.036Z] #39 DONE 0.1s [2020-12-15T15:01:03.036Z] [2020-12-15T15:01:03.036Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-15T15:01:03.036Z] #31 DONE 0.1s [2020-12-15T15:01:03.036Z] [2020-12-15T15:01:03.036Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:01:03.040Z] #18 15.22 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-12-15T15:01:03.040Z] #18 15.23 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-15T15:01:03.332Z] #32 ... [2020-12-15T15:01:03.332Z] [2020-12-15T15:01:03.332Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:03.332Z] #27 11.91 0 added, 0 removed; done. [2020-12-15T15:01:03.332Z] #27 11.91 Running hooks in /etc/ca-certificates/update.d... [2020-12-15T15:01:03.332Z] #27 11.91 done. [2020-12-15T15:01:03.332Z] #27 DONE 12.0s [2020-12-15T15:01:03.332Z] [2020-12-15T15:01:03.332Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-15T15:01:03.332Z] #28 DONE 0.1s [2020-12-15T15:01:03.332Z] [2020-12-15T15:01:03.332Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:03.332Z] #34 0.587 + RM_GOPATH=0 [2020-12-15T15:01:03.332Z] #34 0.588 + TMP_GOPATH= [2020-12-15T15:01:03.332Z] #34 0.588 + : /build [2020-12-15T15:01:03.332Z] #34 0.589 + '[' -z '' ']' [2020-12-15T15:01:03.332Z] #34 0.590 ++ mktemp -d [2020-12-15T15:01:03.332Z] #34 0.591 + export GOPATH=/tmp/tmp.YFWqT0EZG7 [2020-12-15T15:01:03.332Z] #34 0.591 + GOPATH=/tmp/tmp.YFWqT0EZG7 [2020-12-15T15:01:03.332Z] #34 0.591 + RM_GOPATH=1 [2020-12-15T15:01:03.332Z] #34 0.591 + case "$(go env GOARCH)" in [2020-12-15T15:01:03.332Z] #34 0.592 ++ go env GOARCH [2020-12-15T15:01:03.332Z] #34 0.598 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:03.332Z] #34 0.598 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:03.332Z] #34 0.599 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:03.332Z] #34 0.601 + dir=/tmp/install [2020-12-15T15:01:03.332Z] #34 0.601 + bin=tomlv [2020-12-15T15:01:03.332Z] #34 0.601 + shift [2020-12-15T15:01:03.332Z] #34 0.601 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-15T15:01:03.332Z] #34 0.601 + . /tmp/install/tomlv.installer [2020-12-15T15:01:03.332Z] #34 0.602 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:01:03.332Z] #34 0.602 + install_tomlv [2020-12-15T15:01:03.332Z] #34 0.602 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-15T15:01:03.332Z] #34 0.602 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:01:03.332Z] #34 0.603 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.YFWqT0EZG7/src/github.com/BurntSushi/toml [2020-12-15T15:01:03.332Z] #34 0.606 Cloning into '/tmp/tmp.YFWqT0EZG7/src/github.com/BurntSushi/toml'... [2020-12-15T15:01:04.070Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 0B / 50.40MB 3.5s [2020-12-15T15:01:04.070Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 6.46MB / 50.40MB 3.9s [2020-12-15T15:01:04.070Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 11.57MB / 50.40MB 4.1s [2020-12-15T15:01:04.070Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 15.39MB / 50.40MB 4.1s [2020-12-15T15:01:04.070Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 18.87MB / 50.40MB 4.2s [2020-12-15T15:01:04.329Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 25.19MB / 50.40MB 4.5s [2020-12-15T15:01:04.329Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 27.90MB / 50.40MB 4.5s [2020-12-15T15:01:04.541Z] #18 16.66 Selecting previously unselected package python3-minimal. [2020-12-15T15:01:04.541Z] #18 16.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23448 files and directories currently installed.) [2020-12-15T15:01:04.542Z] #18 16.69 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-12-15T15:01:04.542Z] #18 16.69 Unpacking python3-minimal (3.7.3-1) ... [2020-12-15T15:01:04.542Z] #18 16.73 Selecting previously unselected package libmpdec2:s390x. [2020-12-15T15:01:04.542Z] #18 16.73 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-12-15T15:01:04.542Z] #18 16.73 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-12-15T15:01:04.596Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 31.11MB / 50.40MB 4.6s [2020-12-15T15:01:04.831Z] #18 16.79 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-12-15T15:01:04.831Z] #18 16.79 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-12-15T15:01:04.831Z] #18 16.80 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-12-15T15:01:04.831Z] #18 ... [2020-12-15T15:01:04.831Z] [2020-12-15T15:01:04.831Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:01:04.831Z] #30 DONE 91.4s [2020-12-15T15:01:04.831Z] [2020-12-15T15:01:04.831Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:01:04.831Z] #41 55.26 CC criu/cr-dedup.o [2020-12-15T15:01:04.831Z] #41 55.61 CC criu/cr-dump.o [2020-12-15T15:01:04.831Z] #41 57.02 CC criu/cr-errno.o [2020-12-15T15:01:04.831Z] #41 57.04 CC criu/cr-restore.o [2020-12-15T15:01:04.855Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 34.50MB / 50.40MB 4.9s [2020-12-15T15:01:04.859Z] #34 1.761 + cd /tmp/tmp.YFWqT0EZG7/src/github.com/BurntSushi/toml [2020-12-15T15:01:04.859Z] #34 1.782 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:01:04.859Z] #34 1.801 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-15T15:01:05.113Z] #24 ... [2020-12-15T15:01:05.113Z] [2020-12-15T15:01:05.113Z] #21 [internal] load build context [2020-12-15T15:01:05.113Z] #21 transferring context: 53.17MB 5.3s done [2020-12-15T15:01:05.113Z] #21 DONE 5.4s [2020-12-15T15:01:05.113Z] [2020-12-15T15:01:05.113Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:01:05.113Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 37.48MB / 50.40MB 5.1s [2020-12-15T15:01:05.113Z] #24 ... [2020-12-15T15:01:05.113Z] [2020-12-15T15:01:05.113Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:05.113Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-12-15T15:01:05.113Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.2s done [2020-12-15T15:01:05.113Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.5s done [2020-12-15T15:01:05.113Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-12-15T15:01:05.113Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-12-15T15:01:05.113Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.3s done [2020-12-15T15:01:05.113Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-12-15T15:01:05.113Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.4s done [2020-12-15T15:01:05.113Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.6s done [2020-12-15T15:01:05.113Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.8s [2020-12-15T15:01:05.113Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 36.41MB / 120.17MB 5.4s [2020-12-15T15:01:05.113Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.7s done [2020-12-15T15:01:05.371Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 43.86MB / 120.17MB 5.7s [2020-12-15T15:01:05.508Z] #34 2.521 internal/cpu [2020-12-15T15:01:05.508Z] #34 2.592 math/bits [2020-12-15T15:01:05.508Z] #34 2.680 runtime/internal/sys [2020-12-15T15:01:05.508Z] #34 2.725 runtime/internal/atomic [2020-12-15T15:01:05.632Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.90MB / 120.17MB 6.0s [2020-12-15T15:01:05.890Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 61.24MB / 120.17MB 6.3s [2020-12-15T15:01:05.905Z] Client: Docker Engine - Community [2020-12-15T15:01:05.905Z] Version: 19.03.13 [2020-12-15T15:01:05.905Z] API version: 1.40 [2020-12-15T15:01:05.905Z] Go version: go1.13.15 [2020-12-15T15:01:05.905Z] Git commit: 4484c46 [2020-12-15T15:01:05.905Z] Built: Wed Sep 16 17:03:45 2020 [2020-12-15T15:01:05.905Z] OS/Arch: linux/arm64 [2020-12-15T15:01:05.905Z] Experimental: false [2020-12-15T15:01:05.905Z] [2020-12-15T15:01:05.905Z] Server: Docker Engine - Community [2020-12-15T15:01:05.905Z] Engine: [2020-12-15T15:01:05.905Z] Version: 19.03.13 [2020-12-15T15:01:05.905Z] API version: 1.40 (minimum version 1.12) [2020-12-15T15:01:05.905Z] Go version: go1.13.15 [2020-12-15T15:01:05.905Z] Git commit: 4484c46 [2020-12-15T15:01:05.905Z] Built: Wed Sep 16 17:02:17 2020 [2020-12-15T15:01:05.905Z] OS/Arch: linux/arm64 [2020-12-15T15:01:05.905Z] Experimental: true [2020-12-15T15:01:05.905Z] containerd: [2020-12-15T15:01:05.905Z] Version: 1.3.7 [2020-12-15T15:01:05.905Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-15T15:01:05.905Z] runc: [2020-12-15T15:01:05.905Z] Version: 1.0.0-rc10 [2020-12-15T15:01:05.905Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-15T15:01:05.905Z] docker-init: [2020-12-15T15:01:05.905Z] Version: 0.18.0 [2020-12-15T15:01:05.905Z] GitCommit: fec3683 [Pipeline] sh [2020-12-15T15:01:06.149Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 72.35MB / 120.17MB 6.7s [2020-12-15T15:01:06.165Z] #34 3.260 runtime/internal/math [2020-12-15T15:01:06.165Z] #34 3.521 unicode/utf8 [2020-12-15T15:01:06.268Z] + docker info [2020-12-15T15:01:06.718Z] #8 ... [2020-12-15T15:01:06.718Z] [2020-12-15T15:01:06.718Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-15T15:01:06.718Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-12-15T15:01:06.718Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-12-15T15:01:06.718Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-12-15T15:01:06.718Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.3s done [2020-12-15T15:01:06.718Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.6s done [2020-12-15T15:01:06.718Z] #60 DONE 7.2s [2020-12-15T15:01:06.718Z] [2020-12-15T15:01:06.718Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:06.718Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 80.20MB / 120.17MB 7.2s [2020-12-15T15:01:06.718Z] #8 ... [2020-12-15T15:01:06.718Z] [2020-12-15T15:01:06.718Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:01:06.718Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 50.40MB / 50.40MB 6.0s done [2020-12-15T15:01:06.718Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 0.4s [2020-12-15T15:01:06.819Z] #34 3.897 sync/atomic [2020-12-15T15:01:06.819Z] #34 4.031 internal/bytealg [2020-12-15T15:01:07.122Z] #34 4.436 math [2020-12-15T15:01:07.553Z] #41 59.79 CC criu/cr-service.o [2020-12-15T15:01:07.854Z] Client: [2020-12-15T15:01:07.854Z] Debug Mode: false [2020-12-15T15:01:07.854Z] [2020-12-15T15:01:07.854Z] Server: [2020-12-15T15:01:07.854Z] Containers: 0 [2020-12-15T15:01:07.854Z] Running: 0 [2020-12-15T15:01:07.854Z] Paused: 0 [2020-12-15T15:01:07.854Z] Stopped: 0 [2020-12-15T15:01:07.854Z] Images: 0 [2020-12-15T15:01:07.854Z] Server Version: 19.03.13 [2020-12-15T15:01:07.854Z] Storage Driver: overlay2 [2020-12-15T15:01:07.854Z] Backing Filesystem: extfs [2020-12-15T15:01:07.854Z] Supports d_type: true [2020-12-15T15:01:07.854Z] Native Overlay Diff: true [2020-12-15T15:01:07.854Z] Logging Driver: json-file [2020-12-15T15:01:07.854Z] Cgroup Driver: cgroupfs [2020-12-15T15:01:07.854Z] Plugins: [2020-12-15T15:01:07.854Z] Volume: local [2020-12-15T15:01:07.854Z] Network: bridge host ipvlan macvlan null overlay [2020-12-15T15:01:07.854Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-12-15T15:01:07.854Z] Swarm: inactive [2020-12-15T15:01:07.854Z] Runtimes: runc [2020-12-15T15:01:07.854Z] Default Runtime: runc [2020-12-15T15:01:07.854Z] Init Binary: docker-init [2020-12-15T15:01:07.854Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-15T15:01:07.854Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-15T15:01:07.854Z] init version: fec3683 [2020-12-15T15:01:07.854Z] Security Options: [2020-12-15T15:01:07.854Z] apparmor [2020-12-15T15:01:07.854Z] seccomp [2020-12-15T15:01:07.854Z] Profile: default [2020-12-15T15:01:07.854Z] Kernel Version: 5.4.0-1025-aws [2020-12-15T15:01:07.854Z] Operating System: Ubuntu 18.04.5 LTS [2020-12-15T15:01:07.854Z] OSType: linux [2020-12-15T15:01:07.854Z] Architecture: x86_64 [2020-12-15T15:01:07.854Z] CPUs: 2 [2020-12-15T15:01:07.854Z] Total Memory: 7.487GiB [2020-12-15T15:01:07.854Z] Name: ip-10-100-46-16 [2020-12-15T15:01:07.854Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-12-15T15:01:07.854Z] Docker Root Dir: /var/lib/docker [2020-12-15T15:01:07.854Z] Debug Mode: false [2020-12-15T15:01:07.854Z] Registry: https://index.docker.io/v1/ [2020-12-15T15:01:07.854Z] Labels: [2020-12-15T15:01:07.854Z] Experimental: true [2020-12-15T15:01:07.854Z] Insecure Registries: [2020-12-15T15:01:07.854Z] 127.0.0.0/8 [2020-12-15T15:01:07.854Z] Live Restore Enabled: true [2020-12-15T15:01:07.854Z] [2020-12-15T15:01:07.854Z] WARNING: No swap limit support [Pipeline] sh [2020-12-15T15:01:08.163Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T15:01:08.163Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T15:01:08.163Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41800/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-15T15:01:08.163Z] + bash /home/ubuntu/workspace/moby_PR-41800/check-config.sh [2020-12-15T15:01:08.163Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-15T15:01:08.163Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-12-15T15:01:08.163Z] [2020-12-15T15:01:08.163Z] Generally Necessary: [2020-12-15T15:01:08.163Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-15T15:01:08.163Z] - apparmor: enabled and tools installed [2020-12-15T15:01:08.163Z] - CONFIG_NAMESPACES: enabled [2020-12-15T15:01:08.163Z] - CONFIG_NET_NS: enabled [2020-12-15T15:01:08.163Z] - CONFIG_PID_NS: enabled [2020-12-15T15:01:08.163Z] - CONFIG_IPC_NS: enabled [2020-12-15T15:01:08.163Z] - CONFIG_UTS_NS: enabled [2020-12-15T15:01:08.163Z] - CONFIG_CGROUPS: enabled [2020-12-15T15:01:08.163Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-15T15:01:08.163Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-15T15:01:08.163Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-15T15:01:08.163Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-15T15:01:08.163Z] - CONFIG_CPUSETS: enabled [2020-12-15T15:01:08.163Z] - CONFIG_MEMCG: enabled [2020-12-15T15:01:08.163Z] - CONFIG_KEYS: enabled [2020-12-15T15:01:08.163Z] - CONFIG_VETH: enabled (as module) [2020-12-15T15:01:08.163Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-15T15:01:08.163Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-15T15:01:08.163Z] - CONFIG_NF_NAT_IPV4: missing [2020-12-15T15:01:08.163Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-15T15:01:08.163Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-15T15:01:08.163Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-15T15:01:08.163Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-15T15:01:08.163Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-15T15:01:08.163Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-15T15:01:08.163Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-15T15:01:08.163Z] - CONFIG_NF_NAT_NEEDED: missing [2020-12-15T15:01:08.163Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-15T15:01:08.163Z] [2020-12-15T15:01:08.163Z] Optional Features: [2020-12-15T15:01:08.163Z] - CONFIG_USER_NS: enabled [2020-12-15T15:01:08.163Z] - CONFIG_SECCOMP: enabled [2020-12-15T15:01:08.163Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-15T15:01:08.163Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-15T15:01:08.163Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-15T15:01:08.183Z] #41 ... [2020-12-15T15:01:08.183Z] [2020-12-15T15:01:08.183Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:01:08.183Z] #18 17.70 Selecting previously unselected package python3.7. [2020-12-15T15:01:08.183Z] #18 17.70 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 17.71 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-15T15:01:08.183Z] #18 17.80 Selecting previously unselected package libpython3-stdlib:s390x. [2020-12-15T15:01:08.183Z] #18 17.80 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 17.80 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-12-15T15:01:08.183Z] #18 17.83 Setting up python3-minimal (3.7.3-1) ... [2020-12-15T15:01:08.183Z] #18 18.33 Selecting previously unselected package python3. [2020-12-15T15:01:08.183Z] #18 18.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23860 files and directories currently installed.) [2020-12-15T15:01:08.183Z] #18 18.36 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 18.37 Unpacking python3 (3.7.3-1) ... [2020-12-15T15:01:08.183Z] #18 18.42 Selecting previously unselected package libip4tc0:s390x. [2020-12-15T15:01:08.183Z] #18 18.42 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 18.42 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-12-15T15:01:08.183Z] #18 18.48 Selecting previously unselected package libip6tc0:s390x. [2020-12-15T15:01:08.183Z] #18 18.48 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 18.49 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-12-15T15:01:08.183Z] #18 18.55 Selecting previously unselected package libiptc0:s390x. [2020-12-15T15:01:08.183Z] #18 18.55 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 18.55 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-12-15T15:01:08.183Z] #18 18.58 Selecting previously unselected package libnfnetlink0:s390x. [2020-12-15T15:01:08.183Z] #18 18.58 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 18.58 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-12-15T15:01:08.183Z] #18 18.62 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-12-15T15:01:08.183Z] #18 18.63 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 18.63 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-12-15T15:01:08.183Z] #18 18.66 Selecting previously unselected package libnftnl11:s390x. [2020-12-15T15:01:08.183Z] #18 18.66 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 18.67 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-12-15T15:01:08.183Z] #18 18.70 Selecting previously unselected package iptables. [2020-12-15T15:01:08.183Z] #18 18.70 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 18.71 Unpacking iptables (1.8.2-4) ... [2020-12-15T15:01:08.183Z] #18 18.90 Selecting previously unselected package xxd. [2020-12-15T15:01:08.183Z] #18 18.90 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-12-15T15:01:08.183Z] #18 18.90 Unpacking xxd (2:8.1.0875-5) ... [2020-12-15T15:01:08.183Z] #18 18.98 Selecting previously unselected package vim-common. [2020-12-15T15:01:08.183Z] #18 18.98 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:01:08.183Z] #18 18.98 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-15T15:01:08.183Z] #18 19.08 Selecting previously unselected package bash-completion. [2020-12-15T15:01:08.183Z] #18 19.08 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-15T15:01:08.222Z] #34 ... [2020-12-15T15:01:08.223Z] [2020-12-15T15:01:08.223Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:01:08.223Z] #29 2.240 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-15T15:01:08.223Z] #29 2.873 #=#=# [2020-12-15T15:01:08.446Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-12-15T15:01:08.446Z] - CONFIG_BLK_CGROUP: enabled [2020-12-15T15:01:08.446Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-15T15:01:08.446Z] - CONFIG_IOSCHED_CFQ: missing [2020-12-15T15:01:08.446Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-12-15T15:01:08.446Z] - CONFIG_CGROUP_PERF: enabled [2020-12-15T15:01:08.446Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-15T15:01:08.446Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-15T15:01:08.446Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-15T15:01:08.446Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-15T15:01:08.446Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-15T15:01:08.446Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-15T15:01:08.446Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-15T15:01:08.446Z] - CONFIG_IP_VS: enabled (as module) [2020-12-15T15:01:08.446Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-15T15:01:08.446Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-15T15:01:08.446Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-15T15:01:08.446Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-15T15:01:08.446Z] - CONFIG_EXT4_FS: enabled [2020-12-15T15:01:08.446Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-15T15:01:08.446Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-15T15:01:08.446Z] - Network Drivers: [2020-12-15T15:01:08.446Z] - "overlay": [2020-12-15T15:01:08.446Z] - CONFIG_VXLAN: enabled (as module) [2020-12-15T15:01:08.446Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-15T15:01:08.446Z] Optional (for encrypted networks): [2020-12-15T15:01:08.446Z] - CONFIG_CRYPTO: enabled [2020-12-15T15:01:08.446Z] - CONFIG_CRYPTO_AEAD: enabled [2020-12-15T15:01:08.446Z] - CONFIG_CRYPTO_GCM: enabled [2020-12-15T15:01:08.446Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-12-15T15:01:08.446Z] - CONFIG_CRYPTO_GHASH: enabled [2020-12-15T15:01:08.446Z] - CONFIG_XFRM: enabled [2020-12-15T15:01:08.446Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-15T15:01:08.446Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-15T15:01:08.446Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-15T15:01:08.446Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-12-15T15:01:08.446Z] - "ipvlan": [2020-12-15T15:01:08.446Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-15T15:01:08.446Z] - "macvlan": [2020-12-15T15:01:08.446Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-15T15:01:08.446Z] - CONFIG_DUMMY: enabled (as module) [2020-12-15T15:01:08.446Z] - "ftp,tftp client in container": [2020-12-15T15:01:08.473Z] #18 20.46 Unpacking bash-completion (1:2.8-6) ... [2020-12-15T15:01:08.473Z] #18 20.63 Selecting previously unselected package bzip2. [2020-12-15T15:01:08.473Z] #18 20.63 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-12-15T15:01:08.473Z] #18 20.64 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-15T15:01:08.721Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-15T15:01:08.721Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-15T15:01:08.721Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-15T15:01:08.721Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-15T15:01:08.721Z] - Storage Drivers: [2020-12-15T15:01:08.721Z] - "aufs": [2020-12-15T15:01:08.721Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-15T15:01:08.721Z] - "btrfs": [2020-12-15T15:01:08.721Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-15T15:01:08.721Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-15T15:01:08.721Z] - "devicemapper": [2020-12-15T15:01:08.721Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-15T15:01:08.721Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-15T15:01:08.721Z] - "overlay": [2020-12-15T15:01:08.721Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-15T15:01:08.721Z] - "zfs": [2020-12-15T15:01:08.721Z] - /dev/zfs: present [2020-12-15T15:01:08.721Z] - zfs command: missing [2020-12-15T15:01:08.721Z] - zpool command: missing [2020-12-15T15:01:08.721Z] [2020-12-15T15:01:08.721Z] Limits: [2020-12-15T15:01:08.721Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-15T15:01:08.721Z] [2020-12-15T15:01:08.721Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-12-15T15:01:08.764Z] #18 20.71 Selecting previously unselected package xz-utils. [2020-12-15T15:01:08.764Z] #18 20.71 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-12-15T15:01:08.764Z] #18 20.71 Unpacking xz-utils (5.2.4-1) ... [2020-12-15T15:01:08.764Z] #18 20.82 Selecting previously unselected package apparmor. [2020-12-15T15:01:08.764Z] #18 20.82 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-12-15T15:01:08.764Z] #18 20.86 Unpacking apparmor (2.13.2-10) ... [Pipeline] sh [2020-12-15T15:01:08.848Z] #29 3.134 1.3% #### 6.2% ####### 10.3% ############## 20.4% ################### 26.6% ###################### 31.2% ########################## 36.2% ############################### 44.4% #################################### 50.5% ######################################## 56.6% ########################################### 60.6% ################################################# 68.7% #################################################### 72.8% ####################################################### 76.9% ######################################################## 78.4% ########################################################## 81.0% ############################################################# 85.2% ################################################################# 91.0% #################################################################### 95.1% ######################################################################## 100.0% [2020-12-15T15:01:09.065Z] #18 21.11 Selecting previously unselected package aufs-tools. [2020-12-15T15:01:09.065Z] #18 21.12 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-12-15T15:01:09.065Z] #18 21.12 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-15T15:01:09.065Z] #18 21.18 Selecting previously unselected package libonig5:s390x. [2020-12-15T15:01:09.065Z] #18 21.18 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-12-15T15:01:09.065Z] #18 21.18 Unpacking libonig5:s390x (6.9.1-1) ... [2020-12-15T15:01:09.075Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7e600eaae087b830802285e3cd2556761fc729aa . [2020-12-15T15:01:09.075Z] #2 [internal] load build definition from Dockerfile [2020-12-15T15:01:09.075Z] #2 transferring dockerfile: [2020-12-15T15:01:09.147Z] #29 5.921 [2020-12-15T15:01:09.341Z] #2 transferring dockerfile: 16.58kB done [2020-12-15T15:01:09.341Z] #2 DONE 0.1s [2020-12-15T15:01:09.341Z] [2020-12-15T15:01:09.341Z] #1 [internal] load .dockerignore [2020-12-15T15:01:09.341Z] #1 transferring context: 87B done [2020-12-15T15:01:09.341Z] #1 DONE 0.1s [2020-12-15T15:01:09.341Z] [2020-12-15T15:01:09.341Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-15T15:01:09.391Z] #18 21.27 Selecting previously unselected package libjq1:s390x. [2020-12-15T15:01:09.391Z] #18 21.27 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-12-15T15:01:09.391Z] #18 21.27 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-12-15T15:01:09.391Z] #18 21.33 Selecting previously unselected package jq. [2020-12-15T15:01:09.391Z] #18 21.33 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-12-15T15:01:09.391Z] #18 21.33 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-15T15:01:09.391Z] #18 21.39 Selecting previously unselected package libaio1:s390x. [2020-12-15T15:01:09.391Z] #18 21.39 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-12-15T15:01:09.391Z] #18 21.39 Unpacking libaio1:s390x (0.3.112-3) ... [2020-12-15T15:01:09.391Z] #18 21.42 Selecting previously unselected package libgpm2:s390x. [2020-12-15T15:01:09.391Z] #18 21.43 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-12-15T15:01:09.391Z] #18 21.43 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-12-15T15:01:09.391Z] #18 21.48 Selecting previously unselected package libicu63:s390x. [2020-12-15T15:01:09.391Z] #18 21.48 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-12-15T15:01:09.391Z] #18 21.48 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-12-15T15:01:09.758Z] #29 6.191 ############### 21.3% ################################## 48.3% ############################################################### 88.3% ######################################################################## 100.0% [2020-12-15T15:01:10.284Z] #3 DONE 0.8s [2020-12-15T15:01:10.284Z] [2020-12-15T15:01:10.284Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-15T15:01:10.284Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-15T15:01:10.285Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-12-15T15:01:10.285Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-12-15T15:01:10.285Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-12-15T15:01:10.285Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2020-12-15T15:01:10.285Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 7.02MB / 8.88MB 0.2s [2020-12-15T15:01:10.285Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.4s [2020-12-15T15:01:10.402Z] #29 6.933 [2020-12-15T15:01:10.549Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.4s done [2020-12-15T15:01:10.549Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-12-15T15:01:10.815Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-12-15T15:01:10.815Z] #4 DONE 0.9s [2020-12-15T15:01:10.998Z] #29 7.134 1.3% ################### 27.6% ########################################## 58.4% ######################################################################## 100.0% [2020-12-15T15:01:11.078Z] [2020-12-15T15:01:11.078Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-15T15:01:11.300Z] #29 7.912 [2020-12-15T15:01:11.340Z] #7 ... [2020-12-15T15:01:11.340Z] [2020-12-15T15:01:11.340Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-15T15:01:11.340Z] #5 DONE 0.2s [2020-12-15T15:01:11.340Z] [2020-12-15T15:01:11.340Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-15T15:01:11.340Z] #7 DONE 0.3s [2020-12-15T15:01:11.340Z] [2020-12-15T15:01:11.340Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-12-15T15:01:11.450Z] #18 23.26 Selecting previously unselected package libnet1:s390x. [2020-12-15T15:01:11.450Z] #18 23.26 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-12-15T15:01:11.450Z] #18 23.26 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-12-15T15:01:11.450Z] #18 23.34 Selecting previously unselected package libnl-3-200:s390x. [2020-12-15T15:01:11.450Z] #18 23.34 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-12-15T15:01:11.450Z] #18 23.35 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-12-15T15:01:11.450Z] #18 23.38 Selecting previously unselected package libprotobuf-c1:s390x. [2020-12-15T15:01:11.450Z] #18 23.39 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-12-15T15:01:11.450Z] #18 23.39 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-12-15T15:01:11.450Z] #18 23.43 Selecting previously unselected package libreadline5:s390x. [2020-12-15T15:01:11.450Z] #18 23.43 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-12-15T15:01:11.450Z] #18 23.44 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-12-15T15:01:11.450Z] #18 23.49 Selecting previously unselected package net-tools. [2020-12-15T15:01:11.450Z] #18 23.49 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-12-15T15:01:11.450Z] #18 23.49 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-15T15:01:11.450Z] #18 23.59 Selecting previously unselected package python-pip-whl. [2020-12-15T15:01:11.450Z] #18 23.59 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-15T15:01:11.450Z] #18 23.59 Unpacking python-pip-whl (18.1-5) ... [2020-12-15T15:01:11.603Z] #6 DONE 0.4s [2020-12-15T15:01:11.603Z] [2020-12-15T15:01:11.603Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:11.603Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-12-15T15:01:11.740Z] #18 24.01 Selecting previously unselected package python3-lib2to3. [2020-12-15T15:01:11.871Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-12-15T15:01:11.871Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-12-15T15:01:11.871Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-12-15T15:01:11.871Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s [2020-12-15T15:01:11.989Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 5.5s [2020-12-15T15:01:12.030Z] #18 24.01 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-15T15:01:12.030Z] #18 24.01 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-15T15:01:12.030Z] #18 24.09 Selecting previously unselected package python3-distutils. [2020-12-15T15:01:12.030Z] #18 24.09 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-15T15:01:12.030Z] #18 24.09 Unpacking python3-distutils (3.7.3-1) ... [2020-12-15T15:01:12.030Z] #18 24.17 Selecting previously unselected package python3-pip. [2020-12-15T15:01:12.030Z] #18 24.17 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-15T15:01:12.030Z] #18 24.17 Unpacking python3-pip (18.1-5) ... [2020-12-15T15:01:12.030Z] #18 24.30 Selecting previously unselected package python3-pkg-resources. [2020-12-15T15:01:12.137Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.71MB / 50.40MB 0.3s [2020-12-15T15:01:12.137Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.66MB / 50.40MB 0.4s [2020-12-15T15:01:12.320Z] #18 24.30 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-15T15:01:12.320Z] #18 24.31 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-15T15:01:12.320Z] #18 24.38 Selecting previously unselected package python3-setuptools. [2020-12-15T15:01:12.320Z] #18 24.38 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-15T15:01:12.320Z] #18 24.38 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-15T15:01:12.320Z] #18 24.54 Selecting previously unselected package python3-wheel. [2020-12-15T15:01:12.320Z] #18 24.54 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-15T15:01:12.320Z] #18 24.54 Unpacking python3-wheel (0.32.3-2) ... [2020-12-15T15:01:12.320Z] #18 24.59 Selecting previously unselected package sudo. [2020-12-15T15:01:12.401Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.26MB / 50.40MB 0.5s [2020-12-15T15:01:12.401Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.6s [2020-12-15T15:01:12.610Z] #18 24.59 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-12-15T15:01:12.610Z] #18 24.60 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-15T15:01:12.665Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.85MB / 50.40MB 0.8s [2020-12-15T15:01:12.665Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.54MB / 7.81MB 0.8s [2020-12-15T15:01:12.665Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 14.87MB / 50.40MB 1.0s [2020-12-15T15:01:12.665Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 4.58MB / 7.81MB 1.0s [2020-12-15T15:01:12.806Z] #29 8.115 1.1% #### 6.9% ####### 10.7% ########## 14.5% ############## 20.2% ################### 26.5% ####################### 32.6% ############################ 39.7% ################################ 45.4% #################################### 51.2% ########################################## 58.8% ######### [2020-12-15T15:01:12.806Z] #29 ... [2020-12-15T15:01:12.806Z] [2020-12-15T15:01:12.806Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:12.806Z] #49 0.730 + RM_GOPATH=0 [2020-12-15T15:01:12.806Z] #49 0.730 + TMP_GOPATH= [2020-12-15T15:01:12.806Z] #49 0.730 + : /build [2020-12-15T15:01:12.806Z] #49 0.730 + '[' -z '' ']' [2020-12-15T15:01:12.806Z] #49 0.732 ++ mktemp -d [2020-12-15T15:01:12.806Z] #49 0.740 + export GOPATH=/tmp/tmp.QcjidBGmSw [2020-12-15T15:01:12.806Z] #49 0.740 + GOPATH=/tmp/tmp.QcjidBGmSw [2020-12-15T15:01:12.806Z] #49 0.740 + RM_GOPATH=1 [2020-12-15T15:01:12.806Z] #49 0.753 + case "$(go env GOARCH)" in [2020-12-15T15:01:12.806Z] #49 0.753 ++ go env GOARCH [2020-12-15T15:01:12.806Z] #49 0.827 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:12.806Z] #49 0.828 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:12.806Z] #49 0.832 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:12.806Z] #49 0.834 + dir=/tmp/install [2020-12-15T15:01:12.806Z] #49 0.834 + bin=golangci_lint [2020-12-15T15:01:12.806Z] #49 0.834 + shift [2020-12-15T15:01:12.806Z] #49 0.834 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-15T15:01:12.806Z] #49 0.835 + . /tmp/install/golangci_lint.installer [2020-12-15T15:01:12.806Z] #49 0.848 ++ : v1.23.8 [2020-12-15T15:01:12.806Z] #49 0.849 + install_golangci_lint [2020-12-15T15:01:12.806Z] #49 0.850 + set -e [2020-12-15T15:01:12.806Z] #49 0.850 + export GO111MODULE=on [2020-12-15T15:01:12.806Z] #49 0.850 + GO111MODULE=on [2020-12-15T15:01:12.806Z] #49 0.850 + GOBIN=/build [2020-12-15T15:01:12.806Z] #49 0.850 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-15T15:01:12.806Z] #49 0.980 go: finding github.com v1.23.8 [2020-12-15T15:01:12.806Z] #49 0.981 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-15T15:01:12.806Z] #49 0.982 go: finding github.com/golangci v1.23.8 [2020-12-15T15:01:12.806Z] #49 0.982 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:01:12.806Z] #49 0.983 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-15T15:01:12.806Z] #49 2.044 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:01:12.806Z] #49 3.329 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:01:12.899Z] #18 24.93 Selecting previously unselected package thin-provisioning-tools. [2020-12-15T15:01:12.900Z] #18 24.93 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-12-15T15:01:12.900Z] #18 24.93 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-15T15:01:12.900Z] #18 25.08 Selecting previously unselected package uidmap. [2020-12-15T15:01:12.900Z] #18 25.08 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-12-15T15:01:12.900Z] #18 25.08 Unpacking uidmap (1:4.5-1.1) ... [2020-12-15T15:01:12.900Z] #18 25.15 Selecting previously unselected package vim-runtime. [2020-12-15T15:01:12.927Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 19.29MB / 50.40MB 1.3s [2020-12-15T15:01:12.927Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.3s [2020-12-15T15:01:13.109Z] #49 ... [2020-12-15T15:01:13.109Z] [2020-12-15T15:01:13.109Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:13.109Z] #58 0.750 + RM_GOPATH=0 [2020-12-15T15:01:13.109Z] #58 0.750 + TMP_GOPATH= [2020-12-15T15:01:13.109Z] #58 0.750 + : /build [2020-12-15T15:01:13.109Z] #58 0.750 + '[' -z '' ']' [2020-12-15T15:01:13.109Z] #58 0.753 ++ mktemp -d [2020-12-15T15:01:13.109Z] #58 0.759 + export GOPATH=/tmp/tmp.kSUadRNyKI [2020-12-15T15:01:13.109Z] #58 0.759 + GOPATH=/tmp/tmp.kSUadRNyKI [2020-12-15T15:01:13.109Z] #58 0.760 + RM_GOPATH=1 [2020-12-15T15:01:13.109Z] #58 0.760 + case "$(go env GOARCH)" in [2020-12-15T15:01:13.109Z] #58 0.760 ++ go env GOARCH [2020-12-15T15:01:13.109Z] #58 0.795 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:13.109Z] #58 0.795 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:13.109Z] #58 0.809 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:13.109Z] #58 0.824 + dir=/tmp/install [2020-12-15T15:01:13.109Z] #58 0.825 + bin=rootlesskit [2020-12-15T15:01:13.109Z] #58 0.825 + shift [2020-12-15T15:01:13.109Z] #58 0.825 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-15T15:01:13.109Z] #58 0.826 + . /tmp/install/rootlesskit.installer [2020-12-15T15:01:13.109Z] #58 0.827 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:01:13.109Z] #58 0.827 + install_rootlesskit [2020-12-15T15:01:13.109Z] #58 0.827 + case "$1" in [2020-12-15T15:01:13.109Z] #58 0.827 + export CGO_ENABLED=0 [2020-12-15T15:01:13.109Z] #58 0.827 + CGO_ENABLED=0 [2020-12-15T15:01:13.109Z] #58 0.828 + _install_rootlesskit [2020-12-15T15:01:13.109Z] #58 0.828 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-15T15:01:13.109Z] #58 0.829 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.kSUadRNyKI/src/github.com/rootless-containers/rootlesskit [2020-12-15T15:01:13.109Z] #58 0.829 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:01:13.109Z] #58 0.837 Cloning into '/tmp/tmp.kSUadRNyKI/src/github.com/rootless-containers/rootlesskit'... [2020-12-15T15:01:13.109Z] #58 6.302 + cd /tmp/tmp.kSUadRNyKI/src/github.com/rootless-containers/rootlesskit [2020-12-15T15:01:13.109Z] #58 6.303 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:01:13.109Z] #58 6.865 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-15T15:01:13.109Z] #58 6.865 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-15T15:01:13.109Z] #58 ... [2020-12-15T15:01:13.109Z] [2020-12-15T15:01:13.109Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:01:13.109Z] #42 0.636 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:13.109Z] #42 0.664 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:13.109Z] #42 0.676 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:13.109Z] #42 1.596 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-15T15:01:13.109Z] #42 4.056 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB] [2020-12-15T15:01:13.109Z] #42 6.442 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-15T15:01:13.109Z] #42 ... [2020-12-15T15:01:13.109Z] [2020-12-15T15:01:13.109Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:13.109Z] #24 0.739 + RM_GOPATH=0 [2020-12-15T15:01:13.109Z] #24 0.739 + TMP_GOPATH= [2020-12-15T15:01:13.109Z] #24 0.751 + : /build [2020-12-15T15:01:13.109Z] #24 0.751 + '[' -z '' ']' [2020-12-15T15:01:13.109Z] #24 0.754 ++ mktemp -d [2020-12-15T15:01:13.109Z] #24 0.763 + export GOPATH=/tmp/tmp.xW290RC7za [2020-12-15T15:01:13.109Z] #24 0.763 + GOPATH=/tmp/tmp.xW290RC7za [2020-12-15T15:01:13.109Z] #24 0.763 + RM_GOPATH=1 [2020-12-15T15:01:13.109Z] #24 0.763 + case "$(go env GOARCH)" in [2020-12-15T15:01:13.109Z] #24 0.764 ++ go env GOARCH [2020-12-15T15:01:13.109Z] #24 0.802 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:13.109Z] #24 0.802 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:13.109Z] #24 0.807 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:13.109Z] #24 0.808 + dir=/tmp/install [2020-12-15T15:01:13.109Z] #24 0.809 + bin=dockercli [2020-12-15T15:01:13.109Z] #24 0.809 + shift [2020-12-15T15:01:13.109Z] #24 0.809 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-15T15:01:13.109Z] #24 0.810 + . /tmp/install/dockercli.installer [2020-12-15T15:01:13.109Z] #24 0.824 ++ : stable [2020-12-15T15:01:13.109Z] #24 0.824 ++ : 17.06.2-ce [2020-12-15T15:01:13.109Z] #24 0.829 + install_dockercli [2020-12-15T15:01:13.109Z] #24 0.830 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-15T15:01:13.109Z] #24 0.831 Install docker/cli version 17.06.2-ce from stable [2020-12-15T15:01:13.109Z] #24 0.831 ++ uname -m [2020-12-15T15:01:13.109Z] #24 0.850 + arch=ppc64le [2020-12-15T15:01:13.109Z] #24 0.850 + '[' ppc64le '!=' x86_64 ']' [2020-12-15T15:01:13.109Z] #24 0.851 + '[' ppc64le '!=' s390x ']' [2020-12-15T15:01:13.109Z] #24 0.851 + '[' ppc64le '!=' armhf ']' [2020-12-15T15:01:13.109Z] #24 0.851 + build_dockercli [2020-12-15T15:01:13.109Z] #24 0.862 + git clone https://github.com/docker/docker-ce /tmp/tmp.xW290RC7za/tmp/docker-ce [2020-12-15T15:01:13.109Z] #24 0.865 Cloning into '/tmp/tmp.xW290RC7za/tmp/docker-ce'... [2020-12-15T15:01:13.189Z] #18 25.15 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:01:13.189Z] #18 25.16 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-15T15:01:13.189Z] #18 25.17 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-15T15:01:13.189Z] #18 25.18 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-15T15:01:13.195Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 21.81MB / 50.40MB 1.4s [2020-12-15T15:01:13.195Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.3s done [2020-12-15T15:01:13.195Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.30MB / 10.00MB 1.4s [2020-12-15T15:01:13.195Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.88MB / 10.00MB 1.5s [2020-12-15T15:01:13.370Z] #24 ... [2020-12-15T15:01:13.370Z] [2020-12-15T15:01:13.370Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:13.370Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.6s done [2020-12-15T15:01:13.370Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.9s done [2020-12-15T15:01:13.370Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.4s [2020-12-15T15:01:13.409Z] #24 ... [2020-12-15T15:01:13.409Z] [2020-12-15T15:01:13.409Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:01:13.409Z] #40 0.639 + git clone https://github.com/docker/distribution.git . [2020-12-15T15:01:13.409Z] #40 0.648 Cloning into '.'... [2020-12-15T15:01:13.409Z] #40 ... [2020-12-15T15:01:13.409Z] [2020-12-15T15:01:13.409Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:13.409Z] #64 0.755 + RM_GOPATH=0 [2020-12-15T15:01:13.409Z] #64 0.755 + TMP_GOPATH= [2020-12-15T15:01:13.409Z] #64 0.768 + : /build [2020-12-15T15:01:13.409Z] #64 0.768 + '[' -z '' ']' [2020-12-15T15:01:13.409Z] #64 0.768 ++ mktemp -d [2020-12-15T15:01:13.409Z] #64 0.771 + export GOPATH=/tmp/tmp.HhNmqBw38g [2020-12-15T15:01:13.409Z] #64 0.774 + GOPATH=/tmp/tmp.HhNmqBw38g [2020-12-15T15:01:13.409Z] #64 0.774 + RM_GOPATH=1 [2020-12-15T15:01:13.409Z] #64 0.774 + case "$(go env GOARCH)" in [2020-12-15T15:01:13.409Z] #64 0.787 ++ go env GOARCH [2020-12-15T15:01:13.409Z] #64 0.802 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:13.409Z] #64 0.802 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:13.409Z] #64 0.805 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:13.409Z] #64 0.806 + dir=/tmp/install [2020-12-15T15:01:13.409Z] #64 0.825 + bin=proxy [2020-12-15T15:01:13.409Z] #64 0.825 + shift [2020-12-15T15:01:13.409Z] #64 0.825 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-15T15:01:13.409Z] #64 0.825 + . /tmp/install/proxy.installer [2020-12-15T15:01:13.409Z] #64 0.826 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:01:13.409Z] #64 0.826 + install_proxy [2020-12-15T15:01:13.409Z] #64 0.826 + case "$1" in [2020-12-15T15:01:13.409Z] #64 0.826 + export CGO_ENABLED=0 [2020-12-15T15:01:13.409Z] #64 0.826 + CGO_ENABLED=0 [2020-12-15T15:01:13.409Z] #64 0.826 + _install_proxy [2020-12-15T15:01:13.409Z] #64 0.827 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-15T15:01:13.409Z] #64 0.827 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:01:13.409Z] #64 0.828 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.HhNmqBw38g/src/github.com/docker/libnetwork [2020-12-15T15:01:13.409Z] #64 0.854 Cloning into '/tmp/tmp.HhNmqBw38g/src/github.com/docker/libnetwork'... [2020-12-15T15:01:13.458Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 25.01MB / 50.40MB 1.6s [2020-12-15T15:01:13.458Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.79MB / 10.00MB 1.6s [2020-12-15T15:01:13.458Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 28.41MB / 50.40MB 1.8s [2020-12-15T15:01:13.458Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 8.86MB / 10.00MB 1.8s [2020-12-15T15:01:13.708Z] #64 ... [2020-12-15T15:01:13.708Z] [2020-12-15T15:01:13.708Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:13.708Z] #51 0.744 + RM_GOPATH=0 [2020-12-15T15:01:13.708Z] #51 0.745 + TMP_GOPATH= [2020-12-15T15:01:13.708Z] #51 0.745 + : /build [2020-12-15T15:01:13.708Z] #51 0.745 + '[' -z '' ']' [2020-12-15T15:01:13.708Z] #51 0.751 ++ mktemp -d [2020-12-15T15:01:13.708Z] #51 0.767 + export GOPATH=/tmp/tmp.q9coUhh8Ud [2020-12-15T15:01:13.708Z] #51 0.768 + GOPATH=/tmp/tmp.q9coUhh8Ud [2020-12-15T15:01:13.708Z] #51 0.768 + RM_GOPATH=1 [2020-12-15T15:01:13.708Z] #51 0.768 + case "$(go env GOARCH)" in [2020-12-15T15:01:13.708Z] #51 0.769 ++ go env GOARCH [2020-12-15T15:01:13.708Z] #51 0.829 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:13.708Z] #51 0.829 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:13.708Z] #51 0.833 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:13.708Z] #51 0.841 + dir=/tmp/install [2020-12-15T15:01:13.708Z] #51 0.842 + bin=shfmt [2020-12-15T15:01:13.708Z] #51 0.843 + shift [2020-12-15T15:01:13.708Z] #51 0.844 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-15T15:01:13.708Z] #51 0.844 + . /tmp/install/shfmt.installer [2020-12-15T15:01:13.708Z] #51 0.845 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:01:13.708Z] #51 0.845 + install_shfmt [2020-12-15T15:01:13.708Z] #51 0.846 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-15T15:01:13.708Z] #51 0.846 + git clone https://github.com/mvdan/sh.git /tmp/tmp.q9coUhh8Ud/src/github.com/mvdan/sh [2020-12-15T15:01:13.708Z] #51 0.846 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:01:13.708Z] #51 0.866 Cloning into '/tmp/tmp.q9coUhh8Ud/src/github.com/mvdan/sh'... [2020-12-15T15:01:13.708Z] #51 ... [2020-12-15T15:01:13.708Z] [2020-12-15T15:01:13.708Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:13.708Z] #47 0.778 + RM_GOPATH=0 [2020-12-15T15:01:13.708Z] #47 0.778 + TMP_GOPATH= [2020-12-15T15:01:13.708Z] #47 0.778 + : /build [2020-12-15T15:01:13.708Z] #47 0.778 + '[' -z '' ']' [2020-12-15T15:01:13.708Z] #47 0.780 ++ mktemp -d [2020-12-15T15:01:13.708Z] #47 0.790 + export GOPATH=/tmp/tmp.w8w7vSlSym [2020-12-15T15:01:13.708Z] #47 0.791 + GOPATH=/tmp/tmp.w8w7vSlSym [2020-12-15T15:01:13.708Z] #47 0.792 + RM_GOPATH=1 [2020-12-15T15:01:13.708Z] #47 0.792 + case "$(go env GOARCH)" in [2020-12-15T15:01:13.708Z] #47 0.796 ++ go env GOARCH [2020-12-15T15:01:13.708Z] #47 0.872 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:13.708Z] #47 0.873 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:13.708Z] #47 0.883 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:13.708Z] #47 0.889 + dir=/tmp/install [2020-12-15T15:01:13.708Z] #47 0.890 + bin=gotestsum [2020-12-15T15:01:13.708Z] #47 0.890 + shift [2020-12-15T15:01:13.708Z] #47 0.891 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-15T15:01:13.708Z] #47 0.891 + . /tmp/install/gotestsum.installer [2020-12-15T15:01:13.708Z] #47 0.892 ++ : v0.5.3 [2020-12-15T15:01:13.708Z] #47 0.893 + install_gotestsum [2020-12-15T15:01:13.708Z] #47 0.894 + set -e [2020-12-15T15:01:13.708Z] #47 0.895 + export GO111MODULE=on [2020-12-15T15:01:13.708Z] #47 0.895 + GO111MODULE=on [2020-12-15T15:01:13.708Z] #47 0.896 + GOBIN=/build [2020-12-15T15:01:13.708Z] #47 0.896 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-15T15:01:13.708Z] #47 0.984 go: finding gotest.tools v0.5.3 [2020-12-15T15:01:13.708Z] #47 0.985 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-15T15:01:13.708Z] #47 2.072 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-15T15:01:13.708Z] #47 3.128 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-15T15:01:13.708Z] #47 5.109 go: downloading github.com/fatih/color v1.9.0 [2020-12-15T15:01:13.708Z] #47 5.159 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-15T15:01:13.708Z] #47 5.232 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:01:13.708Z] #47 5.233 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:01:13.708Z] #47 5.253 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:01:13.708Z] #47 5.268 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:01:13.708Z] #47 5.273 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:01:13.708Z] #47 5.633 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:01:13.708Z] #47 5.645 go: extracting github.com/fatih/color v1.9.0 [2020-12-15T15:01:13.708Z] #47 5.805 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:01:13.708Z] #47 5.942 go: downloading github.com/pkg/errors v0.9.1 [2020-12-15T15:01:13.708Z] #47 5.944 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:01:13.708Z] #47 5.957 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-15T15:01:13.708Z] #47 6.138 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:01:13.708Z] #47 6.222 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:01:13.708Z] #47 6.873 go: extracting github.com/pkg/errors v0.9.1 [2020-12-15T15:01:13.708Z] #47 6.924 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:01:13.709Z] #47 7.158 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:01:13.709Z] #47 7.264 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:01:13.709Z] #47 8.811 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:01:13.709Z] #47 10.59 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:01:13.719Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 32.29MB / 50.40MB 2.0s [2020-12-15T15:01:13.720Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.0s [2020-12-15T15:01:13.983Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 35.06MB / 50.40MB 2.2s [2020-12-15T15:01:13.983Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.0s done [2020-12-15T15:01:13.983Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.47MB / 51.83MB 2.2s [2020-12-15T15:01:14.011Z] #47 ... [2020-12-15T15:01:14.011Z] [2020-12-15T15:01:14.011Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:01:14.011Z] #13 1.055 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:14.011Z] #13 1.109 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:14.011Z] #13 1.110 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:14.011Z] #13 2.479 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-15T15:01:14.011Z] #13 5.203 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB] [2020-12-15T15:01:14.011Z] #13 7.479 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-15T15:01:14.011Z] #13 ... [2020-12-15T15:01:14.011Z] [2020-12-15T15:01:14.011Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:01:14.011Z] #32 0.661 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-15T15:01:14.011Z] #32 0.667 Cloning into '.'... [2020-12-15T15:01:14.011Z] #32 ... [2020-12-15T15:01:14.011Z] [2020-12-15T15:01:14.011Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:01:14.011Z] #45 0.761 + RM_GOPATH=0 [2020-12-15T15:01:14.011Z] #45 0.761 + TMP_GOPATH= [2020-12-15T15:01:14.011Z] #45 0.761 + : /build [2020-12-15T15:01:14.011Z] #45 0.761 + '[' -z '' ']' [2020-12-15T15:01:14.011Z] #45 0.762 ++ mktemp -d [2020-12-15T15:01:14.011Z] #45 0.784 + export GOPATH=/tmp/tmp.e3Sx0zoUtH [2020-12-15T15:01:14.011Z] #45 0.784 + GOPATH=/tmp/tmp.e3Sx0zoUtH [2020-12-15T15:01:14.011Z] #45 0.785 + RM_GOPATH=1 [2020-12-15T15:01:14.011Z] #45 0.785 + case "$(go env GOARCH)" in [2020-12-15T15:01:14.011Z] #45 0.804 ++ go env GOARCH [2020-12-15T15:01:14.011Z] #45 0.814 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:14.011Z] #45 0.827 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:14.011Z] #45 0.831 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:14.011Z] #45 0.837 + dir=/tmp/install [2020-12-15T15:01:14.011Z] #45 0.837 + bin=vndr [2020-12-15T15:01:14.011Z] #45 0.837 + shift [2020-12-15T15:01:14.011Z] #45 0.838 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-15T15:01:14.011Z] #45 0.838 + . /tmp/install/vndr.installer [2020-12-15T15:01:14.011Z] #45 0.839 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:01:14.011Z] #45 0.839 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:01:14.011Z] #45 0.839 + install_vndr [2020-12-15T15:01:14.011Z] #45 0.839 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-15T15:01:14.011Z] #45 0.840 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.e3Sx0zoUtH/src/github.com/LK4D4/vndr [2020-12-15T15:01:14.011Z] #45 0.853 Cloning into '/tmp/tmp.e3Sx0zoUtH/src/github.com/LK4D4/vndr'... [2020-12-15T15:01:14.011Z] #45 1.694 + cd /tmp/tmp.e3Sx0zoUtH/src/github.com/LK4D4/vndr [2020-12-15T15:01:14.011Z] #45 1.695 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:01:14.011Z] #45 1.737 + go build -buildmode=pie -v -o /build/vndr . [2020-12-15T15:01:14.011Z] #45 3.281 runtime/internal/math [2020-12-15T15:01:14.011Z] #45 3.316 internal/race [2020-12-15T15:01:14.011Z] #45 3.318 internal/cpu [2020-12-15T15:01:14.011Z] #45 3.323 runtime/internal/atomic [2020-12-15T15:01:14.011Z] #45 3.533 sync/atomic [2020-12-15T15:01:14.011Z] #45 3.603 unicode [2020-12-15T15:01:14.011Z] #45 4.503 unicode/utf8 [2020-12-15T15:01:14.011Z] #45 5.513 math [2020-12-15T15:01:14.011Z] #45 5.632 internal/bytealg [2020-12-15T15:01:14.012Z] #45 6.634 encoding [2020-12-15T15:01:14.012Z] #45 7.120 unicode/utf16 [2020-12-15T15:01:14.012Z] #45 7.633 container/list [2020-12-15T15:01:14.012Z] #45 7.853 runtime [2020-12-15T15:01:14.012Z] #45 10.23 crypto/internal/subtle [2020-12-15T15:01:14.012Z] #45 11.08 crypto/subtle [2020-12-15T15:01:14.247Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 39.50MB / 50.40MB 2.4s [2020-12-15T15:01:14.247Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.52MB / 51.83MB 2.4s [2020-12-15T15:01:14.247Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 43.38MB / 50.40MB 2.6s [2020-12-15T15:01:14.247Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 9.20MB / 51.83MB 2.6s [2020-12-15T15:01:14.310Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.2s done [2020-12-15T15:01:14.310Z] #8 ... [2020-12-15T15:01:14.310Z] [2020-12-15T15:01:14.310Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:01:14.310Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 7.7s done [2020-12-15T15:01:14.310Z] #24 DONE 14.7s [2020-12-15T15:01:14.310Z] [2020-12-15T15:01:14.310Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:14.310Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s [2020-12-15T15:01:14.310Z] #8 ... [2020-12-15T15:01:14.310Z] [2020-12-15T15:01:14.310Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:14.310Z] #45 ... [2020-12-15T15:01:14.310Z] [2020-12-15T15:01:14.310Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:01:14.310Z] #36 0.981 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:14.310Z] #36 1.050 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:14.310Z] #36 1.106 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:14.310Z] #36 2.353 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-15T15:01:14.310Z] #36 4.866 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB] [2020-12-15T15:01:14.310Z] #36 7.537 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-15T15:01:14.310Z] #36 ... [2020-12-15T15:01:14.310Z] [2020-12-15T15:01:14.310Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:01:14.310Z] #55 1.007 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:14.310Z] #55 1.058 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:14.310Z] #55 1.063 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:14.310Z] #55 2.345 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-15T15:01:14.310Z] #55 4.348 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB] [2020-12-15T15:01:14.310Z] #55 6.268 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-15T15:01:14.516Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 46.24MB / 50.40MB 2.7s [2020-12-15T15:01:14.516Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 13.06MB / 51.83MB 2.7s [2020-12-15T15:01:14.516Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.8s [2020-12-15T15:01:14.617Z] #55 ... [2020-12-15T15:01:14.617Z] [2020-12-15T15:01:14.617Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:01:14.617Z] #29 8.115 1.1% #### 6.9% ####### 10.7% ########## 14.5% ############## 20.2% ################### 26.5% ####################### 32.6% ############################ 39.7% ################################ 45.4% #################################### 51.2% ########################################## 58.8% ############################################# 62.7% ################################################# 68.4% ###################################################### 75.6% ############################################################# 85.2% ################################################################## 92.9% ######################################################################## 100.0% [2020-12-15T15:01:14.617Z] #29 10.61 #=#=# [2020-12-15T15:01:14.778Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.94MB / 51.83MB 2.9s [2020-12-15T15:01:14.778Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.02MB / 51.83MB 3.1s [2020-12-15T15:01:15.040Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 26.33MB / 51.83MB 3.3s [2020-12-15T15:01:15.251Z] #18 27.13 Selecting previously unselected package vim. [2020-12-15T15:01:15.251Z] #18 27.14 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-12-15T15:01:15.251Z] #18 27.14 Unpacking vim (2:8.1.0875-5) ... [2020-12-15T15:01:15.251Z] #18 27.54 Selecting previously unselected package xfsprogs. [2020-12-15T15:01:15.304Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.6s done [2020-12-15T15:01:15.304Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 34.09MB / 51.83MB 3.6s [2020-12-15T15:01:15.304Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 3.6s [2020-12-15T15:01:15.304Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 3.6s [2020-12-15T15:01:15.541Z] #18 27.54 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-12-15T15:01:15.541Z] #18 27.54 Unpacking xfsprogs (4.20.0-1) ... [2020-12-15T15:01:15.541Z] #18 27.81 Selecting previously unselected package zip. [2020-12-15T15:01:15.565Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 36.96MB / 51.83MB 3.8s [2020-12-15T15:01:15.831Z] #18 27.81 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-12-15T15:01:15.831Z] #18 27.81 Unpacking zip (3.0-11+b1) ... [2020-12-15T15:01:15.831Z] #18 27.90 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-15T15:01:15.831Z] #18 27.91 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-15T15:01:15.831Z] #18 27.92 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-12-15T15:01:15.831Z] #18 27.93 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-12-15T15:01:15.831Z] #18 27.94 Setting up libgpm2:s390x (1.20.7-5) ... [2020-12-15T15:01:15.831Z] #18 27.94 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-12-15T15:01:15.831Z] #18 27.95 Setting up uidmap (1:4.5-1.1) ... [2020-12-15T15:01:15.831Z] #18 27.96 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-12-15T15:01:15.831Z] #18 27.96 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-12-15T15:01:15.831Z] #18 27.97 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-15T15:01:15.831Z] #18 27.98 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-12-15T15:01:15.831Z] #18 27.98 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-12-15T15:01:15.831Z] #18 27.99 Setting up xxd (2:8.1.0875-5) ... [2020-12-15T15:01:15.831Z] #18 28.00 Setting up zip (3.0-11+b1) ... [2020-12-15T15:01:15.831Z] #18 28.00 Setting up vim-common (2:8.1.0875-5) ... [2020-12-15T15:01:15.831Z] #18 28.01 Setting up bash-completion (1:2.8-6) ... [2020-12-15T15:01:15.833Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.92MB / 68.67MB 4.0s [2020-12-15T15:01:15.833Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-12-15T15:01:16.101Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 43.06MB / 51.83MB 4.2s [2020-12-15T15:01:16.101Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.83MB / 120.17MB 4.2s [2020-12-15T15:01:16.101Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 7.61MB / 68.67MB 4.2s [2020-12-15T15:01:16.101Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 45.86MB / 51.83MB 4.4s [2020-12-15T15:01:16.224Z] #25 1.544 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:16.224Z] #25 1.548 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:16.224Z] #25 1.557 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:16.224Z] #25 1.806 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:01:16.363Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 11.13MB / 68.67MB 4.5s [2020-12-15T15:01:16.363Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.6s [2020-12-15T15:01:16.363Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.59MB / 120.17MB 4.6s [2020-12-15T15:01:16.484Z] #25 2.124 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:01:16.630Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.12MB / 68.67MB 4.8s [2020-12-15T15:01:16.630Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 24.08MB / 120.17MB 4.9s [2020-12-15T15:01:16.743Z] #25 2.468 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:01:16.894Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.0s done [2020-12-15T15:01:16.894Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 5.1s [2020-12-15T15:01:16.894Z] #8 ... [2020-12-15T15:01:16.894Z] [2020-12-15T15:01:16.894Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-15T15:01:16.894Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-12-15T15:01:16.894Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-12-15T15:01:16.894Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-12-15T15:01:16.894Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2020-12-15T15:01:16.894Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.2s done [2020-12-15T15:01:16.894Z] #60 DONE 5.3s [2020-12-15T15:01:16.894Z] [2020-12-15T15:01:16.894Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:16.894Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.28MB / 68.67MB 5.2s [2020-12-15T15:01:16.894Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.1s done [2020-12-15T15:01:16.894Z] #8 ... [2020-12-15T15:01:16.894Z] [2020-12-15T15:01:16.894Z] #21 [internal] load build context [2020-12-15T15:01:16.894Z] #21 transferring context: 33.23MB 5.4s [2020-12-15T15:01:17.333Z] #18 29.34 Setting up libiptc0:s390x (1.8.2-4) ... [2020-12-15T15:01:17.333Z] #18 29.35 Setting up xz-utils (5.2.4-1) ... [2020-12-15T15:01:17.333Z] #18 29.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-15T15:01:17.333Z] #18 29.37 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-15T15:01:17.333Z] #18 29.39 invoke-rc.d: could not determine current runlevel [2020-12-15T15:01:17.333Z] #18 29.40 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-15T15:01:17.333Z] #18 29.40 Setting up pigz (2.4-1) ... [2020-12-15T15:01:17.333Z] #18 29.41 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-12-15T15:01:17.333Z] #18 29.42 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-12-15T15:01:17.333Z] #18 29.43 Setting up python-pip-whl (18.1-5) ... [2020-12-15T15:01:17.333Z] #18 29.43 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-12-15T15:01:17.333Z] #18 29.44 Setting up vim-runtime (2:8.1.0875-5) ... [2020-12-15T15:01:17.623Z] #18 29.63 Setting up libaio1:s390x (0.3.112-3) ... [2020-12-15T15:01:17.623Z] #18 29.63 Setting up libonig5:s390x (6.9.1-1) ... [2020-12-15T15:01:17.623Z] #18 29.64 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-12-15T15:01:17.623Z] #18 29.65 Setting up vim (2:8.1.0875-5) ... [2020-12-15T15:01:17.623Z] #18 29.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-15T15:01:17.623Z] #18 29.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-15T15:01:17.623Z] #18 29.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-15T15:01:17.623Z] #18 29.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-15T15:01:17.623Z] #18 29.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-15T15:01:17.623Z] #18 29.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-15T15:01:17.623Z] #18 29.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-15T15:01:17.623Z] #18 29.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-15T15:01:17.623Z] #18 29.70 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-12-15T15:01:17.623Z] #18 29.70 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-15T15:01:17.623Z] #18 29.71 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-12-15T15:01:17.623Z] #18 29.72 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-15T15:01:17.623Z] #18 29.73 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-12-15T15:01:17.623Z] #18 29.73 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-15T15:01:17.850Z] #21 ... [2020-12-15T15:01:17.850Z] [2020-12-15T15:01:17.850Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:17.850Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 46.71MB / 120.17MB 6.2s [2020-12-15T15:01:17.850Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 41.02MB / 68.67MB 6.2s [2020-12-15T15:01:18.115Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 44.57MB / 68.67MB 6.4s [2020-12-15T15:01:18.253Z] #18 ... [2020-12-15T15:01:18.253Z] [2020-12-15T15:01:18.253Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:01:18.253Z] #41 60.72 CC criu/crtools.o [2020-12-15T15:01:18.253Z] #41 61.13 CC criu/eventfd.o [2020-12-15T15:01:18.253Z] #41 61.34 CC criu/eventpoll.o [2020-12-15T15:01:18.253Z] #41 61.78 CC criu/external.o [2020-12-15T15:01:18.253Z] #41 62.03 CC criu/fault-injection.o [2020-12-15T15:01:18.253Z] #41 62.12 CC criu/fdstore.o [2020-12-15T15:01:18.253Z] #41 62.40 CC criu/fifo.o [2020-12-15T15:01:18.253Z] #41 62.65 CC criu/file-ids.o [2020-12-15T15:01:18.253Z] #41 62.88 CC criu/file-lock.o [2020-12-15T15:01:18.253Z] #41 63.44 CC criu/files-ext.o [2020-12-15T15:01:18.253Z] #41 63.71 CC criu/files-reg.o [2020-12-15T15:01:18.253Z] #41 65.10 CC criu/files.o [2020-12-15T15:01:18.253Z] #41 66.25 CC criu/filesystems.o [2020-12-15T15:01:18.253Z] #41 66.66 CC criu/fsnotify.o [2020-12-15T15:01:18.253Z] #41 67.32 CC criu/image-desc.o [2020-12-15T15:01:18.253Z] #41 67.42 CC criu/image.o [2020-12-15T15:01:18.253Z] #41 67.90 CC criu/ipc_ns.o [2020-12-15T15:01:18.253Z] #41 68.63 CC criu/irmap.o [2020-12-15T15:01:18.253Z] #41 69.06 CC criu/kcmp-ids.o [2020-12-15T15:01:18.253Z] #41 69.32 CC criu/kerndat.o [2020-12-15T15:01:18.253Z] #41 70.08 CC criu/libnetlink.o [2020-12-15T15:01:18.253Z] #41 70.24 CC criu/log.o [2020-12-15T15:01:18.253Z] #41 70.69 CC criu/lsm.o [2020-12-15T15:01:18.281Z] #29 10.90 0.2% # 1.8% ## 4.0% #### 6.2% ###### 8.3% ####### 10.0% ####### 11.1% ######### 13.2% ########### 15.9% ############ 17.9% ############## 19.8% ############### 22.0% ################# 23.6% ################## 25.2% ################### 26.9% #################### 28.8% ##################### 29.4% ##################### 30.4% ###################### 31.5% ######################## 33.4% ######################## 34.5% ########################## 36.1% ########################### 38.3% ############################ 40.1% ############################## 42.2% ############################### 44.2% ################################ 45.3% ################################# 46.4% ################################## 48.5% ################################### 49.1% #################################### 51.3% ###################################### 52.8% ###################################### 53.9% ####################################### 54.5% ######################################## 56.4% [2020-12-15T15:01:18.282Z] #29 ... [2020-12-15T15:01:18.282Z] [2020-12-15T15:01:18.282Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:18.282Z] #34 5.488 unicode [2020-12-15T15:01:18.282Z] #34 5.565 internal/testlog [2020-12-15T15:01:18.282Z] #34 6.406 encoding [2020-12-15T15:01:18.282Z] #34 6.883 runtime/cgo [2020-12-15T15:01:18.282Z] #34 7.219 runtime [2020-12-15T15:01:18.376Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.03MB / 120.17MB 6.5s [2020-12-15T15:01:18.459Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-12-15T15:01:18.543Z] #41 70.96 CC criu/mem.o [2020-12-15T15:01:18.581Z] #34 ... [2020-12-15T15:01:18.581Z] [2020-12-15T15:01:18.581Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:01:18.639Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 50.45MB / 68.67MB 6.9s [2020-12-15T15:01:18.648Z] #25 4.085 Fetched 8409 kB in 3s (3021 kB/s) [2020-12-15T15:01:18.901Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 59.98MB / 120.17MB 7.1s [2020-12-15T15:01:18.901Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 54.93MB / 68.67MB 7.2s [2020-12-15T15:01:19.174Z] #41 ... [2020-12-15T15:01:19.174Z] [2020-12-15T15:01:19.174Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:01:19.174Z] #18 31.29 Setting up iptables (1.8.2-4) ... [2020-12-15T15:01:19.174Z] #18 31.30 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-15T15:01:19.174Z] #18 31.30 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-15T15:01:19.174Z] #18 31.31 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-15T15:01:19.174Z] #18 31.31 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-15T15:01:19.174Z] #18 31.31 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-15T15:01:19.174Z] #18 31.32 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-15T15:01:19.174Z] #18 31.32 Setting up python3 (3.7.3-1) ... [2020-12-15T15:01:19.215Z] #25 4.085 Reading package lists... [2020-12-15T15:01:19.464Z] #18 31.51 Setting up python3-wheel (0.32.3-2) ... [2020-12-15T15:01:19.536Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 66.62MB / 120.17MB 7.5s [2020-12-15T15:01:19.536Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.83MB / 68.67MB 7.5s [2020-12-15T15:01:19.536Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 66.33MB / 68.67MB 7.8s [2020-12-15T15:01:19.754Z] #18 31.85 Setting up apparmor (2.13.2-10) ... [2020-12-15T15:01:19.814Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 74.89MB / 120.17MB 7.9s [2020-12-15T15:01:20.001Z] [2020-12-15T15:01:20.001Z] ________ ____ __. [2020-12-15T15:01:20.001Z] \_____ \ | |/ _| [2020-12-15T15:01:20.001Z] / | \| < [2020-12-15T15:01:20.001Z] / | \ | \ [2020-12-15T15:01:20.001Z] \_______ /____|__ \ [2020-12-15T15:01:20.001Z] \/ \/ [2020-12-15T15:01:20.001Z] [2020-12-15T15:01:20.001Z] INFO: make.ps1 ended at 12/15/2020 15:01:19 [2020-12-15T15:01:20.104Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 83.19MB / 120.17MB 8.4s [2020-12-15T15:01:20.152Z] #25 5.004 Reading package lists... [2020-12-15T15:01:20.359Z] INFO [loader] Go packages loading at mode 575 (exports_file|types_sizes|compiled_files|deps|files|imports|name) took 2m2.806349281s [2020-12-15T15:01:20.359Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 453.99843ms [2020-12-15T15:01:20.406Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 8.6s done [2020-12-15T15:01:20.414Z] #25 5.916 Building dependency tree... [2020-12-15T15:01:20.668Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 90.21MB / 120.17MB 8.9s [2020-12-15T15:01:20.668Z] #8 ... [2020-12-15T15:01:20.668Z] [2020-12-15T15:01:20.668Z] #21 [internal] load build context [2020-12-15T15:01:20.668Z] #21 transferring context: 53.17MB 9.0s done [2020-12-15T15:01:20.668Z] #21 DONE 9.3s [2020-12-15T15:01:20.668Z] [2020-12-15T15:01:20.668Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:20.679Z] #25 6.244 The following additional packages will be installed: [2020-12-15T15:01:20.679Z] #25 6.244 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-15T15:01:20.679Z] #25 6.244 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-15T15:01:20.679Z] #25 6.244 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-15T15:01:20.679Z] #25 6.244 Suggested packages: [2020-12-15T15:01:20.679Z] #25 6.244 krb5-doc krb5-user [2020-12-15T15:01:20.679Z] #25 6.244 Recommended packages: [2020-12-15T15:01:20.679Z] #25 6.244 krb5-locales publicsuffix libsasl2-modules [2020-12-15T15:01:20.679Z] #25 6.460 The following NEW packages will be installed: [2020-12-15T15:01:20.679Z] #25 6.460 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-15T15:01:20.679Z] #25 6.460 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-15T15:01:20.679Z] #25 6.460 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-15T15:01:20.679Z] #25 6.460 libssh2-1 libssl1.1 openssl [2020-12-15T15:01:20.784Z] #18 32.78 Setting up xfsprogs (4.20.0-1) ... [2020-12-15T15:01:20.784Z] #18 32.79 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-15T15:01:20.784Z] #18 32.99 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-15T15:01:20.928Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2020-12-15T15:01:20.928Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 96.44MB / 120.17MB 9.3s [2020-12-15T15:01:20.939Z] #25 ... [2020-12-15T15:01:20.939Z] [2020-12-15T15:01:20.939Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:20.939Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done [2020-12-15T15:01:20.939Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.7s [2020-12-15T15:01:20.939Z] #8 ... [2020-12-15T15:01:20.939Z] [2020-12-15T15:01:20.939Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:20.939Z] #25 6.746 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T15:01:20.939Z] #25 6.746 Need to get 5047 kB of archives. [2020-12-15T15:01:20.939Z] #25 6.746 After this operation, 12.1 MB of additional disk space will be used. [2020-12-15T15:01:20.939Z] #25 6.746 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u4 [1538 kB] [2020-12-15T15:01:20.939Z] #25 6.750 Get:2 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-15T15:01:20.939Z] #25 6.762 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-12-15T15:01:20.939Z] #25 6.762 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2020-12-15T15:01:20.939Z] #25 6.762 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2020-12-15T15:01:20.939Z] #25 6.762 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2020-12-15T15:01:20.939Z] #25 6.770 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2020-12-15T15:01:20.939Z] #25 6.775 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-12-15T15:01:20.939Z] #25 6.775 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-12-15T15:01:20.939Z] #25 6.786 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-15T15:01:20.939Z] #25 6.786 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-12-15T15:01:20.940Z] #25 6.786 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-12-15T15:01:20.940Z] #25 6.790 Get:13 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u4 [843 kB] [2020-12-15T15:01:21.188Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.32MB / 120.17MB 9.5s [2020-12-15T15:01:21.197Z] Client: [2020-12-15T15:01:21.197Z] Debug Mode: false [2020-12-15T15:01:21.197Z] [2020-12-15T15:01:21.197Z] Server: [2020-12-15T15:01:21.197Z] Containers: 0 [2020-12-15T15:01:21.197Z] Running: 0 [2020-12-15T15:01:21.197Z] Paused: 0 [2020-12-15T15:01:21.197Z] Stopped: 0 [2020-12-15T15:01:21.197Z] Images: 0 [2020-12-15T15:01:21.197Z] Server Version: 19.03.13 [2020-12-15T15:01:21.197Z] Storage Driver: overlay2 [2020-12-15T15:01:21.197Z] Backing Filesystem: extfs [2020-12-15T15:01:21.197Z] Supports d_type: true [2020-12-15T15:01:21.197Z] Native Overlay Diff: true [2020-12-15T15:01:21.197Z] Logging Driver: json-file [2020-12-15T15:01:21.197Z] Cgroup Driver: cgroupfs [2020-12-15T15:01:21.197Z] Plugins: [2020-12-15T15:01:21.197Z] Volume: local [2020-12-15T15:01:21.197Z] Network: bridge host ipvlan macvlan null overlay [2020-12-15T15:01:21.197Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-12-15T15:01:21.197Z] Swarm: inactive [2020-12-15T15:01:21.197Z] Runtimes: runc [2020-12-15T15:01:21.197Z] Default Runtime: runc [2020-12-15T15:01:21.197Z] Init Binary: docker-init [2020-12-15T15:01:21.197Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-12-15T15:01:21.197Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-12-15T15:01:21.197Z] init version: fec3683 [2020-12-15T15:01:21.197Z] Security Options: [2020-12-15T15:01:21.197Z] apparmor [2020-12-15T15:01:21.197Z] seccomp [2020-12-15T15:01:21.197Z] Profile: default [2020-12-15T15:01:21.197Z] Kernel Version: 4.15.0-1083-aws [2020-12-15T15:01:21.197Z] Operating System: Ubuntu 16.04.7 LTS [2020-12-15T15:01:21.197Z] OSType: linux [2020-12-15T15:01:21.197Z] Architecture: aarch64 [2020-12-15T15:01:21.197Z] CPUs: 4 [2020-12-15T15:01:21.197Z] Total Memory: 7.525GiB [2020-12-15T15:01:21.197Z] Name: ip-10-100-105-241 [2020-12-15T15:01:21.197Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-12-15T15:01:21.197Z] Docker Root Dir: /var/lib/docker [2020-12-15T15:01:21.197Z] Debug Mode: false [2020-12-15T15:01:21.197Z] Registry: https://index.docker.io/v1/ [2020-12-15T15:01:21.197Z] Labels: [2020-12-15T15:01:21.197Z] Experimental: true [2020-12-15T15:01:21.197Z] Insecure Registries: [2020-12-15T15:01:21.197Z] 127.0.0.0/8 [2020-12-15T15:01:21.197Z] Live Restore Enabled: true [2020-12-15T15:01:21.197Z] [2020-12-15T15:01:21.197Z] WARNING: No swap limit support [2020-12-15T15:01:21.200Z] #25 6.808 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-12-15T15:01:21.200Z] #25 6.808 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-12-15T15:01:21.200Z] #25 6.808 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-12-15T15:01:21.200Z] #25 6.816 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-12-15T15:01:21.200Z] #25 6.824 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-12-15T15:01:21.200Z] #25 6.832 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-12-15T15:01:21.200Z] #25 6.832 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-12-15T15:01:21.200Z] #25 6.832 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-12-15T15:01:21.200Z] #25 7.028 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:01:21.200Z] #25 7.063 Fetched 5047 kB in 0s (14.7 MB/s) [Pipeline] sh [2020-12-15T15:01:21.414Z] #18 33.49 Setting up python3-distutils (3.7.3-1) ... [2020-12-15T15:01:21.452Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 112.41MB / 120.17MB 9.7s [2020-12-15T15:01:21.458Z] #25 7.153 Selecting previously unselected package libssl1.1:amd64. [2020-12-15T15:01:21.458Z] #25 7.153 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2020-12-15T15:01:21.458Z] #25 7.153 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_amd64.deb ... [2020-12-15T15:01:21.458Z] #25 7.162 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:21.489Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T15:01:21.489Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-12-15T15:01:21.489Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41800/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-12-15T15:01:21.489Z] + bash /home/ubuntu/workspace/moby_PR-41800/check-config.sh [2020-12-15T15:01:21.489Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-12-15T15:01:21.489Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-12-15T15:01:21.489Z] [2020-12-15T15:01:21.489Z] Generally Necessary: [2020-12-15T15:01:21.489Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-12-15T15:01:21.489Z] - apparmor: enabled and tools installed [2020-12-15T15:01:21.704Z] #18 33.76 Setting up python3-setuptools (40.8.0-1) ... [2020-12-15T15:01:21.714Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.9s [2020-12-15T15:01:21.714Z] #8 ... [2020-12-15T15:01:21.714Z] [2020-12-15T15:01:21.714Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:01:21.714Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done [2020-12-15T15:01:21.714Z] #24 sha256:6d6b00c22231693c9b87e79986d562874446bf10182206e4621e23ca8dfa8e1c 1.46kB / 1.46kB done [2020-12-15T15:01:21.714Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 50.40MB / 50.40MB 3.6s done [2020-12-15T15:01:21.714Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done [2020-12-15T15:01:21.714Z] #24 sha256:5b5fa7e155b1f19dffb996ea64e55520b80d5bd7a8fdb5aed1acabd217e9ed59 529B / 529B done [2020-12-15T15:01:21.714Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 5.6s [2020-12-15T15:01:21.714Z] #24 ... [2020-12-15T15:01:21.714Z] [2020-12-15T15:01:21.714Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:21.719Z] #25 7.380 Selecting previously unselected package openssl. [2020-12-15T15:01:21.719Z] #25 7.380 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_amd64.deb ... [2020-12-15T15:01:21.719Z] #25 7.382 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:21.751Z] - CONFIG_NAMESPACES: enabled [2020-12-15T15:01:21.751Z] - CONFIG_NET_NS: enabled [2020-12-15T15:01:21.751Z] - CONFIG_PID_NS: enabled [2020-12-15T15:01:21.751Z] - CONFIG_IPC_NS: enabled [2020-12-15T15:01:21.751Z] - CONFIG_UTS_NS: enabled [2020-12-15T15:01:21.751Z] - CONFIG_CGROUPS: enabled [2020-12-15T15:01:21.751Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-12-15T15:01:21.751Z] - CONFIG_CGROUP_DEVICE: enabled [2020-12-15T15:01:21.751Z] - CONFIG_CGROUP_FREEZER: enabled [2020-12-15T15:01:21.751Z] - CONFIG_CGROUP_SCHED: enabled [2020-12-15T15:01:21.751Z] - CONFIG_CPUSETS: enabled [2020-12-15T15:01:21.751Z] - CONFIG_MEMCG: enabled [2020-12-15T15:01:21.751Z] - CONFIG_KEYS: enabled [2020-12-15T15:01:21.751Z] - CONFIG_VETH: enabled (as module) [2020-12-15T15:01:21.751Z] - CONFIG_BRIDGE: enabled (as module) [2020-12-15T15:01:21.751Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-12-15T15:01:21.751Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-12-15T15:01:21.751Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-12-15T15:01:21.751Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-12-15T15:01:21.751Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-12-15T15:01:21.751Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-12-15T15:01:21.751Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-12-15T15:01:21.751Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-12-15T15:01:21.751Z] - CONFIG_NF_NAT: enabled (as module) [2020-12-15T15:01:21.905Z] #29 10.90 0.2% # 1.8% ## 4.0% #### 6.2% ###### 8.3% ####### 10.0% ####### 11.1% ######### 13.2% ########### 15.9% ############ 17.9% ############## 19.8% ############### 22.0% ################# 23.6% ################## 25.2% ################### 26.9% #################### 28.8% ##################### 29.4% ##################### 30.4% ###################### 31.5% ######################## 33.4% ######################## 34.5% ########################## 36.1% ########################### 38.3% ############################ 40.1% ############################## 42.2% ############################### 44.2% ################################ 45.3% ################################# 46.4% ################################## 48.5% ################################### 49.1% #################################### 51.3% ###################################### 52.8% ###################################### 53.9% ####################################### 54.5% ######################################## 56.4% ########################################## 58.4% ########################################### 60.0% ############################################ 61.1% ############################################ 62.2% ############################################# 63.3% ############################################# 63.8% ############################################### 65.5% ############################################### 66.6% ################################################# 68.2% ################################################# 68.3% ################################################# 68.5% ################################################# 69.0% ################################################## 70.0% ################################################### 71.8% #################################################### 73.5% ###################################################### 75.6% ######################################################## 77.8% ######################################################### 80.0% ########################################################## 81.6% ########################################################### 83.2% ############################################################# 85.4% ############################################################## 87.0% ############################################################### 88.7% ################################################################# 90.3% ################################################################## 91.9% ################################################################### 93.5% #################################################################### 95.2% ##################################################################### 96.2% ###################################################################### 97.9% ####################################################################### 99.5% ######################################################################## 100.0% [2020-12-15T15:01:21.975Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 10.2s done [2020-12-15T15:01:21.979Z] #25 7.605 Selecting previously unselected package ca-certificates. [2020-12-15T15:01:21.979Z] #25 7.605 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-15T15:01:21.979Z] #25 7.608 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:21.979Z] #25 7.712 Selecting previously unselected package libkeyutils1:amd64. [2020-12-15T15:01:21.979Z] #25 7.712 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2020-12-15T15:01:21.979Z] #25 7.716 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-12-15T15:01:21.979Z] #25 7.757 Selecting previously unselected package libkrb5support0:amd64. [2020-12-15T15:01:21.979Z] #25 7.757 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2020-12-15T15:01:21.979Z] #25 7.762 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:21.979Z] #25 7.828 Selecting previously unselected package libk5crypto3:amd64. [2020-12-15T15:01:21.979Z] #25 7.828 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2020-12-15T15:01:22.013Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-12-15T15:01:22.013Z] - CONFIG_POSIX_MQUEUE: enabled [2020-12-15T15:01:22.013Z] [2020-12-15T15:01:22.013Z] Optional Features: [2020-12-15T15:01:22.013Z] - CONFIG_USER_NS: enabled [2020-12-15T15:01:22.013Z] - CONFIG_SECCOMP: enabled [2020-12-15T15:01:22.013Z] - CONFIG_CGROUP_PIDS: enabled [2020-12-15T15:01:22.013Z] - CONFIG_MEMCG_SWAP: enabled [2020-12-15T15:01:22.013Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-12-15T15:01:22.013Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-12-15T15:01:22.013Z] - CONFIG_BLK_CGROUP: enabled [2020-12-15T15:01:22.013Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-12-15T15:01:22.013Z] - CONFIG_IOSCHED_CFQ: enabled [2020-12-15T15:01:22.013Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-12-15T15:01:22.013Z] - CONFIG_CGROUP_PERF: enabled [2020-12-15T15:01:22.013Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-12-15T15:01:22.013Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-12-15T15:01:22.013Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-12-15T15:01:22.013Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-12-15T15:01:22.013Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-12-15T15:01:22.013Z] - CONFIG_RT_GROUP_SCHED: missing [2020-12-15T15:01:22.013Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-12-15T15:01:22.013Z] - CONFIG_IP_VS: enabled (as module) [2020-12-15T15:01:22.013Z] - CONFIG_IP_VS_NFCT: enabled [2020-12-15T15:01:22.013Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-12-15T15:01:22.013Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-12-15T15:01:22.013Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-12-15T15:01:22.216Z] #29 18.86 [2020-12-15T15:01:22.238Z] #25 7.829 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:22.238Z] #25 7.898 Selecting previously unselected package libkrb5-3:amd64. [2020-12-15T15:01:22.238Z] #25 7.898 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2020-12-15T15:01:22.238Z] #25 7.901 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:22.238Z] #25 8.041 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-15T15:01:22.238Z] #25 8.041 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2020-12-15T15:01:22.238Z] #25 8.050 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:22.238Z] #25 8.117 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-15T15:01:22.238Z] #25 8.117 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-12-15T15:01:22.275Z] - CONFIG_EXT4_FS: enabled [2020-12-15T15:01:22.275Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-12-15T15:01:22.275Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-12-15T15:01:22.275Z] - Network Drivers: [2020-12-15T15:01:22.275Z] - "overlay": [2020-12-15T15:01:22.275Z] - CONFIG_VXLAN: enabled (as module) [2020-12-15T15:01:22.275Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-12-15T15:01:22.275Z] Optional (for encrypted networks): [2020-12-15T15:01:22.275Z] - CONFIG_CRYPTO: enabled [2020-12-15T15:01:22.275Z] - CONFIG_CRYPTO_AEAD: enabled [2020-12-15T15:01:22.275Z] - CONFIG_CRYPTO_GCM: enabled [2020-12-15T15:01:22.275Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-12-15T15:01:22.275Z] - CONFIG_CRYPTO_GHASH: enabled [2020-12-15T15:01:22.275Z] - CONFIG_XFRM: enabled [2020-12-15T15:01:22.275Z] - CONFIG_XFRM_USER: enabled (as module) [2020-12-15T15:01:22.275Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-12-15T15:01:22.275Z] - CONFIG_INET_ESP: enabled (as module) [2020-12-15T15:01:22.275Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-12-15T15:01:22.275Z] - "ipvlan": [2020-12-15T15:01:22.275Z] - CONFIG_IPVLAN: enabled (as module) [2020-12-15T15:01:22.275Z] - "macvlan": [2020-12-15T15:01:22.275Z] - CONFIG_MACVLAN: enabled (as module) [2020-12-15T15:01:22.275Z] - CONFIG_DUMMY: enabled (as module) [2020-12-15T15:01:22.275Z] - "ftp,tftp client in container": [2020-12-15T15:01:22.275Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-12-15T15:01:22.275Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-12-15T15:01:22.275Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-12-15T15:01:22.275Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-12-15T15:01:22.275Z] - Storage Drivers: [2020-12-15T15:01:22.275Z] - "aufs": [2020-12-15T15:01:22.335Z] #18 34.55 Setting up python3-pip (18.1-5) ... [2020-12-15T15:01:22.497Z] #25 8.120 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:22.497Z] #25 8.175 Selecting previously unselected package libsasl2-2:amd64. [2020-12-15T15:01:22.497Z] #25 8.175 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-12-15T15:01:22.497Z] #25 8.179 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:22.497Z] #25 8.230 Selecting previously unselected package libldap-common. [2020-12-15T15:01:22.497Z] #25 8.230 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-15T15:01:22.497Z] #25 8.233 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:22.497Z] #25 8.284 Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-15T15:01:22.497Z] #25 8.284 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-12-15T15:01:22.497Z] #25 8.291 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:22.497Z] #25 8.369 Selecting previously unselected package libnghttp2-14:amd64. [2020-12-15T15:01:22.536Z] - CONFIG_AUFS_FS: enabled (as module) [2020-12-15T15:01:22.536Z] - "btrfs": [2020-12-15T15:01:22.536Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-12-15T15:01:22.536Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-12-15T15:01:22.536Z] - "devicemapper": [2020-12-15T15:01:22.536Z] - CONFIG_BLK_DEV_DM: enabled [2020-12-15T15:01:22.536Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-12-15T15:01:22.536Z] - "overlay": [2020-12-15T15:01:22.536Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-12-15T15:01:22.536Z] - "zfs": [2020-12-15T15:01:22.536Z] - /dev/zfs: missing [2020-12-15T15:01:22.536Z] - zfs command: missing [2020-12-15T15:01:22.536Z] - zpool command: missing [2020-12-15T15:01:22.536Z] [2020-12-15T15:01:22.536Z] Limits: [2020-12-15T15:01:22.536Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-12-15T15:01:22.536Z] [2020-12-15T15:01:22.536Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-12-15T15:01:22.756Z] #25 8.370 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-12-15T15:01:22.756Z] #25 8.376 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-12-15T15:01:22.756Z] #25 8.442 Selecting previously unselected package libpsl5:amd64. [2020-12-15T15:01:22.756Z] #25 8.442 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-12-15T15:01:22.756Z] #25 8.447 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-12-15T15:01:22.756Z] #25 8.491 Selecting previously unselected package librtmp1:amd64. [2020-12-15T15:01:22.756Z] #25 8.491 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-12-15T15:01:22.756Z] #25 8.495 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-15T15:01:22.756Z] #25 8.541 Selecting previously unselected package libssh2-1:amd64. [2020-12-15T15:01:22.756Z] #25 8.541 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-12-15T15:01:22.756Z] #25 8.543 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-12-15T15:01:22.756Z] #25 8.615 Selecting previously unselected package libcurl4:amd64. [2020-12-15T15:01:22.756Z] #25 8.615 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-12-15T15:01:22.890Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7e600eaae087b830802285e3cd2556761fc729aa . [2020-12-15T15:01:22.890Z] #1 [internal] load .dockerignore [2020-12-15T15:01:22.965Z] #18 35.23 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:01:23.015Z] #25 8.619 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-12-15T15:01:23.015Z] #25 8.703 Selecting previously unselected package curl. [2020-12-15T15:01:23.015Z] #25 8.706 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-12-15T15:01:23.015Z] #25 8.708 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-15T15:01:23.155Z] #1 ... [2020-12-15T15:01:23.155Z] [2020-12-15T15:01:23.155Z] #2 [internal] load build definition from Dockerfile [2020-12-15T15:01:23.155Z] #2 transferring dockerfile: 16.58kB 0.0s done [2020-12-15T15:01:23.155Z] #2 DONE 0.3s [2020-12-15T15:01:23.155Z] [2020-12-15T15:01:23.155Z] #1 [internal] load .dockerignore [2020-12-15T15:01:23.155Z] #1 transferring context: 87B done [2020-12-15T15:01:23.155Z] #1 DONE 0.3s [2020-12-15T15:01:23.155Z] [2020-12-15T15:01:23.155Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-12-15T15:01:23.258Z] #18 35.25 Processing triggers for mime-support (3.62) ... [2020-12-15T15:01:23.274Z] #25 8.788 Selecting previously unselected package libonig5:amd64. [2020-12-15T15:01:23.274Z] #25 8.788 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-12-15T15:01:23.274Z] #25 8.794 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-12-15T15:01:23.274Z] #25 8.857 Selecting previously unselected package libjq1:amd64. [2020-12-15T15:01:23.274Z] #25 8.859 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-12-15T15:01:23.274Z] #25 8.862 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-15T15:01:23.274Z] #25 8.918 Selecting previously unselected package jq. [2020-12-15T15:01:23.274Z] #25 8.918 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-12-15T15:01:23.274Z] #25 8.929 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-15T15:01:23.274Z] #25 8.976 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-12-15T15:01:23.274Z] #25 8.987 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-12-15T15:01:23.274Z] #25 8.997 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:23.533Z] #25 9.143 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-12-15T15:01:23.533Z] #25 9.154 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:23.533Z] #25 9.171 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:23.533Z] #25 9.178 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:23.533Z] #25 9.185 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-15T15:01:23.533Z] #25 9.197 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:23.533Z] #25 9.206 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:23.533Z] #25 9.216 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-12-15T15:01:23.533Z] #25 9.226 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:23.533Z] #25 9.237 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:23.533Z] #25 9.252 Setting up libonig5:amd64 (6.9.1-1) ... [2020-12-15T15:01:23.533Z] #25 9.266 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-15T15:01:23.533Z] #25 9.278 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:23.556Z] #18 DONE 35.7s [2020-12-15T15:01:23.556Z] [2020-12-15T15:01:23.556Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-15T15:01:23.729Z] INFO: Binaries build ended at 12/15/2020 15:01:23. Duration:00:01:09.5140603 [2020-12-15T15:01:23.747Z] #29 20.36 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-15T15:01:23.794Z] #25 9.290 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:24.042Z] #29 ... [2020-12-15T15:01:24.042Z] [2020-12-15T15:01:24.042Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:24.042Z] #49 11.20 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:01:24.042Z] #49 11.24 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:01:24.042Z] #49 11.32 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:01:24.042Z] #49 11.42 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-15T15:01:24.042Z] #49 11.43 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:01:24.042Z] #49 11.45 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-15T15:01:24.042Z] #49 11.64 go: downloading github.com/pkg/errors v0.8.1 [2020-12-15T15:01:24.042Z] #49 11.84 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:01:24.042Z] #49 11.90 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:01:24.042Z] #49 12.03 go: downloading github.com/fatih/color v1.7.0 [2020-12-15T15:01:24.042Z] #49 12.22 go: downloading github.com/spf13/viper v1.6.1 [2020-12-15T15:01:24.042Z] #49 12.33 go: extracting github.com/pkg/errors v0.8.1 [2020-12-15T15:01:24.042Z] #49 12.41 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:01:24.042Z] #49 12.46 go: extracting github.com/fatih/color v1.7.0 [2020-12-15T15:01:24.042Z] #49 12.56 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:01:24.042Z] #49 12.56 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:01:24.042Z] #49 12.60 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:01:24.042Z] #49 12.66 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:01:24.042Z] #49 12.66 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:01:24.042Z] #49 12.66 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-15T15:01:24.042Z] #49 12.83 go: extracting github.com/spf13/viper v1.6.1 [2020-12-15T15:01:24.042Z] #49 12.99 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:01:24.042Z] #49 13.02 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-15T15:01:24.042Z] #49 13.34 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:01:24.042Z] #49 13.58 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:01:24.042Z] #49 13.75 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:01:24.042Z] #49 13.88 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:01:24.042Z] #49 14.17 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:01:24.042Z] #49 15.48 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:01:24.042Z] #49 16.88 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-15T15:01:24.042Z] #49 17.01 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-15T15:01:24.042Z] #49 17.04 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:01:24.042Z] #49 17.59 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:01:24.042Z] #49 18.01 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:01:24.042Z] #49 18.19 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:01:24.042Z] #49 18.22 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:01:24.042Z] #49 18.27 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:01:24.042Z] #49 18.38 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:01:24.042Z] #49 18.42 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:01:24.042Z] #49 18.51 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:01:24.042Z] #49 21.12 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:01:24.042Z] #49 21.14 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:01:24.042Z] #49 21.17 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:01:24.042Z] #49 21.17 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:01:24.042Z] #49 21.17 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:01:24.042Z] #49 21.17 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:01:24.042Z] #49 21.18 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:01:24.042Z] #49 21.19 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-15T15:01:24.042Z] #49 21.19 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:01:24.042Z] #49 21.20 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:01:24.340Z] #49 ... [2020-12-15T15:01:24.341Z] [2020-12-15T15:01:24.341Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:01:24.341Z] #40 18.30 Checking out files: 83% (1386/1666) Checking out files: 84% (1400/1666) Checking out files: 85% (1417/1666) Checking out files: 86% (1433/1666) Checking out files: 87% (1450/1666) Checking out files: 88% (1467/1666) Checking out files: 89% (1483/1666) Checking out files: 90% (1500/1666) Checking out files: 91% (1517/1666) Checking out files: 92% (1533/1666) Checking out files: 93% (1550/1666) Checking out files: 94% (1567/1666) Checking out files: 95% (1583/1666) Checking out files: 96% (1600/1666) Checking out files: 97% (1617/1666) Checking out files: 98% (1633/1666) Checking out files: 99% (1650/1666) Checking out files: 100% (1666/1666) Checking out files: 100% (1666/1666), done. [2020-12-15T15:01:24.341Z] #40 18.74 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-15T15:01:24.341Z] #40 20.87 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-15T15:01:24.366Z] #25 10.08 Updating certificates in /etc/ssl/certs... [2020-12-15T15:01:24.573Z] #3 DONE 1.4s [2020-12-15T15:01:24.573Z] [2020-12-15T15:01:24.573Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-12-15T15:01:24.573Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-12-15T15:01:24.573Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-12-15T15:01:24.573Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-12-15T15:01:24.573Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-12-15T15:01:24.608Z] #19 0.873 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-15T15:01:24.608Z] #19 0.876 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-15T15:01:24.608Z] #19 0.886 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-15T15:01:24.608Z] #19 DONE 1.1s [2020-12-15T15:01:24.608Z] [2020-12-15T15:01:24.608Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T15:01:24.638Z] #40 ... [2020-12-15T15:01:24.638Z] [2020-12-15T15:01:24.638Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:01:24.638Z] #45 11.91 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-15T15:01:24.638Z] #45 12.12 internal/nettrace [2020-12-15T15:01:24.638Z] #45 12.58 runtime/cgo [2020-12-15T15:01:24.638Z] #45 16.05 vendor/golang.org/x/crypto/internal/subtle [2020-12-15T15:01:24.840Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s [2020-12-15T15:01:24.936Z] #45 ... [2020-12-15T15:01:24.936Z] [2020-12-15T15:01:24.936Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:24.936Z] #51 11.98 + cd /tmp/tmp.q9coUhh8Ud/src/github.com/mvdan/sh [2020-12-15T15:01:24.936Z] #51 11.99 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:01:24.936Z] #51 12.12 + GO111MODULE=on [2020-12-15T15:01:24.936Z] #51 12.13 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-15T15:01:24.936Z] #51 13.97 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:01:24.936Z] #51 14.01 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:01:24.936Z] #51 14.03 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:01:24.936Z] #51 14.40 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:01:24.936Z] #51 14.45 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:01:24.936Z] #51 15.98 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:01:24.936Z] #51 17.05 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:01:24.936Z] #51 18.99 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:01:24.936Z] #51 20.57 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:01:24.936Z] #51 20.59 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:01:24.936Z] #51 20.78 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:01:24.936Z] #51 21.18 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:01:24.936Z] #51 ... [2020-12-15T15:01:24.936Z] [2020-12-15T15:01:24.936Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:25.101Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.3s [2020-12-15T15:01:25.261Z] INFO: Copying the built daemon binary to d:\CI\PR-41800\2\binary\dockerd-7e600eaae0.exe... [2020-12-15T15:01:25.261Z] INFO: Copying the built client binary to d:\CI\PR-41800\2\binary\docker-7e600eaae0.exe... [2020-12-15T15:01:25.261Z] INFO: Copying dockerversion from the container... [2020-12-15T15:01:25.363Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2020-12-15T15:01:25.363Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.6s done [2020-12-15T15:01:25.529Z] #64 22.13 Checking out files: 52% (1003/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) [2020-12-15T15:01:25.529Z] #64 ... [2020-12-15T15:01:25.529Z] [2020-12-15T15:01:25.529Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:25.529Z] #47 12.63 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:01:25.529Z] #47 17.35 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:01:25.529Z] #47 17.36 go: finding github.com/fatih/color v1.9.0 [2020-12-15T15:01:25.529Z] #47 17.52 go: finding github.com/pkg/errors v0.9.1 [2020-12-15T15:01:25.529Z] #47 17.73 go: finding github.com/spf13/pflag v1.0.3 [2020-12-15T15:01:25.529Z] #47 17.80 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:01:25.529Z] #47 17.90 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:01:25.529Z] #47 18.44 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:01:25.529Z] #47 18.55 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:01:25.529Z] #47 18.59 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:01:25.529Z] #47 18.64 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:01:25.529Z] #47 18.67 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:01:25.529Z] #47 ... [2020-12-15T15:01:25.529Z] [2020-12-15T15:01:25.529Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:25.624Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-12-15T15:01:25.624Z] #4 DONE 0.9s [2020-12-15T15:01:25.719Z] INFO: Copying the golang package from the container to d:\CI\PR-41800\2\installer\go.zip... [2020-12-15T15:01:25.746Z] #25 11.36 126 added, 0 removed; done. [2020-12-15T15:01:25.746Z] #25 11.42 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:25.746Z] #25 11.43 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-15T15:01:25.746Z] #25 11.44 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-12-15T15:01:25.746Z] #25 11.45 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-15T15:01:25.746Z] #25 11.46 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:01:25.746Z] #25 11.48 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:25.746Z] #25 11.49 Updating certificates in /etc/ssl/certs... [2020-12-15T15:01:25.826Z] #64 22.13 Checking out files: 52% (1003/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-12-15T15:01:26.017Z] [2020-12-15T15:01:26.017Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-12-15T15:01:26.124Z] #64 23.13 + cd /tmp/tmp.HhNmqBw38g/src/github.com/docker/libnetwork [2020-12-15T15:01:26.124Z] #64 23.14 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:01:26.216Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.3s [2020-12-15T15:01:26.422Z] #64 23.68 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-12-15T15:01:26.963Z] #7 DONE 0.9s [2020-12-15T15:01:26.963Z] [2020-12-15T15:01:26.963Z] #5 [internal] load metadata for docker.io/library/debian:buster [2020-12-15T15:01:26.963Z] #5 DONE 0.9s [2020-12-15T15:01:26.963Z] [2020-12-15T15:01:26.963Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-12-15T15:01:26.963Z] #6 DONE 1.0s [2020-12-15T15:01:26.963Z] [2020-12-15T15:01:26.963Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:26.963Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-12-15T15:01:27.142Z] #25 12.52 0 added, 0 removed; done. [2020-12-15T15:01:27.142Z] #25 12.52 Running hooks in /etc/ca-certificates/update.d... [2020-12-15T15:01:27.142Z] #25 12.53 done. [2020-12-15T15:01:27.164Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.3s done [2020-12-15T15:01:27.164Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-12-15T15:01:27.233Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-12-15T15:01:27.233Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-12-15T15:01:27.233Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-12-15T15:01:27.233Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.0s [2020-12-15T15:01:27.233Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.52MB / 49.18MB 0.2s [2020-12-15T15:01:27.428Z] #8 ... [2020-12-15T15:01:27.428Z] [2020-12-15T15:01:27.428Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:01:27.428Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 11.1s done [2020-12-15T15:01:27.428Z] #24 DONE 15.8s [2020-12-15T15:01:27.428Z] [2020-12-15T15:01:27.428Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:27.598Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 16.25MB / 49.18MB 0.4s [2020-12-15T15:01:27.860Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 19.05MB / 49.18MB 0.5s [2020-12-15T15:01:27.860Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 25.54MB / 49.18MB 0.8s [2020-12-15T15:01:28.121Z] #20 3.101 Collecting yamllint==1.16.0 [2020-12-15T15:01:28.121Z] #20 3.234 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-15T15:01:28.121Z] #20 3.275 Collecting pyyaml (from yamllint==1.16.0) [2020-12-15T15:01:28.121Z] #20 3.346 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-15T15:01:28.750Z] #20 3.967 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-15T15:01:28.750Z] #20 3.984 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-15T15:01:28.750Z] #20 3.995 Building wheels for collected packages: pyyaml [2020-12-15T15:01:28.750Z] #20 3.996 Running setup.py bdist_wheel for pyyaml: started [2020-12-15T15:01:28.805Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.7s [2020-12-15T15:01:28.805Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 1.7s [2020-12-15T15:01:28.805Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 1.7s [2020-12-15T15:01:29.068Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 2.63MB / 9.98MB 2.0s [2020-12-15T15:01:29.347Z] #25 1.732 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:29.347Z] #25 1.761 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:29.347Z] #25 1.761 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:29.347Z] #25 2.039 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:01:29.380Z] #20 4.679 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-15T15:01:29.380Z] #20 4.680 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-15T15:01:29.380Z] #20 4.722 Successfully built pyyaml [2020-12-15T15:01:29.380Z] #20 4.732 Installing collected packages: pyyaml, pathspec, yamllint [2020-12-15T15:01:29.445Z] INFO: Extracting go.zip to d:\CI\PR-41800\2\go [2020-12-15T15:01:29.608Z] #25 2.316 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:01:29.642Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 2.1s [2020-12-15T15:01:29.715Z] #20 4.943 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-15T15:01:29.715Z] #20 ... [2020-12-15T15:01:29.715Z] [2020-12-15T15:01:29.715Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:01:29.715Z] #41 72.11 CC criu/memfd.o [2020-12-15T15:01:29.715Z] #41 72.37 CC criu/mount.o [2020-12-15T15:01:29.715Z] #41 74.66 CC criu/namespaces.o [2020-12-15T15:01:29.715Z] #41 75.70 CC criu/net.o [2020-12-15T15:01:29.715Z] #41 77.66 CC criu/netfilter.o [2020-12-15T15:01:29.715Z] #41 77.94 CC criu/page-pipe.o [2020-12-15T15:01:29.715Z] #41 78.35 CC criu/page-xfer.o [2020-12-15T15:01:29.715Z] #41 79.30 CC criu/pagemap-cache.o [2020-12-15T15:01:29.715Z] #41 79.61 CC criu/pagemap.o [2020-12-15T15:01:29.715Z] #41 80.21 CC criu/parasite-syscall.o [2020-12-15T15:01:29.715Z] #41 80.84 CC criu/path.o [2020-12-15T15:01:29.715Z] #41 81.04 CC criu/pie-util-vdso.o [2020-12-15T15:01:29.715Z] #41 81.45 CC criu/pie-util.o [2020-12-15T15:01:29.715Z] #41 81.56 CC criu/pipes.o [2020-12-15T15:01:29.715Z] #41 81.92 CC criu/plugin.o [2020-12-15T15:01:29.715Z] #41 82.14 CC criu/proc_parse.o [2020-12-15T15:01:29.869Z] #25 2.703 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:01:29.909Z] #8 ... [2020-12-15T15:01:29.909Z] [2020-12-15T15:01:29.909Z] #59 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-12-15T15:01:29.909Z] #59 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-12-15T15:01:29.909Z] #59 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-12-15T15:01:29.909Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.9s done [2020-12-15T15:01:29.909Z] #59 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-12-15T15:01:29.909Z] #59 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.8s done [2020-12-15T15:01:29.909Z] #59 DONE 2.9s [2020-12-15T15:01:29.909Z] [2020-12-15T15:01:29.909Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:29.909Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.7s done [2020-12-15T15:01:29.909Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 2.7s done [2020-12-15T15:01:29.909Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 2.7s done [2020-12-15T15:01:29.909Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 2.8s [2020-12-15T15:01:29.909Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 2.8s [2020-12-15T15:01:29.909Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 2.8s [2020-12-15T15:01:30.017Z] #41 ... [2020-12-15T15:01:30.017Z] [2020-12-15T15:01:30.017Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T15:01:30.017Z] #20 DONE 5.3s [2020-12-15T15:01:30.017Z] [2020-12-15T15:01:30.017Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:01:30.017Z] #38 112.4 + dpkg --print-architecture [2020-12-15T15:01:30.017Z] #38 112.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-12-15T15:01:30.017Z] #38 112.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-12-15T15:01:30.017Z] #38 112.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-12-15T15:01:30.171Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 3.68MB / 62.53MB 3.0s [2020-12-15T15:01:30.171Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.76MB / 97.69MB 3.0s [2020-12-15T15:01:30.309Z] #38 ... [2020-12-15T15:01:30.309Z] [2020-12-15T15:01:30.309Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-15T15:01:30.309Z] #23 DONE 0.2s [2020-12-15T15:01:30.309Z] [2020-12-15T15:01:30.309Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-15T15:01:30.434Z] #25 DONE 16.0s [2020-12-15T15:01:30.434Z] [2020-12-15T15:01:30.434Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-15T15:01:30.435Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 13.35MB / 62.53MB 3.2s [2020-12-15T15:01:30.436Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 14.34MB / 52.16MB 3.2s [2020-12-15T15:01:30.436Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 17.48MB / 97.69MB 3.2s [2020-12-15T15:01:30.436Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 [2020-12-15T15:01:30.436Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 17.51MB / 62.53MB 3.3s [2020-12-15T15:01:30.436Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 18.12MB / 52.16MB 3.3s [2020-12-15T15:01:30.694Z] #26 DONE 0.4s [2020-12-15T15:01:30.694Z] [2020-12-15T15:01:30.694Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:01:30.702Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 22.68MB / 62.53MB 3.4s [2020-12-15T15:01:30.702Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 24.60MB / 52.16MB 3.4s [2020-12-15T15:01:30.702Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 29.39MB / 97.69MB 3.4s [2020-12-15T15:01:30.702Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 27.41MB / 62.53MB 3.5s [2020-12-15T15:01:30.702Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 27.47MB / 52.16MB 3.5s [2020-12-15T15:01:30.702Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 34.54MB / 97.69MB 3.5s [2020-12-15T15:01:30.926Z] #64 ... [2020-12-15T15:01:30.926Z] [2020-12-15T15:01:30.926Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:01:30.926Z] #13 17.26 Fetched 8183 kB in 16s (505 kB/s) [2020-12-15T15:01:30.926Z] #13 17.26 Reading package lists... [2020-12-15T15:01:30.926Z] #13 26.20 Reading package lists... [2020-12-15T15:01:30.926Z] #13 ... [2020-12-15T15:01:30.926Z] [2020-12-15T15:01:30.926Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:01:30.926Z] #42 17.41 Fetched 8183 kB in 17s (487 kB/s) [2020-12-15T15:01:30.926Z] #42 17.41 Reading package lists... [2020-12-15T15:01:30.926Z] #42 26.04 Reading package lists... [2020-12-15T15:01:30.926Z] #42 ... [2020-12-15T15:01:30.926Z] [2020-12-15T15:01:30.926Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:01:30.926Z] #55 17.66 Fetched 8183 kB in 17s (491 kB/s) [2020-12-15T15:01:30.926Z] #55 17.66 Reading package lists... [2020-12-15T15:01:30.926Z] #55 25.12 Reading package lists... [2020-12-15T15:01:30.926Z] #55 ... [2020-12-15T15:01:30.926Z] [2020-12-15T15:01:30.926Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:30.926Z] #49 21.43 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:01:30.926Z] #49 21.55 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:01:30.926Z] #49 21.55 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:01:30.926Z] #49 21.62 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:01:30.926Z] #49 21.80 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:01:30.926Z] #49 21.88 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:01:30.926Z] #49 21.94 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:01:30.926Z] #49 21.94 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:01:30.926Z] #49 21.95 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-15T15:01:30.926Z] #49 21.96 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:01:30.926Z] #49 22.00 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:01:30.926Z] #49 22.03 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:01:30.926Z] #49 22.13 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:01:30.926Z] #49 22.14 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-15T15:01:30.926Z] #49 22.20 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:01:30.926Z] #49 22.20 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:01:30.926Z] #49 22.20 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:01:30.926Z] #49 22.22 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-15T15:01:30.926Z] #49 22.24 go: downloading github.com/spf13/cast v1.3.0 [2020-12-15T15:01:30.926Z] #49 22.25 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:01:30.926Z] #49 22.34 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:01:30.926Z] #49 22.35 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:01:30.926Z] #49 22.42 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-15T15:01:30.926Z] #49 22.51 go: extracting github.com/spf13/cast v1.3.0 [2020-12-15T15:01:30.926Z] #49 22.58 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:01:30.926Z] #49 22.61 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:01:30.926Z] #49 22.68 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:01:30.926Z] #49 22.70 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:01:30.926Z] #49 22.72 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:01:30.926Z] #49 22.77 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:01:30.926Z] #49 22.78 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:01:30.926Z] #49 22.79 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:01:30.926Z] #49 22.88 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-15T15:01:30.926Z] #49 22.99 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-15T15:01:30.926Z] #49 23.00 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:01:30.926Z] #49 23.00 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:01:30.926Z] #49 23.16 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:01:30.926Z] #49 23.17 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:01:30.926Z] #49 23.18 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:01:30.926Z] #49 23.22 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:01:30.926Z] #49 23.26 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:01:30.926Z] #49 23.35 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-15T15:01:30.926Z] #49 23.41 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:01:30.926Z] #49 23.48 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:01:30.926Z] #49 23.51 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:01:30.926Z] #49 23.51 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:01:30.926Z] #49 23.51 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:01:30.926Z] #49 23.52 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:01:30.926Z] #49 23.53 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-15T15:01:30.926Z] #49 23.75 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:01:30.926Z] #49 23.75 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:01:30.926Z] #49 23.81 go: downloading github.com/spf13/afero v1.1.2 [2020-12-15T15:01:30.926Z] #49 23.95 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:01:30.926Z] #49 24.00 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:01:30.926Z] #49 24.14 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:01:30.926Z] #49 24.16 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:01:30.926Z] #49 24.21 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:01:30.926Z] #49 24.30 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:01:30.926Z] #49 24.35 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:01:30.926Z] #49 24.44 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:01:30.926Z] #49 24.45 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:01:30.926Z] #49 24.67 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:01:30.926Z] #49 24.68 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:01:30.926Z] #49 24.73 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:01:30.926Z] #49 24.82 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:01:30.926Z] #49 24.83 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-15T15:01:30.926Z] #49 24.86 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:01:30.926Z] #49 24.94 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-15T15:01:30.926Z] #49 24.99 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:01:30.926Z] #49 25.00 go: extracting github.com/spf13/afero v1.1.2 [2020-12-15T15:01:30.926Z] #49 25.01 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:01:30.926Z] #49 25.04 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:01:30.926Z] #49 25.11 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:01:30.926Z] #49 25.23 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:01:30.926Z] #49 25.48 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:01:30.926Z] #49 25.48 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-15T15:01:30.926Z] #49 25.51 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-15T15:01:30.926Z] #49 25.51 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-15T15:01:30.926Z] #49 25.57 go: downloading golang.org/x/text v0.3.2 [2020-12-15T15:01:30.926Z] #49 25.65 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:01:30.926Z] #49 25.67 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:01:30.926Z] #49 25.83 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:01:30.926Z] #49 26.10 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:01:30.926Z] #49 26.18 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-15T15:01:30.926Z] #49 26.20 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:01:30.926Z] #49 26.25 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:01:30.926Z] #49 26.59 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:01:30.926Z] #49 26.71 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:01:30.926Z] #49 26.72 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:01:30.926Z] #49 26.80 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:01:30.926Z] #49 26.84 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-15T15:01:30.926Z] #49 26.89 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:01:30.926Z] #49 26.90 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:01:30.926Z] #49 27.10 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:01:30.926Z] #49 27.38 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:01:30.926Z] #49 27.71 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:01:30.926Z] #49 27.72 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:01:30.926Z] #49 28.02 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-15T15:01:30.970Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 35.79MB / 62.53MB 3.7s [2020-12-15T15:01:30.970Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 35.44MB / 52.16MB 3.7s [2020-12-15T15:01:30.970Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 45.73MB / 97.69MB 3.7s [2020-12-15T15:01:30.970Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 43.11MB / 62.53MB 3.8s [2020-12-15T15:01:30.970Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 40.30MB / 52.16MB 3.8s [2020-12-15T15:01:30.970Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 50.92MB / 62.53MB 4.0s [2020-12-15T15:01:30.970Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 43.66MB / 52.16MB 4.0s [2020-12-15T15:01:30.970Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 55.71MB / 97.69MB 4.0s [2020-12-15T15:01:31.223Z] #49 ... [2020-12-15T15:01:31.223Z] [2020-12-15T15:01:31.223Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:01:31.223Z] #36 18.51 Fetched 8183 kB in 18s (466 kB/s) [2020-12-15T15:01:31.223Z] #36 18.51 Reading package lists... [2020-12-15T15:01:31.237Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 54.27MB / 62.53MB 4.1s [2020-12-15T15:01:31.237Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 46.67MB / 52.16MB 4.1s [2020-12-15T15:01:31.237Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 61.19MB / 97.69MB 4.1s [2020-12-15T15:01:31.237Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 57.54MB / 62.53MB 4.1s [2020-12-15T15:01:31.237Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.1s [2020-12-15T15:01:31.261Z] #27 ... [2020-12-15T15:01:31.261Z] [2020-12-15T15:01:31.261Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:31.261Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.2s done [2020-12-15T15:01:31.261Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.1s done [2020-12-15T15:01:31.261Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 3.2s [2020-12-15T15:01:31.339Z] #28 DONE 0.9s [2020-12-15T15:01:31.339Z] [2020-12-15T15:01:31.339Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-15T15:01:31.339Z] #31 DONE 0.2s [2020-12-15T15:01:31.339Z] [2020-12-15T15:01:31.339Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-15T15:01:31.339Z] #33 DONE 0.1s [2020-12-15T15:01:31.339Z] [2020-12-15T15:01:31.339Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-15T15:01:31.502Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 4.2s [2020-12-15T15:01:31.502Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 68.10MB / 97.69MB 4.2s [2020-12-15T15:01:31.502Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 82.78MB / 97.69MB 4.4s [2020-12-15T15:01:31.520Z] #36 26.64 Reading package lists... [2020-12-15T15:01:31.520Z] #36 ... [2020-12-15T15:01:31.520Z] [2020-12-15T15:01:31.520Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:01:31.520Z] #29 20.91 [2020-12-15T15:01:31.520Z] #29 21.14 ### 5.3% ######################################################################## 100.0% [2020-12-15T15:01:31.520Z] #29 21.49 [2020-12-15T15:01:31.520Z] #29 22.98 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-15T15:01:31.520Z] #29 23.11 skipping existing 5cb8031fd95d [2020-12-15T15:01:31.520Z] #29 23.33 [2020-12-15T15:01:31.520Z] #29 24.91 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-15T15:01:31.520Z] #29 25.05 skipping existing 283607eaa57e [2020-12-15T15:01:31.520Z] #29 25.20 [2020-12-15T15:01:31.520Z] #29 26.67 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-15T15:01:31.520Z] #29 27.17 [2020-12-15T15:01:31.520Z] #29 27.34 ######################################################################## 100.0% [2020-12-15T15:01:31.520Z] #29 27.47 [2020-12-15T15:01:31.629Z] #36 DONE 0.1s [2020-12-15T15:01:31.629Z] [2020-12-15T15:01:31.629Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:01:31.629Z] #41 83.79 CC criu/protobuf-desc.o [2020-12-15T15:01:31.784Z] #25 4.379 Fetched 8409 kB in 3s (2913 kB/s) [2020-12-15T15:01:31.822Z] #29 28.28 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-15T15:01:31.908Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 90.66MB / 97.69MB 4.5s [2020-12-15T15:01:31.919Z] #41 84.23 CC criu/protobuf.o [2020-12-15T15:01:31.919Z] #41 84.38 CC criu/pstree.o [2020-12-15T15:01:32.124Z] #29 28.78 [2020-12-15T15:01:32.171Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 4.9s [2020-12-15T15:01:32.196Z] #8 ... [2020-12-15T15:01:32.196Z] [2020-12-15T15:01:32.196Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:01:32.196Z] #27 1.664 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-15T15:01:32.421Z] #29 29.04 ######################################################################## 100.0% [2020-12-15T15:01:32.455Z] #27 1.760 [2020-12-15T15:01:32.552Z] #41 84.99 CC criu/rbtree.o [2020-12-15T15:01:32.718Z] #29 29.22 [2020-12-15T15:01:32.718Z] #29 29.35 Download of images into '/build' complete. [2020-12-15T15:01:32.718Z] #29 29.35 Use something like the following to load the result into a Docker daemon: [2020-12-15T15:01:32.718Z] #29 29.35 tar -cC '/build' . | docker load [2020-12-15T15:01:32.718Z] #29 DONE 29.4s [2020-12-15T15:01:32.718Z] [2020-12-15T15:01:32.718Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:32.718Z] #49 29.96 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:01:32.728Z] #25 4.379 Reading package lists... [2020-12-15T15:01:32.842Z] #41 85.12 CC criu/rst-malloc.o [2020-12-15T15:01:32.842Z] #41 85.21 CC criu/seccomp.o [2020-12-15T15:01:32.973Z] #27 1.898 ########## 14.6% ######################### 36.1% ######################################## 56.5% ####################################################### 76.6% ##################################################################### 96.5% ######################################################################## 100.0% [2020-12-15T15:01:32.973Z] #27 2.413 [2020-12-15T15:01:33.132Z] #41 85.52 CC criu/seize.o [2020-12-15T15:01:33.232Z] #27 2.533 ####### 9.8% ######################################################################## 100.0% [2020-12-15T15:01:33.301Z] #25 5.316 Reading package lists... [2020-12-15T15:01:33.301Z] #25 ... [2020-12-15T15:01:33.301Z] [2020-12-15T15:01:33.301Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:33.301Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.8s done [2020-12-15T15:01:33.301Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2020-12-15T15:01:33.301Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.3s [2020-12-15T15:01:33.494Z] #27 2.705 [2020-12-15T15:01:33.494Z] #27 2.852 ####################################### 55.4% ######################################################################## 100.0% [2020-12-15T15:01:33.562Z] #8 ... [2020-12-15T15:01:33.562Z] [2020-12-15T15:01:33.562Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:33.562Z] #25 5.316 Reading package lists... [2020-12-15T15:01:33.757Z] #27 2.976 [2020-12-15T15:01:33.761Z] #41 86.04 CC criu/servicefd.o [2020-12-15T15:01:33.766Z] #49 30.65 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:01:33.823Z] #25 6.255 Building dependency tree... [2020-12-15T15:01:34.051Z] #41 86.31 CC criu/shmem.o [2020-12-15T15:01:34.106Z] #25 6.663 The following additional packages will be installed: [2020-12-15T15:01:34.106Z] #25 6.663 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-15T15:01:34.107Z] #25 6.663 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-15T15:01:34.107Z] #25 6.674 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-15T15:01:34.107Z] #25 6.674 Suggested packages: [2020-12-15T15:01:34.107Z] #25 6.674 krb5-doc krb5-user [2020-12-15T15:01:34.107Z] #25 6.674 Recommended packages: [2020-12-15T15:01:34.107Z] #25 6.674 krb5-locales publicsuffix libsasl2-modules [2020-12-15T15:01:34.279Z] #27 3.116 ########## 14.0% ######################### 36.1% ################################### 49.8% ##################################################### 75.0% ##################################################################### 96.1% ######################################################################## 100.0% [2020-12-15T15:01:34.279Z] #27 3.649 [2020-12-15T15:01:34.368Z] #25 6.943 The following NEW packages will be installed: [2020-12-15T15:01:34.368Z] #25 6.943 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-15T15:01:34.368Z] #25 6.943 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-15T15:01:34.368Z] #25 6.943 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-15T15:01:34.368Z] #25 6.943 libssh2-1 libssl1.1 openssl [2020-12-15T15:01:34.630Z] #25 7.235 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T15:01:34.630Z] #25 7.235 Need to get 5047 kB of archives. [2020-12-15T15:01:34.630Z] #25 7.235 After this operation, 12.1 MB of additional disk space will be used. [2020-12-15T15:01:34.630Z] #25 7.235 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u4 [1538 kB] [2020-12-15T15:01:34.630Z] #25 7.237 Get:2 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-15T15:01:34.630Z] #25 7.244 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-12-15T15:01:34.630Z] #25 7.244 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2020-12-15T15:01:34.630Z] #25 7.266 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2020-12-15T15:01:34.630Z] #25 7.266 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2020-12-15T15:01:34.630Z] #25 7.266 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2020-12-15T15:01:34.630Z] #25 7.266 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-12-15T15:01:34.630Z] #25 7.271 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-12-15T15:01:34.630Z] #25 7.271 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-15T15:01:34.630Z] #25 7.280 Get:11 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u4 [843 kB] [2020-12-15T15:01:34.630Z] #25 7.280 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-12-15T15:01:34.630Z] #25 7.286 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-12-15T15:01:34.630Z] #25 7.286 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-12-15T15:01:34.630Z] #25 7.294 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-12-15T15:01:34.630Z] #25 7.297 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-12-15T15:01:34.630Z] #25 7.302 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-12-15T15:01:34.630Z] #25 7.314 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-12-15T15:01:34.630Z] #25 7.318 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-12-15T15:01:34.630Z] #25 7.332 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-12-15T15:01:34.630Z] #25 7.332 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-12-15T15:01:34.681Z] #41 86.88 CC criu/sigframe.o [2020-12-15T15:01:34.681Z] #41 86.98 CC criu/signalfd.o [2020-12-15T15:01:34.681Z] #41 87.12 CC criu/sk-inet.o [2020-12-15T15:01:34.891Z] #25 7.511 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:01:34.891Z] #25 7.540 Fetched 5047 kB in 0s (14.5 MB/s) [2020-12-15T15:01:34.891Z] #25 7.591 Selecting previously unselected package libssl1.1:amd64. [2020-12-15T15:01:34.891Z] #25 7.591 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2020-12-15T15:01:34.891Z] #25 7.595 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_amd64.deb ... [2020-12-15T15:01:34.891Z] #25 7.610 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:34.963Z] #8 ... [2020-12-15T15:01:34.963Z] [2020-12-15T15:01:34.963Z] #65 [internal] load build context [2020-12-15T15:01:34.963Z] #65 transferring context: 53.17MB 4.7s done [2020-12-15T15:01:34.963Z] #65 DONE 7.3s [2020-12-15T15:01:34.963Z] [2020-12-15T15:01:34.963Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:35.152Z] #25 7.848 Selecting previously unselected package openssl. [2020-12-15T15:01:35.152Z] #25 7.848 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_amd64.deb ... [2020-12-15T15:01:35.152Z] #25 7.852 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:35.224Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 4.9s done [2020-12-15T15:01:35.294Z] #49 ... [2020-12-15T15:01:35.294Z] [2020-12-15T15:01:35.294Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:35.294Z] #51 22.53 runtime/cgo [2020-12-15T15:01:35.294Z] #51 22.71 runtime [2020-12-15T15:01:35.311Z] #41 87.68 CC criu/sk-netlink.o [2020-12-15T15:01:35.414Z] #25 8.042 Selecting previously unselected package ca-certificates. [2020-12-15T15:01:35.414Z] #25 8.042 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-15T15:01:35.414Z] #25 8.046 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:35.414Z] #25 8.187 Selecting previously unselected package libkeyutils1:amd64. [2020-12-15T15:01:35.414Z] #25 8.187 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2020-12-15T15:01:35.414Z] #25 8.191 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-12-15T15:01:35.594Z] #51 ... [2020-12-15T15:01:35.594Z] [2020-12-15T15:01:35.594Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:01:35.594Z] #55 25.12 Reading package lists... [2020-12-15T15:01:35.601Z] #41 87.87 CC criu/sk-packet.o [2020-12-15T15:01:35.676Z] #25 8.246 Selecting previously unselected package libkrb5support0:amd64. [2020-12-15T15:01:35.676Z] #25 8.246 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2020-12-15T15:01:35.676Z] #25 8.262 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:35.676Z] #25 8.297 Selecting previously unselected package libk5crypto3:amd64. [2020-12-15T15:01:35.676Z] #25 8.297 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2020-12-15T15:01:35.676Z] #25 8.302 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:35.676Z] #25 8.369 Selecting previously unselected package libkrb5-3:amd64. [2020-12-15T15:01:35.676Z] #25 8.385 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2020-12-15T15:01:35.676Z] #25 8.385 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:35.676Z] #25 8.498 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-15T15:01:35.676Z] #25 8.498 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2020-12-15T15:01:35.891Z] #41 88.31 CC criu/sk-queue.o [2020-12-15T15:01:35.938Z] #25 8.503 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:35.938Z] #25 8.571 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-15T15:01:35.938Z] #25 8.574 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-12-15T15:01:35.938Z] #25 8.577 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:35.938Z] #25 8.642 Selecting previously unselected package libsasl2-2:amd64. [2020-12-15T15:01:35.938Z] #25 8.642 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-12-15T15:01:35.938Z] #25 8.642 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:35.938Z] #25 8.698 Selecting previously unselected package libldap-common. [2020-12-15T15:01:35.938Z] #25 8.698 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-15T15:01:35.938Z] #25 8.705 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:36.181Z] #41 88.60 CC criu/sk-tcp.o [2020-12-15T15:01:36.200Z] #25 8.779 Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-15T15:01:36.200Z] #25 8.779 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-12-15T15:01:36.200Z] #25 8.787 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:36.200Z] #25 8.894 Selecting previously unselected package libnghttp2-14:amd64. [2020-12-15T15:01:36.200Z] #25 8.894 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-12-15T15:01:36.200Z] #25 8.899 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-12-15T15:01:36.200Z] #25 8.963 Selecting previously unselected package libpsl5:amd64. [2020-12-15T15:01:36.200Z] #25 8.963 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-12-15T15:01:36.200Z] #25 8.967 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-12-15T15:01:36.200Z] #25 9.023 Selecting previously unselected package librtmp1:amd64. [2020-12-15T15:01:36.200Z] #25 9.023 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-12-15T15:01:36.288Z] #27 3.776 ## 4.1% ####### 9.8% ########## 14.9% ############## 20.2% ################# 23.9% #################### 29.0% ######################### 35.9% ############################# 41.1% ################################ 44.6% ##################################### 51.5% ######################################## 56.6% ############################################ 61.9% ################################################ 67.1% #################################################### 72.3% ####################################################### 77.5% ########################################################### 82.4% ############################################################### 88.5% ################################################################### 93.9% ####################################################################### 99.2% ######################################################################## 100.0% [2020-12-15T15:01:36.288Z] #27 5.643 [2020-12-15T15:01:36.461Z] #25 9.029 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-15T15:01:36.461Z] #25 9.109 Selecting previously unselected package libssh2-1:amd64. [2020-12-15T15:01:36.461Z] #25 9.109 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-12-15T15:01:36.461Z] #25 9.113 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-12-15T15:01:36.461Z] #25 9.196 Selecting previously unselected package libcurl4:amd64. [2020-12-15T15:01:36.461Z] #25 9.196 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-12-15T15:01:36.461Z] #25 9.200 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-12-15T15:01:36.461Z] #25 9.304 Selecting previously unselected package curl. [2020-12-15T15:01:36.461Z] #25 9.304 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-12-15T15:01:36.477Z] #41 88.93 CC criu/sk-unix.o [2020-12-15T15:01:36.613Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 9.2s [2020-12-15T15:01:36.613Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 9.3s [2020-12-15T15:01:36.722Z] #25 9.308 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-15T15:01:36.722Z] #25 9.393 Selecting previously unselected package libonig5:amd64. [2020-12-15T15:01:36.722Z] #25 9.393 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-12-15T15:01:36.722Z] #25 9.398 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-12-15T15:01:36.722Z] #25 9.483 Selecting previously unselected package libjq1:amd64. [2020-12-15T15:01:36.722Z] #25 9.483 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-12-15T15:01:36.722Z] #25 9.485 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-15T15:01:36.722Z] #25 9.548 Selecting previously unselected package jq. [2020-12-15T15:01:36.722Z] #25 9.550 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-12-15T15:01:36.722Z] #25 9.554 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-15T15:01:36.767Z] #41 ... [2020-12-15T15:01:36.767Z] [2020-12-15T15:01:36.767Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:01:36.767Z] #51 53.05 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-15T15:01:36.767Z] #51 54.06 + mkdir -p /build [2020-12-15T15:01:36.767Z] #51 54.06 + cp runc /build/runc [2020-12-15T15:01:36.767Z] #51 DONE 54.4s [2020-12-15T15:01:36.767Z] [2020-12-15T15:01:36.767Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:01:36.861Z] #27 6.146 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-15T15:01:36.861Z] #27 6.242 [2020-12-15T15:01:36.983Z] #25 9.621 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-12-15T15:01:36.983Z] #25 9.653 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-12-15T15:01:36.983Z] #25 9.663 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:36.983Z] #25 9.786 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-12-15T15:01:37.119Z] #27 6.332 ######################################################################## 100.0% [2020-12-15T15:01:37.119Z] #27 6.362 [2020-12-15T15:01:37.125Z] #55 32.84 Building dependency tree... [2020-12-15T15:01:37.242Z] #8 ... [2020-12-15T15:01:37.242Z] [2020-12-15T15:01:37.242Z] #23 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:01:37.242Z] #23 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done [2020-12-15T15:01:37.242Z] #23 sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 49.18MB / 49.18MB 1.3s done [2020-12-15T15:01:37.242Z] #23 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done [2020-12-15T15:01:37.242Z] #23 sha256:7bf528fa91df041f696d30aad7d41f3532342f9ed92dd7476c59b8b24e00ff9b 529B / 529B done [2020-12-15T15:01:37.242Z] #23 sha256:1b0fae9b3949513258b1f1092e0dd6171e3b6984f36caea75ab7dc5f8902271b 1.46kB / 1.46kB done [2020-12-15T15:01:37.242Z] #23 extracting sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 5.7s done [2020-12-15T15:01:37.242Z] #23 ... [2020-12-15T15:01:37.242Z] [2020-12-15T15:01:37.242Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:37.244Z] #25 9.796 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:37.244Z] #25 9.808 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:37.244Z] #25 9.817 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:37.244Z] #25 9.826 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-15T15:01:37.244Z] #25 9.836 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:37.244Z] #25 9.846 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:37.244Z] #25 9.855 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-12-15T15:01:37.244Z] #25 9.864 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:37.244Z] #25 9.872 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:37.244Z] #25 9.886 Setting up libonig5:amd64 (6.9.1-1) ... [2020-12-15T15:01:37.244Z] #25 9.896 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-15T15:01:37.244Z] #25 9.906 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:37.244Z] #25 9.917 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:37.687Z] #27 ... [2020-12-15T15:01:37.687Z] [2020-12-15T15:01:37.687Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:37.687Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.2s done [2020-12-15T15:01:37.687Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-12-15T15:01:37.687Z] #8 DONE 38.0s [2020-12-15T15:01:37.687Z] [2020-12-15T15:01:37.687Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-15T15:01:37.797Z] #41 90.24 CC criu/sockets.o [2020-12-15T15:01:38.192Z] #25 10.70 Updating certificates in /etc/ssl/certs... [2020-12-15T15:01:38.197Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 10.0s done [2020-12-15T15:01:38.197Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 10.0s done [2020-12-15T15:01:38.197Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.5s done [2020-12-15T15:01:38.197Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 10.8s [2020-12-15T15:01:38.427Z] #41 90.75 CC criu/stats.o [2020-12-15T15:01:38.427Z] #41 90.88 CC criu/string.o [2020-12-15T15:01:38.427Z] #41 90.94 CC criu/sysctl.o [2020-12-15T15:01:38.477Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 11.2s done [2020-12-15T15:01:38.658Z] #55 35.79 The following additional packages will be installed: [2020-12-15T15:01:38.658Z] #55 35.81 libbtrfs0 [2020-12-15T15:01:38.778Z] #8 ... [2020-12-15T15:01:38.778Z] [2020-12-15T15:01:38.778Z] #23 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b... [2020-12-15T15:01:38.778Z] #23 DONE 11.7s [2020-12-15T15:01:38.957Z] #55 36.19 The following NEW packages will be installed: [2020-12-15T15:01:39.056Z] [2020-12-15T15:01:39.056Z] #24 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:39.058Z] #41 91.28 CC criu/sysfs_parse.o [2020-12-15T15:01:39.058Z] #41 91.44 CC criu/timens.o [2020-12-15T15:01:39.058Z] #41 91.59 CC criu/timerfd.o [2020-12-15T15:01:39.255Z] #55 36.24 libbtrfs-dev libbtrfs0 [2020-12-15T15:01:39.348Z] #41 91.74 CC criu/tty.o [2020-12-15T15:01:39.552Z] #55 36.54 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:01:39.552Z] #55 36.54 Need to get 120 kB of archives. [2020-12-15T15:01:39.552Z] #55 36.54 After this operation, 423 kB of additional disk space will be used. [2020-12-15T15:01:39.552Z] #55 36.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-12-15T15:01:39.552Z] #55 36.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-12-15T15:01:39.579Z] #25 12.06 126 added, 0 removed; done. [2020-12-15T15:01:39.579Z] #25 12.10 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-12-15T15:01:39.579Z] #25 12.11 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-15T15:01:39.579Z] #25 12.12 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-12-15T15:01:39.579Z] #25 12.13 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-15T15:01:39.579Z] #25 12.14 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:01:39.579Z] #25 12.16 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:39.579Z] #25 12.17 Updating certificates in /etc/ssl/certs... [2020-12-15T15:01:40.378Z] #41 92.72 CC criu/tun.o [2020-12-15T15:01:40.524Z] #25 13.11 0 added, 0 removed; done. [2020-12-15T15:01:40.524Z] #25 13.11 Running hooks in /etc/ca-certificates/update.d... [2020-12-15T15:01:40.524Z] #25 13.11 done. [2020-12-15T15:01:40.667Z] #41 92.96 CC criu/uffd.o [2020-12-15T15:01:41.113Z] #55 38.12 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:01:41.113Z] #55 38.36 Fetched 120 kB in 0s (1382 kB/s) [2020-12-15T15:01:41.297Z] #41 93.59 CC criu/util.o [2020-12-15T15:01:41.412Z] #55 38.45 Selecting previously unselected package libbtrfs0. [2020-12-15T15:01:41.412Z] #55 38.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-12-15T15:01:41.412Z] #55 38.63 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-12-15T15:01:41.412Z] #55 38.64 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-15T15:01:41.589Z] #41 ... [2020-12-15T15:01:41.589Z] [2020-12-15T15:01:41.589Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:01:41.589Z] #38 DONE 128.0s [2020-12-15T15:01:41.589Z] [2020-12-15T15:01:41.589Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:41.589Z] #47 128.2 + /build/golangci-lint --version [2020-12-15T15:01:41.710Z] #55 38.79 Selecting previously unselected package libbtrfs-dev. [2020-12-15T15:01:41.710Z] #55 38.79 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-12-15T15:01:41.710Z] #55 38.80 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:01:41.882Z] #47 128.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-15T15:01:42.010Z] #55 39.05 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-15T15:01:42.010Z] #55 39.06 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:01:42.010Z] #55 39.07 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:01:42.171Z] #47 DONE 128.7s [2020-12-15T15:01:42.171Z] [2020-12-15T15:01:42.171Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:01:42.171Z] #41 94.40 CC criu/uts_ns.o [2020-12-15T15:01:42.171Z] #41 94.52 CC criu/vdso.o [2020-12-15T15:01:42.312Z] #55 DONE 39.3s [2020-12-15T15:01:42.312Z] [2020-12-15T15:01:42.312Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:42.440Z] #25 DONE 15.1s [2020-12-15T15:01:42.440Z] [2020-12-15T15:01:42.440Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-15T15:01:42.440Z] #26 DONE 0.0s [2020-12-15T15:01:42.440Z] [2020-12-15T15:01:42.440Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:01:42.461Z] #41 ... [2020-12-15T15:01:42.461Z] [2020-12-15T15:01:42.461Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-15T15:01:42.461Z] #39 DONE 0.2s [2020-12-15T15:01:42.461Z] [2020-12-15T15:01:42.461Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:01:42.461Z] #41 94.79 LINK criu/built-in.o [2020-12-15T15:01:42.461Z] #41 94.89 LINK criu/criu [2020-12-15T15:01:42.612Z] #56 0.384 + RM_GOPATH=0 [2020-12-15T15:01:42.612Z] #56 0.385 + TMP_GOPATH= [2020-12-15T15:01:42.612Z] #56 0.386 + : /build [2020-12-15T15:01:42.612Z] #56 0.388 + '[' -z '' ']' [2020-12-15T15:01:42.612Z] #56 0.389 ++ mktemp -d [2020-12-15T15:01:42.612Z] #56 0.394 + export GOPATH=/tmp/tmp.ijF3KtbhHY [2020-12-15T15:01:42.612Z] #56 0.395 + GOPATH=/tmp/tmp.ijF3KtbhHY [2020-12-15T15:01:42.612Z] #56 0.395 + RM_GOPATH=1 [2020-12-15T15:01:42.612Z] #56 0.396 + case "$(go env GOARCH)" in [2020-12-15T15:01:42.612Z] #56 0.397 ++ go env GOARCH [2020-12-15T15:01:42.612Z] #56 0.506 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:42.612Z] #56 0.507 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:42.612Z] #56 0.508 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:42.612Z] #56 0.510 + dir=/tmp/install [2020-12-15T15:01:42.612Z] #56 0.510 + bin=containerd [2020-12-15T15:01:42.612Z] #56 0.511 + shift [2020-12-15T15:01:42.612Z] #56 0.512 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-15T15:01:42.612Z] #56 0.550 + . /tmp/install/containerd.installer [2020-12-15T15:01:42.612Z] #56 0.550 ++ set -e [2020-12-15T15:01:42.612Z] #56 0.550 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:01:42.612Z] #56 0.550 + install_containerd [2020-12-15T15:01:42.612Z] #56 0.552 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-15T15:01:42.612Z] #56 0.552 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ijF3KtbhHY/src/github.com/containerd/containerd [2020-12-15T15:01:42.612Z] #56 0.552 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:01:42.612Z] #56 0.558 Cloning into '/tmp/tmp.ijF3KtbhHY/src/github.com/containerd/containerd'... [2020-12-15T15:01:42.751Z] #41 95.04 DEP lib/c/criu.d [2020-12-15T15:01:42.751Z] #41 95.12 CC images/rpc.pb-c.o [2020-12-15T15:01:42.954Z] #9 ... [2020-12-15T15:01:42.954Z] [2020-12-15T15:01:42.954Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:01:42.954Z] #27 7.110 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-15T15:01:42.954Z] #27 7.217 [2020-12-15T15:01:42.954Z] #27 7.420 ### 4.4% ######################################################################## 100.0% [2020-12-15T15:01:42.954Z] #27 7.460 [2020-12-15T15:01:42.954Z] #27 7.936 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-15T15:01:42.954Z] #27 7.953 skipping existing c35d46ef359f [2020-12-15T15:01:42.954Z] #27 7.975 [2020-12-15T15:01:42.954Z] #27 8.327 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-15T15:01:42.954Z] #27 8.412 [2020-12-15T15:01:42.954Z] #27 8.466 ######################################################################## 100.0% [2020-12-15T15:01:42.954Z] #27 8.491 [2020-12-15T15:01:42.954Z] #27 8.739 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-15T15:01:42.954Z] #27 8.816 [2020-12-15T15:01:42.954Z] #27 8.885 ######################################################################## 100.0% [2020-12-15T15:01:42.954Z] #27 8.906 [2020-12-15T15:01:42.954Z] #27 8.926 Download of images into '/build' complete. [2020-12-15T15:01:42.954Z] #27 8.926 Use something like the following to load the result into a Docker daemon: [2020-12-15T15:01:42.954Z] #27 8.926 tar -cC '/build' . | docker load [2020-12-15T15:01:43.041Z] #41 95.37 CC lib/c/criu.o [2020-12-15T15:01:43.271Z] #24 3.697 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:43.271Z] #24 3.697 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:43.271Z] #24 3.706 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:43.271Z] #24 3.894 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [249 kB] [2020-12-15T15:01:43.271Z] #24 4.120 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-15T15:01:43.271Z] #24 4.390 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-15T15:01:43.331Z] #41 95.83 LINK lib/c/built-in.o [2020-12-15T15:01:43.331Z] #41 95.83 LINK lib/c/libcriu.so [2020-12-15T15:01:43.331Z] #41 95.86 LINK lib/c/libcriu.a [2020-12-15T15:01:43.331Z] #41 95.90 GEN magic.py [2020-12-15T15:01:43.331Z] #41 95.95 Note: Building without setproctitle() and strlcpy() support. [2020-12-15T15:01:43.621Z] #41 95.95 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-15T15:01:43.621Z] #41 95.95 Note: Building without GnuTLS support [2020-12-15T15:01:43.621Z] #41 95.95 Makefile.config:39: Warn: you have no libnftables installed [2020-12-15T15:01:43.621Z] #41 95.95 Makefile.config:40: Warn: Building without nftables support [2020-12-15T15:01:43.621Z] #41 96.14 fatal: not a git repository (or any of the parent directories): .git [2020-12-15T15:01:43.871Z] #27 ... [2020-12-15T15:01:43.871Z] [2020-12-15T15:01:43.871Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:43.871Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.6s done [2020-12-15T15:01:43.871Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.4s done [2020-12-15T15:01:43.871Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.6s [2020-12-15T15:01:43.911Z] #41 96.35 make[1]: Nothing to be done for 'all'. [2020-12-15T15:01:44.136Z] #8 ... [2020-12-15T15:01:44.136Z] [2020-12-15T15:01:44.136Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:01:44.136Z] #27 1.827 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-15T15:01:44.201Z] #41 96.62 make[1]: 'images/built-in.o' is up to date. [2020-12-15T15:01:44.201Z] #41 96.63 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-15T15:01:44.201Z] #41 96.64 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-15T15:01:44.201Z] #41 96.65 make[1]: 'compel/libcompel.a' is up to date. [2020-12-15T15:01:44.201Z] #41 96.65 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-15T15:01:44.201Z] #41 96.66 make[1]: Nothing to be done for 'all'. [2020-12-15T15:01:44.201Z] #41 96.67 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-15T15:01:44.201Z] #41 96.73 make[2]: Nothing to be done for 'all'. [2020-12-15T15:01:44.201Z] #41 96.73 make[2]: Nothing to be done for 'all'. [2020-12-15T15:01:44.201Z] #41 96.74 make[2]: Nothing to be done for 'all'. [2020-12-15T15:01:44.201Z] #41 96.77 make[2]: Nothing to be done for 'all'. [2020-12-15T15:01:44.201Z] #41 96.79 make[2]: Nothing to be done for 'all'. [2020-12-15T15:01:44.201Z] #41 96.79 make[2]: Nothing to be done for 'all'. [2020-12-15T15:01:44.201Z] #41 96.80 make[2]: Nothing to be done for 'all'. [2020-12-15T15:01:44.201Z] #41 96.83 make[2]: Nothing to be done for 'all'. [2020-12-15T15:01:44.201Z] #41 96.83 INSTALL criu/criu [2020-12-15T15:01:44.329Z] #27 DONE 13.5s [2020-12-15T15:01:44.329Z] [2020-12-15T15:01:44.329Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-15T15:01:44.329Z] #9 DONE 6.6s [2020-12-15T15:01:44.329Z] [2020-12-15T15:01:44.329Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-15T15:01:44.398Z] #27 1.922 [2020-12-15T15:01:44.661Z] #24 ... [2020-12-15T15:01:44.661Z] [2020-12-15T15:01:44.661Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:44.661Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.4s done [2020-12-15T15:01:44.661Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.4s done [2020-12-15T15:01:44.661Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.6s done [2020-12-15T15:01:44.661Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0.6s [2020-12-15T15:01:44.843Z] #41 DONE 97.0s [2020-12-15T15:01:44.843Z] [2020-12-15T15:01:44.843Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:44.921Z] #27 2.043 #### 5.9% ####################### 32.9% ######################################## 55.8% ###################################################### 75.9% #################################################################### 95.1% ######################################################################## 100.0% [2020-12-15T15:01:45.133Z] #54 ... [2020-12-15T15:01:45.133Z] [2020-12-15T15:01:45.133Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-15T15:01:45.181Z] #27 2.566 [2020-12-15T15:01:45.181Z] #27 2.700 ####################################################################### 98.7% ######################################################################## 100.0% [2020-12-15T15:01:45.266Z] #10 DONE 1.1s [2020-12-15T15:01:45.266Z] [2020-12-15T15:01:45.266Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-15T15:01:45.266Z] #37 DONE 0.1s [2020-12-15T15:01:45.266Z] [2020-12-15T15:01:45.266Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:45.422Z] #42 DONE 0.1s [2020-12-15T15:01:45.422Z] [2020-12-15T15:01:45.422Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-15T15:01:45.422Z] #44 DONE 0.2s [2020-12-15T15:01:45.422Z] [2020-12-15T15:01:45.422Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-15T15:01:45.442Z] #27 2.805 [2020-12-15T15:01:45.442Z] #27 2.930 ################################ 45.6% ######################################################################## 100.0% [2020-12-15T15:01:45.442Z] #27 3.097 [2020-12-15T15:01:45.525Z] #62 ... [2020-12-15T15:01:45.525Z] [2020-12-15T15:01:45.525Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-15T15:01:45.525Z] #29 DONE 0.1s [2020-12-15T15:01:45.525Z] [2020-12-15T15:01:45.525Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:01:45.712Z] #46 DONE 0.1s [2020-12-15T15:01:45.712Z] [2020-12-15T15:01:45.712Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-15T15:01:45.712Z] #48 DONE 0.2s [2020-12-15T15:01:45.712Z] [2020-12-15T15:01:45.712Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:46.002Z] #54 ... [2020-12-15T15:01:46.002Z] [2020-12-15T15:01:46.002Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-15T15:01:46.002Z] #50 DONE 0.2s [2020-12-15T15:01:46.002Z] [2020-12-15T15:01:46.002Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-15T15:01:46.218Z] #56 ... [2020-12-15T15:01:46.218Z] [2020-12-15T15:01:46.218Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:46.218Z] #49 33.17 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-15T15:01:46.218Z] #49 39.26 go: extracting golang.org/x/text v0.3.2 [2020-12-15T15:01:46.218Z] #49 ... [2020-12-15T15:01:46.218Z] [2020-12-15T15:01:46.218Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:01:46.218Z] #42 26.04 Reading package lists... [2020-12-15T15:01:46.218Z] #42 34.30 Building dependency tree... [2020-12-15T15:01:46.218Z] #42 36.89 The following additional packages will be installed: [2020-12-15T15:01:46.218Z] #42 36.89 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-15T15:01:46.218Z] #42 36.89 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-15T15:01:46.218Z] #42 36.90 Suggested packages: [2020-12-15T15:01:46.218Z] #42 36.91 manpages-dev python-setuptools [2020-12-15T15:01:46.218Z] #42 38.32 The following NEW packages will be installed: [2020-12-15T15:01:46.218Z] #42 38.32 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-15T15:01:46.218Z] #42 38.32 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-15T15:01:46.218Z] #42 38.32 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-15T15:01:46.218Z] #42 38.32 python-six zlib1g-dev [2020-12-15T15:01:46.218Z] #42 38.48 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:01:46.218Z] #42 38.48 Need to get 4075 kB of archives. [2020-12-15T15:01:46.218Z] #42 38.48 After this operation, 24.5 MB of additional disk space will be used. [2020-12-15T15:01:46.218Z] #42 38.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-12-15T15:01:46.218Z] #42 38.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-12-15T15:01:46.218Z] #42 38.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-12-15T15:01:46.218Z] #42 38.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-12-15T15:01:46.218Z] #42 38.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-12-15T15:01:46.218Z] #42 38.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-12-15T15:01:46.218Z] #42 38.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2020-12-15T15:01:46.218Z] #42 38.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-12-15T15:01:46.218Z] #42 38.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-12-15T15:01:46.218Z] #42 38.65 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-12-15T15:01:46.218Z] #42 38.67 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-12-15T15:01:46.218Z] #42 38.79 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-12-15T15:01:46.218Z] #42 38.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-12-15T15:01:46.218Z] #42 38.87 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-12-15T15:01:46.218Z] #42 38.88 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-15T15:01:46.218Z] #42 38.90 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-12-15T15:01:46.218Z] #42 38.90 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-12-15T15:01:46.218Z] #42 40.23 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:01:46.218Z] #42 40.45 Fetched 4075 kB in 0s (8183 kB/s) [2020-12-15T15:01:46.218Z] #42 40.63 Selecting previously unselected package libcap-dev:ppc64el. [2020-12-15T15:01:46.218Z] #42 40.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-12-15T15:01:46.218Z] #42 40.70 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-12-15T15:01:46.218Z] #42 40.70 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-12-15T15:01:46.218Z] #42 40.86 Selecting previously unselected package libnet1:ppc64el. [2020-12-15T15:01:46.218Z] #42 40.87 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-12-15T15:01:46.218Z] #42 40.90 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-12-15T15:01:46.218Z] #42 41.08 Selecting previously unselected package libnet1-dev. [2020-12-15T15:01:46.218Z] #42 41.10 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-12-15T15:01:46.218Z] #42 41.11 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-15T15:01:46.218Z] #42 41.38 Selecting previously unselected package libnl-3-200:ppc64el. [2020-12-15T15:01:46.218Z] #42 41.38 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-12-15T15:01:46.218Z] #42 41.40 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-12-15T15:01:46.218Z] #42 41.58 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-12-15T15:01:46.218Z] #42 41.60 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-12-15T15:01:46.218Z] #42 41.61 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-12-15T15:01:46.218Z] #42 41.94 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-12-15T15:01:46.218Z] #42 41.94 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-12-15T15:01:46.218Z] #42 41.95 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-12-15T15:01:46.219Z] #42 42.11 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-12-15T15:01:46.219Z] #42 42.12 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-12-15T15:01:46.219Z] #42 42.14 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-12-15T15:01:46.219Z] #42 42.29 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-12-15T15:01:46.219Z] #42 42.29 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-12-15T15:01:46.219Z] #42 42.30 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-12-15T15:01:46.219Z] #42 42.55 Selecting previously unselected package libprotobuf17:ppc64el. [2020-12-15T15:01:46.219Z] #42 42.56 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-12-15T15:01:46.219Z] #42 42.56 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-12-15T15:01:46.219Z] #42 43.40 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-12-15T15:01:46.219Z] #42 43.41 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-12-15T15:01:46.219Z] #42 43.43 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-12-15T15:01:46.291Z] #52 DONE 0.2s [2020-12-15T15:01:46.292Z] [2020-12-15T15:01:46.292Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:46.487Z] #27 3.210 0.0% ########### 16.5% ######################## 33.9% ##################################### 51.7% ######################################## 56.0% ############################################################ 84.1% ######################################################################## 100.0% [2020-12-15T15:01:46.487Z] #27 4.001 [2020-12-15T15:01:46.518Z] #42 43.69 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-12-15T15:01:46.518Z] #42 43.70 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-12-15T15:01:46.518Z] #42 43.72 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-12-15T15:01:46.581Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.5s done [2020-12-15T15:01:46.820Z] #42 ... [2020-12-15T15:01:46.820Z] [2020-12-15T15:01:46.820Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:01:46.820Z] #13 26.20 Reading package lists... [2020-12-15T15:01:46.820Z] #13 34.21 Building dependency tree... [2020-12-15T15:01:46.820Z] #13 36.68 The following additional packages will be installed: [2020-12-15T15:01:46.820Z] #13 36.68 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-15T15:01:46.820Z] #13 36.68 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-15T15:01:46.820Z] #13 36.68 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-15T15:01:46.820Z] #13 36.68 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-15T15:01:46.820Z] #13 36.69 mingw-w64-x86-64-dev [2020-12-15T15:01:46.820Z] #13 36.69 Suggested packages: [2020-12-15T15:01:46.820Z] #13 36.70 gcc-8-locales seccomp wine64 [2020-12-15T15:01:46.820Z] #13 38.66 The following NEW packages will be installed: [2020-12-15T15:01:46.820Z] #13 38.67 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-15T15:01:46.820Z] #13 38.67 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-15T15:01:46.820Z] #13 38.67 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-15T15:01:46.820Z] #13 38.67 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-15T15:01:46.820Z] #13 38.67 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-15T15:01:46.820Z] #13 38.67 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-15T15:01:46.820Z] #13 38.68 The following packages will be upgraded: [2020-12-15T15:01:46.820Z] #13 38.69 libsystemd0 libudev1 [2020-12-15T15:01:46.820Z] #13 38.84 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-15T15:01:46.820Z] #13 38.84 Need to get 79.4 MB of archives. [2020-12-15T15:01:46.820Z] #13 38.84 After this operation, 532 MB of additional disk space will be used. [2020-12-15T15:01:46.820Z] #13 38.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u5 [358 kB] [2020-12-15T15:01:46.820Z] #13 38.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u5 [158 kB] [2020-12-15T15:01:46.820Z] #13 38.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-12-15T15:01:46.820Z] #13 39.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2020-12-15T15:01:46.820Z] #13 39.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-15T15:01:46.820Z] #13 39.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-12-15T15:01:46.820Z] #13 39.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-12-15T15:01:46.820Z] #13 39.62 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-15T15:01:46.820Z] #13 40.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-15T15:01:46.820Z] #13 40.42 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2020-12-15T15:01:46.820Z] #13 40.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2020-12-15T15:01:46.820Z] #13 44.05 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2020-12-15T15:01:46.820Z] #13 ... [2020-12-15T15:01:46.820Z] [2020-12-15T15:01:46.820Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:01:46.820Z] #36 26.64 Reading package lists... [2020-12-15T15:01:46.820Z] #36 35.28 Building dependency tree... [2020-12-15T15:01:46.820Z] #36 37.96 The following additional packages will be installed: [2020-12-15T15:01:46.820Z] #36 37.97 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-15T15:01:46.820Z] #36 37.97 Suggested packages: [2020-12-15T15:01:46.820Z] #36 37.99 cmake-doc ninja-build lrzip [2020-12-15T15:01:46.820Z] #36 37.99 Recommended packages: [2020-12-15T15:01:46.820Z] #36 37.99 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-15T15:01:46.820Z] #36 39.18 The following NEW packages will be installed: [2020-12-15T15:01:46.820Z] #36 39.20 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-15T15:01:46.820Z] #36 39.20 vim-common xxd [2020-12-15T15:01:46.820Z] #36 39.38 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:01:46.820Z] #36 39.38 Need to get 14.9 MB of archives. [2020-12-15T15:01:46.820Z] #36 39.38 After this operation, 67.2 MB of additional disk space will be used. [2020-12-15T15:01:46.820Z] #36 39.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-12-15T15:01:46.820Z] #36 39.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-12-15T15:01:46.820Z] #36 39.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-12-15T15:01:46.820Z] #36 39.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-12-15T15:01:46.820Z] #36 40.36 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2020-12-15T15:01:46.820Z] #36 40.44 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-12-15T15:01:46.820Z] #36 40.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-12-15T15:01:46.820Z] #36 40.49 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-12-15T15:01:46.820Z] #36 40.51 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-12-15T15:01:46.820Z] #36 40.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-12-15T15:01:46.820Z] #36 42.26 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:01:46.820Z] #36 42.65 Fetched 14.9 MB in 2s (9629 kB/s) [2020-12-15T15:01:46.820Z] #36 42.77 Selecting previously unselected package xxd. [2020-12-15T15:01:46.820Z] #36 42.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-12-15T15:01:46.820Z] #36 42.88 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-12-15T15:01:46.820Z] #36 42.88 Unpacking xxd (2:8.1.0875-5) ... [2020-12-15T15:01:46.820Z] #36 43.21 Selecting previously unselected package vim-common. [2020-12-15T15:01:46.820Z] #36 43.22 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:01:46.820Z] #36 43.30 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-15T15:01:46.820Z] #36 43.74 Selecting previously unselected package cmake-data. [2020-12-15T15:01:46.820Z] #36 43.74 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-15T15:01:46.820Z] #36 43.76 Unpacking cmake-data (3.13.4-1) ... [2020-12-15T15:01:46.842Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2020-12-15T15:01:47.878Z] #36 ... [2020-12-15T15:01:47.878Z] [2020-12-15T15:01:47.878Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:01:47.878Z] #42 45.18 Selecting previously unselected package libprotoc17:ppc64el. [2020-12-15T15:01:48.183Z] #42 45.19 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-12-15T15:01:48.183Z] #42 45.21 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-12-15T15:01:48.318Z] #27 4.138 ## 3.7% ###### 9.5% ########## 14.7% ############## 19.9% ################## 25.1% ##################### 30.3% ######################### 34.9% ############################## 42.8% ################################## 48.2% ###################################### 53.4% ######################################### 58.3% ############################################# 63.8% ################################################# 69.0% ##################################################### 74.3% ######################################################### 79.4% ############################################################ 84.4% ################################################################ 89.9% #################################################################### 95.0% ######################################################################## 100.0% [2020-12-15T15:01:48.318Z] #27 6.002 [2020-12-15T15:01:48.831Z] #42 45.83 Selecting previously unselected package protobuf-c-compiler. [2020-12-15T15:01:48.831Z] #42 45.83 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-12-15T15:01:48.831Z] #42 45.83 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-15T15:01:48.831Z] #42 46.03 Selecting previously unselected package protobuf-compiler. [2020-12-15T15:01:48.831Z] #42 46.03 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-12-15T15:01:48.831Z] #42 46.04 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-15T15:01:48.890Z] #27 6.404 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-15T15:01:48.890Z] #27 6.528 [2020-12-15T15:01:49.087Z] #54 113.5 + bin/containerd [2020-12-15T15:01:49.131Z] #42 46.26 Selecting previously unselected package python-pkg-resources. [2020-12-15T15:01:49.131Z] #42 46.26 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-15T15:01:49.131Z] #42 46.28 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-15T15:01:49.151Z] #27 6.604 ######################################################################## 100.0% [2020-12-15T15:01:49.151Z] #27 6.637 [2020-12-15T15:01:49.401Z] #8 ... [2020-12-15T15:01:49.401Z] [2020-12-15T15:01:49.401Z] #24 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:49.401Z] #24 5.991 Fetched 8233 kB in 3s (3237 kB/s) [2020-12-15T15:01:49.401Z] #24 5.991 Reading package lists... [2020-12-15T15:01:49.401Z] #24 7.270 Reading package lists... [2020-12-15T15:01:49.401Z] #24 8.519 Building dependency tree... [2020-12-15T15:01:49.401Z] #24 9.167 The following additional packages will be installed: [2020-12-15T15:01:49.401Z] #24 9.167 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-12-15T15:01:49.401Z] #24 9.167 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-12-15T15:01:49.401Z] #24 9.167 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-12-15T15:01:49.401Z] #24 9.179 Suggested packages: [2020-12-15T15:01:49.401Z] #24 9.179 krb5-doc krb5-user [2020-12-15T15:01:49.401Z] #24 9.179 Recommended packages: [2020-12-15T15:01:49.401Z] #24 9.179 krb5-locales publicsuffix libsasl2-modules [2020-12-15T15:01:49.401Z] #24 9.475 The following NEW packages will be installed: [2020-12-15T15:01:49.401Z] #24 9.483 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-12-15T15:01:49.401Z] #24 9.483 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-12-15T15:01:49.401Z] #24 9.483 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-12-15T15:01:49.401Z] #24 9.483 libssh2-1 libssl1.1 openssl [2020-12-15T15:01:49.401Z] #24 9.781 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T15:01:49.401Z] #24 9.781 Need to get 4769 kB of archives. [2020-12-15T15:01:49.401Z] #24 9.781 After this operation, 11.5 MB of additional disk space will be used. [2020-12-15T15:01:49.401Z] #24 9.781 Get:1 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-12-15T15:01:49.401Z] #24 9.781 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u4 [1382 kB] [2020-12-15T15:01:49.401Z] #24 9.799 Get:3 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2020-12-15T15:01:49.401Z] #24 9.799 Get:4 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2020-12-15T15:01:49.401Z] #24 9.802 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u4 [823 kB] [2020-12-15T15:01:49.401Z] #24 9.933 Get:6 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2020-12-15T15:01:49.401Z] #24 10.01 Get:7 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2020-12-15T15:01:49.401Z] #24 10.02 Get:8 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2020-12-15T15:01:49.401Z] #24 10.02 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2020-12-15T15:01:49.401Z] #24 10.02 Get:10 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2020-12-15T15:01:49.401Z] #24 10.02 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-12-15T15:01:49.401Z] #24 10.03 Get:12 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u4 [216 kB] [2020-12-15T15:01:49.401Z] #24 10.03 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2020-12-15T15:01:49.401Z] #24 10.03 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2020-12-15T15:01:49.401Z] #24 10.03 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2020-12-15T15:01:49.401Z] #24 10.04 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2020-12-15T15:01:49.401Z] #24 10.08 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2020-12-15T15:01:49.401Z] #24 10.14 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2020-12-15T15:01:49.401Z] #24 10.14 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-12-15T15:01:49.401Z] #24 10.14 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-12-15T15:01:49.401Z] #24 10.27 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-12-15T15:01:49.401Z] #24 10.62 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:01:49.401Z] #24 10.66 Fetched 4769 kB in 1s (5653 kB/s) [2020-12-15T15:01:49.401Z] #24 10.70 Selecting previously unselected package libssl1.1:arm64. [2020-12-15T15:01:49.401Z] #24 10.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6670 files and directories currently installed.) [2020-12-15T15:01:49.401Z] #24 10.71 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_arm64.deb ... [2020-12-15T15:01:49.401Z] #24 10.72 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:49.412Z] #27 7.003 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-15T15:01:49.429Z] #42 ... [2020-12-15T15:01:49.429Z] [2020-12-15T15:01:49.429Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:49.429Z] #64 DONE 46.5s [2020-12-15T15:01:49.429Z] [2020-12-15T15:01:49.429Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:01:49.429Z] #42 46.63 Selecting previously unselected package python-six. [2020-12-15T15:01:49.429Z] #42 46.64 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-15T15:01:49.675Z] #27 7.112 [2020-12-15T15:01:49.675Z] #27 7.224 ######################################################################## 100.0% [2020-12-15T15:01:49.728Z] #42 46.65 Unpacking python-six (1.12.0-1) ... [2020-12-15T15:01:49.728Z] #42 46.80 Selecting previously unselected package python-protobuf. [2020-12-15T15:01:49.728Z] #42 46.83 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-12-15T15:01:49.728Z] #42 46.84 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-15T15:01:49.936Z] #27 7.258 [2020-12-15T15:01:49.936Z] #27 7.591 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-15T15:01:49.936Z] #27 7.614 skipping existing c35d46ef359f [2020-12-15T15:01:49.973Z] #24 11.00 Selecting previously unselected package openssl. [2020-12-15T15:01:49.973Z] #24 11.00 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_arm64.deb ... [2020-12-15T15:01:49.973Z] #24 11.01 Unpacking openssl (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:49.973Z] #24 11.23 Selecting previously unselected package ca-certificates. [2020-12-15T15:01:49.973Z] #24 11.23 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ... [2020-12-15T15:01:49.973Z] #24 11.23 Unpacking ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:50.197Z] #27 7.658 [2020-12-15T15:01:50.234Z] #24 11.44 Selecting previously unselected package libkeyutils1:arm64. [2020-12-15T15:01:50.234Z] #24 11.44 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ... [2020-12-15T15:01:50.234Z] #24 11.45 Unpacking libkeyutils1:arm64 (1.6-6) ... [2020-12-15T15:01:50.234Z] #24 11.50 Selecting previously unselected package libkrb5support0:arm64. [2020-12-15T15:01:50.234Z] #24 11.50 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2020-12-15T15:01:50.234Z] #24 11.50 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2020-12-15T15:01:50.234Z] #24 11.56 Selecting previously unselected package libk5crypto3:arm64. [2020-12-15T15:01:50.495Z] #24 11.56 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2020-12-15T15:01:50.495Z] #24 11.56 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2020-12-15T15:01:50.495Z] #24 11.76 Selecting previously unselected package libkrb5-3:arm64. [2020-12-15T15:01:50.495Z] #24 11.76 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2020-12-15T15:01:50.495Z] #24 11.78 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2020-12-15T15:01:50.758Z] #24 12.00 Selecting previously unselected package libgssapi-krb5-2:arm64. [2020-12-15T15:01:50.758Z] #24 12.00 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2020-12-15T15:01:50.758Z] #24 12.00 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2020-12-15T15:01:50.769Z] #27 8.239 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-15T15:01:50.770Z] #27 8.335 [2020-12-15T15:01:50.770Z] #27 8.405 ######################################################################## 100.0% [2020-12-15T15:01:50.788Z] #42 47.77 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-15T15:01:50.801Z] #30 ... [2020-12-15T15:01:50.801Z] [2020-12-15T15:01:50.801Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:50.801Z] #49 5.137 + RM_GOPATH=0 [2020-12-15T15:01:50.801Z] #49 5.137 + TMP_GOPATH= [2020-12-15T15:01:50.801Z] #49 5.137 + : /build [2020-12-15T15:01:50.801Z] #49 5.137 + '[' -z '' ']' [2020-12-15T15:01:50.801Z] #49 5.137 ++ mktemp -d [2020-12-15T15:01:50.801Z] #49 5.138 + export GOPATH=/tmp/tmp.9tETjghdCl [2020-12-15T15:01:50.801Z] #49 5.138 + GOPATH=/tmp/tmp.9tETjghdCl [2020-12-15T15:01:50.801Z] #49 5.138 + RM_GOPATH=1 [2020-12-15T15:01:50.801Z] #49 5.138 + case "$(go env GOARCH)" in [2020-12-15T15:01:50.801Z] #49 5.139 ++ go env GOARCH [2020-12-15T15:01:50.801Z] #49 5.150 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:01:50.801Z] #49 5.150 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:50.801Z] #49 5.150 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:50.801Z] #49 5.150 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:50.801Z] #49 5.150 + dir=/tmp/install [2020-12-15T15:01:50.801Z] #49 5.150 + bin=shfmt [2020-12-15T15:01:50.801Z] #49 5.150 + shift [2020-12-15T15:01:50.801Z] #49 5.150 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-15T15:01:50.801Z] #49 5.150 + . /tmp/install/shfmt.installer [2020-12-15T15:01:50.801Z] #49 5.150 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:01:50.801Z] #49 5.150 + install_shfmt [2020-12-15T15:01:50.801Z] #49 5.150 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-15T15:01:50.801Z] #49 5.150 + git clone https://github.com/mvdan/sh.git /tmp/tmp.9tETjghdCl/src/github.com/mvdan/sh [2020-12-15T15:01:50.801Z] #49 5.150 Cloning into '/tmp/tmp.9tETjghdCl/src/github.com/mvdan/sh'... [2020-12-15T15:01:51.019Z] #24 12.15 Selecting previously unselected package libsasl2-modules-db:arm64. [2020-12-15T15:01:51.019Z] #24 12.15 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-12-15T15:01:51.019Z] #24 12.16 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:51.019Z] #24 12.22 Selecting previously unselected package libsasl2-2:arm64. [2020-12-15T15:01:51.019Z] #24 12.22 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-12-15T15:01:51.019Z] #24 12.22 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:51.019Z] #24 12.29 Selecting previously unselected package libldap-common. [2020-12-15T15:01:51.019Z] #24 12.29 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-12-15T15:01:51.030Z] #27 8.431 [2020-12-15T15:01:51.282Z] #24 12.30 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:51.282Z] #24 12.36 Selecting previously unselected package libldap-2.4-2:arm64. [2020-12-15T15:01:51.282Z] #24 12.36 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_arm64.deb ... [2020-12-15T15:01:51.282Z] #24 12.37 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:51.282Z] #24 12.48 Selecting previously unselected package libnghttp2-14:arm64. [2020-12-15T15:01:51.282Z] #24 12.48 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2020-12-15T15:01:51.282Z] #24 12.49 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-12-15T15:01:51.282Z] #24 12.55 Selecting previously unselected package libpsl5:arm64. [2020-12-15T15:01:51.282Z] #24 12.55 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2020-12-15T15:01:51.282Z] #24 12.56 Unpacking libpsl5:arm64 (0.20.2-2) ... [2020-12-15T15:01:51.282Z] #24 12.60 Selecting previously unselected package librtmp1:arm64. [2020-12-15T15:01:51.282Z] #24 12.61 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2020-12-15T15:01:51.282Z] #24 12.61 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-15T15:01:51.282Z] #24 12.67 Selecting previously unselected package libssh2-1:arm64. [2020-12-15T15:01:51.291Z] #27 8.866 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-15T15:01:51.543Z] #24 12.67 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2020-12-15T15:01:51.543Z] #24 12.68 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2020-12-15T15:01:51.552Z] #27 8.931 [2020-12-15T15:01:51.552Z] #27 8.997 ######################################################################## 100.0% [2020-12-15T15:01:51.552Z] #27 9.029 [2020-12-15T15:01:51.552Z] #27 9.051 Download of images into '/build' complete. [2020-12-15T15:01:51.552Z] #27 9.051 Use something like the following to load the result into a Docker daemon: [2020-12-15T15:01:51.552Z] #27 9.051 tar -cC '/build' . | docker load [2020-12-15T15:01:51.805Z] #24 12.87 Selecting previously unselected package libcurl4:arm64. [2020-12-15T15:01:51.805Z] #24 12.87 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2020-12-15T15:01:51.805Z] #24 12.87 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-12-15T15:01:51.805Z] #24 13.08 Selecting previously unselected package curl. [2020-12-15T15:01:52.071Z] #24 ... [2020-12-15T15:01:52.071Z] [2020-12-15T15:01:52.071Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:52.071Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 4.4s done [2020-12-15T15:01:52.071Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2020-12-15T15:01:52.071Z] #8 DONE 24.9s [2020-12-15T15:01:52.071Z] [2020-12-15T15:01:52.071Z] #24 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:52.071Z] #24 13.08 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2020-12-15T15:01:52.071Z] #24 13.08 Unpacking curl (7.64.0-4+deb10u1) ... [2020-12-15T15:01:52.071Z] #24 13.15 Selecting previously unselected package libonig5:arm64. [2020-12-15T15:01:52.071Z] #24 13.15 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2020-12-15T15:01:52.071Z] #24 13.15 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-12-15T15:01:52.071Z] #24 ... [2020-12-15T15:01:52.071Z] [2020-12-15T15:01:52.071Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-15T15:01:52.179Z] #49 ... [2020-12-15T15:01:52.179Z] [2020-12-15T15:01:52.179Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:52.179Z] #62 6.709 + RM_GOPATH=0 [2020-12-15T15:01:52.179Z] #62 6.709 + TMP_GOPATH= [2020-12-15T15:01:52.179Z] #62 6.709 + : /build [2020-12-15T15:01:52.179Z] #62 6.709 + '[' -z '' ']' [2020-12-15T15:01:52.179Z] #62 6.709 ++ mktemp -d [2020-12-15T15:01:52.179Z] #62 6.709 + export GOPATH=/tmp/tmp.SqyE8xGGyr [2020-12-15T15:01:52.179Z] #62 6.709 + GOPATH=/tmp/tmp.SqyE8xGGyr [2020-12-15T15:01:52.179Z] #62 6.709 + RM_GOPATH=1 [2020-12-15T15:01:52.179Z] #62 6.709 + case "$(go env GOARCH)" in [2020-12-15T15:01:52.179Z] #62 6.709 ++ go env GOARCH [2020-12-15T15:01:52.179Z] #62 6.717 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:52.179Z] #62 6.717 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:52.179Z] #62 6.717 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:52.179Z] #62 6.717 + dir=/tmp/install [2020-12-15T15:01:52.179Z] #62 6.717 + bin=proxy [2020-12-15T15:01:52.179Z] #62 6.717 + shift [2020-12-15T15:01:52.179Z] #62 6.717 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-15T15:01:52.179Z] #62 6.717 + . /tmp/install/proxy.installer [2020-12-15T15:01:52.179Z] #62 6.717 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:01:52.179Z] #62 6.717 + install_proxy [2020-12-15T15:01:52.179Z] #62 6.717 + case "$1" in [2020-12-15T15:01:52.179Z] #62 6.717 + export CGO_ENABLED=0 [2020-12-15T15:01:52.179Z] #62 6.717 + CGO_ENABLED=0 [2020-12-15T15:01:52.179Z] #62 6.717 + _install_proxy [2020-12-15T15:01:52.179Z] #62 6.717 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-15T15:01:52.179Z] #62 6.717 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.SqyE8xGGyr/src/github.com/docker/libnetwork [2020-12-15T15:01:52.179Z] #62 6.717 Cloning into '/tmp/tmp.SqyE8xGGyr/src/github.com/docker/libnetwork'... [2020-12-15T15:01:52.179Z] #62 6.720 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:01:54.560Z] INFO: Extraction ended at 12/15/2020 15:01:50. Duration:00:00:21.2958415 [2020-12-15T15:01:54.560Z] INFO: Updating the golang and path environment variables [2020-12-15T15:01:54.560Z] INFO: GOPATH=d:\gopath [2020-12-15T15:01:54.560Z] INFO: go version go1.13.15 windows/amd64 [2020-12-15T15:01:54.560Z] INFO: Running the daemon under test in debug mode [2020-12-15T15:01:54.560Z] INFO: Starting a daemon under test... [2020-12-15T15:01:54.560Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41800\2\daemon --pidfile d:\CI\PR-41800\2\docker.pid -D [2020-12-15T15:01:54.560Z] INFO: Process started successfully. [2020-12-15T15:01:54.560Z] INFO: Start tailing logs of the daemon under tests [2020-12-15T15:01:54.560Z] INFO: Waiting for the daemon under test to start... [2020-12-15T15:01:54.855Z] #27 ... [2020-12-15T15:01:54.855Z] [2020-12-15T15:01:54.855Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-12-15T15:01:54.855Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.0s done [2020-12-15T15:01:55.115Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-12-15T15:01:55.291Z] #42 ... [2020-12-15T15:01:55.291Z] [2020-12-15T15:01:55.291Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:01:55.291Z] #32 51.51 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-12-15T15:01:55.291Z] #32 52.09 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-15T15:01:55.469Z] #62 ... [2020-12-15T15:01:55.469Z] [2020-12-15T15:01:55.469Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:55.469Z] #32 7.195 + RM_GOPATH=0 [2020-12-15T15:01:55.469Z] #32 7.195 + TMP_GOPATH= [2020-12-15T15:01:55.469Z] #32 7.195 + : /build [2020-12-15T15:01:55.469Z] #32 7.195 + '[' -z '' ']' [2020-12-15T15:01:55.469Z] #32 7.195 ++ mktemp -d [2020-12-15T15:01:55.469Z] #32 7.195 + export GOPATH=/tmp/tmp.u3FCcXOMLt [2020-12-15T15:01:55.469Z] #32 7.195 + GOPATH=/tmp/tmp.u3FCcXOMLt [2020-12-15T15:01:55.469Z] #32 7.195 + RM_GOPATH=1 [2020-12-15T15:01:55.469Z] #32 7.195 + case "$(go env GOARCH)" in [2020-12-15T15:01:55.469Z] #32 7.195 ++ go env GOARCH [2020-12-15T15:01:55.469Z] #32 7.195 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:55.469Z] #32 7.195 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:55.469Z] #32 7.195 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:55.469Z] #32 7.195 + dir=/tmp/install [2020-12-15T15:01:55.469Z] #32 7.195 + bin=tomlv [2020-12-15T15:01:55.469Z] #32 7.195 + shift [2020-12-15T15:01:55.469Z] #32 7.195 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-15T15:01:55.469Z] #32 7.195 + . /tmp/install/tomlv.installer [2020-12-15T15:01:55.469Z] #32 7.195 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:01:55.469Z] #32 7.195 + install_tomlv [2020-12-15T15:01:55.469Z] #32 7.195 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-15T15:01:55.469Z] #32 7.195 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.u3FCcXOMLt/src/github.com/BurntSushi/toml [2020-12-15T15:01:55.469Z] #32 7.195 Cloning into '/tmp/tmp.u3FCcXOMLt/src/github.com/BurntSushi/toml'... [2020-12-15T15:01:55.469Z] #32 7.196 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:01:55.469Z] #32 7.997 + cd /tmp/tmp.u3FCcXOMLt/src/github.com/BurntSushi/toml [2020-12-15T15:01:55.469Z] #32 7.997 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:01:55.469Z] #32 8.065 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-15T15:01:55.469Z] #32 9.217 internal/cpu [2020-12-15T15:01:55.469Z] #32 9.245 runtime/internal/atomic [2020-12-15T15:01:55.469Z] #32 9.827 runtime/internal/sys [2020-12-15T15:01:55.469Z] #32 10.10 runtime/internal/math [2020-12-15T15:01:55.469Z] #32 ... [2020-12-15T15:01:55.469Z] [2020-12-15T15:01:55.469Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:55.469Z] #56 6.989 + RM_GOPATH=0 [2020-12-15T15:01:55.469Z] #56 6.989 + TMP_GOPATH= [2020-12-15T15:01:55.469Z] #56 6.989 + : /build [2020-12-15T15:01:55.469Z] #56 6.989 + '[' -z '' ']' [2020-12-15T15:01:55.469Z] #56 6.989 ++ mktemp -d [2020-12-15T15:01:55.469Z] #56 6.989 + export GOPATH=/tmp/tmp.FC5VktPvkE [2020-12-15T15:01:55.469Z] #56 6.989 + GOPATH=/tmp/tmp.FC5VktPvkE [2020-12-15T15:01:55.469Z] #56 6.989 + RM_GOPATH=1 [2020-12-15T15:01:55.469Z] #56 6.989 + case "$(go env GOARCH)" in [2020-12-15T15:01:55.469Z] #56 6.989 ++ go env GOARCH [2020-12-15T15:01:55.469Z] #56 7.013 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:01:55.469Z] #56 7.013 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:55.469Z] #56 7.013 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:55.469Z] #56 7.013 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:55.469Z] #56 7.013 + dir=/tmp/install [2020-12-15T15:01:55.469Z] #56 7.013 + bin=rootlesskit [2020-12-15T15:01:55.469Z] #56 7.013 + shift [2020-12-15T15:01:55.469Z] #56 7.013 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-15T15:01:55.469Z] #56 7.013 + . /tmp/install/rootlesskit.installer [2020-12-15T15:01:55.469Z] #56 7.013 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:01:55.469Z] #56 7.013 + install_rootlesskit [2020-12-15T15:01:55.469Z] #56 7.013 + case "$1" in [2020-12-15T15:01:55.469Z] #56 7.013 + export CGO_ENABLED=0 [2020-12-15T15:01:55.469Z] #56 7.013 + CGO_ENABLED=0 [2020-12-15T15:01:55.469Z] #56 7.013 + _install_rootlesskit [2020-12-15T15:01:55.469Z] #56 7.013 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-15T15:01:55.469Z] #56 7.013 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.FC5VktPvkE/src/github.com/rootless-containers/rootlesskit [2020-12-15T15:01:55.469Z] #56 7.013 Cloning into '/tmp/tmp.FC5VktPvkE/src/github.com/rootless-containers/rootlesskit'... [2020-12-15T15:01:55.728Z] #56 ... [2020-12-15T15:01:55.728Z] [2020-12-15T15:01:55.728Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:01:55.728Z] #11 8.659 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:55.728Z] #11 9.025 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:55.728Z] #11 9.097 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:55.728Z] #11 ... [2020-12-15T15:01:55.728Z] [2020-12-15T15:01:55.728Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:55.728Z] #22 7.325 + RM_GOPATH=0 [2020-12-15T15:01:55.728Z] #22 7.325 + TMP_GOPATH= [2020-12-15T15:01:55.728Z] #22 7.325 + : /build [2020-12-15T15:01:55.728Z] #22 7.325 + '[' -z '' ']' [2020-12-15T15:01:55.728Z] #22 7.325 ++ mktemp -d [2020-12-15T15:01:55.728Z] #22 7.325 + export GOPATH=/tmp/tmp.TEBas9N3ta [2020-12-15T15:01:55.729Z] #22 7.325 + GOPATH=/tmp/tmp.TEBas9N3ta [2020-12-15T15:01:55.729Z] #22 7.325 + RM_GOPATH=1 [2020-12-15T15:01:55.729Z] #22 7.325 + case "$(go env GOARCH)" in [2020-12-15T15:01:55.729Z] #22 7.325 ++ go env GOARCH [2020-12-15T15:01:55.729Z] #22 7.381 Install docker/cli version 17.06.2-ce from stable [2020-12-15T15:01:55.729Z] #22 7.381 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:55.729Z] #22 7.381 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:55.729Z] #22 7.381 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:55.729Z] #22 7.381 + dir=/tmp/install [2020-12-15T15:01:55.729Z] #22 7.381 + bin=dockercli [2020-12-15T15:01:55.729Z] #22 7.381 + shift [2020-12-15T15:01:55.729Z] #22 7.381 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-15T15:01:55.729Z] #22 7.381 + . /tmp/install/dockercli.installer [2020-12-15T15:01:55.729Z] #22 7.381 ++ : stable [2020-12-15T15:01:55.729Z] #22 7.381 ++ : 17.06.2-ce [2020-12-15T15:01:55.729Z] #22 7.381 + install_dockercli [2020-12-15T15:01:55.729Z] #22 7.381 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-15T15:01:55.729Z] #22 7.381 ++ uname -m [2020-12-15T15:01:55.729Z] #22 7.381 + arch=x86_64 [2020-12-15T15:01:55.729Z] #22 7.381 + '[' x86_64 '!=' x86_64 ']' [2020-12-15T15:01:55.729Z] #22 7.381 + url=https://download.docker.com/linux/static [2020-12-15T15:01:55.729Z] #22 7.381 + tar -xz docker/docker [2020-12-15T15:01:55.729Z] #22 7.381 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-12-15T15:01:55.990Z] #22 ... [2020-12-15T15:01:55.990Z] [2020-12-15T15:01:55.990Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:55.990Z] #47 7.649 + RM_GOPATH=0 [2020-12-15T15:01:55.990Z] #47 7.649 + TMP_GOPATH= [2020-12-15T15:01:55.990Z] #47 7.649 + : /build [2020-12-15T15:01:55.990Z] #47 7.649 + '[' -z '' ']' [2020-12-15T15:01:55.990Z] #47 7.649 ++ mktemp -d [2020-12-15T15:01:55.990Z] #47 7.649 + export GOPATH=/tmp/tmp.n4pUefavnV [2020-12-15T15:01:55.990Z] #47 7.649 + GOPATH=/tmp/tmp.n4pUefavnV [2020-12-15T15:01:55.990Z] #47 7.649 + RM_GOPATH=1 [2020-12-15T15:01:55.990Z] #47 7.649 + case "$(go env GOARCH)" in [2020-12-15T15:01:55.990Z] #47 7.649 ++ go env GOARCH [2020-12-15T15:01:55.990Z] #47 7.649 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:55.990Z] #47 7.649 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:55.990Z] #47 7.649 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:55.990Z] #47 7.649 + dir=/tmp/install [2020-12-15T15:01:55.990Z] #47 7.649 + bin=golangci_lint [2020-12-15T15:01:55.990Z] #47 7.649 + shift [2020-12-15T15:01:55.990Z] #47 7.649 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-15T15:01:55.990Z] #47 7.649 + . /tmp/install/golangci_lint.installer [2020-12-15T15:01:55.990Z] #47 7.649 ++ : v1.23.8 [2020-12-15T15:01:55.990Z] #47 7.649 + install_golangci_lint [2020-12-15T15:01:55.990Z] #47 7.649 + set -e [2020-12-15T15:01:55.990Z] #47 7.649 + export GO111MODULE=on [2020-12-15T15:01:55.990Z] #47 7.649 + GO111MODULE=on [2020-12-15T15:01:55.990Z] #47 7.649 + GOBIN=/build [2020-12-15T15:01:55.990Z] #47 7.649 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-15T15:01:55.990Z] #47 7.657 go: finding github.com v1.23.8 [2020-12-15T15:01:55.990Z] #47 7.657 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-15T15:01:55.990Z] #47 7.657 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-15T15:01:55.990Z] #47 7.657 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:01:55.990Z] #47 7.657 go: finding github.com/golangci v1.23.8 [2020-12-15T15:01:55.990Z] #47 8.866 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:01:55.990Z] #47 10.53 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:01:56.238Z] #32 53.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-15T15:01:56.250Z] #47 ... [2020-12-15T15:01:56.250Z] [2020-12-15T15:01:56.250Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:01:56.250Z] #34 8.845 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:56.250Z] #34 9.003 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:56.250Z] #34 9.003 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:56.250Z] #34 ... [2020-12-15T15:01:56.250Z] [2020-12-15T15:01:56.250Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:01:56.250Z] #53 8.693 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:56.250Z] #53 8.857 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:56.250Z] #53 8.888 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:56.250Z] #53 10.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:01:56.495Z] #8 DONE 44.7s [2020-12-15T15:01:56.495Z] [2020-12-15T15:01:56.495Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-15T15:01:56.509Z] #53 ... [2020-12-15T15:01:56.509Z] [2020-12-15T15:01:56.509Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:56.509Z] #45 7.163 + RM_GOPATH=0 [2020-12-15T15:01:56.509Z] #45 7.163 + TMP_GOPATH= [2020-12-15T15:01:56.509Z] #45 7.163 + : /build [2020-12-15T15:01:56.509Z] #45 7.163 + '[' -z '' ']' [2020-12-15T15:01:56.509Z] #45 7.163 ++ mktemp -d [2020-12-15T15:01:56.509Z] #45 7.163 + export GOPATH=/tmp/tmp.dus96O4NtO [2020-12-15T15:01:56.509Z] #45 7.163 + GOPATH=/tmp/tmp.dus96O4NtO [2020-12-15T15:01:56.509Z] #45 7.163 + RM_GOPATH=1 [2020-12-15T15:01:56.509Z] #45 7.163 + case "$(go env GOARCH)" in [2020-12-15T15:01:56.509Z] #45 7.163 ++ go env GOARCH [2020-12-15T15:01:56.509Z] #45 7.163 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:56.509Z] #45 7.163 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:56.509Z] #45 7.163 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:56.509Z] #45 7.163 + dir=/tmp/install [2020-12-15T15:01:56.509Z] #45 7.163 + bin=gotestsum [2020-12-15T15:01:56.509Z] #45 7.163 + shift [2020-12-15T15:01:56.509Z] #45 7.163 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-15T15:01:56.509Z] #45 7.163 + . /tmp/install/gotestsum.installer [2020-12-15T15:01:56.509Z] #45 7.163 ++ : v0.5.3 [2020-12-15T15:01:56.509Z] #45 7.163 + install_gotestsum [2020-12-15T15:01:56.509Z] #45 7.163 + set -e [2020-12-15T15:01:56.509Z] #45 7.163 + export GO111MODULE=on [2020-12-15T15:01:56.509Z] #45 7.163 + GO111MODULE=on [2020-12-15T15:01:56.509Z] #45 7.163 + GOBIN=/build [2020-12-15T15:01:56.509Z] #45 7.163 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-15T15:01:56.509Z] #45 7.302 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-15T15:01:56.509Z] #45 7.302 go: finding gotest.tools v0.5.3 [2020-12-15T15:01:56.509Z] #45 8.640 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-15T15:01:56.509Z] #45 9.429 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-15T15:01:56.509Z] #45 ... [2020-12-15T15:01:56.509Z] [2020-12-15T15:01:56.509Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:01:56.509Z] #40 8.658 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:01:56.509Z] #40 8.866 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:01:56.509Z] #40 8.961 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:01:56.509Z] #40 10.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:01:56.768Z] #40 ... [2020-12-15T15:01:56.768Z] [2020-12-15T15:01:56.768Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:01:56.768Z] #43 7.471 + RM_GOPATH=0 [2020-12-15T15:01:56.768Z] #43 7.471 + TMP_GOPATH= [2020-12-15T15:01:56.768Z] #43 7.471 + : /build [2020-12-15T15:01:56.768Z] #43 7.471 + '[' -z '' ']' [2020-12-15T15:01:56.768Z] #43 7.471 ++ mktemp -d [2020-12-15T15:01:56.768Z] #43 7.471 + export GOPATH=/tmp/tmp.0bNNDzLj8V [2020-12-15T15:01:56.768Z] #43 7.471 + GOPATH=/tmp/tmp.0bNNDzLj8V [2020-12-15T15:01:56.768Z] #43 7.471 + RM_GOPATH=1 [2020-12-15T15:01:56.768Z] #43 7.471 + case "$(go env GOARCH)" in [2020-12-15T15:01:56.768Z] #43 7.471 ++ go env GOARCH [2020-12-15T15:01:56.768Z] #43 7.531 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:01:56.768Z] #43 7.544 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:56.768Z] #43 7.544 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:01:56.768Z] #43 7.544 ++ dirname /tmp/install/install.sh [2020-12-15T15:01:56.768Z] #43 7.544 + dir=/tmp/install [2020-12-15T15:01:56.768Z] #43 7.544 + bin=vndr [2020-12-15T15:01:56.768Z] #43 7.544 + shift [2020-12-15T15:01:56.768Z] #43 7.544 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-15T15:01:56.768Z] #43 7.544 + . /tmp/install/vndr.installer [2020-12-15T15:01:56.768Z] #43 7.544 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:01:56.768Z] #43 7.544 + install_vndr [2020-12-15T15:01:56.768Z] #43 7.544 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-15T15:01:56.768Z] #43 7.544 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.0bNNDzLj8V/src/github.com/LK4D4/vndr [2020-12-15T15:01:56.768Z] #43 7.544 Cloning into '/tmp/tmp.0bNNDzLj8V/src/github.com/LK4D4/vndr'... [2020-12-15T15:01:56.768Z] #43 8.453 + cd /tmp/tmp.0bNNDzLj8V/src/github.com/LK4D4/vndr [2020-12-15T15:01:56.768Z] #43 8.453 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:01:56.768Z] #43 8.458 + go build -buildmode=pie -v -o /build/vndr . [2020-12-15T15:01:56.768Z] #43 10.53 internal/bytealg [2020-12-15T15:01:56.768Z] #43 10.56 internal/race [2020-12-15T15:01:56.768Z] #43 11.04 sync/atomic [2020-12-15T15:01:57.028Z] #43 ... [2020-12-15T15:01:57.028Z] [2020-12-15T15:01:57.028Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:01:57.028Z] #38 8.224 + git clone https://github.com/docker/distribution.git . [2020-12-15T15:01:57.028Z] #38 8.224 Cloning into '.'... [2020-12-15T15:01:57.028Z] #38 ... [2020-12-15T15:01:57.028Z] [2020-12-15T15:01:57.028Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:01:57.028Z] #43 11.74 runtime [2020-12-15T15:01:57.309Z] #43 11.90 unicode [2020-12-15T15:01:57.382Z] #9 ... [2020-12-15T15:01:57.382Z] [2020-12-15T15:01:57.382Z] #24 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:57.382Z] #24 13.34 Selecting previously unselected package libjq1:arm64. [2020-12-15T15:01:57.382Z] #24 13.34 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-12-15T15:01:57.382Z] #24 13.34 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-12-15T15:01:57.382Z] #24 13.40 Selecting previously unselected package jq. [2020-12-15T15:01:57.382Z] #24 13.40 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-12-15T15:01:57.382Z] #24 13.40 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-15T15:01:57.382Z] #24 13.47 Setting up libkeyutils1:arm64 (1.6-6) ... [2020-12-15T15:01:57.382Z] #24 13.49 Setting up libpsl5:arm64 (0.20.2-2) ... [2020-12-15T15:01:57.382Z] #24 13.50 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:57.382Z] #24 13.67 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-12-15T15:01:57.382Z] #24 13.69 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:57.382Z] #24 13.71 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2020-12-15T15:01:57.382Z] #24 13.72 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:57.382Z] #24 13.73 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-12-15T15:01:57.382Z] #24 13.75 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2020-12-15T15:01:57.382Z] #24 13.76 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-12-15T15:01:57.382Z] #24 13.78 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2020-12-15T15:01:57.382Z] #24 13.79 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2020-12-15T15:01:57.382Z] #24 13.81 Setting up openssl (1.1.1d-0+deb10u4) ... [2020-12-15T15:01:57.382Z] #24 13.83 Setting up libonig5:arm64 (6.9.1-1) ... [2020-12-15T15:01:57.382Z] #24 13.84 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-12-15T15:01:57.382Z] #24 13.85 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u4) ... [2020-12-15T15:01:57.382Z] #24 13.87 Setting up ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:57.382Z] #24 14.59 Updating certificates in /etc/ssl/certs... [2020-12-15T15:01:57.382Z] #24 15.38 126 added, 0 removed; done. [2020-12-15T15:01:57.382Z] #24 16.82 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2020-12-15T15:01:57.382Z] #24 17.29 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-15T15:01:57.382Z] #24 17.34 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-12-15T15:01:57.382Z] #24 17.40 Setting up curl (7.64.0-4+deb10u1) ... [2020-12-15T15:01:57.382Z] #24 18.44 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:01:57.441Z] #9 ... [2020-12-15T15:01:57.441Z] [2020-12-15T15:01:57.441Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:01:57.441Z] #27 DONE 14.8s [2020-12-15T15:01:57.441Z] [2020-12-15T15:01:57.441Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-15T15:01:57.644Z] #24 19.00 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-12-15T15:01:57.906Z] #24 19.02 Updating certificates in /etc/ssl/certs... [2020-12-15T15:01:58.168Z] #24 ... [2020-12-15T15:01:58.168Z] [2020-12-15T15:01:58.168Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-12-15T15:01:58.168Z] #9 DONE 6.2s [2020-12-15T15:01:58.168Z] [2020-12-15T15:01:58.168Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-15T15:01:58.743Z] #10 ... [2020-12-15T15:01:58.743Z] [2020-12-15T15:01:58.743Z] #24 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-12-15T15:01:58.743Z] #24 19.83 0 added, 0 removed; done. [2020-12-15T15:01:58.743Z] #24 19.83 Running hooks in /etc/ca-certificates/update.d... [2020-12-15T15:01:58.743Z] #24 19.83 done. [2020-12-15T15:01:58.743Z] #24 DONE 20.0s [2020-12-15T15:01:58.743Z] [2020-12-15T15:01:58.743Z] #25 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-12-15T15:01:58.743Z] #25 DONE 0.1s [2020-12-15T15:01:58.743Z] [2020-12-15T15:01:58.743Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-15T15:01:58.827Z] #9 DONE 2.3s [2020-12-15T15:01:58.827Z] [2020-12-15T15:01:58.827Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-12-15T15:01:59.006Z] #10 DONE 0.9s [2020-12-15T15:01:59.006Z] [2020-12-15T15:01:59.006Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:01:59.006Z] #52 ... [2020-12-15T15:01:59.006Z] [2020-12-15T15:01:59.006Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-15T15:01:59.006Z] #28 DONE 0.1s [2020-12-15T15:01:59.019Z] #32 ... [2020-12-15T15:01:59.019Z] [2020-12-15T15:01:59.019Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:01:59.019Z] #34 45.62 sync [2020-12-15T15:01:59.019Z] #34 45.62 internal/reflectlite [2020-12-15T15:01:59.019Z] #34 49.38 errors [2020-12-15T15:01:59.019Z] #34 49.38 sort [2020-12-15T15:01:59.019Z] #34 49.87 io [2020-12-15T15:01:59.019Z] #34 49.92 internal/oserror [2020-12-15T15:01:59.019Z] #34 49.98 strconv [2020-12-15T15:01:59.019Z] #34 50.43 syscall [2020-12-15T15:01:59.019Z] #34 53.80 strings [2020-12-15T15:01:59.019Z] #34 53.80 bytes [2020-12-15T15:01:59.019Z] #34 ... [2020-12-15T15:01:59.019Z] [2020-12-15T15:01:59.019Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:01:59.019Z] #49 47.42 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:01:59.019Z] #49 47.47 go: finding github.com/fatih/color v1.7.0 [2020-12-15T15:01:59.019Z] #49 47.60 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:01:59.019Z] #49 47.64 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:01:59.019Z] #49 47.65 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:01:59.019Z] #49 47.67 go: finding github.com/pkg/errors v0.8.1 [2020-12-15T15:01:59.019Z] #49 47.74 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:01:59.019Z] #49 47.76 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:01:59.019Z] #49 47.77 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:01:59.019Z] #49 47.82 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:01:59.019Z] #49 47.96 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:01:59.019Z] #49 48.03 go: finding github.com/spf13/viper v1.6.1 [2020-12-15T15:01:59.019Z] #49 48.14 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:01:59.019Z] #49 48.16 go: finding github.com/stretchr/testify v1.4.0 [2020-12-15T15:01:59.019Z] #49 48.23 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:01:59.019Z] #49 48.23 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:01:59.019Z] #49 48.29 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:01:59.019Z] #49 48.31 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:01:59.019Z] #49 48.34 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:01:59.019Z] #49 48.34 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:01:59.019Z] #49 48.35 go: finding github.com/spf13/cobra v0.0.5 [2020-12-15T15:01:59.019Z] #49 48.41 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:01:59.019Z] #49 48.43 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:01:59.019Z] #49 48.44 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:01:59.019Z] #49 48.48 go: finding github.com/gobwas/glob v0.2.3 [2020-12-15T15:01:59.019Z] #49 48.48 go: finding github.com/spf13/pflag v1.0.5 [2020-12-15T15:01:59.019Z] #49 48.50 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:01:59.019Z] #49 48.54 go: finding github.com/stretchr/objx v0.2.0 [2020-12-15T15:01:59.019Z] #49 48.54 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:01:59.019Z] #49 48.59 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:01:59.019Z] #49 48.60 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:01:59.019Z] #49 48.63 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:01:59.019Z] #49 48.65 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:01:59.019Z] #49 48.68 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:01:59.019Z] #49 48.70 go: finding github.com/magiconair/properties v1.8.1 [2020-12-15T15:01:59.019Z] #49 48.73 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:01:59.019Z] #49 48.73 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:01:59.019Z] #49 48.79 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:01:59.019Z] #49 48.80 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:01:59.019Z] #49 48.83 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:01:59.019Z] #49 48.92 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:01:59.019Z] #49 48.96 go: finding github.com/spf13/afero v1.1.2 [2020-12-15T15:01:59.019Z] #49 49.02 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:01:59.019Z] #49 49.10 go: finding github.com/spf13/cast v1.3.0 [2020-12-15T15:01:59.019Z] #49 49.12 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:01:59.019Z] #49 49.22 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-15T15:01:59.019Z] #49 49.31 go: finding golang.org/x/text v0.3.2 [2020-12-15T15:01:59.019Z] #49 49.32 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:01:59.019Z] #49 49.41 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:01:59.019Z] #49 49.44 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:01:59.019Z] #49 49.55 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:01:59.019Z] #49 49.59 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:01:59.019Z] #49 49.61 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:01:59.019Z] #49 49.64 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:01:59.019Z] #49 49.71 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:01:59.019Z] #49 49.71 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:01:59.019Z] #49 49.74 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:01:59.019Z] #49 49.83 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:01:59.019Z] #49 49.85 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:01:59.019Z] #49 49.86 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-15T15:01:59.019Z] #49 49.98 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:01:59.019Z] #49 49.99 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:01:59.019Z] #49 50.01 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:01:59.019Z] #49 50.02 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-15T15:01:59.019Z] #49 50.07 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:01:59.019Z] #49 50.11 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:01:59.019Z] #49 50.12 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:01:59.019Z] #49 50.19 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:01:59.019Z] #49 50.48 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-15T15:01:59.019Z] #49 50.50 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:01:59.019Z] #49 50.61 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:01:59.019Z] #49 50.62 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:01:59.019Z] #49 50.67 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:01:59.019Z] #49 50.75 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:01:59.019Z] #49 ... [2020-12-15T15:01:59.019Z] [2020-12-15T15:01:59.020Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:01:59.020Z] #45 46.07 internal/reflectlite [2020-12-15T15:01:59.020Z] #45 46.07 sync [2020-12-15T15:01:59.020Z] #45 48.14 github.com/LK4D4/vndr/godl/singleflight [2020-12-15T15:01:59.020Z] #45 48.15 internal/singleflight [2020-12-15T15:01:59.020Z] #45 48.15 math/rand [2020-12-15T15:01:59.020Z] #45 51.00 sort [2020-12-15T15:01:59.020Z] #45 51.03 io [2020-12-15T15:01:59.020Z] #45 51.04 strconv [2020-12-15T15:01:59.020Z] #45 51.14 syscall [2020-12-15T15:01:59.020Z] #45 55.00 bytes [2020-12-15T15:01:59.020Z] #45 55.18 strings [2020-12-15T15:01:59.020Z] #45 ... [2020-12-15T15:01:59.020Z] [2020-12-15T15:01:59.020Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:01:59.020Z] #13 46.36 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-12-15T15:01:59.020Z] #13 46.37 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-12-15T15:01:59.020Z] #13 46.39 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-12-15T15:01:59.020Z] #13 46.40 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-12-15T15:01:59.020Z] #13 46.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-12-15T15:01:59.020Z] #13 46.42 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u5 [110 kB] [2020-12-15T15:01:59.020Z] #13 46.44 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-12-15T15:01:59.020Z] #13 46.48 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-12-15T15:01:59.020Z] #13 46.51 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-12-15T15:01:59.020Z] #13 46.54 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-12-15T15:01:59.020Z] #13 46.57 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-12-15T15:01:59.020Z] #13 46.63 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-12-15T15:01:59.020Z] #13 46.66 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-12-15T15:01:59.020Z] #13 46.68 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-12-15T15:01:59.020Z] #13 46.69 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u5 [322 kB] [2020-12-15T15:01:59.020Z] #13 48.47 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:01:59.020Z] #13 48.71 Fetched 79.4 MB in 8s (10.0 MB/s) [2020-12-15T15:01:59.020Z] #13 48.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-12-15T15:01:59.020Z] #13 48.98 Preparing to unpack .../libsystemd0_241-7~deb10u5_ppc64el.deb ... [2020-12-15T15:01:59.020Z] #13 48.99 Unpacking libsystemd0:ppc64el (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-15T15:01:59.020Z] #13 49.42 Setting up libsystemd0:ppc64el (241-7~deb10u5) ... [2020-12-15T15:01:59.020Z] #13 49.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-12-15T15:01:59.020Z] #13 49.67 Preparing to unpack .../libudev1_241-7~deb10u5_ppc64el.deb ... [2020-12-15T15:01:59.020Z] #13 49.69 Unpacking libudev1:ppc64el (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-15T15:01:59.020Z] #13 50.04 Setting up libudev1:ppc64el (241-7~deb10u5) ... [2020-12-15T15:01:59.020Z] #13 50.26 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-15T15:01:59.020Z] #13 50.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-12-15T15:01:59.020Z] #13 50.36 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-12-15T15:01:59.020Z] #13 50.37 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-15T15:01:59.020Z] #13 53.55 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-15T15:01:59.020Z] #13 53.55 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-12-15T15:01:59.020Z] #13 53.55 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-15T15:01:59.274Z] [2020-12-15T15:01:59.274Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-15T15:01:59.274Z] #36 DONE 0.2s [2020-12-15T15:01:59.274Z] [2020-12-15T15:01:59.274Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:01:59.671Z] #13 56.69 Selecting previously unselected package binutils-mingw-w64. [2020-12-15T15:01:59.671Z] #13 56.70 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-15T15:01:59.671Z] #13 56.70 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-15T15:01:59.671Z] #13 56.92 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-12-15T15:01:59.770Z] #10 DONE 0.9s [2020-12-15T15:01:59.770Z] [2020-12-15T15:01:59.770Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-12-15T15:01:59.770Z] #29 DONE 0.1s [2020-12-15T15:01:59.770Z] [2020-12-15T15:01:59.770Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:01:59.770Z] #30 ... [2020-12-15T15:01:59.770Z] [2020-12-15T15:01:59.770Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-12-15T15:01:59.770Z] #37 DONE 0.1s [2020-12-15T15:02:00.021Z] #13 56.92 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-12-15T15:02:00.021Z] #13 56.92 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-12-15T15:02:00.021Z] #13 57.11 Selecting previously unselected package dmsetup. [2020-12-15T15:02:00.021Z] #13 57.12 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-12-15T15:02:00.021Z] #13 57.13 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-15T15:02:00.021Z] #13 57.36 Selecting previously unselected package mingw-w64-common. [2020-12-15T15:02:00.031Z] [2020-12-15T15:02:00.031Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:02:00.321Z] #13 57.37 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-15T15:02:00.321Z] #13 57.38 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-15T15:02:00.321Z] #13 ... [2020-12-15T15:02:00.321Z] [2020-12-15T15:02:00.321Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:00.321Z] #36 47.46 Selecting previously unselected package libicu63:ppc64el. [2020-12-15T15:02:00.321Z] #36 47.48 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-12-15T15:02:00.321Z] #36 47.50 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-12-15T15:02:00.321Z] #36 53.99 Selecting previously unselected package libxml2:ppc64el. [2020-12-15T15:02:00.321Z] #36 54.04 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2020-12-15T15:02:00.321Z] #36 54.04 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2020-12-15T15:02:00.321Z] #36 54.62 Selecting previously unselected package libarchive13:ppc64el. [2020-12-15T15:02:00.321Z] #36 54.63 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-12-15T15:02:00.321Z] #36 54.63 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-12-15T15:02:00.321Z] #36 55.04 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-12-15T15:02:00.321Z] #36 55.07 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-12-15T15:02:00.321Z] #36 55.09 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-12-15T15:02:00.321Z] #36 55.22 Selecting previously unselected package librhash0:ppc64el. [2020-12-15T15:02:00.321Z] #36 55.22 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-12-15T15:02:00.321Z] #36 55.23 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-12-15T15:02:00.321Z] #36 55.46 Selecting previously unselected package libuv1:ppc64el. [2020-12-15T15:02:00.321Z] #36 55.47 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-12-15T15:02:00.321Z] #36 55.48 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-12-15T15:02:00.321Z] #36 55.59 Selecting previously unselected package cmake. [2020-12-15T15:02:00.321Z] #36 55.60 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-12-15T15:02:00.321Z] #36 55.61 Unpacking cmake (3.13.4-1) ... [2020-12-15T15:02:00.623Z] #36 ... [2020-12-15T15:02:00.623Z] [2020-12-15T15:02:00.623Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:00.623Z] #42 53.31 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-12-15T15:02:00.623Z] #42 53.32 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-12-15T15:02:00.623Z] #42 53.34 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-12-15T15:02:00.623Z] #42 53.34 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-12-15T15:02:00.623Z] #42 53.35 Setting up python-six (1.12.0-1) ... [2020-12-15T15:02:00.623Z] #42 57.84 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-12-15T15:02:00.623Z] #42 57.85 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-12-15T15:02:00.623Z] #42 57.85 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-12-15T15:02:00.623Z] #42 57.86 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-12-15T15:02:00.623Z] #42 57.86 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-12-15T15:02:00.623Z] #42 57.87 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-15T15:02:00.623Z] #42 57.90 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-15T15:02:00.623Z] #42 57.92 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-12-15T15:02:00.927Z] #42 57.93 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-15T15:02:00.927Z] #42 57.95 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-15T15:02:01.582Z] #42 ... [2020-12-15T15:02:01.582Z] [2020-12-15T15:02:01.582Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:01.582Z] #36 58.57 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-12-15T15:02:01.582Z] #36 58.59 Setting up xxd (2:8.1.0875-5) ... [2020-12-15T15:02:01.582Z] #36 58.59 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-12-15T15:02:01.582Z] #36 58.60 Setting up vim-common (2:8.1.0875-5) ... [2020-12-15T15:02:01.582Z] #36 58.65 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-12-15T15:02:01.582Z] #36 58.65 Setting up cmake-data (3.13.4-1) ... [2020-12-15T15:02:01.582Z] #36 58.66 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2020-12-15T15:02:01.582Z] #36 58.67 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-12-15T15:02:01.582Z] #36 58.67 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-12-15T15:02:01.582Z] #36 58.68 Setting up cmake (3.13.4-1) ... [2020-12-15T15:02:01.582Z] #36 58.71 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:02:01.879Z] #36 58.85 Processing triggers for mime-support (3.62) ... [2020-12-15T15:02:01.879Z] #36 DONE 59.1s [2020-12-15T15:02:01.879Z] [2020-12-15T15:02:01.879Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:01.879Z] #51 54.05 strconv [2020-12-15T15:02:01.879Z] #51 54.06 bytes [2020-12-15T15:02:01.879Z] #51 54.07 strings [2020-12-15T15:02:01.879Z] #51 54.08 syscall [2020-12-15T15:02:02.177Z] #51 ... [2020-12-15T15:02:02.177Z] [2020-12-15T15:02:02.177Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:02.177Z] #37 0.362 + RM_GOPATH=0 [2020-12-15T15:02:02.177Z] #37 0.362 + TMP_GOPATH= [2020-12-15T15:02:02.177Z] #37 0.363 + : /build [2020-12-15T15:02:02.177Z] #37 0.363 + '[' -z '' ']' [2020-12-15T15:02:02.177Z] #37 0.364 ++ mktemp -d [2020-12-15T15:02:02.177Z] #37 0.366 + export GOPATH=/tmp/tmp.VrW8Q4FqfZ [2020-12-15T15:02:02.177Z] #37 0.366 + GOPATH=/tmp/tmp.VrW8Q4FqfZ [2020-12-15T15:02:02.177Z] #37 0.366 + RM_GOPATH=1 [2020-12-15T15:02:02.177Z] #37 0.367 + case "$(go env GOARCH)" in [2020-12-15T15:02:02.177Z] #37 0.367 ++ go env GOARCH [2020-12-15T15:02:02.177Z] #37 0.380 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:02.177Z] #37 0.403 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:02.474Z] #37 0.404 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:02.474Z] #37 0.409 + dir=/tmp/install [2020-12-15T15:02:02.474Z] #37 0.415 + bin=tini [2020-12-15T15:02:02.474Z] #37 0.415 + shift [2020-12-15T15:02:02.474Z] #37 0.415 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-15T15:02:02.474Z] #37 0.415 + . /tmp/install/tini.installer [2020-12-15T15:02:02.474Z] #37 0.419 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:02:02.474Z] #37 0.419 + install_tini [2020-12-15T15:02:02.474Z] #37 0.419 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-15T15:02:02.474Z] #37 0.419 + git clone https://github.com/krallin/tini.git /tmp/tmp.VrW8Q4FqfZ/tini [2020-12-15T15:02:02.474Z] #37 0.419 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:02:02.474Z] #37 0.422 Cloning into '/tmp/tmp.VrW8Q4FqfZ/tini'... [2020-12-15T15:02:02.601Z] #43 ... [2020-12-15T15:02:02.601Z] [2020-12-15T15:02:02.601Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:02.601Z] #45 11.50 go: downloading github.com/pkg/errors v0.9.1 [2020-12-15T15:02:02.601Z] #45 11.73 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-15T15:02:02.601Z] #45 11.73 go: downloading github.com/fatih/color v1.9.0 [2020-12-15T15:02:02.601Z] #45 11.79 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:02:02.601Z] #45 12.00 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:02:02.601Z] #45 12.25 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:02:02.601Z] #45 12.27 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:02:02.601Z] #45 12.29 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:02:02.601Z] #45 12.40 go: extracting github.com/pkg/errors v0.9.1 [2020-12-15T15:02:02.601Z] #45 12.56 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:02:02.601Z] #45 12.77 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:02:02.601Z] #45 12.80 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:02:02.601Z] #45 12.96 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:02:02.601Z] #45 13.01 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-15T15:02:02.601Z] #45 13.19 go: extracting github.com/fatih/color v1.9.0 [2020-12-15T15:02:02.601Z] #45 13.20 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:02:02.601Z] #45 13.20 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:02:02.601Z] #45 13.71 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:02:02.601Z] #45 14.24 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:02:02.601Z] #45 15.32 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:02:02.601Z] #45 17.08 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:02:02.601Z] #45 ... [2020-12-15T15:02:02.601Z] [2020-12-15T15:02:02.601Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:02.601Z] #49 7.302 + cd /tmp/tmp.9tETjghdCl/src/github.com/mvdan/sh [2020-12-15T15:02:02.601Z] #49 7.302 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:02:02.601Z] #49 7.380 + GO111MODULE=on [2020-12-15T15:02:02.601Z] #49 7.380 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-15T15:02:02.601Z] #49 9.046 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:02:02.601Z] #49 9.080 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:02:02.601Z] #49 9.192 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:02:02.601Z] #49 9.819 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:02:02.601Z] #49 9.917 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:02:02.601Z] #49 11.04 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:02:02.601Z] #49 12.97 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:02:02.601Z] #49 14.83 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:02:02.601Z] #49 16.87 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:02:02.860Z] #49 17.47 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:02:02.860Z] #49 ... [2020-12-15T15:02:02.860Z] [2020-12-15T15:02:02.860Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:02.860Z] #43 17.16 unicode/utf8 [2020-12-15T15:02:03.525Z] #37 1.614 + cd /tmp/tmp.VrW8Q4FqfZ/tini [2020-12-15T15:02:03.525Z] #37 1.620 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:02:03.525Z] #37 1.672 + cmake . [2020-12-15T15:02:03.798Z] #43 18.31 internal/testlog [2020-12-15T15:02:03.798Z] #43 ... [2020-12-15T15:02:03.798Z] [2020-12-15T15:02:03.798Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:02:03.798Z] #30 8.092 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-15T15:02:03.798Z] #30 8.093 Cloning into '.'... [2020-12-15T15:02:03.798Z] #30 ... [2020-12-15T15:02:03.798Z] [2020-12-15T15:02:03.798Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:03.798Z] #47 18.33 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-15T15:02:03.798Z] #47 18.43 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:02:03.798Z] #47 18.48 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:02:04.067Z] #47 18.74 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:02:04.326Z] #47 18.79 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-15T15:02:04.326Z] #47 18.79 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:02:04.326Z] #47 18.82 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:02:04.326Z] #47 18.82 go: downloading github.com/fatih/color v1.7.0 [2020-12-15T15:02:04.326Z] #47 18.94 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-15T15:02:04.326Z] #47 19.01 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:02:04.580Z] #37 2.590 -- The C compiler identification is GNU 8.3.0 [2020-12-15T15:02:04.580Z] #37 2.671 -- Check for working C compiler: /usr/bin/cc [2020-12-15T15:02:04.587Z] #37 ... [2020-12-15T15:02:04.587Z] [2020-12-15T15:02:04.587Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:02:04.587Z] #26 2.224 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-12-15T15:02:04.587Z] #26 2.469 [2020-12-15T15:02:04.587Z] #26 2.733 #=#=# #### 5.9% ############# 19.1% ######################### 34.9% #################################### 51.2% ################################################# 68.5% ########################################################## 80.8% ################################################################### 93.2% ######################################################################## 100.0% [2020-12-15T15:02:04.587Z] #26 3.662 [2020-12-15T15:02:04.587Z] #26 3.886 0.2% #################################### 51.0% ######################################################################## 100.0% [2020-12-15T15:02:04.587Z] #26 4.195 [2020-12-15T15:02:04.587Z] #26 4.368 0.2% ######################## 34.7% ############################################################### 88.2% ######################################################################## 100.0% [2020-12-15T15:02:04.587Z] #26 4.834 [2020-12-15T15:02:04.587Z] #26 5.144 0.0% ##### 7.2% ########## 14.7% ################# 23.7% #################### 29.1% ######################### 35.5% [2020-12-15T15:02:04.587Z] #26 ... [2020-12-15T15:02:04.587Z] [2020-12-15T15:02:04.587Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:02:04.587Z] #37 5.248 + git clone https://github.com/docker/distribution.git . [2020-12-15T15:02:04.587Z] #37 5.263 Cloning into '.'... [2020-12-15T15:02:04.898Z] #47 19.57 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:02:04.898Z] #47 19.59 go: extracting github.com/fatih/color v1.7.0 [2020-12-15T15:02:05.157Z] #47 19.72 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:02:05.157Z] #47 19.76 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:02:05.157Z] #47 19.81 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:02:05.157Z] #47 19.82 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-15T15:02:05.225Z] #37 3.446 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-15T15:02:05.225Z] #37 3.449 -- Detecting C compiler ABI info [2020-12-15T15:02:05.320Z] #38 ... [2020-12-15T15:02:05.320Z] [2020-12-15T15:02:05.320Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:05.320Z] #56 5.190 + RM_GOPATH=0 [2020-12-15T15:02:05.320Z] #56 5.190 + TMP_GOPATH= [2020-12-15T15:02:05.320Z] #56 5.190 + : /build [2020-12-15T15:02:05.320Z] #56 5.190 + '[' -z '' ']' [2020-12-15T15:02:05.320Z] #56 5.190 ++ mktemp -d [2020-12-15T15:02:05.320Z] #56 5.190 + export GOPATH=/tmp/tmp.udAHZY1L9s [2020-12-15T15:02:05.320Z] #56 5.190 + GOPATH=/tmp/tmp.udAHZY1L9s [2020-12-15T15:02:05.320Z] #56 5.190 + RM_GOPATH=1 [2020-12-15T15:02:05.320Z] #56 5.190 + case "$(go env GOARCH)" in [2020-12-15T15:02:05.320Z] #56 5.190 ++ go env GOARCH [2020-12-15T15:02:05.320Z] #56 5.198 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:05.320Z] #56 5.198 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:05.320Z] #56 5.198 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:05.320Z] #56 5.198 + dir=/tmp/install [2020-12-15T15:02:05.320Z] #56 5.198 + bin=rootlesskit [2020-12-15T15:02:05.320Z] #56 5.198 + shift [2020-12-15T15:02:05.321Z] #56 5.198 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-15T15:02:05.321Z] #56 5.198 + . /tmp/install/rootlesskit.installer [2020-12-15T15:02:05.321Z] #56 5.198 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:02:05.321Z] #56 5.198 + install_rootlesskit [2020-12-15T15:02:05.321Z] #56 5.198 + case "$1" in [2020-12-15T15:02:05.321Z] #56 5.198 + export CGO_ENABLED=0 [2020-12-15T15:02:05.321Z] #56 5.198 + CGO_ENABLED=0 [2020-12-15T15:02:05.321Z] #56 5.198 + _install_rootlesskit [2020-12-15T15:02:05.321Z] #56 5.198 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-15T15:02:05.321Z] #56 5.198 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.udAHZY1L9s/src/github.com/rootless-containers/rootlesskit [2020-12-15T15:02:05.321Z] #56 5.198 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:02:05.321Z] #56 5.201 Cloning into '/tmp/tmp.udAHZY1L9s/src/github.com/rootless-containers/rootlesskit'... [2020-12-15T15:02:05.416Z] #47 20.02 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:02:05.675Z] #47 20.40 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-15T15:02:05.675Z] #47 ... [2020-12-15T15:02:05.675Z] [2020-12-15T15:02:05.675Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:05.675Z] #32 10.29 math/bits [2020-12-15T15:02:05.675Z] #32 10.36 internal/bytealg [2020-12-15T15:02:05.675Z] #32 10.76 math [2020-12-15T15:02:05.675Z] #32 12.21 runtime [2020-12-15T15:02:05.675Z] #32 17.49 unicode/utf8 [2020-12-15T15:02:05.675Z] #32 18.12 internal/testlog [2020-12-15T15:02:05.675Z] #32 18.75 encoding [2020-12-15T15:02:05.675Z] #32 19.02 runtime/cgo [2020-12-15T15:02:05.872Z] #37 4.058 -- Detecting C compiler ABI info - done [2020-12-15T15:02:05.892Z] #56 ... [2020-12-15T15:02:05.892Z] [2020-12-15T15:02:05.892Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:05.892Z] #62 6.094 + RM_GOPATH=0 [2020-12-15T15:02:05.892Z] #62 6.094 + TMP_GOPATH= [2020-12-15T15:02:05.892Z] #62 6.094 + : /build [2020-12-15T15:02:05.892Z] #62 6.094 + '[' -z '' ']' [2020-12-15T15:02:05.892Z] #62 6.096 ++ mktemp -d [2020-12-15T15:02:05.892Z] #62 6.100 + export GOPATH=/tmp/tmp.BFx9ckCa4F [2020-12-15T15:02:05.892Z] #62 6.100 + GOPATH=/tmp/tmp.BFx9ckCa4F [2020-12-15T15:02:05.892Z] #62 6.100 + RM_GOPATH=1 [2020-12-15T15:02:05.892Z] #62 6.100 + case "$(go env GOARCH)" in [2020-12-15T15:02:05.892Z] #62 6.100 ++ go env GOARCH [2020-12-15T15:02:05.892Z] #62 6.116 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:05.892Z] #62 6.116 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:05.892Z] #62 6.116 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:05.892Z] #62 6.116 + dir=/tmp/install [2020-12-15T15:02:05.892Z] #62 6.116 + bin=proxy [2020-12-15T15:02:05.892Z] #62 6.116 + shift [2020-12-15T15:02:05.892Z] #62 6.116 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-15T15:02:05.892Z] #62 6.116 + . /tmp/install/proxy.installer [2020-12-15T15:02:05.892Z] #62 6.116 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:02:05.892Z] #62 6.116 + install_proxy [2020-12-15T15:02:05.892Z] #62 6.116 + case "$1" in [2020-12-15T15:02:05.892Z] #62 6.116 + export CGO_ENABLED=0 [2020-12-15T15:02:05.892Z] #62 6.116 + CGO_ENABLED=0 [2020-12-15T15:02:05.892Z] #62 6.116 + _install_proxy [2020-12-15T15:02:05.892Z] #62 6.116 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-15T15:02:05.892Z] #62 6.116 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.BFx9ckCa4F/src/github.com/docker/libnetwork [2020-12-15T15:02:05.892Z] #62 6.116 Cloning into '/tmp/tmp.BFx9ckCa4F/src/github.com/docker/libnetwork'... [2020-12-15T15:02:05.892Z] #62 6.116 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:02:05.934Z] #32 ... [2020-12-15T15:02:05.934Z] [2020-12-15T15:02:05.934Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:05.934Z] #47 20.41 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:02:05.934Z] #47 20.43 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-15T15:02:05.934Z] #47 20.49 go: downloading github.com/spf13/viper v1.6.1 [2020-12-15T15:02:05.934Z] #47 20.67 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:02:06.175Z] #37 4.136 -- Detecting C compile features [2020-12-15T15:02:06.202Z] #47 20.73 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:02:06.464Z] #62 ... [2020-12-15T15:02:06.464Z] [2020-12-15T15:02:06.464Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:06.464Z] #49 6.878 + RM_GOPATH=0 [2020-12-15T15:02:06.464Z] #49 6.878 + TMP_GOPATH= [2020-12-15T15:02:06.464Z] #49 6.878 + : /build [2020-12-15T15:02:06.464Z] #49 6.878 + '[' -z '' ']' [2020-12-15T15:02:06.464Z] #49 6.878 ++ mktemp -d [2020-12-15T15:02:06.464Z] #49 6.880 + export GOPATH=/tmp/tmp.iJIIIuMMD9 [2020-12-15T15:02:06.464Z] #49 6.885 + GOPATH=/tmp/tmp.iJIIIuMMD9 [2020-12-15T15:02:06.464Z] #49 6.885 + RM_GOPATH=1 [2020-12-15T15:02:06.464Z] #49 6.885 + case "$(go env GOARCH)" in [2020-12-15T15:02:06.464Z] #49 6.885 ++ go env GOARCH [2020-12-15T15:02:06.464Z] #49 6.918 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:06.464Z] #49 6.918 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:06.464Z] #49 6.918 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:06.464Z] #49 6.918 + dir=/tmp/install [2020-12-15T15:02:06.464Z] #49 6.918 + bin=shfmt [2020-12-15T15:02:06.464Z] #49 6.918 + shift [2020-12-15T15:02:06.464Z] #49 6.918 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-15T15:02:06.464Z] #49 6.918 + . /tmp/install/shfmt.installer [2020-12-15T15:02:06.464Z] #49 6.918 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:02:06.464Z] #49 6.919 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:02:06.464Z] #49 6.919 + install_shfmt [2020-12-15T15:02:06.464Z] #49 6.919 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-15T15:02:06.464Z] #49 6.919 + git clone https://github.com/mvdan/sh.git /tmp/tmp.iJIIIuMMD9/src/github.com/mvdan/sh [2020-12-15T15:02:06.464Z] #49 6.921 Cloning into '/tmp/tmp.iJIIIuMMD9/src/github.com/mvdan/sh'... [2020-12-15T15:02:06.465Z] #47 21.02 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:02:06.465Z] #47 ... [2020-12-15T15:02:06.465Z] [2020-12-15T15:02:06.465Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:06.465Z] #34 11.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:02:06.465Z] #34 14.67 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:02:06.466Z] #34 18.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:02:06.725Z] #34 ... [2020-12-15T15:02:06.725Z] [2020-12-15T15:02:06.725Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:06.725Z] #47 21.38 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:02:06.725Z] #47 21.39 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:02:06.734Z] #49 ... [2020-12-15T15:02:06.734Z] [2020-12-15T15:02:06.734Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:06.734Z] #43 7.188 + RM_GOPATH=0 [2020-12-15T15:02:06.734Z] #43 7.188 + TMP_GOPATH= [2020-12-15T15:02:06.734Z] #43 7.188 + : /build [2020-12-15T15:02:06.734Z] #43 7.189 + '[' -z '' ']' [2020-12-15T15:02:06.734Z] #43 7.190 ++ mktemp -d [2020-12-15T15:02:06.734Z] #43 7.194 + export GOPATH=/tmp/tmp.yz0AhBtY13 [2020-12-15T15:02:06.734Z] #43 7.194 + GOPATH=/tmp/tmp.yz0AhBtY13 [2020-12-15T15:02:06.734Z] #43 7.194 + RM_GOPATH=1 [2020-12-15T15:02:06.734Z] #43 7.194 + case "$(go env GOARCH)" in [2020-12-15T15:02:06.734Z] #43 7.194 ++ go env GOARCH [2020-12-15T15:02:06.734Z] #43 7.223 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:06.734Z] #43 7.223 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:06.734Z] #43 7.223 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:06.734Z] #43 7.231 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:02:06.734Z] #43 7.233 + dir=/tmp/install [2020-12-15T15:02:06.734Z] #43 7.233 + bin=vndr [2020-12-15T15:02:06.734Z] #43 7.233 + shift [2020-12-15T15:02:06.734Z] #43 7.233 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-15T15:02:06.734Z] #43 7.233 + . /tmp/install/vndr.installer [2020-12-15T15:02:06.734Z] #43 7.233 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:02:06.734Z] #43 7.233 + install_vndr [2020-12-15T15:02:06.734Z] #43 7.233 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-15T15:02:06.734Z] #43 7.233 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.yz0AhBtY13/src/github.com/LK4D4/vndr [2020-12-15T15:02:06.734Z] #43 7.235 Cloning into '/tmp/tmp.yz0AhBtY13/src/github.com/LK4D4/vndr'... [2020-12-15T15:02:06.983Z] #47 21.54 go: extracting github.com/spf13/viper v1.6.1 [2020-12-15T15:02:06.983Z] #47 ... [2020-12-15T15:02:06.983Z] [2020-12-15T15:02:06.983Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:06.983Z] #11 11.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:02:06.983Z] #11 15.60 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:02:06.983Z] #11 19.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:02:06.983Z] #11 ... [2020-12-15T15:02:06.983Z] [2020-12-15T15:02:06.983Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:06.983Z] #47 21.81 go: downloading github.com/pkg/errors v0.8.1 [2020-12-15T15:02:06.995Z] #43 ... [2020-12-15T15:02:06.995Z] [2020-12-15T15:02:06.995Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:02:06.995Z] #30 7.502 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-15T15:02:07.253Z] #47 21.92 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-15T15:02:07.253Z] #47 21.93 go: downloading github.com/spf13/afero v1.1.2 [2020-12-15T15:02:07.256Z] #30 7.514 Cloning into '.'... [2020-12-15T15:02:07.512Z] #47 22.11 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:02:07.512Z] #47 22.34 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-15T15:02:07.644Z] #54 131.8 + bin/containerd-stress [2020-12-15T15:02:07.707Z] #37 ... [2020-12-15T15:02:07.707Z] [2020-12-15T15:02:07.707Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:07.707Z] #42 64.46 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-12-15T15:02:07.707Z] #42 64.48 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:02:07.707Z] #42 DONE 64.8s [2020-12-15T15:02:07.707Z] [2020-12-15T15:02:07.707Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:07.771Z] #47 22.36 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:02:07.771Z] #47 22.48 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:02:08.030Z] #47 22.48 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:02:08.030Z] #47 ... [2020-12-15T15:02:08.030Z] [2020-12-15T15:02:08.030Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:08.030Z] #22 21.90 + mkdir -p /build [2020-12-15T15:02:08.030Z] #22 21.95 + mv docker/docker /build/ [2020-12-15T15:02:08.030Z] #22 21.97 + rmdir docker [2020-12-15T15:02:08.030Z] #22 DONE 22.7s [2020-12-15T15:02:08.030Z] [2020-12-15T15:02:08.030Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:08.030Z] #47 22.63 go: extracting github.com/spf13/afero v1.1.2 [2020-12-15T15:02:08.030Z] #47 22.86 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:02:08.030Z] #47 ... [2020-12-15T15:02:08.030Z] [2020-12-15T15:02:08.030Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:08.030Z] #56 12.83 + cd /tmp/tmp.FC5VktPvkE/src/github.com/rootless-containers/rootlesskit [2020-12-15T15:02:08.030Z] #56 12.85 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:02:08.030Z] #56 13.59 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-15T15:02:08.030Z] #56 13.60 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-15T15:02:08.295Z] #56 ... [2020-12-15T15:02:08.295Z] [2020-12-15T15:02:08.295Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:08.295Z] #47 22.87 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:02:08.295Z] #47 22.90 go: extracting github.com/pkg/errors v0.8.1 [2020-12-15T15:02:08.553Z] #47 23.17 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:02:08.553Z] #47 23.17 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:02:08.553Z] #47 23.21 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:02:08.674Z] #54 133.1 + bin/containerd-shim [2020-12-15T15:02:09.119Z] #47 23.88 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:02:09.241Z] #43 1.636 Note: Building without setproctitle() and strlcpy() support. [2020-12-15T15:02:09.241Z] #43 1.636 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-15T15:02:09.241Z] #43 1.646 Note: Building without GnuTLS support [2020-12-15T15:02:09.241Z] #43 1.650 Makefile.config:39: Warn: you have no libnftables installed [2020-12-15T15:02:09.241Z] #43 1.655 Makefile.config:40: Warn: Building without nftables support [2020-12-15T15:02:09.379Z] #47 23.95 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:02:09.379Z] #47 24.00 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:02:09.379Z] #47 ... [2020-12-15T15:02:09.379Z] [2020-12-15T15:02:09.379Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:09.379Z] #40 13.89 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:02:09.379Z] #40 18.57 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:02:09.379Z] #40 ... [2020-12-15T15:02:09.379Z] [2020-12-15T15:02:09.379Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:09.379Z] #53 13.96 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:02:09.379Z] #53 17.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:02:09.639Z] #53 ... [2020-12-15T15:02:09.639Z] [2020-12-15T15:02:09.639Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:09.639Z] #47 24.04 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:02:09.639Z] #47 24.10 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-15T15:02:09.808Z] #30 ... [2020-12-15T15:02:09.808Z] [2020-12-15T15:02:09.808Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:09.808Z] #45 6.817 + RM_GOPATH=0 [2020-12-15T15:02:09.808Z] #45 6.817 + TMP_GOPATH= [2020-12-15T15:02:09.808Z] #45 6.817 + : /build [2020-12-15T15:02:09.808Z] #45 6.817 + '[' -z '' ']' [2020-12-15T15:02:09.808Z] #45 6.817 ++ mktemp -d [2020-12-15T15:02:09.808Z] #45 6.817 + export GOPATH=/tmp/tmp.g7NUU5YquH [2020-12-15T15:02:09.808Z] #45 6.817 + GOPATH=/tmp/tmp.g7NUU5YquH [2020-12-15T15:02:09.808Z] #45 6.817 + RM_GOPATH=1 [2020-12-15T15:02:09.808Z] #45 6.817 + case "$(go env GOARCH)" in [2020-12-15T15:02:09.808Z] #45 6.819 ++ go env GOARCH [2020-12-15T15:02:09.808Z] #45 6.859 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.808Z] #45 6.859 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.808Z] #45 6.859 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:09.808Z] #45 6.859 + dir=/tmp/install [2020-12-15T15:02:09.808Z] #45 6.859 + bin=gotestsum [2020-12-15T15:02:09.808Z] #45 6.859 + shift [2020-12-15T15:02:09.808Z] #45 6.859 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-15T15:02:09.808Z] #45 6.859 + . /tmp/install/gotestsum.installer [2020-12-15T15:02:09.808Z] #45 6.859 ++ : v0.5.3 [2020-12-15T15:02:09.808Z] #45 6.859 + install_gotestsum [2020-12-15T15:02:09.808Z] #45 6.859 + set -e [2020-12-15T15:02:09.808Z] #45 6.859 + export GO111MODULE=on [2020-12-15T15:02:09.808Z] #45 6.859 + GO111MODULE=on [2020-12-15T15:02:09.808Z] #45 6.859 + GOBIN=/build [2020-12-15T15:02:09.808Z] #45 6.859 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-15T15:02:09.808Z] #45 6.939 go: finding gotest.tools v0.5.3 [2020-12-15T15:02:09.808Z] #45 6.939 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-15T15:02:09.808Z] #45 8.259 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-15T15:02:09.808Z] #45 8.890 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-15T15:02:09.808Z] #45 10.12 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:02:09.808Z] #45 10.12 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:02:09.808Z] #45 10.21 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:02:09.808Z] #45 10.22 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:02:09.808Z] #45 ... [2020-12-15T15:02:09.808Z] [2020-12-15T15:02:09.808Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:09.808Z] #47 6.838 + RM_GOPATH=0 [2020-12-15T15:02:09.808Z] #47 6.838 + TMP_GOPATH= [2020-12-15T15:02:09.808Z] #47 6.838 + : /build [2020-12-15T15:02:09.808Z] #47 6.838 + '[' -z '' ']' [2020-12-15T15:02:09.808Z] #47 6.838 ++ mktemp -d [2020-12-15T15:02:09.808Z] #47 6.838 + export GOPATH=/tmp/tmp.neuuDv7S7n [2020-12-15T15:02:09.808Z] #47 6.838 + GOPATH=/tmp/tmp.neuuDv7S7n [2020-12-15T15:02:09.808Z] #47 6.838 + RM_GOPATH=1 [2020-12-15T15:02:09.808Z] #47 6.838 + case "$(go env GOARCH)" in [2020-12-15T15:02:09.808Z] #47 6.838 ++ go env GOARCH [2020-12-15T15:02:09.808Z] #47 6.848 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.808Z] #47 6.848 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.808Z] #47 6.862 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:09.808Z] #47 6.862 + dir=/tmp/install [2020-12-15T15:02:09.808Z] #47 6.862 + bin=golangci_lint [2020-12-15T15:02:09.808Z] #47 6.862 + shift [2020-12-15T15:02:09.808Z] #47 6.862 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-15T15:02:09.808Z] #47 6.862 + . /tmp/install/golangci_lint.installer [2020-12-15T15:02:09.808Z] #47 6.862 ++ : v1.23.8 [2020-12-15T15:02:09.808Z] #47 6.862 + install_golangci_lint [2020-12-15T15:02:09.808Z] #47 6.862 + set -e [2020-12-15T15:02:09.808Z] #47 6.862 + export GO111MODULE=on [2020-12-15T15:02:09.808Z] #47 6.862 + GO111MODULE=on [2020-12-15T15:02:09.808Z] #47 6.862 + GOBIN=/build [2020-12-15T15:02:09.808Z] #47 6.862 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-15T15:02:09.808Z] #47 6.940 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-15T15:02:09.808Z] #47 6.940 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-15T15:02:09.808Z] #47 6.940 go: finding github.com v1.23.8 [2020-12-15T15:02:09.808Z] #47 6.959 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:02:09.808Z] #47 6.959 go: finding github.com/golangci v1.23.8 [2020-12-15T15:02:09.808Z] #47 8.187 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:02:09.808Z] #47 9.318 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:02:09.808Z] #47 ... [2020-12-15T15:02:09.808Z] [2020-12-15T15:02:09.808Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:09.808Z] #22 7.676 + RM_GOPATH=0 [2020-12-15T15:02:09.808Z] #22 7.676 + TMP_GOPATH= [2020-12-15T15:02:09.808Z] #22 7.676 + : /build [2020-12-15T15:02:09.808Z] #22 7.676 + '[' -z '' ']' [2020-12-15T15:02:09.808Z] #22 7.691 ++ mktemp -d [2020-12-15T15:02:09.808Z] #22 7.691 + export GOPATH=/tmp/tmp.GG6aU1ZqKC [2020-12-15T15:02:09.808Z] #22 7.691 + GOPATH=/tmp/tmp.GG6aU1ZqKC [2020-12-15T15:02:09.808Z] #22 7.691 + RM_GOPATH=1 [2020-12-15T15:02:09.808Z] #22 7.691 + case "$(go env GOARCH)" in [2020-12-15T15:02:09.808Z] #22 7.691 ++ go env GOARCH [2020-12-15T15:02:09.808Z] #22 7.822 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.808Z] #22 7.824 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.808Z] #22 7.825 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:09.808Z] #22 7.837 + dir=/tmp/install [2020-12-15T15:02:09.808Z] #22 7.841 + bin=dockercli [2020-12-15T15:02:09.808Z] #22 7.841 + shift [2020-12-15T15:02:09.808Z] #22 7.842 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-15T15:02:09.808Z] #22 7.843 + . /tmp/install/dockercli.installer [2020-12-15T15:02:09.808Z] #22 7.843 ++ : stable [2020-12-15T15:02:09.808Z] #22 7.843 ++ : 17.06.2-ce [2020-12-15T15:02:09.808Z] #22 7.844 + install_dockercli [2020-12-15T15:02:09.808Z] #22 7.844 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-15T15:02:09.808Z] #22 7.844 Install docker/cli version 17.06.2-ce from stable [2020-12-15T15:02:09.808Z] #22 7.849 ++ uname -m [2020-12-15T15:02:09.808Z] #22 7.849 + arch=x86_64 [2020-12-15T15:02:09.808Z] #22 7.850 + '[' x86_64 '!=' x86_64 ']' [2020-12-15T15:02:09.808Z] #22 7.850 + url=https://download.docker.com/linux/static [2020-12-15T15:02:09.808Z] #22 7.851 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-12-15T15:02:09.808Z] #22 7.869 + tar -xz docker/docker [2020-12-15T15:02:09.900Z] #47 24.61 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-15T15:02:09.900Z] #47 24.74 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:02:09.929Z] #37 ... [2020-12-15T15:02:09.929Z] [2020-12-15T15:02:09.929Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:09.929Z] #21 5.505 + RM_GOPATH=0 [2020-12-15T15:02:09.929Z] #21 5.505 + TMP_GOPATH= [2020-12-15T15:02:09.929Z] #21 5.505 + : /build [2020-12-15T15:02:09.929Z] #21 5.505 + '[' -z '' ']' [2020-12-15T15:02:09.929Z] #21 5.505 ++ mktemp -d [2020-12-15T15:02:09.929Z] #21 5.507 + export GOPATH=/tmp/tmp.kXuH6bxC8R [2020-12-15T15:02:09.929Z] #21 5.507 + GOPATH=/tmp/tmp.kXuH6bxC8R [2020-12-15T15:02:09.929Z] #21 5.507 + RM_GOPATH=1 [2020-12-15T15:02:09.929Z] #21 5.507 + case "$(go env GOARCH)" in [2020-12-15T15:02:09.929Z] #21 5.509 ++ go env GOARCH [2020-12-15T15:02:09.929Z] #21 5.566 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #21 5.566 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #21 5.572 Install docker/cli version 17.06.2-ce from stable [2020-12-15T15:02:09.929Z] #21 5.572 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:09.929Z] #21 5.572 + dir=/tmp/install [2020-12-15T15:02:09.929Z] #21 5.572 + bin=dockercli [2020-12-15T15:02:09.929Z] #21 5.572 + shift [2020-12-15T15:02:09.929Z] #21 5.572 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-12-15T15:02:09.929Z] #21 5.572 + . /tmp/install/dockercli.installer [2020-12-15T15:02:09.929Z] #21 5.572 ++ : stable [2020-12-15T15:02:09.929Z] #21 5.572 ++ : 17.06.2-ce [2020-12-15T15:02:09.929Z] #21 5.572 + install_dockercli [2020-12-15T15:02:09.929Z] #21 5.572 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-12-15T15:02:09.929Z] #21 5.572 ++ uname -m [2020-12-15T15:02:09.929Z] #21 5.585 + arch=aarch64 [2020-12-15T15:02:09.929Z] #21 5.585 + '[' aarch64 '!=' x86_64 ']' [2020-12-15T15:02:09.929Z] #21 5.585 + '[' aarch64 '!=' s390x ']' [2020-12-15T15:02:09.929Z] #21 5.585 + '[' aarch64 '!=' armhf ']' [2020-12-15T15:02:09.929Z] #21 5.585 + build_dockercli [2020-12-15T15:02:09.929Z] #21 5.585 + git clone https://github.com/docker/docker-ce /tmp/tmp.kXuH6bxC8R/tmp/docker-ce [2020-12-15T15:02:09.929Z] #21 5.606 Cloning into '/tmp/tmp.kXuH6bxC8R/tmp/docker-ce'... [2020-12-15T15:02:09.929Z] #21 ... [2020-12-15T15:02:09.929Z] [2020-12-15T15:02:09.929Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:02:09.929Z] #29 4.607 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-12-15T15:02:09.929Z] #29 4.609 Cloning into '.'... [2020-12-15T15:02:09.929Z] #29 ... [2020-12-15T15:02:09.929Z] [2020-12-15T15:02:09.929Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:09.929Z] #46 5.514 + RM_GOPATH=0 [2020-12-15T15:02:09.929Z] #46 5.514 + TMP_GOPATH= [2020-12-15T15:02:09.929Z] #46 5.514 + : /build [2020-12-15T15:02:09.929Z] #46 5.514 + '[' -z '' ']' [2020-12-15T15:02:09.929Z] #46 5.532 ++ mktemp -d [2020-12-15T15:02:09.929Z] #46 5.536 + export GOPATH=/tmp/tmp.iaC4Yl7nPg [2020-12-15T15:02:09.929Z] #46 5.536 + GOPATH=/tmp/tmp.iaC4Yl7nPg [2020-12-15T15:02:09.929Z] #46 5.536 + RM_GOPATH=1 [2020-12-15T15:02:09.929Z] #46 5.537 + case "$(go env GOARCH)" in [2020-12-15T15:02:09.929Z] #46 5.565 ++ go env GOARCH [2020-12-15T15:02:09.929Z] #46 5.608 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #46 5.609 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #46 5.610 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:09.929Z] #46 5.611 + dir=/tmp/install [2020-12-15T15:02:09.929Z] #46 5.616 + bin=golangci_lint [2020-12-15T15:02:09.929Z] #46 5.616 + shift [2020-12-15T15:02:09.929Z] #46 5.617 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-12-15T15:02:09.929Z] #46 5.618 + . /tmp/install/golangci_lint.installer [2020-12-15T15:02:09.929Z] #46 5.619 ++ : v1.23.8 [2020-12-15T15:02:09.929Z] #46 5.621 + install_golangci_lint [2020-12-15T15:02:09.929Z] #46 5.624 + set -e [2020-12-15T15:02:09.929Z] #46 5.625 + export GO111MODULE=on [2020-12-15T15:02:09.929Z] #46 5.626 + GO111MODULE=on [2020-12-15T15:02:09.929Z] #46 5.630 + GOBIN=/build [2020-12-15T15:02:09.929Z] #46 5.631 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-12-15T15:02:09.929Z] #46 5.642 go: finding github.com v1.23.8 [2020-12-15T15:02:09.929Z] #46 5.643 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-12-15T15:02:09.929Z] #46 5.643 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-12-15T15:02:09.929Z] #46 5.644 go: finding github.com/golangci v1.23.8 [2020-12-15T15:02:09.929Z] #46 5.644 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:02:09.929Z] #46 7.009 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:02:09.929Z] #46 8.440 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-12-15T15:02:09.929Z] #46 ... [2020-12-15T15:02:09.929Z] [2020-12-15T15:02:09.929Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:09.929Z] #44 5.037 + RM_GOPATH=0 [2020-12-15T15:02:09.929Z] #44 5.037 + TMP_GOPATH= [2020-12-15T15:02:09.929Z] #44 5.037 + : /build [2020-12-15T15:02:09.929Z] #44 5.037 + '[' -z '' ']' [2020-12-15T15:02:09.929Z] #44 5.038 ++ mktemp -d [2020-12-15T15:02:09.929Z] #44 5.045 + export GOPATH=/tmp/tmp.y8lTlyrsNF [2020-12-15T15:02:09.929Z] #44 5.045 + GOPATH=/tmp/tmp.y8lTlyrsNF [2020-12-15T15:02:09.929Z] #44 5.045 + RM_GOPATH=1 [2020-12-15T15:02:09.929Z] #44 5.045 + case "$(go env GOARCH)" in [2020-12-15T15:02:09.929Z] #44 5.045 ++ go env GOARCH [2020-12-15T15:02:09.929Z] #44 5.071 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #44 5.071 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #44 5.071 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:09.929Z] #44 5.071 + dir=/tmp/install [2020-12-15T15:02:09.929Z] #44 5.071 + bin=gotestsum [2020-12-15T15:02:09.929Z] #44 5.071 + shift [2020-12-15T15:02:09.929Z] #44 5.071 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-12-15T15:02:09.929Z] #44 5.071 + . /tmp/install/gotestsum.installer [2020-12-15T15:02:09.929Z] #44 5.071 ++ : v0.5.3 [2020-12-15T15:02:09.929Z] #44 5.071 + install_gotestsum [2020-12-15T15:02:09.929Z] #44 5.076 + set -e [2020-12-15T15:02:09.929Z] #44 5.076 + export GO111MODULE=on [2020-12-15T15:02:09.929Z] #44 5.076 + GO111MODULE=on [2020-12-15T15:02:09.929Z] #44 5.076 + GOBIN=/build [2020-12-15T15:02:09.929Z] #44 5.076 + go get gotest.tools/gotestsum@v0.5.3 [2020-12-15T15:02:09.929Z] #44 5.190 go: finding gotest.tools v0.5.3 [2020-12-15T15:02:09.929Z] #44 5.195 go: finding gotest.tools/gotestsum v0.5.3 [2020-12-15T15:02:09.929Z] #44 6.416 go: downloading gotest.tools/gotestsum v0.5.3 [2020-12-15T15:02:09.929Z] #44 7.207 go: extracting gotest.tools/gotestsum v0.5.3 [2020-12-15T15:02:09.929Z] #44 9.205 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:02:09.929Z] #44 9.207 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:02:09.929Z] #44 9.376 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:02:09.929Z] #44 9.421 go: downloading github.com/fatih/color v1.9.0 [2020-12-15T15:02:09.929Z] #44 9.427 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:02:09.929Z] #44 9.447 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-15T15:02:09.929Z] #44 9.448 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:02:09.929Z] #44 9.653 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:02:09.929Z] #44 9.970 go: downloading github.com/pkg/errors v0.9.1 [2020-12-15T15:02:09.929Z] #44 10.15 go: extracting github.com/fatih/color v1.9.0 [2020-12-15T15:02:09.929Z] #44 10.18 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:02:09.929Z] #44 10.33 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:02:09.929Z] #44 10.45 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:02:09.929Z] #44 10.54 go: extracting github.com/pkg/errors v0.9.1 [2020-12-15T15:02:09.929Z] #44 ... [2020-12-15T15:02:09.929Z] [2020-12-15T15:02:09.929Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:09.929Z] #42 4.377 + RM_GOPATH=0 [2020-12-15T15:02:09.929Z] #42 4.377 + TMP_GOPATH= [2020-12-15T15:02:09.929Z] #42 4.377 + : /build [2020-12-15T15:02:09.929Z] #42 4.377 + '[' -z '' ']' [2020-12-15T15:02:09.929Z] #42 4.377 ++ mktemp -d [2020-12-15T15:02:09.929Z] #42 4.377 + export GOPATH=/tmp/tmp.4HNKglgWx9 [2020-12-15T15:02:09.929Z] #42 4.377 + GOPATH=/tmp/tmp.4HNKglgWx9 [2020-12-15T15:02:09.929Z] #42 4.377 + RM_GOPATH=1 [2020-12-15T15:02:09.929Z] #42 4.377 + case "$(go env GOARCH)" in [2020-12-15T15:02:09.929Z] #42 4.380 ++ go env GOARCH [2020-12-15T15:02:09.929Z] #42 4.396 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #42 4.396 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #42 4.396 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:09.929Z] #42 4.396 + dir=/tmp/install [2020-12-15T15:02:09.929Z] #42 4.396 + bin=vndr [2020-12-15T15:02:09.929Z] #42 4.396 + shift [2020-12-15T15:02:09.929Z] #42 4.396 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-12-15T15:02:09.929Z] #42 4.396 + . /tmp/install/vndr.installer [2020-12-15T15:02:09.929Z] #42 4.396 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:02:09.929Z] #42 4.396 + install_vndr [2020-12-15T15:02:09.929Z] #42 4.396 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-12-15T15:02:09.929Z] #42 4.396 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.4HNKglgWx9/src/github.com/LK4D4/vndr [2020-12-15T15:02:09.929Z] #42 4.396 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:02:09.929Z] #42 4.413 Cloning into '/tmp/tmp.4HNKglgWx9/src/github.com/LK4D4/vndr'... [2020-12-15T15:02:09.929Z] #42 5.193 + cd /tmp/tmp.4HNKglgWx9/src/github.com/LK4D4/vndr [2020-12-15T15:02:09.929Z] #42 5.196 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:02:09.929Z] #42 5.228 + go build -buildmode=pie -v -o /build/vndr . [2020-12-15T15:02:09.929Z] #42 6.813 runtime/internal/sys [2020-12-15T15:02:09.929Z] #42 6.878 internal/race [2020-12-15T15:02:09.929Z] #42 6.910 internal/cpu [2020-12-15T15:02:09.929Z] #42 6.936 runtime/internal/atomic [2020-12-15T15:02:09.929Z] #42 7.030 sync/atomic [2020-12-15T15:02:09.929Z] #42 7.095 runtime/internal/math [2020-12-15T15:02:09.929Z] #42 7.328 unicode [2020-12-15T15:02:09.929Z] #42 7.545 unicode/utf8 [2020-12-15T15:02:09.929Z] #42 7.700 internal/bytealg [2020-12-15T15:02:09.929Z] #42 8.305 math/bits [2020-12-15T15:02:09.929Z] #42 8.333 internal/testlog [2020-12-15T15:02:09.929Z] #42 8.789 encoding [2020-12-15T15:02:09.929Z] #42 8.940 unicode/utf16 [2020-12-15T15:02:09.929Z] #42 9.300 math [2020-12-15T15:02:09.929Z] #42 9.443 container/list [2020-12-15T15:02:09.929Z] #42 9.673 runtime [2020-12-15T15:02:09.929Z] #42 9.854 crypto/internal/subtle [2020-12-15T15:02:09.929Z] #42 10.28 crypto/subtle [2020-12-15T15:02:09.929Z] #42 10.54 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-15T15:02:09.929Z] #42 10.63 internal/nettrace [2020-12-15T15:02:09.929Z] #42 ... [2020-12-15T15:02:09.929Z] [2020-12-15T15:02:09.929Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:09.929Z] #39 4.717 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:02:09.929Z] #39 4.824 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:02:09.929Z] #39 4.824 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:02:09.929Z] #39 6.196 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-15T15:02:09.929Z] #39 7.997 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [249 kB] [2020-12-15T15:02:09.929Z] #39 9.676 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-15T15:02:09.929Z] #39 ... [2020-12-15T15:02:09.929Z] [2020-12-15T15:02:09.929Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:09.929Z] #31 4.905 + RM_GOPATH=0 [2020-12-15T15:02:09.929Z] #31 4.905 + TMP_GOPATH= [2020-12-15T15:02:09.929Z] #31 4.912 + : /build [2020-12-15T15:02:09.929Z] #31 4.912 + '[' -z '' ']' [2020-12-15T15:02:09.929Z] #31 4.912 ++ mktemp -d [2020-12-15T15:02:09.929Z] #31 4.914 + export GOPATH=/tmp/tmp.0dOaEVaNEj [2020-12-15T15:02:09.929Z] #31 4.914 + GOPATH=/tmp/tmp.0dOaEVaNEj [2020-12-15T15:02:09.929Z] #31 4.914 + RM_GOPATH=1 [2020-12-15T15:02:09.929Z] #31 4.914 + case "$(go env GOARCH)" in [2020-12-15T15:02:09.929Z] #31 4.922 ++ go env GOARCH [2020-12-15T15:02:09.929Z] #31 4.943 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #31 4.943 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #31 4.951 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:02:09.929Z] #31 4.952 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:09.929Z] #31 4.952 + dir=/tmp/install [2020-12-15T15:02:09.929Z] #31 4.952 + bin=tomlv [2020-12-15T15:02:09.929Z] #31 4.952 + shift [2020-12-15T15:02:09.929Z] #31 4.952 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-15T15:02:09.929Z] #31 4.952 + . /tmp/install/tomlv.installer [2020-12-15T15:02:09.929Z] #31 4.952 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:02:09.929Z] #31 4.952 + install_tomlv [2020-12-15T15:02:09.929Z] #31 4.952 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-15T15:02:09.929Z] #31 4.952 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.0dOaEVaNEj/src/github.com/BurntSushi/toml [2020-12-15T15:02:09.929Z] #31 4.982 Cloning into '/tmp/tmp.0dOaEVaNEj/src/github.com/BurntSushi/toml'... [2020-12-15T15:02:09.929Z] #31 6.133 + cd /tmp/tmp.0dOaEVaNEj/src/github.com/BurntSushi/toml [2020-12-15T15:02:09.929Z] #31 6.135 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:02:09.929Z] #31 6.169 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-15T15:02:09.929Z] #31 6.824 internal/cpu [2020-12-15T15:02:09.929Z] #31 6.867 runtime/internal/sys [2020-12-15T15:02:09.929Z] #31 6.928 math/bits [2020-12-15T15:02:09.929Z] #31 7.018 runtime/internal/atomic [2020-12-15T15:02:09.929Z] #31 7.143 runtime/internal/math [2020-12-15T15:02:09.929Z] #31 7.301 unicode/utf8 [2020-12-15T15:02:09.929Z] #31 7.728 unicode [2020-12-15T15:02:09.929Z] #31 8.280 internal/bytealg [2020-12-15T15:02:09.929Z] #31 8.325 internal/testlog [2020-12-15T15:02:09.929Z] #31 8.365 math [2020-12-15T15:02:09.929Z] #31 8.760 encoding [2020-12-15T15:02:09.929Z] #31 9.477 runtime/cgo [2020-12-15T15:02:09.929Z] #31 9.945 runtime [2020-12-15T15:02:09.929Z] #31 ... [2020-12-15T15:02:09.929Z] [2020-12-15T15:02:09.929Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:09.929Z] #55 4.170 + RM_GOPATH=0 [2020-12-15T15:02:09.929Z] #55 4.170 + TMP_GOPATH= [2020-12-15T15:02:09.929Z] #55 4.170 + : /build [2020-12-15T15:02:09.929Z] #55 4.170 + '[' -z '' ']' [2020-12-15T15:02:09.929Z] #55 4.172 ++ mktemp -d [2020-12-15T15:02:09.929Z] #55 4.172 + export GOPATH=/tmp/tmp.qPrMUfCVxh [2020-12-15T15:02:09.929Z] #55 4.172 + GOPATH=/tmp/tmp.qPrMUfCVxh [2020-12-15T15:02:09.929Z] #55 4.172 + RM_GOPATH=1 [2020-12-15T15:02:09.929Z] #55 4.172 + case "$(go env GOARCH)" in [2020-12-15T15:02:09.929Z] #55 4.172 ++ go env GOARCH [2020-12-15T15:02:09.929Z] #55 4.181 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #55 4.181 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.929Z] #55 4.181 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:09.930Z] #55 4.184 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:02:09.930Z] #55 4.184 + dir=/tmp/install [2020-12-15T15:02:09.930Z] #55 4.184 + bin=rootlesskit [2020-12-15T15:02:09.930Z] #55 4.184 + shift [2020-12-15T15:02:09.930Z] #55 4.184 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-12-15T15:02:09.930Z] #55 4.184 + . /tmp/install/rootlesskit.installer [2020-12-15T15:02:09.930Z] #55 4.184 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:02:09.930Z] #55 4.184 + install_rootlesskit [2020-12-15T15:02:09.930Z] #55 4.184 + case "$1" in [2020-12-15T15:02:09.930Z] #55 4.184 + export CGO_ENABLED=0 [2020-12-15T15:02:09.930Z] #55 4.184 + CGO_ENABLED=0 [2020-12-15T15:02:09.930Z] #55 4.184 + _install_rootlesskit [2020-12-15T15:02:09.930Z] #55 4.184 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-12-15T15:02:09.930Z] #55 4.184 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.qPrMUfCVxh/src/github.com/rootless-containers/rootlesskit [2020-12-15T15:02:09.930Z] #55 4.186 Cloning into '/tmp/tmp.qPrMUfCVxh/src/github.com/rootless-containers/rootlesskit'... [2020-12-15T15:02:09.930Z] #55 8.079 + cd /tmp/tmp.qPrMUfCVxh/src/github.com/rootless-containers/rootlesskit [2020-12-15T15:02:09.930Z] #55 8.083 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:02:09.930Z] #55 8.943 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-15T15:02:09.930Z] #55 8.944 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-15T15:02:09.930Z] #55 ... [2020-12-15T15:02:09.930Z] [2020-12-15T15:02:09.930Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:09.930Z] #61 3.673 + RM_GOPATH=0 [2020-12-15T15:02:09.930Z] #61 3.673 + TMP_GOPATH= [2020-12-15T15:02:09.930Z] #61 3.675 + : /build [2020-12-15T15:02:09.930Z] #61 3.675 + '[' -z '' ']' [2020-12-15T15:02:09.930Z] #61 3.675 ++ mktemp -d [2020-12-15T15:02:09.930Z] #61 3.676 + export GOPATH=/tmp/tmp.0kxB7jOJND [2020-12-15T15:02:09.930Z] #61 3.676 + GOPATH=/tmp/tmp.0kxB7jOJND [2020-12-15T15:02:09.930Z] #61 3.677 + RM_GOPATH=1 [2020-12-15T15:02:09.930Z] #61 3.677 + case "$(go env GOARCH)" in [2020-12-15T15:02:09.930Z] #61 3.677 ++ go env GOARCH [2020-12-15T15:02:09.930Z] #61 3.692 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.930Z] #61 3.692 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:09.930Z] #61 3.693 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:09.930Z] #61 3.695 + dir=/tmp/install [2020-12-15T15:02:09.930Z] #61 3.695 + bin=proxy [2020-12-15T15:02:09.930Z] #61 3.695 + shift [2020-12-15T15:02:09.930Z] #61 3.695 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-12-15T15:02:09.930Z] #61 3.695 + . /tmp/install/proxy.installer [2020-12-15T15:02:09.930Z] #61 3.695 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:02:09.930Z] #61 3.695 + install_proxy [2020-12-15T15:02:09.930Z] #61 3.695 + case "$1" in [2020-12-15T15:02:09.930Z] #61 3.695 + export CGO_ENABLED=0 [2020-12-15T15:02:09.930Z] #61 3.695 + CGO_ENABLED=0 [2020-12-15T15:02:09.930Z] #61 3.695 + _install_proxy [2020-12-15T15:02:09.930Z] #61 3.695 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d' [2020-12-15T15:02:09.930Z] #61 3.695 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.0kxB7jOJND/src/github.com/docker/libnetwork [2020-12-15T15:02:09.930Z] #61 3.695 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:02:09.930Z] #61 3.702 Cloning into '/tmp/tmp.0kxB7jOJND/src/github.com/docker/libnetwork'... [2020-12-15T15:02:10.078Z] #22 ... [2020-12-15T15:02:10.078Z] [2020-12-15T15:02:10.078Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:10.078Z] #53 8.011 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:02:10.078Z] #53 8.139 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:02:10.078Z] #53 8.139 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:02:10.078Z] #53 9.818 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:02:10.078Z] #53 ... [2020-12-15T15:02:10.078Z] [2020-12-15T15:02:10.078Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:10.078Z] #34 8.486 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:02:10.078Z] #34 8.615 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:02:10.078Z] #34 8.621 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:02:10.078Z] #34 10.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:02:10.193Z] #61 ... [2020-12-15T15:02:10.193Z] [2020-12-15T15:02:10.193Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:10.193Z] #11 5.362 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:02:10.193Z] #11 5.394 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:02:10.193Z] #11 5.395 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:02:10.193Z] #11 6.542 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-15T15:02:10.193Z] #11 8.623 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [249 kB] [2020-12-15T15:02:10.193Z] #11 9.905 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-15T15:02:10.193Z] #11 ... [2020-12-15T15:02:10.193Z] [2020-12-15T15:02:10.193Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:10.193Z] #48 4.588 + RM_GOPATH=0 [2020-12-15T15:02:10.193Z] #48 4.588 + TMP_GOPATH= [2020-12-15T15:02:10.193Z] #48 4.588 + : /build [2020-12-15T15:02:10.194Z] #48 4.588 + '[' -z '' ']' [2020-12-15T15:02:10.194Z] #48 4.592 ++ mktemp -d [2020-12-15T15:02:10.194Z] #48 4.600 + export GOPATH=/tmp/tmp.5E5FkqLCju [2020-12-15T15:02:10.194Z] #48 4.600 + GOPATH=/tmp/tmp.5E5FkqLCju [2020-12-15T15:02:10.194Z] #48 4.600 + RM_GOPATH=1 [2020-12-15T15:02:10.194Z] #48 4.600 + case "$(go env GOARCH)" in [2020-12-15T15:02:10.194Z] #48 4.607 ++ go env GOARCH [2020-12-15T15:02:10.194Z] #48 4.619 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:02:10.194Z] #48 4.620 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:10.194Z] #48 4.620 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:10.194Z] #48 4.620 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:10.194Z] #48 4.620 + dir=/tmp/install [2020-12-15T15:02:10.194Z] #48 4.620 + bin=shfmt [2020-12-15T15:02:10.194Z] #48 4.620 + shift [2020-12-15T15:02:10.194Z] #48 4.620 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-12-15T15:02:10.194Z] #48 4.620 + . /tmp/install/shfmt.installer [2020-12-15T15:02:10.194Z] #48 4.620 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:02:10.194Z] #48 4.620 + install_shfmt [2020-12-15T15:02:10.194Z] #48 4.620 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-12-15T15:02:10.194Z] #48 4.620 + git clone https://github.com/mvdan/sh.git /tmp/tmp.5E5FkqLCju/src/github.com/mvdan/sh [2020-12-15T15:02:10.194Z] #48 4.630 Cloning into '/tmp/tmp.5E5FkqLCju/src/github.com/mvdan/sh'... [2020-12-15T15:02:10.194Z] #48 ... [2020-12-15T15:02:10.194Z] [2020-12-15T15:02:10.194Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:10.194Z] #33 5.815 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:02:10.194Z] #33 5.913 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:02:10.194Z] #33 5.913 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:02:10.194Z] #33 6.902 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-15T15:02:10.194Z] #33 8.467 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [249 kB] [2020-12-15T15:02:10.194Z] #33 10.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-15T15:02:10.340Z] #34 ... [2020-12-15T15:02:10.340Z] [2020-12-15T15:02:10.340Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:10.340Z] #32 6.838 + RM_GOPATH=0 [2020-12-15T15:02:10.340Z] #32 6.838 + TMP_GOPATH= [2020-12-15T15:02:10.340Z] #32 6.838 + : /build [2020-12-15T15:02:10.340Z] #32 6.838 + '[' -z '' ']' [2020-12-15T15:02:10.340Z] #32 6.838 ++ mktemp -d [2020-12-15T15:02:10.340Z] #32 6.838 + export GOPATH=/tmp/tmp.82di95PT2W [2020-12-15T15:02:10.340Z] #32 6.838 + GOPATH=/tmp/tmp.82di95PT2W [2020-12-15T15:02:10.340Z] #32 6.838 + RM_GOPATH=1 [2020-12-15T15:02:10.340Z] #32 6.838 + case "$(go env GOARCH)" in [2020-12-15T15:02:10.340Z] #32 6.838 ++ go env GOARCH [2020-12-15T15:02:10.340Z] #32 6.859 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:10.340Z] #32 6.859 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:10.340Z] #32 6.859 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:10.340Z] #32 6.859 + dir=/tmp/install [2020-12-15T15:02:10.340Z] #32 6.859 + bin=tomlv [2020-12-15T15:02:10.340Z] #32 6.859 + shift [2020-12-15T15:02:10.340Z] #32 6.859 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-12-15T15:02:10.340Z] #32 6.859 + . /tmp/install/tomlv.installer [2020-12-15T15:02:10.340Z] #32 6.859 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:02:10.340Z] #32 6.859 + install_tomlv [2020-12-15T15:02:10.340Z] #32 6.859 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-12-15T15:02:10.340Z] #32 6.859 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.82di95PT2W/src/github.com/BurntSushi/toml [2020-12-15T15:02:10.340Z] #32 6.859 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:02:10.340Z] #32 6.864 Cloning into '/tmp/tmp.82di95PT2W/src/github.com/BurntSushi/toml'... [2020-12-15T15:02:10.340Z] #32 8.268 + cd /tmp/tmp.82di95PT2W/src/github.com/BurntSushi/toml [2020-12-15T15:02:10.340Z] #32 8.268 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-12-15T15:02:10.340Z] #32 8.298 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-12-15T15:02:10.340Z] #32 9.414 runtime/internal/atomic [2020-12-15T15:02:10.340Z] #32 9.431 internal/cpu [2020-12-15T15:02:10.340Z] #32 9.846 runtime/internal/sys [2020-12-15T15:02:10.340Z] #32 10.24 runtime/internal/math [2020-12-15T15:02:10.340Z] #32 10.32 math/bits [2020-12-15T15:02:10.340Z] #32 10.56 internal/bytealg [2020-12-15T15:02:10.340Z] #32 10.84 math [2020-12-15T15:02:10.340Z] #32 ... [2020-12-15T15:02:10.340Z] [2020-12-15T15:02:10.340Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:10.340Z] #11 7.654 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:02:10.340Z] #11 7.706 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:02:10.340Z] #11 7.913 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:02:10.340Z] #11 9.380 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:02:10.460Z] #33 ... [2020-12-15T15:02:10.460Z] [2020-12-15T15:02:10.460Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:02:10.460Z] #26 5.144 0.0% ##### 7.2% ########## 14.7% ################# 23.7% #################### 29.1% ######################### 35.5% ############################### 44.0% #################################### 50.1% ########################################## 58.8% ################################################# 68.3% ###################################################### 75.5% ######################################################### 80.5% ################################################################ 89.6% ###################################################################### 98.2% ######################################################################## 100.0% [2020-12-15T15:02:10.460Z] #26 7.167 [2020-12-15T15:02:10.541Z] #47 25.02 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:02:10.607Z] #11 ... [2020-12-15T15:02:10.607Z] [2020-12-15T15:02:10.607Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:10.607Z] #40 5.965 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:02:10.607Z] #40 5.984 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:02:10.607Z] #40 5.991 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:02:10.607Z] #40 6.449 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:02:10.607Z] #40 9.104 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:02:10.607Z] #40 ... [2020-12-15T15:02:10.607Z] [2020-12-15T15:02:10.607Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:10.607Z] #45 10.33 go: downloading github.com/spf13/pflag v1.0.3 [2020-12-15T15:02:10.607Z] #45 10.40 go: downloading github.com/fatih/color v1.9.0 [2020-12-15T15:02:10.607Z] #45 10.40 go: downloading github.com/pkg/errors v0.9.1 [2020-12-15T15:02:10.607Z] #45 10.69 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:02:10.607Z] #45 10.69 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:02:10.607Z] #45 10.83 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:02:10.607Z] #45 10.85 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:02:10.607Z] #45 10.91 go: extracting github.com/pkg/errors v0.9.1 [2020-12-15T15:02:11.226Z] #45 11.45 go: extracting github.com/fatih/color v1.9.0 [2020-12-15T15:02:11.226Z] #45 11.46 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-15T15:02:11.343Z] #43 3.669 fatal: not a git repository (or any of the parent directories): .git [2020-12-15T15:02:11.343Z] #43 3.707 GEN .gitid [2020-12-15T15:02:11.343Z] #43 3.760 GEN criu/include/version.h [2020-12-15T15:02:11.490Z] #45 11.95 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:02:11.490Z] #45 11.98 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:02:11.642Z] #43 3.869 GEN include/common/asm [2020-12-15T15:02:11.750Z] #45 12.20 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:02:12.236Z] .....INFO: Daemon under test started and replied! [2020-12-15T15:02:12.236Z] INFO: Docker version of the daemon under test [2020-12-15T15:02:12.236Z] [2020-12-15T15:02:12.236Z] Client: [2020-12-15T15:02:12.236Z] Version: 17.06.2-ce [2020-12-15T15:02:12.236Z] API version: 1.30 [2020-12-15T15:02:12.236Z] Go version: go1.8.3 [2020-12-15T15:02:12.236Z] Git commit: cec0b72 [2020-12-15T15:02:12.236Z] Built: Tue Sep 5 19:57:19 2017 [2020-12-15T15:02:12.236Z] OS/Arch: windows/amd64 [2020-12-15T15:02:12.236Z] [2020-12-15T15:02:12.236Z] Server: [2020-12-15T15:02:12.236Z] Version: 0.0.0-dev [2020-12-15T15:02:12.236Z] API version: 1.41 (minimum version 1.24) [2020-12-15T15:02:12.236Z] Go version: go1.13.15 [2020-12-15T15:02:12.236Z] Git commit: 7e600eaae0 [2020-12-15T15:02:12.236Z] Built: 12/15/2020 15:00:17 [2020-12-15T15:02:12.236Z] OS/Arch: windows/amd64 [2020-12-15T15:02:12.236Z] Experimental: false [2020-12-15T15:02:12.236Z] [2020-12-15T15:02:12.236Z] INFO: Docker info of the daemon under test [2020-12-15T15:02:12.236Z] [2020-12-15T15:02:12.236Z] Containers: 0 [2020-12-15T15:02:12.236Z] Running: 0 [2020-12-15T15:02:12.236Z] Paused: 0 [2020-12-15T15:02:12.236Z] Stopped: 0 [2020-12-15T15:02:12.236Z] Images: 0 [2020-12-15T15:02:12.236Z] Server Version: 0.0.0-dev [2020-12-15T15:02:12.236Z] Storage Driver: windowsfilter [2020-12-15T15:02:12.236Z] Windows: [2020-12-15T15:02:12.236Z] Logging Driver: json-file [2020-12-15T15:02:12.236Z] Plugins: [2020-12-15T15:02:12.236Z] Volume: local [2020-12-15T15:02:12.237Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-12-15T15:02:12.237Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-12-15T15:02:12.237Z] Swarm: inactive [2020-12-15T15:02:12.237Z] Default Isolation: process [2020-12-15T15:02:12.237Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-12-15T15:02:12.237Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-12-15T15:02:12.237Z] OSType: windows [2020-12-15T15:02:12.237Z] Architecture: x86_64 [2020-12-15T15:02:12.237Z] CPUs: 4 [2020-12-15T15:02:12.237Z] Total Memory: 32GiB [2020-12-15T15:02:12.237Z] Name: azwin-2-874ec0 [2020-12-15T15:02:12.237Z] ID: DCSJ:DS5E:ZP2N:LSJ5:KGF5:Q3YL:YEVC:SHOM:ZYB6:Q6MW:2EC6:L6JM [2020-12-15T15:02:12.237Z] Docker Root Dir: D:\CI\PR-41800\2\daemon [2020-12-15T15:02:12.237Z] Debug Mode (client): false [2020-12-15T15:02:12.237Z] Debug Mode (server): true [2020-12-15T15:02:12.237Z] File Descriptors: -1 [2020-12-15T15:02:12.237Z] Goroutines: 16 [2020-12-15T15:02:12.237Z] System Time: 2020-12-15T15:02:10.1030543Z [2020-12-15T15:02:12.237Z] EventsListeners: 0 [2020-12-15T15:02:12.237Z] Registry: https://index.docker.io/v1/ [2020-12-15T15:02:12.237Z] Labels: [2020-12-15T15:02:12.237Z] Experimental: false [2020-12-15T15:02:12.237Z] Insecure Registries: [2020-12-15T15:02:12.237Z] 127.0.0.0/8 [2020-12-15T15:02:12.237Z] Live Restore Enabled: false [2020-12-15T15:02:12.237Z] [2020-12-15T15:02:12.237Z] [2020-12-15T15:02:12.237Z] INFO: Docker images of the daemon under test [2020-12-15T15:02:12.237Z] [2020-12-15T15:02:12.237Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-12-15T15:02:12.237Z] [2020-12-15T15:02:12.237Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-12-15T15:02:12.237Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-12-15T15:02:12.237Z] ltsc2019: Pulling from windows/servercore [2020-12-15T15:02:12.237Z] 4612f6d0b889: Pulling fs layer [2020-12-15T15:02:12.237Z] aa4f58cd6da1: Pulling fs layer [2020-12-15T15:02:12.323Z] #45 12.57 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:02:12.590Z] #45 13.02 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:02:12.708Z] #43 ... [2020-12-15T15:02:12.708Z] [2020-12-15T15:02:12.709Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:12.709Z] #37 6.674 -- Detecting C compile features - done [2020-12-15T15:02:12.709Z] #37 6.729 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-15T15:02:12.709Z] #37 6.995 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-15T15:02:12.709Z] #37 7.181 -- Configuring done [2020-12-15T15:02:12.709Z] #37 7.210 -- Generating done [2020-12-15T15:02:12.709Z] #37 7.224 -- Build files have been written to: /tmp/tmp.VrW8Q4FqfZ/tini [2020-12-15T15:02:12.709Z] #37 7.237 + make tini-static [2020-12-15T15:02:12.709Z] #37 7.690 Scanning dependencies of target tini-static [2020-12-15T15:02:12.709Z] #37 7.783 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-15T15:02:12.709Z] #37 9.602 [100%] Linking C executable tini-static [2020-12-15T15:02:12.709Z] #37 10.40 [100%] Built target tini-static [2020-12-15T15:02:12.709Z] #37 10.49 + mkdir -p /build [2020-12-15T15:02:12.709Z] #37 10.49 + cp tini-static /build/docker-init [2020-12-15T15:02:12.709Z] #37 DONE 10.6s [2020-12-15T15:02:12.709Z] [2020-12-15T15:02:12.709Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:12.709Z] #13 63.38 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-15T15:02:12.709Z] #13 63.39 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-15T15:02:12.709Z] #13 63.39 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-15T15:02:13.176Z] #54 137.3 + bin/containerd-shim-runc-v1 [2020-12-15T15:02:13.213Z] #47 ... [2020-12-15T15:02:13.213Z] [2020-12-15T15:02:13.213Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:13.213Z] #49 17.70 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:02:13.213Z] #49 17.84 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:02:13.213Z] #49 18.98 unicode/utf16 [2020-12-15T15:02:13.213Z] #49 19.41 runtime [2020-12-15T15:02:13.213Z] #49 19.89 runtime/cgo [2020-12-15T15:02:13.213Z] #49 ... [2020-12-15T15:02:13.213Z] [2020-12-15T15:02:13.213Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:13.213Z] #45 19.52 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:02:13.213Z] #45 25.23 go: finding github.com/fatih/color v1.9.0 [2020-12-15T15:02:13.213Z] #45 25.49 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:02:13.213Z] #45 25.75 go: finding github.com/pkg/errors v0.9.1 [2020-12-15T15:02:13.213Z] #45 25.79 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:02:13.213Z] #45 25.81 go: finding github.com/spf13/pflag v1.0.3 [2020-12-15T15:02:13.213Z] #45 25.89 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:02:13.213Z] #45 26.27 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:02:13.213Z] #45 26.61 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:02:13.213Z] #45 26.94 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:02:13.213Z] #45 26.94 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:02:13.213Z] #45 26.99 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:02:13.490Z] #45 ... [2020-12-15T15:02:13.490Z] [2020-12-15T15:02:13.490Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:13.490Z] #47 28.00 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:02:13.765Z] #13 ... [2020-12-15T15:02:13.765Z] [2020-12-15T15:02:13.765Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:13.765Z] #43 6.137 PBCC images/timens.pb-c.c [2020-12-15T15:02:13.765Z] #43 6.208 DEP images/timens.pb-c.d [2020-12-15T15:02:13.765Z] #43 ... [2020-12-15T15:02:13.765Z] [2020-12-15T15:02:13.765Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:13.765Z] #45 60.98 bufio [2020-12-15T15:02:13.765Z] #45 62.57 reflect [2020-12-15T15:02:13.765Z] #45 65.50 regexp/syntax [2020-12-15T15:02:13.765Z] #45 65.55 path [2020-12-15T15:02:13.765Z] #45 68.03 hash/crc32 [2020-12-15T15:02:14.058Z] #47 28.69 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:02:14.062Z] #45 ... [2020-12-15T15:02:14.062Z] [2020-12-15T15:02:14.062Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:14.062Z] #13 71.09 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-15T15:02:14.062Z] #13 71.13 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-12-15T15:02:14.062Z] #13 71.15 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:02:14.062Z] #13 71.35 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-15T15:02:14.316Z] #47 ... [2020-12-15T15:02:14.316Z] [2020-12-15T15:02:14.316Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:14.316Z] #43 18.97 unicode/utf16 [2020-12-15T15:02:14.316Z] #43 19.30 container/list [2020-12-15T15:02:14.316Z] #43 20.60 crypto/internal/subtle [2020-12-15T15:02:14.316Z] #43 20.86 crypto/subtle [2020-12-15T15:02:14.316Z] #43 21.13 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-15T15:02:14.316Z] #43 21.28 internal/nettrace [2020-12-15T15:02:14.316Z] #43 21.60 runtime/cgo [2020-12-15T15:02:14.359Z] #13 71.36 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-12-15T15:02:14.359Z] #13 71.37 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:02:14.567Z] #45 15.12 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:02:14.818Z] #26 7.571 0.0% 0.9% # 1.9% ## 2.9% ## 4.0% ### 5.5% #### 6.8% ##### 8.0% ###### 8.6% ###### 9.5% ####### 10.4% ######## 12.3% ######### 13.2% ########## 14.0% ########## 14.3% ########### 15.3% ########### 16.1% ########### 16.6% ############ 17.5% ############# 18.5% ############# 19.4% ############## 20.4% ############### 21.2% ############### 22.1% ################ 23.2% ################# 23.8% ################# 24.7% ################## 25.8% ################### 26.8% #################### 27.8% #################### 28.8% ##################### 29.4% ###################### 30.8% ###################### 31.8% ####################### 32.7% ######################## 33.6% ######################## 34.4% ######################### 35.3% ########################## 36.2% ########################## 37.1% ########################### 38.4% ############################ 39.1% ############################ 39.9% ############################# 40.9% ############################## 41.7% ############################## 42.4% ############################### 43.5% ################################ 45.6% ################################## 47.5% ################################### 49.1% #################################### 50.5% ##################################### 52.0% ###################################### 53.6% ####################################### 55.4% ######################################### 57.0% ########################################## 59.0% ########################################### 60.9% ############################################# 63.0% ############################################## 64.4% ############################################### 66.0% ################################################ 67.7% ################################################# 69.4% ################################################### 72.2% ##################################################### 74.8% ####################################################### 77.0% ######################################################## 78.3% ########################################################## 81.2% ########################################################### 83.3% ############################################################# 85.5% ############################################################### 88.0% ################################################################ 89.9% ################################################################## 91.9% ################################################################### 93.6% ##################################################################### 96.5% ####################################################################### 99.5% ######################################################################## 100.0% [2020-12-15T15:02:14.818Z] #26 15.92 [2020-12-15T15:02:14.818Z] #26 ... [2020-12-15T15:02:14.818Z] [2020-12-15T15:02:14.818Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:14.818Z] #52 5.960 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:02:14.818Z] #52 5.993 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:02:14.818Z] #52 6.000 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:02:14.818Z] #52 7.183 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-15T15:02:14.818Z] #52 9.040 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [249 kB] [2020-12-15T15:02:14.818Z] #52 10.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-15T15:02:15.002Z] #13 ... [2020-12-15T15:02:15.002Z] [2020-12-15T15:02:15.002Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:15.002Z] #51 62.02 bufio [2020-12-15T15:02:15.002Z] #51 63.35 text/tabwriter [2020-12-15T15:02:15.002Z] #51 65.76 regexp/syntax [2020-12-15T15:02:15.002Z] #51 65.84 reflect [2020-12-15T15:02:15.002Z] #51 ... [2020-12-15T15:02:15.002Z] [2020-12-15T15:02:15.002Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:15.002Z] #43 6.307 PBCC images/fown.pb-c.c [2020-12-15T15:02:15.002Z] #43 6.337 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-15T15:02:15.002Z] #43 6.425 PBCC images/opts.pb-c.c [2020-12-15T15:02:15.002Z] #43 6.497 PBCC images/memfd.pb-c.c [2020-12-15T15:02:15.002Z] #43 6.576 DEP images/fown.pb-c.d [2020-12-15T15:02:15.002Z] #43 6.642 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-15T15:02:15.002Z] #43 6.707 DEP images/opts.pb-c.d [2020-12-15T15:02:15.002Z] #43 6.813 DEP images/memfd.pb-c.d [2020-12-15T15:02:15.002Z] #43 6.924 PBCC images/sit.pb-c.c [2020-12-15T15:02:15.002Z] #43 7.012 DEP images/sit.pb-c.d [2020-12-15T15:02:15.002Z] #43 7.119 PBCC images/macvlan.pb-c.c [2020-12-15T15:02:15.002Z] #43 7.162 DEP images/macvlan.pb-c.d [2020-12-15T15:02:15.002Z] #43 7.260 PBCC images/autofs.pb-c.c [2020-12-15T15:02:15.002Z] #43 7.275 DEP images/autofs.pb-c.d [2020-12-15T15:02:15.002Z] #43 7.347 PBCC images/sysctl.pb-c.c [2020-12-15T15:02:15.002Z] #43 7.371 DEP images/sysctl.pb-c.d [2020-12-15T15:02:15.002Z] #43 7.464 PBCC images/time.pb-c.c [2020-12-15T15:02:15.002Z] #43 7.509 DEP images/time.pb-c.d [2020-12-15T15:02:15.002Z] #43 7.548 PBCC images/binfmt-misc.pb-c.c [2020-12-15T15:02:15.002Z] #43 ... [2020-12-15T15:02:15.002Z] [2020-12-15T15:02:15.002Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:15.002Z] #34 62.31 bufio [2020-12-15T15:02:15.002Z] #34 64.15 reflect [2020-12-15T15:02:15.002Z] #34 64.68 path [2020-12-15T15:02:15.002Z] #34 71.81 internal/syscall/execenv [2020-12-15T15:02:15.002Z] #34 71.83 internal/syscall/unix [2020-12-15T15:02:15.002Z] #34 71.85 time [2020-12-15T15:02:15.082Z] #52 ... [2020-12-15T15:02:15.082Z] [2020-12-15T15:02:15.082Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:15.082Z] #48 11.50 + cd /tmp/tmp.5E5FkqLCju/src/github.com/mvdan/sh [2020-12-15T15:02:15.082Z] #48 11.50 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:02:15.082Z] #48 11.67 + GO111MODULE=on [2020-12-15T15:02:15.082Z] #48 11.67 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-15T15:02:15.082Z] #48 13.79 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:02:15.082Z] #48 13.81 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:02:15.082Z] #48 13.85 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:02:15.082Z] #48 13.98 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:02:15.082Z] #48 14.23 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:02:15.082Z] #48 15.63 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:02:15.253Z] #43 ... [2020-12-15T15:02:15.253Z] [2020-12-15T15:02:15.253Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:02:15.298Z] #34 ... [2020-12-15T15:02:15.298Z] [2020-12-15T15:02:15.298Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:15.298Z] #43 7.588 DEP images/binfmt-misc.pb-c.d [2020-12-15T15:02:15.298Z] #43 7.632 PBCC images/seccomp.pb-c.c [2020-12-15T15:02:15.298Z] #43 7.643 DEP images/seccomp.pb-c.d [2020-12-15T15:02:15.298Z] #43 7.741 PBCC images/userns.pb-c.c [2020-12-15T15:02:15.298Z] #43 7.757 DEP images/userns.pb-c.d [2020-12-15T15:02:15.298Z] #43 7.812 PBCC images/cgroup.pb-c.c [2020-12-15T15:02:15.594Z] #43 7.851 DEP images/cgroup.pb-c.d [2020-12-15T15:02:15.594Z] #43 7.921 PBCC images/ext-file.pb-c.c [2020-12-15T15:02:15.594Z] #43 7.941 DEP images/ext-file.pb-c.d [2020-12-15T15:02:15.594Z] #43 8.023 PBCC images/rpc.pb-c.c [2020-12-15T15:02:15.891Z] #43 8.115 DEP images/rpc.pb-c.d [2020-12-15T15:02:15.891Z] #43 8.180 PBCC images/siginfo.pb-c.c [2020-12-15T15:02:15.891Z] #43 8.207 DEP images/siginfo.pb-c.d [2020-12-15T15:02:15.891Z] #43 8.265 PBCC images/pagemap.pb-c.c [2020-12-15T15:02:15.891Z] #43 8.304 DEP images/pagemap.pb-c.d [2020-12-15T15:02:15.891Z] #43 8.342 PBCC images/rlimit.pb-c.c [2020-12-15T15:02:15.891Z] #43 8.356 DEP images/rlimit.pb-c.d [2020-12-15T15:02:15.891Z] #43 8.393 PBCC images/file-lock.pb-c.c [2020-12-15T15:02:15.891Z] #43 8.416 DEP images/file-lock.pb-c.d [2020-12-15T15:02:15.897Z] #54 140.3 + bin/containerd-shim-runc-v2 [2020-12-15T15:02:15.954Z] #45 16.06 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:02:16.031Z] #48 16.98 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:02:16.125Z] aa4f58cd6da1: Verifying Checksum [2020-12-15T15:02:16.125Z] aa4f58cd6da1: Download complete [2020-12-15T15:02:16.189Z] #43 8.465 PBCC images/tty.pb-c.c [2020-12-15T15:02:16.189Z] #43 8.527 DEP images/tty.pb-c.d [2020-12-15T15:02:16.189Z] #43 8.572 PBCC images/tun.pb-c.c [2020-12-15T15:02:16.189Z] #43 8.623 PBCC images/netdev.pb-c.c [2020-12-15T15:02:16.289Z] #38 29.66 Checking out files: 61% (1018/1666) Checking out files: 62% (1033/1666) Checking out files: 63% (1050/1666) Checking out files: 64% (1067/1666) Checking out files: 65% (1083/1666) Checking out files: 66% (1100/1666) Checking out files: 67% (1117/1666) Checking out files: 68% (1133/1666) Checking out files: 69% (1150/1666) Checking out files: 70% (1167/1666) Checking out files: 71% (1183/1666) Checking out files: 72% (1200/1666) Checking out files: 73% (1217/1666) Checking out files: 74% (1233/1666) Checking out files: 75% (1250/1666) Checking out files: 76% (1267/1666) Checking out files: 77% (1283/1666) Checking out files: 78% (1300/1666) Checking out files: 79% (1317/1666) Checking out files: 80% (1333/1666) Checking out files: 81% (1350/1666) Checking out files: 82% (1367/1666) Checking out files: 83% (1383/1666) Checking out files: 84% (1400/1666) Checking out files: 85% (1417/1666) Checking out files: 86% (1433/1666) Checking out files: 87% (1450/1666) Checking out files: 88% (1467/1666) Checking out files: 89% (1483/1666) Checking out files: 90% (1500/1666) Checking out files: 91% (1517/1666) Checking out files: 92% (1533/1666) Checking out files: 93% (1550/1666) Checking out files: 94% (1567/1666) Checking out files: 95% (1583/1666) Checking out files: 96% (1600/1666) Checking out files: 97% (1617/1666) Checking out files: 98% (1633/1666) Checking out files: 99% (1650/1666) Checking out files: 100% (1666/1666) Checking out files: 100% (1666/1666), done. [2020-12-15T15:02:16.289Z] #38 30.76 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-15T15:02:16.295Z] #48 ... [2020-12-15T15:02:16.295Z] [2020-12-15T15:02:16.295Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:16.295Z] #46 16.17 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:02:16.295Z] #46 16.23 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:02:16.295Z] #46 16.24 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-15T15:02:16.295Z] #46 16.32 go: downloading github.com/fatih/color v1.7.0 [2020-12-15T15:02:16.295Z] #46 16.42 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-15T15:02:16.295Z] #46 16.43 go: downloading github.com/spf13/viper v1.6.1 [2020-12-15T15:02:16.295Z] #46 16.44 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:02:16.295Z] #46 16.72 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-15T15:02:16.295Z] #46 16.83 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:02:16.295Z] #46 16.88 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-15T15:02:16.295Z] #46 16.91 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:02:16.486Z] #43 8.728 DEP images/tun.pb-c.d [2020-12-15T15:02:16.486Z] #43 8.784 DEP images/netdev.pb-c.d [2020-12-15T15:02:16.486Z] #43 8.855 PBCC images/vma.pb-c.c [2020-12-15T15:02:16.486Z] #43 8.908 DEP images/vma.pb-c.d [2020-12-15T15:02:16.486Z] #43 8.956 PBCC images/creds.pb-c.c [2020-12-15T15:02:16.486Z] #43 8.967 DEP images/creds.pb-c.d [2020-12-15T15:02:16.486Z] #43 9.019 PBCC images/utsns.pb-c.c [2020-12-15T15:02:16.532Z] #54 140.9 + binaries [2020-12-15T15:02:16.532Z] #54 140.9 + install -D bin/containerd /build/containerd [2020-12-15T15:02:16.532Z] #54 141.0 + install -D bin/containerd-shim /build/containerd-shim [2020-12-15T15:02:16.532Z] #54 141.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-15T15:02:16.532Z] #54 141.0 + install -D bin/ctr /build/ctr [2020-12-15T15:02:16.558Z] #46 17.63 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-15T15:02:16.558Z] #46 17.67 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-15T15:02:16.558Z] #46 17.67 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:02:16.558Z] #46 17.67 go: extracting github.com/fatih/color v1.7.0 [2020-12-15T15:02:16.558Z] #46 17.71 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:02:16.785Z] #43 9.042 DEP images/utsns.pb-c.d [2020-12-15T15:02:16.785Z] #43 9.197 PBCC images/ipc-desc.pb-c.c [2020-12-15T15:02:16.785Z] #43 9.212 PBCC images/ipc-sem.pb-c.c [2020-12-15T15:02:16.785Z] #43 9.242 DEP images/ipc-desc.pb-c.d [2020-12-15T15:02:16.785Z] #43 9.277 DEP images/ipc-sem.pb-c.d [2020-12-15T15:02:16.821Z] #46 17.71 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:02:16.821Z] #46 17.73 go: extracting github.com/spf13/viper v1.6.1 [2020-12-15T15:02:17.082Z] #43 9.314 PBCC images/ipc-msg.pb-c.c [2020-12-15T15:02:17.082Z] #43 9.342 DEP images/ipc-msg.pb-c.d [2020-12-15T15:02:17.082Z] #43 9.419 PBCC images/ipc-shm.pb-c.c [2020-12-15T15:02:17.082Z] #43 9.432 DEP images/ipc-shm.pb-c.d [2020-12-15T15:02:17.082Z] #43 9.492 PBCC images/ipc-var.pb-c.c [2020-12-15T15:02:17.082Z] #43 9.505 DEP images/ipc-var.pb-c.d [2020-12-15T15:02:17.082Z] #43 9.548 PBCC images/sk-opts.pb-c.c [2020-12-15T15:02:17.083Z] #46 18.05 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:02:17.083Z] #46 18.21 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:02:17.083Z] #46 18.24 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:02:17.163Z] #54 DONE 141.6s [2020-12-15T15:02:17.344Z] #46 18.28 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:02:17.355Z] #45 ... [2020-12-15T15:02:17.356Z] [2020-12-15T15:02:17.356Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:02:17.356Z] #38 7.455 + git clone https://github.com/docker/distribution.git . [2020-12-15T15:02:17.356Z] #38 7.463 Cloning into '.'... [2020-12-15T15:02:17.356Z] #38 ... [2020-12-15T15:02:17.356Z] [2020-12-15T15:02:17.356Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:17.356Z] #43 8.258 + cd /tmp/tmp.yz0AhBtY13/src/github.com/LK4D4/vndr [2020-12-15T15:02:17.356Z] #43 8.258 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-12-15T15:02:17.356Z] #43 8.284 + go build -buildmode=pie -v -o /build/vndr . [2020-12-15T15:02:17.356Z] #43 10.48 internal/cpu [2020-12-15T15:02:17.356Z] #43 10.52 internal/race [2020-12-15T15:02:17.356Z] #43 10.77 sync/atomic [2020-12-15T15:02:17.356Z] #43 11.15 unicode [2020-12-15T15:02:17.356Z] #43 11.79 runtime [2020-12-15T15:02:17.356Z] #43 16.90 unicode/utf8 [2020-12-15T15:02:17.356Z] #43 17.79 math [2020-12-15T15:02:17.399Z] #43 9.578 PBCC images/packet-sock.pb-c.c [2020-12-15T15:02:17.399Z] #43 9.612 DEP images/sk-opts.pb-c.d [2020-12-15T15:02:17.399Z] #43 9.701 DEP images/packet-sock.pb-c.d [2020-12-15T15:02:17.399Z] #43 9.809 PBCC images/sk-netlink.pb-c.c [2020-12-15T15:02:17.399Z] #43 9.860 DEP images/sk-netlink.pb-c.d [2020-12-15T15:02:17.399Z] #43 9.930 PBCC images/sk-inet.pb-c.c [2020-12-15T15:02:17.606Z] #46 18.65 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-15T15:02:17.616Z] #43 ... [2020-12-15T15:02:17.616Z] [2020-12-15T15:02:17.616Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:17.616Z] #56 8.067 + cd /tmp/tmp.udAHZY1L9s/src/github.com/rootless-containers/rootlesskit [2020-12-15T15:02:17.616Z] #56 8.070 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-12-15T15:02:17.616Z] #56 8.677 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-15T15:02:17.616Z] #56 8.689 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-12-15T15:02:17.696Z] #43 10.04 DEP images/sk-inet.pb-c.d [2020-12-15T15:02:17.696Z] #43 10.10 PBCC images/sk-unix.pb-c.c [2020-12-15T15:02:17.696Z] #43 10.17 DEP images/sk-unix.pb-c.d [2020-12-15T15:02:17.793Z] [2020-12-15T15:02:17.793Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-15T15:02:17.868Z] #46 18.79 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:02:17.868Z] #46 18.83 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-15T15:02:17.877Z] #56 ... [2020-12-15T15:02:17.877Z] [2020-12-15T15:02:17.877Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:17.877Z] #34 13.92 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:02:17.877Z] #34 17.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:02:17.998Z] #43 10.26 PBCC images/mm.pb-c.c [2020-12-15T15:02:17.998Z] #43 10.30 DEP images/mm.pb-c.d [2020-12-15T15:02:17.998Z] #43 10.40 PBCC images/timerfd.pb-c.c [2020-12-15T15:02:18.083Z] #55 DONE 0.3s [2020-12-15T15:02:18.083Z] [2020-12-15T15:02:18.083Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-15T15:02:18.083Z] #59 DONE 0.1s [2020-12-15T15:02:18.083Z] [2020-12-15T15:02:18.083Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-15T15:02:18.296Z] #43 10.50 DEP images/timerfd.pb-c.d [2020-12-15T15:02:18.296Z] #43 10.56 PBCC images/timer.pb-c.c [2020-12-15T15:02:18.296Z] #43 10.57 DEP images/timer.pb-c.d [2020-12-15T15:02:18.296Z] #43 10.66 PBCC images/sa.pb-c.c [2020-12-15T15:02:18.296Z] #43 10.79 DEP images/sa.pb-c.d [2020-12-15T15:02:18.373Z] #61 DONE 0.1s [2020-12-15T15:02:18.373Z] [2020-12-15T15:02:18.373Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-15T15:02:18.373Z] #63 DONE 0.1s [2020-12-15T15:02:18.373Z] [2020-12-15T15:02:18.373Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-15T15:02:18.373Z] #64 DONE 0.0s [2020-12-15T15:02:18.373Z] [2020-12-15T15:02:18.373Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-15T15:02:18.599Z] #43 10.84 PBCC images/pipe-data.pb-c.c [2020-12-15T15:02:18.599Z] #43 10.87 DEP images/pipe-data.pb-c.d [2020-12-15T15:02:18.599Z] #43 11.05 PBCC images/mnt.pb-c.c [2020-12-15T15:02:18.820Z] #46 19.64 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:02:18.822Z] #34 ... [2020-12-15T15:02:18.822Z] [2020-12-15T15:02:18.822Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:18.822Z] #47 18.42 go: downloading github.com/spf13/cobra v0.0.5 [2020-12-15T15:02:18.822Z] #47 18.43 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:02:18.822Z] #47 18.43 go: downloading github.com/spf13/pflag v1.0.5 [2020-12-15T15:02:18.822Z] #47 18.43 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:02:18.822Z] #47 18.45 go: downloading github.com/spf13/viper v1.6.1 [2020-12-15T15:02:18.822Z] #47 18.71 go: downloading github.com/pkg/errors v0.8.1 [2020-12-15T15:02:18.822Z] #47 18.71 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:02:18.822Z] #47 18.72 go: downloading github.com/fatih/color v1.7.0 [2020-12-15T15:02:18.822Z] #47 18.79 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:02:18.822Z] #47 19.36 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:02:18.825Z] #38 33.13 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-15T15:02:18.909Z] #43 11.17 DEP images/mnt.pb-c.d [2020-12-15T15:02:18.909Z] #43 11.22 PBCC images/sk-packet.pb-c.c [2020-12-15T15:02:18.909Z] #43 11.26 DEP images/sk-packet.pb-c.d [2020-12-15T15:02:18.909Z] #43 ... [2020-12-15T15:02:18.909Z] [2020-12-15T15:02:18.909Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:18.909Z] #47 DONE 76.3s [2020-12-15T15:02:18.909Z] [2020-12-15T15:02:18.909Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:18.909Z] #43 11.38 PBCC images/tcp-stream.pb-c.c [2020-12-15T15:02:19.083Z] #47 19.53 go: extracting github.com/pkg/errors v0.8.1 [2020-12-15T15:02:19.083Z] #47 19.57 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:02:19.083Z] #47 19.59 go: downloading github.com/stretchr/testify v1.4.0 [2020-12-15T15:02:19.205Z] #43 11.64 DEP images/tcp-stream.pb-c.d [2020-12-15T15:02:19.205Z] #43 11.74 PBCC images/pipe.pb-c.c [2020-12-15T15:02:19.344Z] #47 19.70 go: extracting github.com/fatih/color v1.7.0 [2020-12-15T15:02:19.344Z] #47 19.75 go: extracting github.com/spf13/pflag v1.0.5 [2020-12-15T15:02:19.344Z] #47 19.92 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:02:19.403Z] #65 DONE 0.7s [2020-12-15T15:02:19.403Z] [2020-12-15T15:02:19.403Z] #66 exporting to image [2020-12-15T15:02:19.403Z] #66 exporting layers [2020-12-15T15:02:19.502Z] #43 11.82 DEP images/pipe.pb-c.d [2020-12-15T15:02:19.502Z] #43 11.87 PBCC images/pstree.pb-c.c [2020-12-15T15:02:19.502Z] #43 11.90 DEP images/pstree.pb-c.d [2020-12-15T15:02:19.502Z] #43 11.94 PBCC images/fs.pb-c.c [2020-12-15T15:02:19.502Z] #43 11.96 DEP images/fs.pb-c.d [2020-12-15T15:02:19.606Z] #47 20.04 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:02:19.606Z] #47 20.07 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:02:19.606Z] #47 20.07 go: extracting github.com/spf13/cobra v0.0.5 [2020-12-15T15:02:19.606Z] #47 20.10 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:02:19.606Z] #47 20.16 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:02:19.786Z] #46 ... [2020-12-15T15:02:19.786Z] [2020-12-15T15:02:19.786Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:19.786Z] #44 10.58 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:02:19.786Z] #44 10.59 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:02:19.786Z] #44 10.90 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:02:19.786Z] #44 10.97 go: extracting github.com/spf13/pflag v1.0.3 [2020-12-15T15:02:19.786Z] #44 10.98 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:02:19.786Z] #44 12.33 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:02:19.786Z] #44 12.61 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:02:19.786Z] #44 13.98 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:02:19.786Z] #44 19.53 go: finding github.com/fatih/color v1.9.0 [2020-12-15T15:02:19.786Z] #44 19.53 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:02:19.786Z] #44 19.64 go: finding github.com/pkg/errors v0.9.1 [2020-12-15T15:02:19.786Z] #44 19.69 go: finding github.com/spf13/pflag v1.0.3 [2020-12-15T15:02:19.786Z] #44 19.70 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:02:19.786Z] #44 19.84 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:02:19.786Z] #44 20.32 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:02:19.786Z] #44 20.42 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:02:19.786Z] #44 20.50 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:02:19.786Z] #44 20.58 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:02:19.786Z] #44 20.61 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:02:19.786Z] #44 ... [2020-12-15T15:02:19.786Z] [2020-12-15T15:02:19.786Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:19.786Z] #61 18.71 Checking out files: 42% (810/1905) Checking out files: 43% (820/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 99% (1889/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-12-15T15:02:19.786Z] #61 19.79 + cd /tmp/tmp.0kxB7jOJND/src/github.com/docker/libnetwork [2020-12-15T15:02:19.786Z] #61 19.79 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:02:19.786Z] #61 20.38 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-12-15T15:02:19.799Z] #43 12.03 PBCC images/signalfd.pb-c.c [2020-12-15T15:02:19.799Z] #43 12.09 DEP images/signalfd.pb-c.d [2020-12-15T15:02:19.799Z] #43 12.15 PBCC images/fh.pb-c.c [2020-12-15T15:02:19.799Z] #43 12.21 PBCC images/fsnotify.pb-c.c [2020-12-15T15:02:19.868Z] #47 20.26 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:02:19.868Z] #47 20.38 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:02:20.049Z] #61 ... [2020-12-15T15:02:20.049Z] [2020-12-15T15:02:20.049Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:20.049Z] #42 11.05 vendor/golang.org/x/crypto/internal/subtle [2020-12-15T15:02:20.049Z] #42 11.10 runtime/cgo [2020-12-15T15:02:20.094Z] #43 12.31 DEP images/fh.pb-c.d [2020-12-15T15:02:20.094Z] #43 12.42 DEP images/fsnotify.pb-c.d [2020-12-15T15:02:20.129Z] #47 20.47 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:02:20.129Z] #47 20.61 go: extracting github.com/spf13/viper v1.6.1 [2020-12-15T15:02:20.204Z] #38 ... [2020-12-15T15:02:20.204Z] [2020-12-15T15:02:20.204Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:20.204Z] #34 34.91 Fetched 8409 kB in 26s (320 kB/s) [2020-12-15T15:02:20.320Z] #42 ... [2020-12-15T15:02:20.320Z] [2020-12-15T15:02:20.320Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:02:20.320Z] #26 17.76 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-12-15T15:02:20.320Z] #26 18.23 [2020-12-15T15:02:20.320Z] #26 18.50 # 2.0% ######################################################################## 100.0% [2020-12-15T15:02:20.320Z] #26 18.67 [2020-12-15T15:02:20.320Z] #26 20.22 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-12-15T15:02:20.320Z] #26 20.71 [2020-12-15T15:02:20.321Z] #26 20.98 0.8% ################################################## 70.2% ######################################################################## 100.0% [2020-12-15T15:02:20.321Z] #26 21.27 [2020-12-15T15:02:20.389Z] #47 20.90 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:02:20.390Z] #43 12.70 PBCC images/eventpoll.pb-c.c [2020-12-15T15:02:20.390Z] #43 12.77 DEP images/eventpoll.pb-c.d [2020-12-15T15:02:20.390Z] #43 12.83 PBCC images/eventfd.pb-c.c [2020-12-15T15:02:20.651Z] #47 21.09 go: extracting github.com/stretchr/testify v1.4.0 [2020-12-15T15:02:20.651Z] #47 21.19 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:02:20.684Z] #43 12.87 DEP images/eventfd.pb-c.d [2020-12-15T15:02:20.684Z] #43 12.89 PBCC images/remap-file-path.pb-c.c [2020-12-15T15:02:20.684Z] #43 12.91 DEP images/remap-file-path.pb-c.d [2020-12-15T15:02:20.684Z] #43 12.94 PBCC images/fifo.pb-c.c [2020-12-15T15:02:20.684Z] #43 12.97 DEP images/fifo.pb-c.d [2020-12-15T15:02:20.684Z] #43 13.00 PBCC images/ghost-file.pb-c.c [2020-12-15T15:02:20.684Z] #43 13.02 DEP images/ghost-file.pb-c.d [2020-12-15T15:02:20.684Z] #43 13.06 PBCC images/regfile.pb-c.c [2020-12-15T15:02:20.684Z] #43 13.11 DEP images/regfile.pb-c.d [2020-12-15T15:02:20.684Z] #43 13.19 PBCC images/ns.pb-c.c [2020-12-15T15:02:20.912Z] #47 21.31 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:02:20.980Z] #43 13.20 DEP images/ns.pb-c.d [2020-12-15T15:02:20.980Z] #43 13.25 PBCC images/fdinfo.pb-c.c [2020-12-15T15:02:20.980Z] #43 13.35 DEP images/fdinfo.pb-c.d [2020-12-15T15:02:20.980Z] #43 13.38 PBCC images/core-aarch64.pb-c.c [2020-12-15T15:02:20.980Z] #43 13.44 PBCC images/core-arm.pb-c.c [2020-12-15T15:02:21.173Z] #47 21.43 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:02:21.173Z] #47 21.49 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:02:21.173Z] #47 21.49 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:02:21.173Z] #47 ... [2020-12-15T15:02:21.173Z] [2020-12-15T15:02:21.173Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:21.173Z] #32 11.46 runtime [2020-12-15T15:02:21.173Z] #32 18.73 internal/testlog [2020-12-15T15:02:21.173Z] #32 19.33 encoding [2020-12-15T15:02:21.173Z] #32 19.78 runtime/cgo [2020-12-15T15:02:21.173Z] #32 ... [2020-12-15T15:02:21.173Z] [2020-12-15T15:02:21.173Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:21.173Z] #47 21.66 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:02:21.173Z] #47 21.78 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:02:21.276Z] #43 13.49 PBCC images/core-ppc64.pb-c.c [2020-12-15T15:02:21.276Z] #43 13.54 PBCC images/core-s390.pb-c.c [2020-12-15T15:02:21.276Z] #43 13.59 PBCC images/core-x86.pb-c.c [2020-12-15T15:02:21.276Z] #43 13.72 PBCC images/core.pb-c.c [2020-12-15T15:02:21.453Z] #47 21.78 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:02:21.453Z] #47 ... [2020-12-15T15:02:21.453Z] [2020-12-15T15:02:21.453Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:21.453Z] #11 11.87 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:02:21.453Z] #11 16.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:02:21.573Z] #43 13.83 PBCC images/inventory.pb-c.c [2020-12-15T15:02:21.573Z] #43 13.97 DEP images/core-aarch64.pb-c.d [2020-12-15T15:02:21.573Z] #43 14.02 DEP images/core-arm.pb-c.d [2020-12-15T15:02:21.714Z] #11 ... [2020-12-15T15:02:21.714Z] [2020-12-15T15:02:21.714Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:21.714Z] #40 11.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:02:21.714Z] #40 ... [2020-12-15T15:02:21.714Z] [2020-12-15T15:02:21.714Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:21.714Z] #22 21.84 + mkdir -p /build [2020-12-15T15:02:21.714Z] #22 21.85 + mv docker/docker /build/ [2020-12-15T15:02:21.714Z] #22 21.87 + rmdir docker [2020-12-15T15:02:21.816Z] #26 22.78 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-12-15T15:02:21.816Z] #26 22.89 skipping existing 9a99313a2c50 [2020-12-15T15:02:21.871Z] #43 14.14 DEP images/core-ppc64.pb-c.d [2020-12-15T15:02:21.871Z] #43 14.18 DEP images/core-s390.pb-c.d [2020-12-15T15:02:21.871Z] #43 14.23 DEP images/core-x86.pb-c.d [2020-12-15T15:02:21.871Z] #43 14.28 DEP images/core.pb-c.d [2020-12-15T15:02:21.871Z] #43 14.34 DEP images/inventory.pb-c.d [2020-12-15T15:02:22.079Z] #26 23.04 [2020-12-15T15:02:22.123Z] #66 exporting layers 2.4s done [2020-12-15T15:02:22.123Z] #66 writing image sha256:81a79e1a5135e6361e43124ac7a17b3e29c73ae628493c14f3dbc0b7da53289a done [2020-12-15T15:02:22.123Z] #66 naming to docker.io/library/docker:7e600eaae087b830802285e3cd2556761fc729aa done [2020-12-15T15:02:22.123Z] #66 DONE 2.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [2020-12-15T15:02:22.187Z] #43 14.39 PBCC images/cpuinfo.pb-c.c [2020-12-15T15:02:22.187Z] #43 14.42 DEP images/cpuinfo.pb-c.d [2020-12-15T15:02:22.187Z] #43 14.48 PBCC images/stats.pb-c.c [2020-12-15T15:02:22.187Z] #43 14.52 DEP images/stats.pb-c.d [Pipeline] sh [2020-12-15T15:02:22.606Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/test/unit [2020-12-15T15:02:22.661Z] #22 ... [2020-12-15T15:02:22.661Z] [2020-12-15T15:02:22.661Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:22.661Z] #53 12.78 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:02:22.661Z] #53 17.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:02:22.661Z] #53 ... [2020-12-15T15:02:22.661Z] [2020-12-15T15:02:22.661Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:22.661Z] #47 22.25 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:02:22.661Z] #47 22.26 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:02:22.661Z] #47 22.26 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:02:22.662Z] #47 22.26 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:02:22.662Z] #47 22.27 go: downloading github.com/spf13/afero v1.1.2 [2020-12-15T15:02:22.662Z] #47 22.31 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:02:22.662Z] #47 22.76 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:02:22.938Z] #47 23.34 go: extracting github.com/spf13/afero v1.1.2 [2020-12-15T15:02:22.938Z] #47 ... [2020-12-15T15:02:22.938Z] [2020-12-15T15:02:22.938Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:22.938Z] #22 DONE 23.5s [2020-12-15T15:02:23.077Z] #26 24.29 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-12-15T15:02:23.185Z] 4612f6d0b889: Verifying Checksum [2020-12-15T15:02:23.185Z] 4612f6d0b889: Download complete [2020-12-15T15:02:23.207Z] [2020-12-15T15:02:23.207Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:23.207Z] #49 22.56 + cd /tmp/tmp.iJIIIuMMD9/src/github.com/mvdan/sh [2020-12-15T15:02:23.207Z] #49 22.58 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-12-15T15:02:23.207Z] #49 22.72 + GO111MODULE=on [2020-12-15T15:02:23.207Z] #49 22.72 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-12-15T15:02:23.653Z] #26 ... [2020-12-15T15:02:23.653Z] [2020-12-15T15:02:23.653Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:23.653Z] #46 22.39 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:02:23.653Z] #46 22.41 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-15T15:02:23.653Z] #46 22.42 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:02:23.653Z] #46 22.44 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:02:23.653Z] #46 22.44 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:02:23.653Z] #46 22.44 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:02:23.653Z] #46 22.44 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:02:23.653Z] #46 22.45 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:02:23.653Z] #46 22.47 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:02:23.653Z] #46 22.49 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:02:23.653Z] #46 22.53 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:02:23.653Z] #46 22.56 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:02:23.653Z] #46 22.61 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:02:23.653Z] #46 22.63 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:02:23.653Z] #46 22.66 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:02:23.653Z] #46 22.70 go: downloading github.com/pkg/errors v0.8.1 [2020-12-15T15:02:23.653Z] #46 22.74 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:02:23.653Z] #46 22.80 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:02:23.653Z] #46 22.81 go: downloading github.com/spf13/afero v1.1.2 [2020-12-15T15:02:23.653Z] #46 22.86 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-15T15:02:23.653Z] #46 22.90 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:02:23.653Z] #46 23.00 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:02:23.653Z] #46 23.05 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:02:23.653Z] #46 23.10 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:02:23.653Z] #46 23.10 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:02:23.653Z] #46 23.13 go: extracting github.com/spf13/afero v1.1.2 [2020-12-15T15:02:23.653Z] #46 23.14 go: extracting github.com/pkg/errors v0.8.1 [2020-12-15T15:02:23.653Z] #46 23.26 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:02:23.653Z] #46 23.37 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:02:23.653Z] #46 23.37 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:02:23.653Z] #46 23.48 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:02:23.653Z] #46 23.49 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:02:23.653Z] #46 23.54 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:02:23.653Z] #46 23.58 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:02:23.653Z] #46 23.67 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:02:23.653Z] #46 23.69 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-15T15:02:23.653Z] #46 23.75 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:02:23.653Z] #46 23.96 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:02:23.653Z] #46 23.97 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:02:23.653Z] #46 24.01 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:02:23.653Z] #46 24.01 go: downloading golang.org/x/text v0.3.2 [2020-12-15T15:02:23.653Z] #46 24.08 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:02:23.653Z] #46 24.12 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-15T15:02:23.653Z] #46 24.20 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:02:23.653Z] #46 24.20 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:02:23.653Z] #46 24.23 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:02:23.653Z] #46 24.30 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-15T15:02:23.653Z] #46 24.33 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:02:23.653Z] #46 24.35 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:02:23.653Z] #46 24.45 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:02:23.916Z] #46 24.76 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:02:23.917Z] #46 24.90 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:02:24.180Z] #46 25.14 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:02:24.180Z] #46 25.15 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:02:24.180Z] #46 25.18 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:02:24.180Z] #46 25.29 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:02:24.290Z] #43 16.22 make[1]: Nothing to be done for 'all'. [2020-12-15T15:02:24.290Z] #43 ... [2020-12-15T15:02:24.290Z] [2020-12-15T15:02:24.290Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:24.290Z] #45 71.45 crypto [2020-12-15T15:02:24.290Z] #45 72.00 crypto/rc4 [2020-12-15T15:02:24.290Z] #45 72.65 vendor/golang.org/x/net/dns/dnsmessage [2020-12-15T15:02:24.290Z] #45 78.78 time [2020-12-15T15:02:24.442Z] #46 25.41 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:02:24.442Z] #46 25.41 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:02:24.586Z] #45 ... [2020-12-15T15:02:24.586Z] [2020-12-15T15:02:24.586Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:24.586Z] #34 80.08 internal/poll [2020-12-15T15:02:24.662Z] #49 25.01 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:02:24.662Z] #49 25.01 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:02:24.662Z] #49 25.05 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:02:24.665Z] ? github.com/docker/docker/api [no test files] [2020-12-15T15:02:24.740Z] #46 25.51 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:02:24.740Z] #46 25.71 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:02:25.003Z] #46 25.85 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:02:25.003Z] #46 25.87 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:02:25.003Z] #46 25.96 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:02:25.003Z] #46 25.96 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:02:25.003Z] #46 26.09 go: downloading github.com/spf13/cast v1.3.0 [2020-12-15T15:02:25.265Z] #46 26.33 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:02:25.482Z] #34 34.91 Reading package lists... [2020-12-15T15:02:25.482Z] #34 ... [2020-12-15T15:02:25.482Z] [2020-12-15T15:02:25.482Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:25.482Z] #47 34.11 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:02:25.482Z] #47 34.12 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:02:25.482Z] #47 34.13 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:02:25.482Z] #47 34.17 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:02:25.482Z] #47 34.18 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:02:25.482Z] #47 34.21 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:02:25.482Z] #47 34.33 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-15T15:02:25.482Z] #47 34.35 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:02:25.482Z] #47 34.35 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:02:25.482Z] #47 34.35 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:02:25.482Z] #47 34.35 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:02:25.482Z] #47 34.36 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:02:25.482Z] #47 34.38 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:02:25.482Z] #47 34.50 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:02:25.482Z] #47 34.83 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:02:25.482Z] #47 34.88 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:02:25.482Z] #47 35.00 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:02:25.482Z] #47 35.01 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:02:25.482Z] #47 35.14 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:02:25.482Z] #47 35.21 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:02:25.482Z] #47 35.21 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:02:25.482Z] #47 35.39 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:02:25.482Z] #47 35.42 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-15T15:02:25.482Z] #47 35.49 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:02:25.482Z] #47 35.64 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:02:25.482Z] #47 35.65 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:02:25.482Z] #47 35.73 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:02:25.482Z] #47 35.79 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:02:25.482Z] #47 35.79 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:02:25.482Z] #47 35.96 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:02:25.482Z] #47 35.96 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:02:25.482Z] #47 36.02 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:02:25.482Z] #47 36.11 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:02:25.482Z] #47 36.11 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:02:25.482Z] #47 36.11 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:02:25.482Z] #47 36.11 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:02:25.482Z] #47 36.18 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:02:25.482Z] #47 36.25 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:02:25.482Z] #47 36.30 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-15T15:02:25.482Z] #47 36.30 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:02:25.482Z] #47 36.30 go: downloading golang.org/x/text v0.3.2 [2020-12-15T15:02:25.482Z] #47 36.31 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:02:25.482Z] #47 36.57 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-15T15:02:25.482Z] #47 36.72 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:02:25.482Z] #47 36.74 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:02:25.482Z] #47 36.80 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:02:25.482Z] #47 36.82 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:02:25.482Z] #47 36.85 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:02:25.482Z] #47 36.95 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:02:25.482Z] #47 37.22 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:02:25.482Z] #47 37.44 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:02:25.482Z] #47 37.50 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:02:25.482Z] #47 37.52 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:02:25.482Z] #47 37.60 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:02:25.482Z] #47 37.75 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:02:25.482Z] #47 37.81 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:02:25.482Z] #47 37.97 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-15T15:02:25.482Z] #47 37.97 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:02:25.482Z] #47 38.60 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:02:25.482Z] #47 38.61 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:02:25.482Z] #47 38.73 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:02:25.482Z] #47 38.81 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:02:25.482Z] #47 38.91 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:02:25.482Z] #47 39.11 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:02:25.482Z] #47 39.58 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:02:25.482Z] #47 39.76 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:02:25.482Z] #47 39.86 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:02:25.482Z] #47 39.86 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:02:25.482Z] #47 40.06 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:02:25.482Z] #47 40.16 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-15T15:02:25.529Z] #46 26.40 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:02:25.529Z] #46 26.55 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:02:25.529Z] #46 26.58 go: extracting github.com/spf13/cast v1.3.0 [2020-12-15T15:02:25.602Z] #49 25.84 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:02:25.602Z] #49 26.01 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:02:25.639Z] #34 82.66 os [2020-12-15T15:02:25.639Z] #34 82.81 internal/fmtsort [2020-12-15T15:02:25.741Z] #47 40.33 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:02:25.741Z] #47 40.36 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:02:25.741Z] #47 40.47 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:02:25.741Z] #47 40.51 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-15T15:02:25.792Z] #46 26.59 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-15T15:02:25.792Z] #46 26.62 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:02:25.792Z] #46 26.77 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:02:25.792Z] #46 26.84 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-15T15:02:26.000Z] #47 40.70 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:02:26.000Z] #47 40.70 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-15T15:02:26.000Z] #47 40.82 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:02:26.125Z] #46 27.13 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:02:26.259Z] #47 40.89 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:02:26.392Z] #46 27.31 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:02:26.518Z] #47 40.97 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-15T15:02:26.518Z] #47 40.98 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:02:26.518Z] #47 41.22 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:02:26.656Z] #46 ... [2020-12-15T15:02:26.656Z] [2020-12-15T15:02:26.656Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:26.656Z] #39 17.49 Fetched 8233 kB in 13s (628 kB/s) [2020-12-15T15:02:26.656Z] #39 17.49 Reading package lists... [2020-12-15T15:02:26.656Z] #39 24.00 Reading package lists... [2020-12-15T15:02:26.656Z] #39 ... [2020-12-15T15:02:26.656Z] [2020-12-15T15:02:26.656Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:26.656Z] #48 17.68 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:02:26.656Z] #48 19.35 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:02:26.656Z] #48 19.41 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:02:26.656Z] #48 19.60 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:02:26.656Z] #48 20.01 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:02:26.656Z] #48 21.26 runtime/cgo [2020-12-15T15:02:26.656Z] #48 21.32 runtime [2020-12-15T15:02:26.776Z] #47 41.51 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:02:26.919Z] #48 ... [2020-12-15T15:02:26.919Z] [2020-12-15T15:02:26.919Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:02:26.919Z] #26 24.85 [2020-12-15T15:02:26.919Z] #26 25.25 ######################################################################## 100.0% [2020-12-15T15:02:26.919Z] #26 25.34 [2020-12-15T15:02:26.919Z] #26 26.40 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-12-15T15:02:26.919Z] #26 26.94 #=#=# [2020-12-15T15:02:26.919Z] #26 27.21 ######################################################################## 100.0% [2020-12-15T15:02:26.919Z] #26 27.44 [2020-12-15T15:02:26.919Z] #26 27.56 Download of images into '/build' complete. [2020-12-15T15:02:26.919Z] #26 27.56 Use something like the following to load the result into a Docker daemon: [2020-12-15T15:02:26.919Z] #26 27.56 tar -cC '/build' . | docker load [2020-12-15T15:02:26.990Z] #49 27.22 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:02:27.035Z] #47 41.61 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:02:27.035Z] #47 41.65 go: downloading github.com/spf13/cast v1.3.0 [2020-12-15T15:02:27.294Z] #47 42.05 go: extracting github.com/spf13/cast v1.3.0 [2020-12-15T15:02:27.294Z] #47 ... [2020-12-15T15:02:27.294Z] [2020-12-15T15:02:27.294Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:27.294Z] #62 32.04 Checking out files: 44% (848/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-12-15T15:02:27.294Z] #62 33.51 + cd /tmp/tmp.SqyE8xGGyr/src/github.com/docker/libnetwork [2020-12-15T15:02:27.294Z] #62 33.51 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:02:27.294Z] #62 34.12 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-12-15T15:02:27.732Z] #34 84.94 path/filepath [2020-12-15T15:02:27.732Z] #34 84.96 fmt [2020-12-15T15:02:27.862Z] #62 ... [2020-12-15T15:02:27.862Z] [2020-12-15T15:02:27.862Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:27.862Z] #47 42.51 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:02:27.882Z] #26 ... [2020-12-15T15:02:27.882Z] [2020-12-15T15:02:27.882Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:27.882Z] #33 18.84 Fetched 8233 kB in 14s (607 kB/s) [2020-12-15T15:02:27.882Z] #33 18.84 Reading package lists... [2020-12-15T15:02:28.121Z] #47 42.71 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-15T15:02:28.170Z] #33 25.35 Reading package lists... [2020-12-15T15:02:28.170Z] #33 ... [2020-12-15T15:02:28.170Z] [2020-12-15T15:02:28.170Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:28.170Z] #52 19.05 Fetched 8233 kB in 14s (605 kB/s) [2020-12-15T15:02:28.170Z] #52 19.05 Reading package lists... [2020-12-15T15:02:28.170Z] #52 26.22 Reading package lists... [2020-12-15T15:02:28.170Z] #52 ... [2020-12-15T15:02:28.170Z] [2020-12-15T15:02:28.170Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:02:28.170Z] #37 19.04 Checking out files: 93% (1555/1666) Checking out files: 94% (1567/1666) Checking out files: 95% (1583/1666) Checking out files: 96% (1600/1666) Checking out files: 97% (1617/1666) Checking out files: 98% (1633/1666) Checking out files: 99% (1650/1666) Checking out files: 100% (1666/1666) Checking out files: 100% (1666/1666), done. [2020-12-15T15:02:28.170Z] #37 19.16 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-15T15:02:28.170Z] #37 20.93 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-15T15:02:28.379Z] #34 ... [2020-12-15T15:02:28.379Z] [2020-12-15T15:02:28.379Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:28.385Z] #49 28.55 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:02:28.385Z] #49 ... [2020-12-15T15:02:28.385Z] [2020-12-15T15:02:28.385Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:28.385Z] #47 23.74 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-15T15:02:28.385Z] #47 23.90 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:02:28.385Z] #47 23.96 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:02:28.385Z] #47 24.29 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-15T15:02:28.385Z] #47 24.29 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:02:28.385Z] #47 24.33 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:02:28.385Z] #47 24.63 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:02:28.385Z] #47 24.63 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:02:28.385Z] #47 24.80 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:02:28.385Z] #47 25.11 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:02:28.385Z] #47 25.11 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:02:28.385Z] #47 25.25 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:02:28.385Z] #47 25.40 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:02:28.385Z] #47 25.44 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:02:28.385Z] #47 25.69 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:02:28.385Z] #47 26.04 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:02:28.385Z] #47 26.06 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:02:28.385Z] #47 26.20 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:02:28.385Z] #47 26.21 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:02:28.385Z] #47 26.28 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:02:28.385Z] #47 27.09 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:02:28.434Z] #37 ... [2020-12-15T15:02:28.434Z] [2020-12-15T15:02:28.434Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:28.434Z] #46 27.90 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:02:28.434Z] #46 28.05 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-15T15:02:28.434Z] #46 28.49 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:02:28.434Z] #46 29.25 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:02:28.434Z] #46 29.50 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-12-15T15:02:28.677Z] #56 46.25 Checking out files: 66% (2460/3706) Checking out files: 67% (2484/3706) Checking out files: 68% (2521/3706) Checking out files: 69% (2558/3706) Checking out files: 70% (2595/3706) Checking out files: 71% (2632/3706) Checking out files: 72% (2669/3706) Checking out files: 73% (2706/3706) Checking out files: 74% (2743/3706) Checking out files: 75% (2780/3706) Checking out files: 76% (2817/3706) Checking out files: 77% (2854/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) [2020-12-15T15:02:28.677Z] #56 ... [2020-12-15T15:02:28.677Z] [2020-12-15T15:02:28.677Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:28.677Z] #51 75.80 time [2020-12-15T15:02:28.677Z] #51 78.50 regexp [2020-12-15T15:02:28.677Z] #51 ... [2020-12-15T15:02:28.677Z] [2020-12-15T15:02:28.677Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:28.689Z] #47 43.15 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-15T15:02:28.774Z] #46 29.54 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:02:28.774Z] #46 29.61 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:02:28.774Z] #46 ... [2020-12-15T15:02:28.774Z] [2020-12-15T15:02:28.774Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:28.774Z] #11 19.53 Fetched 8233 kB in 14s (570 kB/s) [2020-12-15T15:02:28.774Z] #11 19.53 Reading package lists... [2020-12-15T15:02:28.948Z] #47 43.58 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:02:28.956Z] #47 ... [2020-12-15T15:02:28.956Z] [2020-12-15T15:02:28.956Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:28.956Z] #45 19.38 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:02:28.956Z] #45 25.53 go: finding github.com/fatih/color v1.9.0 [2020-12-15T15:02:28.956Z] #45 25.58 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-15T15:02:28.956Z] #45 25.61 go: finding github.com/pkg/errors v0.9.1 [2020-12-15T15:02:28.956Z] #45 25.78 go: finding github.com/spf13/pflag v1.0.3 [2020-12-15T15:02:28.956Z] #45 26.04 go: finding github.com/mattn/go-colorable v0.1.6 [2020-12-15T15:02:28.956Z] #45 26.20 go: finding github.com/mattn/go-isatty v0.0.12 [2020-12-15T15:02:28.956Z] #45 26.60 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-12-15T15:02:28.956Z] #45 26.96 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-12-15T15:02:28.956Z] #45 27.02 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T15:02:28.956Z] #45 27.02 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-12-15T15:02:28.956Z] #45 27.37 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-12-15T15:02:28.956Z] #45 ... [2020-12-15T15:02:28.956Z] [2020-12-15T15:02:28.957Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:28.957Z] #40 29.02 Fetched 8409 kB in 23s (361 kB/s) [2020-12-15T15:02:28.974Z] #56 46.25 Checking out files: 66% (2460/3706) Checking out files: 67% (2484/3706) Checking out files: 68% (2521/3706) Checking out files: 69% (2558/3706) Checking out files: 70% (2595/3706) Checking out files: 71% (2632/3706) Checking out files: 72% (2669/3706) Checking out files: 73% (2706/3706) Checking out files: 74% (2743/3706) Checking out files: 75% (2780/3706) Checking out files: 76% (2817/3706) Checking out files: 77% (2854/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 92% (3410/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-15T15:02:28.974Z] #56 46.92 + cd /tmp/tmp.ijF3KtbhHY/src/github.com/containerd/containerd [2020-12-15T15:02:29.037Z] #11 26.76 Reading package lists... [2020-12-15T15:02:29.037Z] #11 ... [2020-12-15T15:02:29.037Z] [2020-12-15T15:02:29.037Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:29.037Z] #46 29.82 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:02:29.207Z] #47 43.81 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:02:29.272Z] #56 46.92 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:02:29.300Z] #46 30.28 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:02:29.466Z] #47 44.03 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:02:29.466Z] #47 ... [2020-12-15T15:02:29.466Z] [2020-12-15T15:02:29.466Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:29.466Z] #53 34.23 Fetched 8409 kB in 26s (328 kB/s) [2020-12-15T15:02:29.725Z] #53 34.23 Reading package lists... [2020-12-15T15:02:29.725Z] #53 ... [2020-12-15T15:02:29.725Z] [2020-12-15T15:02:29.725Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:29.725Z] #43 40.21 vendor/golang.org/x/crypto/internal/subtle [2020-12-15T15:02:29.725Z] #43 40.27 vendor/golang.org/x/crypto/curve25519 [2020-12-15T15:02:30.252Z] #46 31.19 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:02:30.549Z] #46 31.36 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:02:30.549Z] #46 31.44 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:02:30.549Z] #46 31.50 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:02:30.664Z] #43 ... [2020-12-15T15:02:30.664Z] [2020-12-15T15:02:30.664Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:30.664Z] #11 35.16 Fetched 8409 kB in 27s (312 kB/s) [2020-12-15T15:02:30.664Z] #11 35.16 Reading package lists... [2020-12-15T15:02:30.664Z] #11 ... [2020-12-15T15:02:30.664Z] [2020-12-15T15:02:30.664Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:30.664Z] #40 35.20 Fetched 8409 kB in 27s (312 kB/s) [2020-12-15T15:02:30.664Z] #40 35.20 Reading package lists... [2020-12-15T15:02:30.664Z] #40 ... [2020-12-15T15:02:30.664Z] [2020-12-15T15:02:30.664Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:30.664Z] #47 44.42 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:02:30.664Z] #47 44.49 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:02:30.664Z] #47 44.50 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-15T15:02:30.664Z] #47 44.74 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:02:30.664Z] #47 45.39 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-15T15:02:30.664Z] #47 45.41 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:02:30.993Z] #46 31.83 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:02:31.260Z] #46 32.15 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:02:31.260Z] #46 32.19 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:02:31.374Z] #56 49.06 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-15T15:02:31.374Z] #56 49.06 + BUILDTAGS='netgo osusergo static_build' [2020-12-15T15:02:31.374Z] #56 49.06 + export EXTRA_FLAGS=-buildmode=pie [2020-12-15T15:02:31.374Z] #56 49.06 + EXTRA_FLAGS=-buildmode=pie [2020-12-15T15:02:31.374Z] #56 49.06 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-15T15:02:31.374Z] #56 49.06 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-15T15:02:31.374Z] #56 49.06 + '[' '' = dynamic ']' [2020-12-15T15:02:31.374Z] #56 49.06 + make [2020-12-15T15:02:31.530Z] #46 32.35 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-15T15:02:31.530Z] #46 32.45 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:02:31.530Z] #46 32.49 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:02:32.022Z] #56 49.95 + bin/ctr [2020-12-15T15:02:32.131Z] #46 32.93 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:02:32.131Z] #46 32.94 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:02:32.707Z] #46 33.33 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:02:32.707Z] #46 33.40 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-15T15:02:32.707Z] #46 33.57 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:02:32.707Z] #46 33.57 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:02:32.707Z] #46 33.59 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-15T15:02:32.707Z] #46 33.59 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-15T15:02:32.707Z] #46 33.72 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:02:32.707Z] #46 33.74 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:02:33.131Z] ok github.com/docker/docker/api/server 0.007s coverage: 9.0% of statements [2020-12-15T15:02:33.200Z] #47 47.60 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:02:33.329Z] #46 34.19 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:02:33.329Z] #46 34.20 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-15T15:02:33.329Z] #46 34.26 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:02:33.329Z] #46 34.26 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:02:33.329Z] #46 34.29 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-15T15:02:33.329Z] #46 34.30 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:02:33.768Z] #47 48.35 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-15T15:02:34.242Z] #40 29.02 Reading package lists... [2020-12-15T15:02:34.242Z] #40 ... [2020-12-15T15:02:34.242Z] [2020-12-15T15:02:34.242Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:34.242Z] #62 31.22 Checking out files: 43% (827/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 83% (1587/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-12-15T15:02:34.242Z] #62 32.84 + cd /tmp/tmp.BFx9ckCa4F/src/github.com/docker/libnetwork [2020-12-15T15:02:34.242Z] #62 32.85 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d [2020-12-15T15:02:34.242Z] #62 33.13 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-12-15T15:02:34.242Z] #62 ... [2020-12-15T15:02:34.242Z] [2020-12-15T15:02:34.242Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:34.242Z] #43 24.19 unicode/utf16 [2020-12-15T15:02:34.242Z] #43 24.88 container/list [2020-12-15T15:02:34.242Z] #43 25.75 crypto/internal/subtle [2020-12-15T15:02:34.242Z] #43 26.08 crypto/subtle [2020-12-15T15:02:34.242Z] #43 26.44 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-12-15T15:02:34.242Z] #43 26.73 internal/nettrace [2020-12-15T15:02:34.242Z] #43 26.91 runtime/cgo [2020-12-15T15:02:34.242Z] #43 ... [2020-12-15T15:02:34.242Z] [2020-12-15T15:02:34.242Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:02:34.242Z] #38 31.28 Checking out files: 67% (1123/1666) Checking out files: 68% (1133/1666) Checking out files: 69% (1150/1666) Checking out files: 70% (1167/1666) Checking out files: 71% (1183/1666) Checking out files: 72% (1200/1666) Checking out files: 73% (1217/1666) Checking out files: 74% (1233/1666) Checking out files: 75% (1250/1666) Checking out files: 76% (1267/1666) Checking out files: 77% (1283/1666) Checking out files: 78% (1300/1666) Checking out files: 79% (1317/1666) Checking out files: 80% (1333/1666) Checking out files: 81% (1350/1666) Checking out files: 82% (1367/1666) Checking out files: 83% (1383/1666) Checking out files: 84% (1400/1666) Checking out files: 85% (1417/1666) Checking out files: 86% (1433/1666) Checking out files: 87% (1450/1666) Checking out files: 88% (1467/1666) Checking out files: 89% (1483/1666) Checking out files: 90% (1500/1666) Checking out files: 91% (1517/1666) Checking out files: 92% (1533/1666) Checking out files: 93% (1550/1666) Checking out files: 94% (1567/1666) Checking out files: 95% (1583/1666) Checking out files: 96% (1600/1666) Checking out files: 97% (1617/1666) Checking out files: 98% (1633/1666) Checking out files: 99% (1650/1666) Checking out files: 100% (1666/1666) Checking out files: 100% (1666/1666), done. [2020-12-15T15:02:34.242Z] #38 32.13 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-12-15T15:02:34.280Z] #46 35.36 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:02:34.690Z] #46 35.45 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:02:34.690Z] #46 35.46 go: extracting golang.org/x/text v0.3.2 [2020-12-15T15:02:34.690Z] #46 35.64 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-15T15:02:35.184Z] #38 35.43 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-12-15T15:02:35.639Z] #46 ... [2020-12-15T15:02:35.639Z] [2020-12-15T15:02:35.639Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:35.639Z] #11 26.76 Reading package lists... [2020-12-15T15:02:35.639Z] #11 33.54 Building dependency tree... [2020-12-15T15:02:35.639Z] #11 35.75 The following additional packages will be installed: [2020-12-15T15:02:35.639Z] #11 35.76 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-15T15:02:35.639Z] #11 35.76 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-15T15:02:35.639Z] #11 35.76 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-15T15:02:35.639Z] #11 35.76 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-15T15:02:35.639Z] #11 35.76 mingw-w64-x86-64-dev [2020-12-15T15:02:35.639Z] #11 35.76 Suggested packages: [2020-12-15T15:02:35.639Z] #11 35.76 gcc-8-locales seccomp wine64 [2020-12-15T15:02:35.639Z] #11 36.60 The following NEW packages will be installed: [2020-12-15T15:02:35.639Z] #11 36.60 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-15T15:02:35.639Z] #11 36.60 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-15T15:02:35.639Z] #11 36.60 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-15T15:02:35.639Z] #11 36.60 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-15T15:02:35.639Z] #11 36.61 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-15T15:02:35.639Z] #11 36.61 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-15T15:02:35.639Z] #11 36.61 The following packages will be upgraded: [2020-12-15T15:02:35.639Z] #11 36.62 libsystemd0 libudev1 [2020-12-15T15:02:36.548Z] #56 ... [2020-12-15T15:02:36.548Z] [2020-12-15T15:02:36.548Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:36.548Z] #43 18.23 CC images/stats.o [2020-12-15T15:02:36.548Z] #43 18.78 CC images/core.o [2020-12-15T15:02:36.548Z] #43 19.55 CC images/core-x86.o [2020-12-15T15:02:36.548Z] #43 20.35 CC images/core-arm.o [2020-12-15T15:02:36.548Z] #43 20.82 CC images/core-aarch64.o [2020-12-15T15:02:36.548Z] #43 21.18 CC images/core-ppc64.o [2020-12-15T15:02:36.548Z] #43 21.96 CC images/core-s390.o [2020-12-15T15:02:36.548Z] #43 22.86 CC images/cpuinfo.o [2020-12-15T15:02:36.548Z] #43 23.37 CC images/inventory.o [2020-12-15T15:02:36.548Z] #43 23.66 CC images/fdinfo.o [2020-12-15T15:02:36.548Z] #43 24.09 CC images/fown.o [2020-12-15T15:02:36.548Z] #43 24.28 CC images/ns.o [2020-12-15T15:02:36.548Z] #43 24.60 CC images/regfile.o [2020-12-15T15:02:36.548Z] #43 24.91 CC images/ghost-file.o [2020-12-15T15:02:36.548Z] #43 25.31 CC images/fifo.o [2020-12-15T15:02:36.548Z] #43 25.62 CC images/remap-file-path.o [2020-12-15T15:02:36.548Z] #43 25.85 CC images/eventfd.o [2020-12-15T15:02:36.548Z] #43 26.09 CC images/eventpoll.o [2020-12-15T15:02:36.548Z] #43 26.52 CC images/fh.o [2020-12-15T15:02:36.548Z] #43 26.86 CC images/fsnotify.o [2020-12-15T15:02:36.548Z] #43 27.54 CC images/signalfd.o [2020-12-15T15:02:36.548Z] #43 27.77 CC images/fs.o [2020-12-15T15:02:36.548Z] #43 28.04 CC images/pstree.o [2020-12-15T15:02:36.548Z] #43 28.27 CC images/pipe.o [2020-12-15T15:02:36.548Z] #43 28.52 CC images/tcp-stream.o [2020-12-15T15:02:36.548Z] #43 ... [2020-12-15T15:02:36.548Z] [2020-12-15T15:02:36.548Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:36.548Z] #45 83.44 regexp [2020-12-15T15:02:36.548Z] #45 91.46 github.com/LK4D4/vndr/versioned [2020-12-15T15:02:36.548Z] #45 91.72 internal/lazyregexp [2020-12-15T15:02:36.548Z] #45 91.78 os/exec [2020-12-15T15:02:36.548Z] #45 91.81 net [2020-12-15T15:02:36.548Z] #45 ... [2020-12-15T15:02:36.548Z] [2020-12-15T15:02:36.548Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:36.548Z] #43 28.86 CC images/sk-packet.o [2020-12-15T15:02:36.589Z] #11 37.29 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-15T15:02:36.589Z] #11 37.29 Need to get 73.8 MB of archives. [2020-12-15T15:02:36.589Z] #11 37.29 After this operation, 472 MB of additional disk space will be used. [2020-12-15T15:02:36.589Z] #11 37.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u5 [314 kB] [2020-12-15T15:02:36.589Z] #11 37.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u5 [146 kB] [2020-12-15T15:02:36.589Z] #11 37.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2020-12-15T15:02:36.848Z] #43 29.24 CC images/mnt.o [2020-12-15T15:02:36.852Z] #11 37.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2020-12-15T15:02:37.146Z] #43 29.43 CC images/pipe-data.o [2020-12-15T15:02:37.445Z] #43 29.64 CC images/sa.o [2020-12-15T15:02:37.699Z] #11 38.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-15T15:02:37.699Z] #11 38.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-12-15T15:02:37.699Z] #11 38.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-12-15T15:02:37.699Z] #11 38.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-15T15:02:37.743Z] #43 29.95 CC images/timer.o [2020-12-15T15:02:38.042Z] #43 30.42 CC images/timerfd.o [2020-12-15T15:02:38.106Z] #11 38.91 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-15T15:02:38.340Z] #43 30.71 CC images/mm.o [2020-12-15T15:02:38.685Z] #11 39.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-12-15T15:02:38.685Z] #11 39.39 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2020-12-15T15:02:38.685Z] #11 ... [2020-12-15T15:02:38.685Z] [2020-12-15T15:02:38.685Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:02:38.685Z] #29 39.58 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-15T15:02:38.987Z] #43 31.17 CC images/sk-opts.o [2020-12-15T15:02:38.988Z] #43 31.37 CC images/sk-unix.o [2020-12-15T15:02:39.262Z] #29 39.96 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-15T15:02:39.285Z] #43 ... [2020-12-15T15:02:39.285Z] [2020-12-15T15:02:39.285Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:39.285Z] #34 86.59 io/ioutil [2020-12-15T15:02:39.285Z] #34 89.40 flag [2020-12-15T15:02:39.285Z] #34 89.40 github.com/BurntSushi/toml [2020-12-15T15:02:39.285Z] #34 89.41 log [2020-12-15T15:02:39.285Z] #34 94.34 github.com/BurntSushi/toml/cmd/tomlv [2020-12-15T15:02:39.393Z] #38 ... [2020-12-15T15:02:39.393Z] [2020-12-15T15:02:39.393Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:39.393Z] #47 30.64 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:02:39.393Z] #47 30.82 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:02:39.393Z] #47 30.82 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:02:39.393Z] #47 30.82 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:02:39.393Z] #47 30.82 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:02:39.393Z] #47 30.82 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:02:39.393Z] #47 30.82 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:02:39.393Z] #47 30.82 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:02:39.393Z] #47 30.82 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:02:39.393Z] #47 31.08 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:02:39.393Z] #47 31.12 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:02:39.393Z] #47 31.16 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:02:39.393Z] #47 31.17 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:02:39.393Z] #47 31.23 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:02:39.393Z] #47 31.32 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:02:39.393Z] #47 31.38 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:02:39.393Z] #47 31.46 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:02:39.393Z] #47 31.61 go: downloading github.com/gobwas/glob v0.2.3 [2020-12-15T15:02:39.393Z] #47 31.77 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:02:39.393Z] #47 31.83 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:02:39.393Z] #47 31.85 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:02:39.393Z] #47 32.40 go: downloading golang.org/x/text v0.3.2 [2020-12-15T15:02:39.393Z] #47 32.42 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:02:39.393Z] #47 32.57 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:02:39.393Z] #47 32.61 go: extracting github.com/gobwas/glob v0.2.3 [2020-12-15T15:02:39.393Z] #47 32.66 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:02:39.393Z] #47 32.67 go: downloading github.com/stretchr/objx v0.2.0 [2020-12-15T15:02:39.393Z] #47 32.90 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:02:39.393Z] #47 33.09 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:02:39.393Z] #47 33.09 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:02:39.393Z] #47 33.33 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:02:39.393Z] #47 33.46 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-15T15:02:39.393Z] #47 33.65 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:02:39.393Z] #47 33.85 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:02:39.393Z] #47 33.85 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:02:39.393Z] #47 33.92 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:02:39.393Z] #47 33.97 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-15T15:02:39.393Z] #47 33.98 go: extracting github.com/stretchr/objx v0.2.0 [2020-12-15T15:02:39.393Z] #47 34.17 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:02:39.393Z] #47 34.22 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:02:39.393Z] #47 34.47 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:02:39.393Z] #47 34.85 go: downloading github.com/gogo/protobuf v1.2.1 [2020-12-15T15:02:39.393Z] #47 35.17 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:02:39.393Z] #47 35.34 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:02:39.393Z] #47 35.38 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:02:39.393Z] #47 36.02 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:02:39.393Z] #47 36.37 go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-15T15:02:39.393Z] #47 36.50 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:02:39.393Z] #47 37.04 go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-15T15:02:39.393Z] #47 37.07 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:02:39.393Z] #47 37.12 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:02:39.393Z] #47 37.29 go: extracting github.com/subosito/gotenv v1.2.0 [2020-12-15T15:02:39.393Z] #47 37.29 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:02:39.393Z] #47 37.39 go: extracting github.com/ultraware/funlen v0.0.2 [2020-12-15T15:02:39.394Z] #47 37.40 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:02:39.394Z] #47 37.63 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:02:39.394Z] #47 37.63 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:02:39.394Z] #47 37.95 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:02:39.394Z] #47 38.13 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:02:39.394Z] #47 38.28 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:02:39.394Z] #47 38.92 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:02:39.394Z] #47 39.11 go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-15T15:02:39.394Z] #47 39.83 go: extracting github.com/kisielk/gotool v1.0.0 [2020-12-15T15:02:39.394Z] #47 39.84 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:02:39.394Z] #47 ... [2020-12-15T15:02:39.394Z] [2020-12-15T15:02:39.394Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:39.394Z] #40 29.02 Reading package lists... [2020-12-15T15:02:39.583Z] #34 ... [2020-12-15T15:02:39.583Z] [2020-12-15T15:02:39.583Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:39.583Z] #51 86.70 context [2020-12-15T15:02:39.583Z] #51 86.77 mvdan.cc/sh/v3/fileutil [2020-12-15T15:02:39.583Z] #51 86.77 io/ioutil [2020-12-15T15:02:39.583Z] #51 89.37 encoding/binary [2020-12-15T15:02:39.583Z] #51 89.39 fmt [2020-12-15T15:02:39.583Z] #51 91.92 golang.org/x/sys/unix [2020-12-15T15:02:39.583Z] #51 91.93 encoding/base64 [2020-12-15T15:02:39.583Z] #51 96.34 github.com/pkg/diff [2020-12-15T15:02:39.583Z] #51 96.34 go/token [2020-12-15T15:02:39.583Z] #51 96.35 encoding/json [2020-12-15T15:02:39.583Z] #51 ... [2020-12-15T15:02:39.583Z] [2020-12-15T15:02:39.583Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:39.583Z] #45 96.11 go/token [2020-12-15T15:02:39.583Z] #45 96.11 net/url [2020-12-15T15:02:39.583Z] #45 96.11 text/template/parse [2020-12-15T15:02:40.037Z] #29 ... [2020-12-15T15:02:40.037Z] [2020-12-15T15:02:40.037Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:40.037Z] #39 24.00 Reading package lists... [2020-12-15T15:02:40.037Z] #39 31.17 Building dependency tree... [2020-12-15T15:02:40.037Z] #39 34.25 The following additional packages will be installed: [2020-12-15T15:02:40.037Z] #39 34.25 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-15T15:02:40.037Z] #39 34.25 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-15T15:02:40.037Z] #39 34.26 Suggested packages: [2020-12-15T15:02:40.037Z] #39 34.27 manpages-dev python-setuptools [2020-12-15T15:02:40.037Z] #39 35.28 The following NEW packages will be installed: [2020-12-15T15:02:40.037Z] #39 35.28 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-15T15:02:40.037Z] #39 35.29 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-15T15:02:40.037Z] #39 35.29 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-15T15:02:40.037Z] #39 35.29 python-six zlib1g-dev [2020-12-15T15:02:40.037Z] #39 35.68 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:02:40.037Z] #39 35.68 Need to get 3798 kB of archives. [2020-12-15T15:02:40.037Z] #39 35.68 After this operation, 21.6 MB of additional disk space will be used. [2020-12-15T15:02:40.037Z] #39 35.68 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-12-15T15:02:40.037Z] #39 35.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-12-15T15:02:40.037Z] #39 35.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-12-15T15:02:40.037Z] #39 35.94 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-12-15T15:02:40.037Z] #39 35.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-12-15T15:02:40.037Z] #39 35.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-12-15T15:02:40.037Z] #39 35.98 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2020-12-15T15:02:40.037Z] #39 36.01 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-12-15T15:02:40.037Z] #39 36.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-12-15T15:02:40.037Z] #39 36.08 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-12-15T15:02:40.037Z] #39 36.10 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-12-15T15:02:40.037Z] #39 36.70 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-12-15T15:02:40.037Z] #39 36.87 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2020-12-15T15:02:40.037Z] #39 37.28 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-12-15T15:02:40.037Z] #39 37.32 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-15T15:02:40.037Z] #39 37.33 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-12-15T15:02:40.037Z] #39 37.33 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-12-15T15:02:40.037Z] #39 39.67 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:02:40.037Z] #39 40.66 Fetched 3798 kB in 2s (1902 kB/s) [2020-12-15T15:02:40.336Z] #40 40.62 Reading package lists... [2020-12-15T15:02:40.336Z] #40 ... [2020-12-15T15:02:40.336Z] [2020-12-15T15:02:40.336Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:40.336Z] #49 30.60 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:02:40.336Z] #49 33.02 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-12-15T15:02:40.336Z] #49 33.24 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-12-15T15:02:40.337Z] #49 33.50 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-12-15T15:02:40.337Z] #49 33.53 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-12-15T15:02:40.337Z] #49 35.47 runtime/cgo [2020-12-15T15:02:40.337Z] #49 35.53 runtime [2020-12-15T15:02:40.337Z] #49 ... [2020-12-15T15:02:40.337Z] [2020-12-15T15:02:40.337Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:40.337Z] #47 40.00 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:02:40.337Z] #47 40.33 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:02:40.337Z] #47 40.46 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:02:40.337Z] #47 40.64 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:02:40.337Z] #47 40.70 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:02:40.337Z] #47 40.78 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:02:40.352Z] #47 ... [2020-12-15T15:02:40.352Z] [2020-12-15T15:02:40.352Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:40.352Z] #53 34.23 Reading package lists... [2020-12-15T15:02:40.352Z] #53 45.02 Reading package lists... [2020-12-15T15:02:40.352Z] #53 ... [2020-12-15T15:02:40.352Z] [2020-12-15T15:02:40.352Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:40.352Z] #40 35.20 Reading package lists... [2020-12-15T15:02:40.352Z] #40 46.48 Reading package lists... [2020-12-15T15:02:40.352Z] #40 ... [2020-12-15T15:02:40.352Z] [2020-12-15T15:02:40.352Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:40.352Z] #34 34.91 Reading package lists... [2020-12-15T15:02:40.352Z] #34 45.38 Reading package lists... [2020-12-15T15:02:40.352Z] #34 ... [2020-12-15T15:02:40.352Z] [2020-12-15T15:02:40.352Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:40.352Z] #11 35.16 Reading package lists... [2020-12-15T15:02:40.598Z] #47 40.90 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:02:40.598Z] #47 40.93 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:02:40.598Z] #47 40.93 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:02:40.598Z] #47 40.93 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:02:40.598Z] #47 40.96 go: downloading github.com/magiconair/properties v1.8.1 [2020-12-15T15:02:40.619Z] #39 ... [2020-12-15T15:02:40.619Z] [2020-12-15T15:02:40.619Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:40.619Z] #42 37.92 sync [2020-12-15T15:02:40.619Z] #42 37.93 internal/reflectlite [2020-12-15T15:02:40.619Z] #42 39.08 github.com/LK4D4/vndr/godl/singleflight [2020-12-15T15:02:40.619Z] #42 39.08 internal/singleflight [2020-12-15T15:02:40.619Z] #42 39.08 math/rand [2020-12-15T15:02:40.619Z] #42 39.90 io [2020-12-15T15:02:40.619Z] #42 39.90 strconv [2020-12-15T15:02:40.619Z] #42 39.91 sort [2020-12-15T15:02:40.619Z] #42 40.76 syscall [2020-12-15T15:02:40.619Z] #42 41.24 vendor/golang.org/x/net/dns/dnsmessage [2020-12-15T15:02:40.619Z] #42 41.50 bytes [2020-12-15T15:02:40.619Z] #42 ... [2020-12-15T15:02:40.619Z] [2020-12-15T15:02:40.619Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:40.619Z] #33 25.35 Reading package lists... [2020-12-15T15:02:40.619Z] #33 31.85 Building dependency tree... [2020-12-15T15:02:40.619Z] #33 35.01 The following additional packages will be installed: [2020-12-15T15:02:40.619Z] #33 35.04 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-15T15:02:40.619Z] #33 35.06 Suggested packages: [2020-12-15T15:02:40.619Z] #33 35.06 cmake-doc ninja-build lrzip [2020-12-15T15:02:40.619Z] #33 35.06 Recommended packages: [2020-12-15T15:02:40.619Z] #33 35.06 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-15T15:02:40.619Z] #33 35.63 The following NEW packages will be installed: [2020-12-15T15:02:40.619Z] #33 35.63 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-15T15:02:40.619Z] #33 35.63 vim-common xxd [2020-12-15T15:02:40.619Z] #33 36.18 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:02:40.619Z] #33 36.18 Need to get 14.2 MB of archives. [2020-12-15T15:02:40.619Z] #33 36.18 After this operation, 60.0 MB of additional disk space will be used. [2020-12-15T15:02:40.619Z] #33 36.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-12-15T15:02:40.619Z] #33 36.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-15T15:02:40.619Z] #33 36.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-12-15T15:02:40.619Z] #33 36.68 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-12-15T15:02:40.619Z] #33 38.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2020-12-15T15:02:40.619Z] #33 38.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-12-15T15:02:40.619Z] #33 38.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-12-15T15:02:40.619Z] #33 38.20 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-12-15T15:02:40.619Z] #33 38.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-12-15T15:02:40.619Z] #33 38.24 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-12-15T15:02:40.619Z] #33 40.52 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:02:40.619Z] #33 ... [2020-12-15T15:02:40.619Z] [2020-12-15T15:02:40.619Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:40.619Z] #48 41.61 bytes [2020-12-15T15:02:40.619Z] #48 41.62 strconv [2020-12-15T15:02:40.619Z] #48 41.66 syscall [2020-12-15T15:02:40.619Z] #48 41.74 strings [2020-12-15T15:02:41.120Z] #45 ... [2020-12-15T15:02:41.120Z] [2020-12-15T15:02:41.120Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:41.120Z] #34 DONE 98.3s [2020-12-15T15:02:41.120Z] [2020-12-15T15:02:41.120Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:41.120Z] #45 98.30 go/scanner [2020-12-15T15:02:41.170Z] #47 41.57 go: extracting github.com/magiconair/properties v1.8.1 [2020-12-15T15:02:41.290Z] #11 46.09 Reading package lists... [2020-12-15T15:02:41.290Z] #11 ... [2020-12-15T15:02:41.290Z] [2020-12-15T15:02:41.290Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:41.290Z] #47 55.63 go: extracting golang.org/x/text v0.3.2 [2020-12-15T15:02:41.584Z] #48 ... [2020-12-15T15:02:41.584Z] [2020-12-15T15:02:41.584Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:41.584Z] #52 26.22 Reading package lists... [2020-12-15T15:02:41.584Z] #52 32.76 Building dependency tree... [2020-12-15T15:02:41.584Z] #52 34.60 The following additional packages will be installed: [2020-12-15T15:02:41.584Z] #52 34.61 libbtrfs0 [2020-12-15T15:02:41.584Z] #52 34.75 The following NEW packages will be installed: [2020-12-15T15:02:41.584Z] #52 34.78 libbtrfs-dev libbtrfs0 [2020-12-15T15:02:41.584Z] #52 35.36 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:02:41.584Z] #52 35.36 Need to get 119 kB of archives. [2020-12-15T15:02:41.584Z] #52 35.36 After this operation, 387 kB of additional disk space will be used. [2020-12-15T15:02:41.584Z] #52 35.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-12-15T15:02:41.584Z] #52 35.39 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-12-15T15:02:41.584Z] #52 37.78 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:02:41.584Z] #52 39.61 Fetched 119 kB in 0s (346 kB/s) [2020-12-15T15:02:41.584Z] #52 42.10 Selecting previously unselected package libbtrfs0. [2020-12-15T15:02:41.584Z] #52 42.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-15T15:02:41.584Z] #52 42.12 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-12-15T15:02:41.584Z] #52 42.18 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-15T15:02:41.725Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m16.935957116s with top 10 stages: buildssa: 1m36.520804286s, goimports: 22.19019065s, unconvert: 12.375905026s, gosec: 9.735354186s, golint: 5.624493753s, misspell: 3.948101409s, ineffassign: 3.732532149s, inspect: 3.682177175s, vrp: 2.91296s, printf: 2.363108551s [2020-12-15T15:02:41.742Z] #47 42.02 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:02:41.742Z] #47 42.17 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:02:41.742Z] #47 42.18 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:02:41.742Z] #47 42.19 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:02:41.853Z] #52 ... [2020-12-15T15:02:41.853Z] [2020-12-15T15:02:41.853Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:41.853Z] #39 42.11 Selecting previously unselected package libcap-dev:arm64. [2020-12-15T15:02:41.853Z] #39 42.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 ... 15383 files and directories currently installed.) [2020-12-15T15:02:41.853Z] #39 42.23 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-12-15T15:02:41.853Z] #39 42.26 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-12-15T15:02:42.003Z] #47 42.52 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:02:42.575Z] #47 43.14 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:02:42.575Z] #47 43.15 go: downloading github.com/spf13/cast v1.3.0 [2020-12-15T15:02:42.575Z] #47 43.17 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:02:42.835Z] #47 ... [2020-12-15T15:02:42.835Z] [2020-12-15T15:02:42.835Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:42.835Z] #11 33.30 Fetched 8409 kB in 26s (325 kB/s) [2020-12-15T15:02:43.097Z] #11 33.30 Reading package lists... [2020-12-15T15:02:43.097Z] #11 ... [2020-12-15T15:02:43.097Z] [2020-12-15T15:02:43.097Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:43.097Z] #34 34.77 Fetched 8409 kB in 27s (314 kB/s) [2020-12-15T15:02:43.097Z] #34 34.77 Reading package lists... [2020-12-15T15:02:43.097Z] #34 ... [2020-12-15T15:02:43.097Z] [2020-12-15T15:02:43.097Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:43.097Z] #47 43.57 go: extracting github.com/spf13/cast v1.3.0 [2020-12-15T15:02:43.782Z] #39 44.65 Selecting previously unselected package libnet1:arm64. [2020-12-15T15:02:43.782Z] #39 44.65 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-12-15T15:02:43.901Z] #45 101.0 go/ast [2020-12-15T15:02:44.040Z] #47 44.31 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:02:44.198Z] #45 101.2 encoding/json [2020-12-15T15:02:44.304Z] #47 ... [2020-12-15T15:02:44.304Z] [2020-12-15T15:02:44.304Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:44.304Z] #53 34.55 Fetched 8409 kB in 27s (314 kB/s) [2020-12-15T15:02:44.304Z] #53 34.55 Reading package lists... [2020-12-15T15:02:44.304Z] #53 ... [2020-12-15T15:02:44.304Z] [2020-12-15T15:02:44.304Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:44.304Z] #11 33.30 Reading package lists... [2020-12-15T15:02:44.735Z] #39 45.56 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:02:44.735Z] #39 ... [2020-12-15T15:02:44.735Z] [2020-12-15T15:02:44.735Z] #26 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-12-15T15:02:44.735Z] #26 DONE 45.7s [2020-12-15T15:02:44.735Z] [2020-12-15T15:02:44.735Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:44.735Z] #61 DONE 45.6s [2020-12-15T15:02:44.735Z] [2020-12-15T15:02:44.735Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:44.735Z] #11 43.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-12-15T15:02:44.735Z] #11 45.33 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-12-15T15:02:44.735Z] #11 45.34 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-12-15T15:02:44.735Z] #11 45.35 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-12-15T15:02:44.735Z] #11 45.35 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-12-15T15:02:44.735Z] #11 45.35 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2020-12-15T15:02:44.735Z] #11 45.39 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u5 [110 kB] [2020-12-15T15:02:44.735Z] #11 45.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-12-15T15:02:44.735Z] #11 45.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-12-15T15:02:44.735Z] #11 45.41 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-12-15T15:02:44.735Z] #11 45.42 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-12-15T15:02:44.735Z] #11 45.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-12-15T15:02:44.735Z] #11 45.44 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-12-15T15:02:44.735Z] #11 45.45 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-12-15T15:02:44.735Z] #11 45.47 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-12-15T15:02:44.735Z] #11 45.47 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u5 [322 kB] [2020-12-15T15:02:45.686Z] #11 46.76 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:02:45.949Z] #11 ... [2020-12-15T15:02:45.949Z] [2020-12-15T15:02:45.949Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:45.949Z] #46 36.91 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:02:45.949Z] #46 36.91 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:02:45.949Z] #46 36.91 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:02:45.949Z] #46 36.91 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:02:45.949Z] #46 36.91 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:02:45.949Z] #46 38.09 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:02:45.949Z] #46 39.28 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:02:45.949Z] #46 39.28 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:02:45.949Z] #46 39.28 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:02:45.949Z] #46 39.28 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:02:45.949Z] #46 39.29 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:02:45.949Z] #46 39.59 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:02:45.949Z] #46 43.16 go: finding github.com/fatih/color v1.7.0 [2020-12-15T15:02:45.949Z] #46 43.16 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:02:45.949Z] #46 43.23 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:02:45.949Z] #46 43.25 go: finding github.com/pkg/errors v0.8.1 [2020-12-15T15:02:45.949Z] #46 43.38 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:02:45.949Z] #46 43.44 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:02:45.949Z] #46 43.52 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:02:45.949Z] #46 43.57 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:02:45.949Z] #46 43.65 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:02:45.950Z] #46 43.67 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:02:45.950Z] #46 43.84 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:02:45.950Z] #46 44.38 go: finding github.com/stretchr/testify v1.4.0 [2020-12-15T15:02:45.950Z] #46 44.38 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:02:45.950Z] #46 44.39 go: finding github.com/spf13/viper v1.6.1 [2020-12-15T15:02:45.950Z] #46 44.41 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:02:45.950Z] #46 44.43 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:02:45.950Z] #46 44.47 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:02:45.950Z] #46 44.48 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:02:45.950Z] #46 44.48 go: finding github.com/spf13/cobra v0.0.5 [2020-12-15T15:02:45.950Z] #46 44.57 go: finding github.com/spf13/pflag v1.0.5 [2020-12-15T15:02:45.950Z] #46 44.62 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:02:45.950Z] #46 44.62 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:02:45.950Z] #46 44.63 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:02:45.950Z] #46 44.63 go: finding github.com/gobwas/glob v0.2.3 [2020-12-15T15:02:45.950Z] #46 44.64 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:02:45.950Z] #46 44.66 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:02:45.950Z] #46 44.67 go: finding github.com/stretchr/objx v0.2.0 [2020-12-15T15:02:45.950Z] #46 44.68 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:02:45.950Z] #46 44.69 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:02:45.950Z] #46 45.30 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:02:45.950Z] #46 45.31 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:02:45.950Z] #46 45.31 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:02:45.950Z] #46 45.33 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:02:45.950Z] #46 45.35 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:02:45.950Z] #46 45.50 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:02:45.950Z] #46 45.51 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:02:45.950Z] #46 45.61 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:02:45.950Z] #46 45.68 go: finding github.com/magiconair/properties v1.8.1 [2020-12-15T15:02:45.950Z] #46 45.68 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:02:45.950Z] #46 45.74 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:02:45.950Z] #46 45.76 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:02:45.950Z] #46 45.81 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:02:45.950Z] #46 45.90 go: finding github.com/spf13/afero v1.1.2 [2020-12-15T15:02:45.950Z] #46 45.96 go: finding github.com/spf13/cast v1.3.0 [2020-12-15T15:02:45.950Z] #46 46.05 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:02:45.950Z] #46 46.08 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-15T15:02:45.950Z] #46 46.10 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:02:45.950Z] #46 46.15 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:02:45.950Z] #46 46.24 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:02:45.950Z] #46 46.24 go: finding golang.org/x/text v0.3.2 [2020-12-15T15:02:45.950Z] #46 46.27 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:02:45.950Z] #46 46.39 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:02:45.950Z] #46 46.39 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:02:45.950Z] #46 46.44 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:02:45.950Z] #46 46.44 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:02:45.950Z] #46 46.51 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:02:45.950Z] #46 46.51 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:02:45.950Z] #46 46.56 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:02:45.950Z] #46 46.56 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-15T15:02:45.950Z] #46 46.61 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:02:45.950Z] #46 46.73 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:02:45.950Z] #46 46.73 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:02:45.950Z] #46 46.74 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:02:45.950Z] #46 46.89 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-15T15:02:45.950Z] #46 46.90 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:02:45.950Z] #46 46.90 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:02:45.950Z] #46 46.90 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:02:46.214Z] #46 47.12 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-15T15:02:46.214Z] #46 47.18 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:02:46.214Z] #46 47.25 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:02:46.214Z] #46 ... [2020-12-15T15:02:46.214Z] [2020-12-15T15:02:46.214Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:46.214Z] #11 47.16 Fetched 73.8 MB in 9s (8462 kB/s) [2020-12-15T15:02:46.478Z] #11 ... [2020-12-15T15:02:46.478Z] [2020-12-15T15:02:46.478Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:46.478Z] #52 44.40 Selecting previously unselected package libbtrfs-dev. [2020-12-15T15:02:46.478Z] #52 44.40 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-12-15T15:02:46.478Z] #52 44.44 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:02:46.478Z] #52 45.86 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-15T15:02:46.478Z] #52 45.90 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:02:46.478Z] #52 45.97 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:02:46.478Z] #52 DONE 47.3s [2020-12-15T15:02:46.478Z] [2020-12-15T15:02:46.478Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:46.563Z] #47 ... [2020-12-15T15:02:46.563Z] [2020-12-15T15:02:46.563Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:46.563Z] #43 58.61 sync [2020-12-15T15:02:46.563Z] #43 58.64 internal/reflectlite [2020-12-15T15:02:46.563Z] #43 61.28 github.com/LK4D4/vndr/godl/singleflight [2020-12-15T15:02:46.746Z] #11 47.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-15T15:02:46.746Z] #11 47.54 Preparing to unpack .../libsystemd0_241-7~deb10u5_arm64.deb ... [2020-12-15T15:02:46.746Z] #11 47.61 Unpacking libsystemd0:arm64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-15T15:02:46.746Z] #11 ... [2020-12-15T15:02:46.746Z] [2020-12-15T15:02:46.746Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:46.746Z] #31 37.73 internal/reflectlite [2020-12-15T15:02:46.746Z] #31 37.73 sync [2020-12-15T15:02:46.746Z] #31 39.37 sort [2020-12-15T15:02:46.746Z] #31 39.39 errors [2020-12-15T15:02:46.746Z] #31 39.66 io [2020-12-15T15:02:46.746Z] #31 39.69 internal/oserror [2020-12-15T15:02:46.746Z] #31 39.70 strconv [2020-12-15T15:02:46.746Z] #31 40.19 syscall [2020-12-15T15:02:46.746Z] #31 40.35 strings [2020-12-15T15:02:46.746Z] #31 40.45 bytes [2020-12-15T15:02:46.746Z] #31 42.59 bufio [2020-12-15T15:02:46.746Z] #31 42.82 path [2020-12-15T15:02:46.746Z] #31 43.28 reflect [2020-12-15T15:02:46.746Z] #31 43.30 text/tabwriter [2020-12-15T15:02:46.746Z] #31 46.27 internal/syscall/execenv [2020-12-15T15:02:46.746Z] #31 46.27 time [2020-12-15T15:02:46.746Z] #31 46.28 internal/syscall/unix [2020-12-15T15:02:46.969Z] #45 ... [2020-12-15T15:02:46.969Z] [2020-12-15T15:02:46.969Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:46.969Z] #13 94.02 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-15T15:02:46.969Z] #13 94.03 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-12-15T15:02:46.969Z] #13 94.04 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:02:46.969Z] #13 ... [2020-12-15T15:02:46.969Z] [2020-12-15T15:02:46.969Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:46.969Z] #43 31.84 CC images/sk-inet.o [2020-12-15T15:02:46.969Z] #43 32.32 CC images/tun.o [2020-12-15T15:02:46.969Z] #43 32.67 CC images/sk-netlink.o [2020-12-15T15:02:46.969Z] #43 32.98 CC images/packet-sock.o [2020-12-15T15:02:46.969Z] #43 33.48 CC images/ipc-var.o [2020-12-15T15:02:46.969Z] #43 33.86 CC images/ipc-desc.o [2020-12-15T15:02:46.969Z] #43 34.25 CC images/ipc-shm.o [2020-12-15T15:02:46.969Z] #43 34.67 CC images/ipc-msg.o [2020-12-15T15:02:46.969Z] #43 34.97 CC images/ipc-sem.o [2020-12-15T15:02:46.969Z] #43 35.20 CC images/utsns.o [2020-12-15T15:02:46.969Z] #43 35.40 CC images/creds.o [2020-12-15T15:02:46.969Z] #43 35.62 CC images/vma.o [2020-12-15T15:02:46.969Z] #43 35.86 CC images/netdev.o [2020-12-15T15:02:46.969Z] #43 36.28 CC images/tty.o [2020-12-15T15:02:46.969Z] #43 37.01 CC images/file-lock.o [2020-12-15T15:02:46.969Z] #43 37.30 CC images/rlimit.o [2020-12-15T15:02:46.969Z] #43 37.46 CC images/pagemap.o [2020-12-15T15:02:46.969Z] #43 37.79 CC images/siginfo.o [2020-12-15T15:02:46.969Z] #43 38.08 CC images/rpc.o [2020-12-15T15:02:47.016Z] #31 ... [2020-12-15T15:02:47.016Z] [2020-12-15T15:02:47.016Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:47.016Z] #39 45.89 Selecting previously unselected package libnet1-dev. [2020-12-15T15:02:47.016Z] #39 45.90 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-12-15T15:02:47.016Z] #39 45.96 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-15T15:02:47.016Z] #39 46.27 Selecting previously unselected package libnl-3-200:arm64. [2020-12-15T15:02:47.016Z] #39 46.27 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-12-15T15:02:47.016Z] #39 46.27 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-12-15T15:02:47.016Z] #39 46.51 Selecting previously unselected package libnl-3-dev:arm64. [2020-12-15T15:02:47.016Z] #39 46.51 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-12-15T15:02:47.016Z] #39 46.54 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-12-15T15:02:47.016Z] #39 47.52 Selecting previously unselected package libprotobuf-c1:arm64. [2020-12-15T15:02:47.016Z] #39 47.52 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-12-15T15:02:47.016Z] #39 47.53 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-12-15T15:02:47.016Z] #39 47.72 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-12-15T15:02:47.016Z] #39 47.73 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-12-15T15:02:47.016Z] #39 47.74 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-12-15T15:02:47.016Z] #39 48.02 Selecting previously unselected package zlib1g-dev:arm64. [2020-12-15T15:02:47.016Z] #39 48.03 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-12-15T15:02:47.016Z] #39 48.07 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-12-15T15:02:47.267Z] #43 39.54 CC images/ext-file.o [2020-12-15T15:02:47.267Z] #43 39.80 CC images/cgroup.o [2020-12-15T15:02:47.501Z] #43 62.19 math/rand [2020-12-15T15:02:47.592Z] #39 ... [2020-12-15T15:02:47.592Z] [2020-12-15T15:02:47.592Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:47.592Z] #44 DONE 48.6s [2020-12-15T15:02:47.856Z] [2020-12-15T15:02:47.856Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:47.856Z] #39 48.72 Selecting previously unselected package libprotobuf17:arm64. [2020-12-15T15:02:47.856Z] #39 48.72 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-12-15T15:02:47.856Z] #39 48.76 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-12-15T15:02:48.332Z] #43 40.48 CC images/userns.o [2020-12-15T15:02:48.332Z] #43 40.81 CC images/google/protobuf/descriptor.o [2020-12-15T15:02:48.444Z] #43 ... [2020-12-15T15:02:48.444Z] [2020-12-15T15:02:48.444Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:48.444Z] #62 DONE 63.1s [2020-12-15T15:02:48.444Z] [2020-12-15T15:02:48.444Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:48.444Z] #49 62.52 io [2020-12-15T15:02:48.444Z] #49 62.56 internal/oserror [2020-12-15T15:02:48.444Z] #49 62.81 syscall [2020-12-15T15:02:48.806Z] #39 49.76 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-12-15T15:02:48.806Z] #39 49.78 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-12-15T15:02:48.806Z] #39 49.82 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-12-15T15:02:49.070Z] #39 50.16 Selecting previously unselected package libprotobuf-dev:arm64. [2020-12-15T15:02:49.334Z] #39 50.20 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-12-15T15:02:49.334Z] #39 50.21 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-12-15T15:02:49.596Z] #11 44.68 Reading package lists... [2020-12-15T15:02:49.596Z] #11 ... [2020-12-15T15:02:49.596Z] [2020-12-15T15:02:49.596Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:49.596Z] #40 40.62 Reading package lists... [2020-12-15T15:02:50.439Z] #43 ... [2020-12-15T15:02:50.439Z] [2020-12-15T15:02:50.439Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:50.439Z] #45 107.2 text/template [2020-12-15T15:02:50.730Z] #39 ... [2020-12-15T15:02:50.730Z] [2020-12-15T15:02:50.730Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:50.730Z] #33 41.76 Fetched 14.2 MB in 3s (4665 kB/s) [2020-12-15T15:02:50.730Z] #33 42.13 Selecting previously unselected package xxd. [2020-12-15T15:02:50.730Z] #33 42.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-15T15:02:50.730Z] #33 42.21 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-12-15T15:02:50.730Z] #33 42.23 Unpacking xxd (2:8.1.0875-5) ... [2020-12-15T15:02:50.730Z] #33 44.63 Selecting previously unselected package vim-common. [2020-12-15T15:02:50.730Z] #33 44.63 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:02:50.730Z] #33 44.68 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-15T15:02:50.730Z] #33 46.12 Selecting previously unselected package cmake-data. [2020-12-15T15:02:50.730Z] #33 46.13 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-15T15:02:50.730Z] #33 46.17 Unpacking cmake-data (3.13.4-1) ... [2020-12-15T15:02:50.994Z] #33 ... [2020-12-15T15:02:50.994Z] [2020-12-15T15:02:50.994Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:50.994Z] #42 41.84 reflect [2020-12-15T15:02:50.994Z] #42 43.90 bufio [2020-12-15T15:02:50.994Z] #42 45.76 regexp/syntax [2020-12-15T15:02:50.994Z] #42 46.60 hash/crc32 [2020-12-15T15:02:50.994Z] #42 47.41 time [2020-12-15T15:02:50.994Z] #42 48.19 vendor/golang.org/x/text/transform [2020-12-15T15:02:50.994Z] #42 ... [2020-12-15T15:02:50.994Z] [2020-12-15T15:02:50.994Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:50.994Z] #11 48.25 Setting up libsystemd0:arm64 (241-7~deb10u5) ... [2020-12-15T15:02:50.994Z] #11 48.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-15T15:02:50.994Z] #11 48.68 Preparing to unpack .../libudev1_241-7~deb10u5_arm64.deb ... [2020-12-15T15:02:50.994Z] #11 48.72 Unpacking libudev1:arm64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-15T15:02:50.994Z] #11 49.22 Setting up libudev1:arm64 (241-7~deb10u5) ... [2020-12-15T15:02:50.994Z] #11 49.77 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-15T15:02:50.994Z] #11 49.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-12-15T15:02:50.994Z] #11 49.80 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-12-15T15:02:50.994Z] #11 49.84 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-15T15:02:51.087Z] #49 65.44 bytes [2020-12-15T15:02:51.370Z] #49 ... [2020-12-15T15:02:51.370Z] [2020-12-15T15:02:51.370Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:51.370Z] #53 45.02 Reading package lists... [2020-12-15T15:02:51.370Z] #53 56.29 Building dependency tree... [2020-12-15T15:02:51.370Z] #53 61.93 The following additional packages will be installed: [2020-12-15T15:02:51.370Z] #53 61.96 libbtrfs0 [2020-12-15T15:02:51.370Z] #53 62.23 The following NEW packages will be installed: [2020-12-15T15:02:51.370Z] #53 62.28 libbtrfs-dev libbtrfs0 [2020-12-15T15:02:51.370Z] #53 63.04 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:02:51.370Z] #53 63.04 Need to get 119 kB of archives. [2020-12-15T15:02:51.370Z] #53 63.04 After this operation, 387 kB of additional disk space will be used. [2020-12-15T15:02:51.370Z] #53 63.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-12-15T15:02:51.370Z] #53 63.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-12-15T15:02:51.370Z] #53 65.22 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:02:51.370Z] #53 65.58 Fetched 119 kB in 0s (273 kB/s) [2020-12-15T15:02:51.370Z] #53 65.75 Selecting previously unselected package libbtrfs0. [2020-12-15T15:02:51.370Z] #53 65.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 ... 15410 files and directories currently installed.) [2020-12-15T15:02:51.370Z] #53 65.92 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-12-15T15:02:51.370Z] #53 65.92 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-15T15:02:51.370Z] #53 ... [2020-12-15T15:02:51.370Z] [2020-12-15T15:02:51.370Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:51.370Z] #34 45.38 Reading package lists... [2020-12-15T15:02:51.370Z] #34 56.51 Building dependency tree... [2020-12-15T15:02:51.370Z] #34 62.12 The following additional packages will be installed: [2020-12-15T15:02:51.370Z] #34 62.14 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-15T15:02:51.370Z] #34 62.15 Suggested packages: [2020-12-15T15:02:51.370Z] #34 62.16 cmake-doc ninja-build lrzip [2020-12-15T15:02:51.370Z] #34 62.16 Recommended packages: [2020-12-15T15:02:51.370Z] #34 62.16 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-15T15:02:51.370Z] #34 63.72 The following NEW packages will be installed: [2020-12-15T15:02:51.370Z] #34 63.77 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-15T15:02:51.370Z] #34 63.77 vim-common xxd [2020-12-15T15:02:51.370Z] #34 64.25 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:02:51.370Z] #34 64.25 Need to get 14.9 MB of archives. [2020-12-15T15:02:51.370Z] #34 64.25 After this operation, 61.8 MB of additional disk space will be used. [2020-12-15T15:02:51.370Z] #34 64.25 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-12-15T15:02:51.370Z] #34 64.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-15T15:02:51.370Z] #34 64.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-12-15T15:02:51.370Z] #34 64.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-12-15T15:02:51.370Z] #34 65.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2020-12-15T15:02:51.370Z] #34 66.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-12-15T15:02:51.370Z] #34 66.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-12-15T15:02:51.370Z] #34 66.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-12-15T15:02:51.370Z] #34 66.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-12-15T15:02:51.570Z] #11 52.65 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-15T15:02:51.571Z] #11 52.65 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-12-15T15:02:51.571Z] #11 52.67 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-15T15:02:51.640Z] #34 66.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-12-15T15:02:51.640Z] #34 ... [2020-12-15T15:02:51.640Z] [2020-12-15T15:02:51.640Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:51.640Z] #53 66.23 Selecting previously unselected package libbtrfs-dev. [2020-12-15T15:02:51.640Z] #53 66.24 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-12-15T15:02:51.640Z] #53 66.25 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:02:52.226Z] #53 66.67 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-15T15:02:52.226Z] #53 66.70 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:02:52.226Z] #53 66.71 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:02:52.226Z] #53 ... [2020-12-15T15:02:52.226Z] [2020-12-15T15:02:52.226Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:52.226Z] #32 56.82 sync [2020-12-15T15:02:52.226Z] #32 56.86 internal/reflectlite [2020-12-15T15:02:52.226Z] #32 60.92 sort [2020-12-15T15:02:52.226Z] #32 60.94 errors [2020-12-15T15:02:52.226Z] #32 61.72 strconv [2020-12-15T15:02:52.226Z] #32 63.29 io [2020-12-15T15:02:52.226Z] #32 65.60 syscall [2020-12-15T15:02:52.226Z] #32 ... [2020-12-15T15:02:52.226Z] [2020-12-15T15:02:52.226Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:52.226Z] #40 46.48 Reading package lists... [2020-12-15T15:02:52.226Z] #40 57.35 Building dependency tree... [2020-12-15T15:02:52.226Z] #40 63.21 The following additional packages will be installed: [2020-12-15T15:02:52.226Z] #40 63.25 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-15T15:02:52.226Z] #40 63.25 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-15T15:02:52.226Z] #40 63.30 Suggested packages: [2020-12-15T15:02:52.226Z] #40 63.30 manpages-dev python-setuptools [2020-12-15T15:02:52.226Z] #40 65.67 The following NEW packages will be installed: [2020-12-15T15:02:52.226Z] #40 65.67 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-15T15:02:52.226Z] #40 65.67 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-15T15:02:52.226Z] #40 65.67 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-15T15:02:52.226Z] #40 65.67 python-six zlib1g-dev [2020-12-15T15:02:52.226Z] #40 66.13 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:02:52.226Z] #40 66.13 Need to get 4095 kB of archives. [2020-12-15T15:02:52.226Z] #40 66.13 After this operation, 22.5 MB of additional disk space will be used. [2020-12-15T15:02:52.226Z] #40 66.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-12-15T15:02:52.226Z] #40 66.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-12-15T15:02:52.226Z] #40 66.13 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-12-15T15:02:52.226Z] #40 66.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-12-15T15:02:52.226Z] #40 66.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-12-15T15:02:52.226Z] #40 66.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-12-15T15:02:52.226Z] #40 66.16 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-12-15T15:02:52.226Z] #40 66.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-12-15T15:02:52.226Z] #40 66.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-12-15T15:02:52.226Z] #40 66.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-12-15T15:02:52.226Z] #40 66.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-12-15T15:02:52.226Z] #40 66.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-12-15T15:02:52.226Z] #40 66.66 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-12-15T15:02:52.226Z] #40 66.69 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-12-15T15:02:52.226Z] #40 66.70 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-15T15:02:52.226Z] #40 66.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-12-15T15:02:52.226Z] #40 66.72 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-12-15T15:02:52.406Z] #40 50.28 Building dependency tree... [2020-12-15T15:02:52.494Z] #40 ... [2020-12-15T15:02:52.494Z] [2020-12-15T15:02:52.494Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:52.494Z] #11 46.09 Reading package lists... [2020-12-15T15:02:52.494Z] #11 57.38 Building dependency tree... [2020-12-15T15:02:52.494Z] #11 63.22 The following additional packages will be installed: [2020-12-15T15:02:52.494Z] #11 63.22 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-15T15:02:52.494Z] #11 63.22 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-15T15:02:52.494Z] #11 63.22 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-15T15:02:52.494Z] #11 63.22 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-15T15:02:52.494Z] #11 63.22 mingw-w64-x86-64-dev [2020-12-15T15:02:52.494Z] #11 63.30 Suggested packages: [2020-12-15T15:02:52.494Z] #11 63.30 gcc-8-locales seccomp wine64 [2020-12-15T15:02:52.494Z] #11 66.07 The following NEW packages will be installed: [2020-12-15T15:02:52.494Z] #11 66.10 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-15T15:02:52.494Z] #11 66.10 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-15T15:02:52.494Z] #11 66.10 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-15T15:02:52.494Z] #11 66.10 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-15T15:02:52.494Z] #11 66.12 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-15T15:02:52.494Z] #11 66.13 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-15T15:02:52.494Z] #11 66.16 The following packages will be upgraded: [2020-12-15T15:02:52.494Z] #11 66.18 libsystemd0 libudev1 [2020-12-15T15:02:52.494Z] #11 66.75 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-15T15:02:52.494Z] #11 66.75 Need to get 78.2 MB of archives. [2020-12-15T15:02:52.494Z] #11 66.75 After this operation, 487 MB of additional disk space will be used. [2020-12-15T15:02:52.494Z] #11 66.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u5 [331 kB] [2020-12-15T15:02:52.494Z] #11 66.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u5 [151 kB] [2020-12-15T15:02:52.494Z] #11 66.78 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-12-15T15:02:52.494Z] #11 ... [2020-12-15T15:02:52.494Z] [2020-12-15T15:02:52.494Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:52.494Z] #47 63.00 go: finding github.com/fatih/color v1.7.0 [2020-12-15T15:02:52.494Z] #47 63.25 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:02:52.494Z] #47 63.34 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:02:52.494Z] #47 63.34 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:02:52.494Z] #47 63.49 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:02:52.494Z] #47 63.55 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:02:52.494Z] #47 63.57 go: finding github.com/pkg/errors v0.8.1 [2020-12-15T15:02:52.494Z] #47 63.58 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:02:52.494Z] #47 63.60 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:02:52.494Z] #47 63.70 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:02:52.494Z] #47 63.70 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:02:52.494Z] #47 63.76 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:02:52.494Z] #47 63.82 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:02:52.494Z] #47 63.85 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:02:52.494Z] #47 63.88 go: finding github.com/stretchr/testify v1.4.0 [2020-12-15T15:02:52.494Z] #47 63.88 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:02:52.494Z] #47 63.88 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:02:52.494Z] #47 63.93 go: finding github.com/spf13/viper v1.6.1 [2020-12-15T15:02:52.494Z] #47 63.95 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:02:52.494Z] #47 63.95 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:02:52.494Z] #47 64.10 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:02:52.494Z] #47 64.20 go: finding github.com/stretchr/objx v0.2.0 [2020-12-15T15:02:52.494Z] #47 64.35 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:02:52.494Z] #47 64.38 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:02:52.494Z] #47 64.44 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:02:52.494Z] #47 64.48 go: finding github.com/gobwas/glob v0.2.3 [2020-12-15T15:02:52.494Z] #47 64.48 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:02:52.494Z] #47 64.54 go: finding github.com/spf13/cobra v0.0.5 [2020-12-15T15:02:52.494Z] #47 64.55 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:02:52.494Z] #47 64.76 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:02:52.494Z] #47 64.76 go: finding github.com/spf13/pflag v1.0.5 [2020-12-15T15:02:52.494Z] #47 64.88 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:02:52.494Z] #47 65.10 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:02:52.494Z] #47 65.18 go: finding github.com/magiconair/properties v1.8.1 [2020-12-15T15:02:52.494Z] #47 65.19 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:02:52.494Z] #47 65.20 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:02:52.494Z] #47 65.29 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:02:52.494Z] #47 65.36 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:02:52.494Z] #47 65.42 go: finding github.com/spf13/afero v1.1.2 [2020-12-15T15:02:52.494Z] #47 65.44 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:02:52.494Z] #47 65.53 go: finding github.com/spf13/cast v1.3.0 [2020-12-15T15:02:52.494Z] #47 65.56 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:02:52.494Z] #47 65.72 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:02:52.494Z] #47 65.73 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:02:52.494Z] #47 65.80 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:02:52.494Z] #47 65.82 go: finding golang.org/x/text v0.3.2 [2020-12-15T15:02:52.494Z] #47 65.86 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-15T15:02:52.494Z] #47 65.89 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:02:52.494Z] #47 66.04 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:02:52.494Z] #47 66.06 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:02:52.494Z] #47 66.10 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:02:52.494Z] #47 66.16 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:02:52.494Z] #47 66.29 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:02:52.494Z] #47 66.33 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:02:52.494Z] #47 66.35 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:02:52.494Z] #47 66.40 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:02:52.494Z] #47 66.42 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:02:52.494Z] #47 66.44 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-15T15:02:52.494Z] #47 66.46 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:02:52.494Z] #47 66.56 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:02:52.494Z] #47 66.88 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:02:52.494Z] #47 66.90 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:02:52.494Z] #47 66.94 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:02:52.494Z] #47 67.02 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:02:52.494Z] #47 67.02 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-15T15:02:52.494Z] #47 67.08 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:02:52.494Z] #47 67.10 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:02:52.494Z] #47 67.17 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-15T15:02:52.494Z] #47 67.27 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:02:52.546Z] #45 ... [2020-12-15T15:02:52.546Z] [2020-12-15T15:02:52.546Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:52.546Z] #51 99.45 go/scanner [2020-12-15T15:02:52.546Z] #51 100.7 mvdan.cc/editorconfig [2020-12-15T15:02:52.546Z] #51 102.1 go/ast [2020-12-15T15:02:52.546Z] #51 104.3 mvdan.cc/sh/v3/syntax [2020-12-15T15:02:52.546Z] #51 ... [2020-12-15T15:02:52.546Z] [2020-12-15T15:02:52.546Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:52.546Z] #43 43.13 CC images/opts.o [2020-12-15T15:02:52.546Z] #43 43.42 CC images/seccomp.o [2020-12-15T15:02:52.546Z] #43 43.73 CC images/binfmt-misc.o [2020-12-15T15:02:52.546Z] #43 44.00 CC images/time.o [2020-12-15T15:02:52.546Z] #43 44.21 CC images/sysctl.o [2020-12-15T15:02:52.546Z] #43 44.49 CC images/autofs.o [2020-12-15T15:02:52.546Z] #43 44.77 CC images/macvlan.o [2020-12-15T15:02:52.752Z] #47 ... [2020-12-15T15:02:52.752Z] [2020-12-15T15:02:52.752Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:52.752Z] #53 DONE 67.3s [2020-12-15T15:02:52.752Z] [2020-12-15T15:02:52.752Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:52.843Z] #43 45.06 CC images/sit.o [2020-12-15T15:02:52.843Z] #43 45.31 CC images/memfd.o [2020-12-15T15:02:52.975Z] #11 ... [2020-12-15T15:02:52.975Z] [2020-12-15T15:02:52.975Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:02:52.975Z] #48 43.87 bufio [2020-12-15T15:02:52.975Z] #48 44.76 reflect [2020-12-15T15:02:52.975Z] #48 44.76 regexp/syntax [2020-12-15T15:02:52.975Z] #48 49.63 time [2020-12-15T15:02:52.975Z] #48 51.84 regexp [2020-12-15T15:02:52.975Z] #48 ... [2020-12-15T15:02:52.975Z] [2020-12-15T15:02:52.975Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:52.975Z] #39 52.58 Selecting previously unselected package libprotoc17:arm64. [2020-12-15T15:02:52.975Z] #39 52.60 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-12-15T15:02:52.975Z] #39 52.61 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-12-15T15:02:52.975Z] #39 53.19 Selecting previously unselected package protobuf-c-compiler. [2020-12-15T15:02:52.975Z] #39 53.20 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-12-15T15:02:52.975Z] #39 53.21 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-15T15:02:52.975Z] #39 53.73 Selecting previously unselected package protobuf-compiler. [2020-12-15T15:02:52.975Z] #39 53.74 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-12-15T15:02:52.975Z] #39 53.90 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-15T15:02:53.488Z] #43 45.63 CC images/timens.o [2020-12-15T15:02:53.552Z] #39 54.70 Selecting previously unselected package python-pkg-resources. [2020-12-15T15:02:53.552Z] #39 54.70 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-15T15:02:53.785Z] #43 45.96 LINK images/built-in.o [2020-12-15T15:02:53.785Z] #43 46.19 GEN compel/include/asm [2020-12-15T15:02:53.785Z] #43 46.23 GEN compel/include/version.h [2020-12-15T15:02:53.785Z] #43 46.24 touch .config [2020-12-15T15:02:53.785Z] #43 46.29 GEN include/common/config.h [2020-12-15T15:02:53.815Z] #39 54.74 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-15T15:02:53.900Z] INFO [runner/unused/goanalysis] analyzers took 26.504029995s with top 10 stages: buildssa: 22.406277123s, U1000: 4.097752872s [2020-12-15T15:02:53.900Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2020-12-15T15:02:53.900Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/64, path_prettifier: 1682/1682, autogenerated_exclude: 1577/1682, exclude: 1577/1577, exclude-rules: 64/1577, skip_files: 1682/1682, skip_dirs: 1682/1682, filename_unadjuster: 1682/1682, identifier_marker: 1577/1577, cgo: 1682/2262 [2020-12-15T15:02:53.900Z] INFO [runner] processing took 67.220347ms with stages: nolint: 26.146138ms, identifier_marker: 17.07856ms, path_prettifier: 13.641902ms, autogenerated_exclude: 4.428059ms, exclude-rules: 3.260238ms, skip_dirs: 2.276298ms, cgo: 235.909µs, filename_unadjuster: 149.126µs, max_same_issues: 1.401µs, uniq_by_line: 523ns, max_from_linter: 453ns, diff: 412ns, source_code: 288ns, exclude: 279ns, path_shortener: 262ns, skip_files: 255ns, max_per_file_from_linter: 244ns [2020-12-15T15:02:53.900Z] INFO [runner] linters took 1m35.973696446s with stages: goanalysis_metalinter: 1m17.533428984s, unused: 18.372838014s [2020-12-15T15:02:53.900Z] INFO File cache stats: 1448 entries of total size 6.8MiB [2020-12-15T15:02:53.900Z] INFO Memory: 1665 samples, avg is 241.2MB, max is 3235.0MB [2020-12-15T15:02:53.900Z] INFO Execution took 3m39.247177519s [2020-12-15T15:02:53.900Z] Congratulations! The shell scripts are properly formatted. [2020-12-15T15:02:54.079Z] #39 55.05 Selecting previously unselected package python-six. [2020-12-15T15:02:54.079Z] #39 55.06 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-15T15:02:54.079Z] #39 55.08 Unpacking python-six (1.12.0-1) ... [2020-12-15T15:02:54.079Z] #39 55.25 Selecting previously unselected package python-protobuf. [2020-12-15T15:02:54.083Z] #43 46.42 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-12-15T15:02:54.083Z] #43 46.43 GEN compel/plugins/include/uapi/std/syscall.h [2020-12-15T15:02:54.083Z] #43 46.47 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-12-15T15:02:54.083Z] #43 46.51 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-12-15T15:02:54.083Z] #43 46.56 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-12-15T15:02:54.128Z] #54 1.474 + RM_GOPATH=0 [2020-12-15T15:02:54.128Z] #54 1.474 + TMP_GOPATH= [2020-12-15T15:02:54.128Z] #54 1.474 + : /build [2020-12-15T15:02:54.128Z] #54 1.474 + '[' -z '' ']' [2020-12-15T15:02:54.128Z] #54 1.475 ++ mktemp -d [2020-12-15T15:02:54.128Z] #54 1.485 + export GOPATH=/tmp/tmp.X78xMcBuan [2020-12-15T15:02:54.128Z] #54 1.485 + GOPATH=/tmp/tmp.X78xMcBuan [2020-12-15T15:02:54.128Z] #54 1.485 + RM_GOPATH=1 [2020-12-15T15:02:54.128Z] #54 1.485 + case "$(go env GOARCH)" in [2020-12-15T15:02:54.128Z] #54 1.485 ++ go env GOARCH [2020-12-15T15:02:54.128Z] #54 1.510 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:54.128Z] #54 1.510 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:54.128Z] #54 1.517 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:54.128Z] #54 1.590 + dir=/tmp/install [2020-12-15T15:02:54.128Z] #54 1.590 + bin=containerd [2020-12-15T15:02:54.128Z] #54 1.590 + shift [2020-12-15T15:02:54.128Z] #54 1.590 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-15T15:02:54.128Z] #54 1.590 + . /tmp/install/containerd.installer [2020-12-15T15:02:54.128Z] #54 1.590 ++ set -e [2020-12-15T15:02:54.128Z] #54 1.590 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:02:54.128Z] #54 1.590 + install_containerd [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-12-15T15:02:54.342Z] #39 55.25 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-12-15T15:02:54.342Z] #39 55.25 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-15T15:02:54.381Z] #43 46.60 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-12-15T15:02:54.381Z] #43 46.65 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-12-15T15:02:54.381Z] #43 46.67 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-15T15:02:54.381Z] #43 46.67 DEP compel/plugins/std/infect.d [2020-12-15T15:02:54.381Z] #43 46.90 DEP compel/plugins/std/string.d [2020-12-15T15:02:54.387Z] #54 1.594 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-15T15:02:54.387Z] #54 1.596 + git clone https://github.com/containerd/containerd.git /tmp/tmp.X78xMcBuan/src/github.com/containerd/containerd [2020-12-15T15:02:54.387Z] #54 1.596 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:02:54.387Z] #54 1.602 Cloning into '/tmp/tmp.X78xMcBuan/src/github.com/containerd/containerd'... [2020-12-15T15:02:54.480Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh dynbinary-daemon test-docker-py [2020-12-15T15:02:54.679Z] #43 47.03 DEP compel/plugins/std/log.d [2020-12-15T15:02:54.679Z] #43 47.15 DEP compel/plugins/std/fds.d [2020-12-15T15:02:54.735Z] [2020-12-15T15:02:54.927Z] #39 55.83 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-15T15:02:54.961Z] #40 ... [2020-12-15T15:02:54.961Z] [2020-12-15T15:02:54.961Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:02:54.961Z] #53 34.55 Reading package lists... [2020-12-15T15:02:54.961Z] #53 46.03 Reading package lists... [2020-12-15T15:02:54.961Z] #53 ... [2020-12-15T15:02:54.961Z] [2020-12-15T15:02:54.961Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:02:54.961Z] #34 34.77 Reading package lists... [2020-12-15T15:02:54.977Z] #43 47.30 DEP compel/plugins/std/std.d [2020-12-15T15:02:54.977Z] #43 47.39 DEP compel/plugins/shmem/shmem.d [2020-12-15T15:02:54.991Z] Removing bundles/ [2020-12-15T15:02:54.991Z] [2020-12-15T15:02:54.991Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-12-15T15:02:54.991Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:02:54.991Z] GOOS="" GOARCH="" GOARM="" [2020-12-15T15:02:55.221Z] #34 46.16 Reading package lists... [2020-12-15T15:02:55.221Z] #34 ... [2020-12-15T15:02:55.221Z] [2020-12-15T15:02:55.221Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:55.221Z] #11 44.68 Reading package lists... [2020-12-15T15:02:55.289Z] #43 47.52 DEP compel/plugins/fds/fds.d [2020-12-15T15:02:55.289Z] #43 47.74 CC compel/plugins/std/std.o [2020-12-15T15:02:55.935Z] #43 48.07 CC compel/plugins/std/fds.o [2020-12-15T15:02:56.233Z] #43 48.48 CC compel/plugins/std/log.o [2020-12-15T15:02:56.334Z] #39 ... [2020-12-15T15:02:56.334Z] [2020-12-15T15:02:56.334Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:56.334Z] #53 2.211 + RM_GOPATH=0 [2020-12-15T15:02:56.334Z] #53 2.211 + TMP_GOPATH= [2020-12-15T15:02:56.334Z] #53 2.211 + : /build [2020-12-15T15:02:56.334Z] #53 2.211 + '[' -z '' ']' [2020-12-15T15:02:56.334Z] #53 2.214 ++ mktemp -d [2020-12-15T15:02:56.334Z] #53 2.218 + export GOPATH=/tmp/tmp.S0pu0XN4xF [2020-12-15T15:02:56.334Z] #53 2.218 + GOPATH=/tmp/tmp.S0pu0XN4xF [2020-12-15T15:02:56.334Z] #53 2.218 + RM_GOPATH=1 [2020-12-15T15:02:56.334Z] #53 2.218 + case "$(go env GOARCH)" in [2020-12-15T15:02:56.334Z] #53 2.218 ++ go env GOARCH [2020-12-15T15:02:56.334Z] #53 2.310 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:56.334Z] #53 2.310 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:56.334Z] #53 2.310 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:56.334Z] #53 2.325 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:02:56.334Z] #53 2.326 + dir=/tmp/install [2020-12-15T15:02:56.334Z] #53 2.326 + bin=containerd [2020-12-15T15:02:56.334Z] #53 2.326 + shift [2020-12-15T15:02:56.334Z] #53 2.326 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-15T15:02:56.334Z] #53 2.326 + . /tmp/install/containerd.installer [2020-12-15T15:02:56.334Z] #53 2.326 ++ set -e [2020-12-15T15:02:56.334Z] #53 2.326 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:02:56.334Z] #53 2.326 + install_containerd [2020-12-15T15:02:56.334Z] #53 2.326 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-15T15:02:56.334Z] #53 2.326 + git clone https://github.com/containerd/containerd.git /tmp/tmp.S0pu0XN4xF/src/github.com/containerd/containerd [2020-12-15T15:02:56.334Z] #53 2.400 Cloning into '/tmp/tmp.S0pu0XN4xF/src/github.com/containerd/containerd'... [2020-12-15T15:02:56.598Z] #53 ... [2020-12-15T15:02:56.598Z] [2020-12-15T15:02:56.598Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:56.598Z] #46 47.30 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:02:56.598Z] #46 47.31 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:02:56.598Z] #46 47.62 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:02:56.598Z] #46 47.76 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:02:56.599Z] #46 ... [2020-12-15T15:02:56.599Z] [2020-12-15T15:02:56.599Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:56.599Z] #11 54.89 Selecting previously unselected package binutils-mingw-w64. [2020-12-15T15:02:56.599Z] #11 54.90 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-15T15:02:56.599Z] #11 54.98 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-15T15:02:56.599Z] #11 55.20 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-12-15T15:02:56.599Z] #11 55.20 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-12-15T15:02:56.599Z] #11 55.21 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-12-15T15:02:56.599Z] #11 55.44 Selecting previously unselected package dmsetup. [2020-12-15T15:02:56.599Z] #11 55.45 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-12-15T15:02:56.599Z] #11 55.47 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-15T15:02:56.599Z] #11 55.86 Selecting previously unselected package mingw-w64-common. [2020-12-15T15:02:56.599Z] #11 55.87 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-15T15:02:56.599Z] #11 55.87 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-15T15:02:56.880Z] #43 ... [2020-12-15T15:02:56.880Z] [2020-12-15T15:02:56.880Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:02:56.880Z] #13 111.0 Selecting previously unselected package libapparmor1:ppc64el. [2020-12-15T15:02:56.880Z] #13 111.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 111.0 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-12-15T15:02:56.880Z] #13 111.1 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-12-15T15:02:56.880Z] #13 111.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 111.2 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-12-15T15:02:56.880Z] #13 111.3 Selecting previously unselected package libbtrfs0. [2020-12-15T15:02:56.880Z] #13 111.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 111.3 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-15T15:02:56.880Z] #13 111.4 Selecting previously unselected package libbtrfs-dev. [2020-12-15T15:02:56.880Z] #13 111.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 111.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:02:56.880Z] #13 111.6 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-12-15T15:02:56.880Z] #13 111.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 111.6 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-12-15T15:02:56.880Z] #13 111.7 Selecting previously unselected package libudev-dev:ppc64el. [2020-12-15T15:02:56.880Z] #13 111.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 111.7 Unpacking libudev-dev:ppc64el (241-7~deb10u5) ... [2020-12-15T15:02:56.880Z] #13 111.9 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-12-15T15:02:56.880Z] #13 111.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 111.9 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-12-15T15:02:56.880Z] #13 112.3 Selecting previously unselected package libpcre16-3:ppc64el. [2020-12-15T15:02:56.880Z] #13 112.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 112.3 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-12-15T15:02:56.880Z] #13 112.5 Selecting previously unselected package libpcre32-3:ppc64el. [2020-12-15T15:02:56.880Z] #13 112.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 112.5 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-12-15T15:02:56.880Z] #13 112.7 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-12-15T15:02:56.880Z] #13 112.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 112.7 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-12-15T15:02:56.880Z] #13 112.9 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-12-15T15:02:56.880Z] #13 112.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 113.0 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-12-15T15:02:56.880Z] #13 113.4 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-12-15T15:02:56.880Z] #13 113.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 113.4 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-12-15T15:02:56.880Z] #13 113.7 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-12-15T15:02:56.880Z] #13 113.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 113.7 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-12-15T15:02:56.880Z] #13 113.8 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-12-15T15:02:56.880Z] #13 113.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 113.8 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-12-15T15:02:56.880Z] #13 114.0 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-12-15T15:02:56.880Z] #13 114.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_ppc64el.deb ... [2020-12-15T15:02:56.880Z] #13 114.0 Unpacking libsystemd-dev:ppc64el (241-7~deb10u5) ... [2020-12-15T15:02:57.179Z] #13 114.4 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-12-15T15:02:57.179Z] #13 114.5 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-12-15T15:02:57.179Z] #13 114.5 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-12-15T15:02:57.179Z] #13 114.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-15T15:02:57.179Z] #13 114.5 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-12-15T15:02:57.179Z] #13 114.5 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-12-15T15:02:57.179Z] #13 114.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:02:57.179Z] #13 114.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-15T15:02:57.179Z] #13 114.5 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-12-15T15:02:57.179Z] #13 114.5 Setting up libudev-dev:ppc64el (241-7~deb10u5) ... [2020-12-15T15:02:57.477Z] #13 114.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-15T15:02:57.477Z] #13 114.5 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:02:57.478Z] #13 114.5 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-12-15T15:02:57.478Z] #13 114.5 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-15T15:02:57.478Z] #13 114.6 Setting up libsystemd-dev:ppc64el (241-7~deb10u5) ... [2020-12-15T15:02:57.478Z] #13 114.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-15T15:02:57.478Z] #13 114.6 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-12-15T15:02:57.478Z] #13 114.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:02:57.478Z] #13 114.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-15T15:02:57.478Z] #13 114.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-15T15:02:57.478Z] #13 114.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:02:57.478Z] #13 114.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-15T15:02:57.478Z] #13 114.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-15T15:02:57.478Z] #13 114.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-15T15:02:57.478Z] #13 114.7 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-12-15T15:02:57.478Z] #13 114.7 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-12-15T15:02:57.478Z] #13 114.7 Setting up dmsetup (2:1.02.155-3) ... [2020-12-15T15:02:57.478Z] #13 114.7 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-12-15T15:02:57.478Z] #13 114.7 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-12-15T15:02:57.777Z] #13 114.8 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:02:57.777Z] #13 DONE 115.1s [2020-12-15T15:02:57.777Z] [2020-12-15T15:02:57.777Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:57.777Z] #43 49.39 CC compel/plugins/std/string.o [2020-12-15T15:02:57.777Z] #43 50.18 CC compel/plugins/std/infect.o [2020-12-15T15:02:57.780Z] #11 55.56 Building dependency tree... [2020-12-15T15:02:58.425Z] #43 ... [2020-12-15T15:02:58.425Z] [2020-12-15T15:02:58.425Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-15T15:02:58.425Z] #14 DONE 0.5s [2020-12-15T15:02:58.425Z] [2020-12-15T15:02:58.425Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:58.425Z] #43 50.90 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-12-15T15:02:58.425Z] #43 50.92 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-12-15T15:02:58.425Z] #43 50.97 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-12-15T15:02:58.580Z] #54 ... [2020-12-15T15:02:58.580Z] [2020-12-15T15:02:58.581Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:58.581Z] #40 68.76 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:02:58.581Z] #40 69.10 Fetched 4095 kB in 1s (4352 kB/s) [2020-12-15T15:02:58.581Z] #40 69.27 Selecting previously unselected package libcap-dev:amd64. [2020-12-15T15:02:58.581Z] #40 69.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 ... 15410 files and directories currently installed.) [2020-12-15T15:02:58.581Z] #40 69.46 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-12-15T15:02:58.581Z] #40 69.46 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-12-15T15:02:58.581Z] #40 69.91 Selecting previously unselected package libnet1:amd64. [2020-12-15T15:02:58.581Z] #40 69.92 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-15T15:02:58.581Z] #40 69.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:02:58.581Z] #40 70.06 Selecting previously unselected package libnet1-dev. [2020-12-15T15:02:58.581Z] #40 70.09 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-15T15:02:58.581Z] #40 70.10 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-15T15:02:58.581Z] #40 70.62 Selecting previously unselected package libnl-3-200:amd64. [2020-12-15T15:02:58.581Z] #40 70.62 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-12-15T15:02:58.581Z] #40 70.63 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-12-15T15:02:58.581Z] #40 70.86 Selecting previously unselected package libnl-3-dev:amd64. [2020-12-15T15:02:58.581Z] #40 70.86 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-12-15T15:02:58.581Z] #40 70.87 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-12-15T15:02:58.581Z] #40 71.61 Selecting previously unselected package libprotobuf-c1:amd64. [2020-12-15T15:02:58.581Z] #40 71.62 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-12-15T15:02:58.581Z] #40 71.66 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-15T15:02:58.581Z] #40 71.96 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-12-15T15:02:58.581Z] #40 71.96 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-12-15T15:02:58.581Z] #40 71.96 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-12-15T15:02:58.581Z] #40 72.33 Selecting previously unselected package zlib1g-dev:amd64. [2020-12-15T15:02:58.581Z] #40 72.34 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-12-15T15:02:58.581Z] #40 72.34 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-12-15T15:02:58.581Z] #40 72.97 Selecting previously unselected package libprotobuf17:amd64. [2020-12-15T15:02:58.581Z] #40 72.97 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-12-15T15:02:58.581Z] #40 72.97 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-12-15T15:02:58.723Z] #43 51.01 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-12-15T15:02:58.723Z] #43 51.05 AR compel/plugins/std.lib.a [2020-12-15T15:02:58.723Z] #43 51.11 CC compel/plugins/fds/fds.o [2020-12-15T15:02:58.723Z] #43 ... [2020-12-15T15:02:58.723Z] [2020-12-15T15:02:58.723Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-15T15:02:58.723Z] #15 DONE 0.4s [2020-12-15T15:02:58.729Z] #11 ... [2020-12-15T15:02:58.729Z] [2020-12-15T15:02:58.729Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:02:58.729Z] #47 49.09 go: extracting github.com/gogo/protobuf v1.2.1 [2020-12-15T15:02:58.729Z] #47 53.89 go: extracting golang.org/x/text v0.3.2 [2020-12-15T15:02:58.729Z] #47 ... [2020-12-15T15:02:58.729Z] [2020-12-15T15:02:58.729Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:58.729Z] #40 56.22 The following additional packages will be installed: [2020-12-15T15:02:58.729Z] #40 56.22 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-12-15T15:02:58.729Z] #40 56.27 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-12-15T15:02:58.729Z] #40 56.28 Suggested packages: [2020-12-15T15:02:58.729Z] #40 56.28 manpages-dev python-setuptools [2020-12-15T15:02:58.729Z] #40 58.53 The following NEW packages will be installed: [2020-12-15T15:02:58.729Z] #40 58.56 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-12-15T15:02:58.729Z] #40 58.57 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-12-15T15:02:58.729Z] #40 58.58 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-12-15T15:02:58.729Z] #40 58.58 python-six zlib1g-dev [2020-12-15T15:02:58.729Z] #40 59.10 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:02:58.729Z] #40 59.10 Need to get 4095 kB of archives. [2020-12-15T15:02:58.729Z] #40 59.10 After this operation, 22.5 MB of additional disk space will be used. [2020-12-15T15:02:58.729Z] #40 59.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-12-15T15:02:58.729Z] #40 59.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-12-15T15:02:58.729Z] #40 59.11 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-12-15T15:02:58.729Z] #40 59.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-12-15T15:02:58.729Z] #40 59.13 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-12-15T15:02:58.729Z] #40 59.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-12-15T15:02:58.729Z] #40 59.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-12-15T15:02:58.729Z] #40 59.17 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-12-15T15:02:58.729Z] #40 59.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-12-15T15:02:58.990Z] #40 59.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-12-15T15:02:58.990Z] #40 59.40 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-12-15T15:02:58.990Z] #40 59.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-12-15T15:02:59.026Z] [2020-12-15T15:02:59.026Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:02:59.026Z] #43 51.36 AR compel/plugins/fds.lib.a [2020-12-15T15:02:59.026Z] #43 51.40 HOSTDEP compel/src/lib/log-host.d [2020-12-15T15:02:59.026Z] #43 ... [2020-12-15T15:02:59.026Z] [2020-12-15T15:02:59.026Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-15T15:02:59.026Z] #16 0.299 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-15T15:02:59.026Z] #16 DONE 0.4s [2020-12-15T15:02:59.252Z] #40 59.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-12-15T15:02:59.325Z] [2020-12-15T15:02:59.325Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:59.325Z] #53 0.363 + RM_GOPATH=0 [2020-12-15T15:02:59.325Z] #53 0.363 + TMP_GOPATH= [2020-12-15T15:02:59.325Z] #53 0.363 + : /build [2020-12-15T15:02:59.325Z] #53 0.363 + '[' -z '' ']' [2020-12-15T15:02:59.325Z] #53 0.365 ++ mktemp -d [2020-12-15T15:02:59.325Z] #53 0.368 + export GOPATH=/tmp/tmp.JDqireRqE6 [2020-12-15T15:02:59.325Z] #53 0.368 + GOPATH=/tmp/tmp.JDqireRqE6 [2020-12-15T15:02:59.325Z] #53 0.369 + RM_GOPATH=1 [2020-12-15T15:02:59.325Z] #53 0.370 + case "$(go env GOARCH)" in [2020-12-15T15:02:59.325Z] #53 0.372 ++ go env GOARCH [2020-12-15T15:02:59.325Z] #53 0.384 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:59.325Z] #53 0.386 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:02:59.325Z] #53 0.388 ++ dirname /tmp/install/install.sh [2020-12-15T15:02:59.325Z] #53 0.391 + dir=/tmp/install [2020-12-15T15:02:59.325Z] #53 0.393 + bin=runc [2020-12-15T15:02:59.325Z] #53 0.393 + shift [2020-12-15T15:02:59.325Z] #53 0.394 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-15T15:02:59.325Z] #53 0.395 + . /tmp/install/runc.installer [2020-12-15T15:02:59.325Z] #53 0.396 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-15T15:02:59.325Z] #53 0.397 + install_runc [2020-12-15T15:02:59.325Z] #53 0.399 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-15T15:02:59.325Z] #53 0.402 + uname -r [2020-12-15T15:02:59.325Z] #53 0.405 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-15T15:02:59.325Z] #53 0.407 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-15T15:02:59.325Z] #53 0.408 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-15T15:02:59.325Z] #53 0.409 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.JDqireRqE6/src/github.com/opencontainers/runc [2020-12-15T15:02:59.325Z] #53 0.412 Cloning into '/tmp/tmp.JDqireRqE6/src/github.com/opencontainers/runc'... [2020-12-15T15:02:59.514Z] #40 59.76 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-12-15T15:02:59.514Z] #40 59.78 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-12-15T15:02:59.514Z] #40 59.81 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-12-15T15:02:59.514Z] #40 59.83 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-12-15T15:02:59.522Z] #40 ... [2020-12-15T15:02:59.522Z] [2020-12-15T15:02:59.522Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:02:59.522Z] #43 64.25 internal/singleflight [2020-12-15T15:02:59.522Z] #43 64.98 io [2020-12-15T15:02:59.522Z] #43 64.98 strconv [2020-12-15T15:02:59.522Z] #43 67.38 bytes [2020-12-15T15:02:59.522Z] #43 70.97 reflect [2020-12-15T15:02:59.522Z] #43 71.46 bufio [2020-12-15T15:02:59.622Z] #53 ... [2020-12-15T15:02:59.622Z] [2020-12-15T15:02:59.622Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-15T15:02:59.622Z] #17 DONE 0.4s [2020-12-15T15:02:59.622Z] [2020-12-15T15:02:59.622Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-15T15:02:59.780Z] #43 ... [2020-12-15T15:02:59.780Z] [2020-12-15T15:02:59.780Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:02:59.780Z] #40 74.45 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-12-15T15:02:59.780Z] #40 74.47 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-12-15T15:02:59.780Z] #40 74.48 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-12-15T15:02:59.918Z] #18 DONE 0.4s [2020-12-15T15:02:59.918Z] [2020-12-15T15:02:59.918Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2020-12-15T15:03:00.349Z] #40 74.91 Selecting previously unselected package libprotobuf-dev:amd64. [2020-12-15T15:03:00.349Z] #40 74.93 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-12-15T15:03:00.349Z] #40 74.98 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:00.565Z] #19 DONE 0.3s [2020-12-15T15:03:00.565Z] [2020-12-15T15:03:00.565Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:03:00.832Z] #11 ... [2020-12-15T15:03:00.833Z] [2020-12-15T15:03:00.833Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:00.833Z] #39 58.42 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-12-15T15:03:00.833Z] #39 58.45 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:03:00.833Z] #39 58.86 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-12-15T15:03:00.833Z] #39 58.90 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-12-15T15:03:00.833Z] #39 59.28 Setting up python-six (1.12.0-1) ... [2020-12-15T15:03:00.833Z] #39 ... [2020-12-15T15:03:00.833Z] [2020-12-15T15:03:00.833Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:00.833Z] #31 51.53 internal/poll [2020-12-15T15:03:00.833Z] #31 52.61 os [2020-12-15T15:03:00.833Z] #31 54.58 internal/fmtsort [2020-12-15T15:03:00.833Z] #31 55.13 path/filepath [2020-12-15T15:03:00.833Z] #31 55.13 fmt [2020-12-15T15:03:00.833Z] #31 56.63 io/ioutil [2020-12-15T15:03:00.833Z] #31 58.49 flag [2020-12-15T15:03:00.833Z] #31 58.50 log [2020-12-15T15:03:00.833Z] #31 58.50 github.com/BurntSushi/toml [2020-12-15T15:03:00.833Z] #31 ... [2020-12-15T15:03:00.833Z] [2020-12-15T15:03:00.833Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:03:00.833Z] #33 52.47 Selecting previously unselected package libicu63:arm64. [2020-12-15T15:03:00.833Z] #33 52.48 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-12-15T15:03:00.833Z] #33 52.50 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-12-15T15:03:00.833Z] #33 57.86 Selecting previously unselected package libxml2:arm64. [2020-12-15T15:03:00.833Z] #33 57.87 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2020-12-15T15:03:00.833Z] #33 57.88 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-15T15:03:00.833Z] #33 58.85 Selecting previously unselected package libarchive13:arm64. [2020-12-15T15:03:00.833Z] #33 58.87 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-12-15T15:03:00.833Z] #33 58.89 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-12-15T15:03:00.833Z] #33 59.38 Selecting previously unselected package libjsoncpp1:arm64. [2020-12-15T15:03:00.833Z] #33 59.39 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-12-15T15:03:00.833Z] #33 59.51 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-12-15T15:03:00.833Z] #33 60.12 Selecting previously unselected package librhash0:arm64. [2020-12-15T15:03:00.833Z] #33 60.14 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-12-15T15:03:00.833Z] #33 60.15 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-12-15T15:03:00.833Z] #33 60.61 Selecting previously unselected package libuv1:arm64. [2020-12-15T15:03:00.833Z] #33 60.61 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-12-15T15:03:00.833Z] #33 60.62 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-12-15T15:03:00.833Z] #33 61.19 Selecting previously unselected package cmake. [2020-12-15T15:03:00.833Z] #33 61.20 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-12-15T15:03:00.833Z] #33 61.20 Unpacking cmake (3.13.4-1) ... [2020-12-15T15:03:00.865Z] #20 0.530 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:03:00.865Z] #20 0.635 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:03:00.865Z] #20 0.673 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:03:01.100Z] #33 ... [2020-12-15T15:03:01.100Z] [2020-12-15T15:03:01.100Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:01.100Z] #39 62.10 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-12-15T15:03:01.364Z] #39 62.48 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-12-15T15:03:01.364Z] #39 62.52 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-12-15T15:03:01.431Z] #40 ... [2020-12-15T15:03:01.431Z] [2020-12-15T15:03:01.431Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:01.431Z] #11 61.71 The following additional packages will be installed: [2020-12-15T15:03:01.431Z] #11 61.71 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-12-15T15:03:01.431Z] #11 61.72 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-12-15T15:03:01.431Z] #11 61.72 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-12-15T15:03:01.431Z] #11 61.72 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2020-12-15T15:03:01.431Z] #11 61.75 mingw-w64-x86-64-dev [2020-12-15T15:03:01.431Z] #11 61.81 Suggested packages: [2020-12-15T15:03:01.431Z] #11 61.82 gcc-8-locales seccomp wine64 [2020-12-15T15:03:01.628Z] #39 62.54 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-12-15T15:03:01.628Z] #39 62.58 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-12-15T15:03:01.628Z] #39 62.61 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-15T15:03:01.628Z] #39 62.65 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-15T15:03:01.628Z] #39 62.67 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-12-15T15:03:01.628Z] #39 62.70 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-15T15:03:01.628Z] #39 62.72 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-15T15:03:02.399Z] #20 1.857 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2020-12-15T15:03:02.895Z] #40 ... [2020-12-15T15:03:02.895Z] [2020-12-15T15:03:02.895Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:02.895Z] #11 67.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-12-15T15:03:02.895Z] #11 67.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-15T15:03:02.895Z] #11 67.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-12-15T15:03:02.895Z] #11 67.84 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-12-15T15:03:02.895Z] #11 67.86 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-15T15:03:02.895Z] #11 68.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-15T15:03:02.895Z] #11 69.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-12-15T15:03:02.895Z] #11 69.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-12-15T15:03:02.895Z] #11 73.67 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-12-15T15:03:02.895Z] #11 77.08 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-12-15T15:03:02.895Z] #11 77.09 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-12-15T15:03:02.895Z] #11 77.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-12-15T15:03:02.895Z] #11 77.17 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-12-15T15:03:02.895Z] #11 77.19 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-12-15T15:03:02.895Z] #11 77.24 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u5 [110 kB] [2020-12-15T15:03:02.895Z] #11 77.24 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-12-15T15:03:02.895Z] #11 77.28 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-12-15T15:03:02.895Z] #11 77.34 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-12-15T15:03:02.895Z] #11 77.41 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-12-15T15:03:02.895Z] #11 77.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-12-15T15:03:02.895Z] #11 ... [2020-12-15T15:03:02.895Z] [2020-12-15T15:03:02.895Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:03:02.896Z] #30 73.09 Checking out files: 78% (1191/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 92% (1402/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-12-15T15:03:02.896Z] #30 74.54 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-15T15:03:02.896Z] #30 75.47 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-15T15:03:02.896Z] #30 ... [2020-12-15T15:03:02.896Z] [2020-12-15T15:03:02.896Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:02.896Z] #47 67.55 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:03:02.896Z] #47 67.58 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:03:02.896Z] #47 67.58 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:03:02.896Z] #47 67.69 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:03:02.896Z] #47 67.87 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:03:02.896Z] #47 ... [2020-12-15T15:03:02.896Z] [2020-12-15T15:03:02.896Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:02.896Z] #40 77.61 Selecting previously unselected package libprotoc17:amd64. [2020-12-15T15:03:02.896Z] #40 77.61 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-12-15T15:03:02.896Z] #40 77.67 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:03.348Z] #11 63.40 The following NEW packages will be installed: [2020-12-15T15:03:03.348Z] #11 63.40 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-12-15T15:03:03.348Z] #11 63.40 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-12-15T15:03:03.348Z] #11 63.40 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-12-15T15:03:03.349Z] #11 63.40 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-12-15T15:03:03.349Z] #11 63.40 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-12-15T15:03:03.349Z] #11 63.42 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-12-15T15:03:03.349Z] #11 63.47 The following packages will be upgraded: [2020-12-15T15:03:03.349Z] #11 63.49 libsystemd0 libudev1 [2020-12-15T15:03:03.349Z] #11 ... [2020-12-15T15:03:03.349Z] [2020-12-15T15:03:03.349Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:03.349Z] #62 DONE 63.7s [2020-12-15T15:03:03.349Z] [2020-12-15T15:03:03.349Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:03.349Z] #47 62.63 go: finding github.com/fatih/color v1.7.0 [2020-12-15T15:03:03.349Z] #47 62.70 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-15T15:03:03.349Z] #47 62.87 go: finding github.com/mattn/go-colorable v0.1.4 [2020-12-15T15:03:03.349Z] #47 62.87 go: finding github.com/mattn/go-isatty v0.0.8 [2020-12-15T15:03:03.349Z] #47 63.05 go: finding github.com/go-critic/go-critic v0.4.1 [2020-12-15T15:03:03.349Z] #47 63.21 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-12-15T15:03:03.349Z] #47 63.22 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-12-15T15:03:03.349Z] #47 63.27 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-12-15T15:03:03.349Z] #47 63.31 go: finding github.com/pkg/errors v0.8.1 [2020-12-15T15:03:03.349Z] #47 63.54 go: finding github.com/sirupsen/logrus v1.4.2 [2020-12-15T15:03:03.349Z] #47 63.54 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-12-15T15:03:03.349Z] #47 63.58 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-12-15T15:03:03.349Z] #47 63.64 go: finding github.com/stretchr/testify v1.4.0 [2020-12-15T15:03:03.349Z] #47 63.65 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-12-15T15:03:03.349Z] #47 63.67 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-12-15T15:03:03.349Z] #47 63.73 go: finding github.com/davecgh/go-spew v1.1.1 [2020-12-15T15:03:03.349Z] #47 63.73 go: finding github.com/spf13/viper v1.6.1 [2020-12-15T15:03:03.349Z] #47 63.83 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-12-15T15:03:03.349Z] #47 63.83 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-12-15T15:03:03.349Z] #47 63.83 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-12-15T15:03:03.349Z] #47 63.86 go: finding github.com/stretchr/objx v0.2.0 [2020-12-15T15:03:03.561Z] #39 ... [2020-12-15T15:03:03.561Z] [2020-12-15T15:03:03.561Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:03.561Z] #42 54.30 regexp [2020-12-15T15:03:03.561Z] #42 55.14 context [2020-12-15T15:03:03.561Z] #42 55.15 path/filepath [2020-12-15T15:03:03.561Z] #42 56.23 net [2020-12-15T15:03:03.561Z] #42 57.68 os/exec [2020-12-15T15:03:03.561Z] #42 60.16 internal/lazyregexp [2020-12-15T15:03:03.561Z] #42 60.19 github.com/LK4D4/vndr/versioned [2020-12-15T15:03:03.561Z] #42 61.53 encoding/base64 [2020-12-15T15:03:03.561Z] #42 61.54 crypto/cipher [2020-12-15T15:03:03.561Z] #42 61.61 go/scanner [2020-12-15T15:03:03.561Z] #42 63.15 text/template/parse [2020-12-15T15:03:03.561Z] #42 63.99 go/ast [2020-12-15T15:03:03.561Z] #42 64.13 encoding/json [2020-12-15T15:03:03.561Z] #42 ... [2020-12-15T15:03:03.561Z] [2020-12-15T15:03:03.561Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:03.561Z] #11 62.74 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-15T15:03:03.561Z] #11 62.75 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-15T15:03:03.561Z] #11 62.79 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-15T15:03:03.610Z] #47 64.01 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-12-15T15:03:03.610Z] #47 64.05 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-12-15T15:03:03.820Z] #20 3.478 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB] [2020-12-15T15:03:03.831Z] #40 ... [2020-12-15T15:03:03.831Z] [2020-12-15T15:03:03.831Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:03.831Z] #32 68.23 reflect [2020-12-15T15:03:03.831Z] #32 77.83 time [2020-12-15T15:03:03.831Z] #32 ... [2020-12-15T15:03:03.831Z] [2020-12-15T15:03:03.831Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:03:03.831Z] #34 68.45 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:03:03.831Z] #34 68.77 Fetched 14.9 MB in 3s (5478 kB/s) [2020-12-15T15:03:03.831Z] #34 68.94 Selecting previously unselected package xxd. [2020-12-15T15:03:03.831Z] #34 68.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-15T15:03:03.831Z] #34 69.05 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-12-15T15:03:03.831Z] #34 69.06 Unpacking xxd (2:8.1.0875-5) ... [2020-12-15T15:03:03.831Z] #34 69.44 Selecting previously unselected package vim-common. [2020-12-15T15:03:03.831Z] #34 69.45 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:03:03.831Z] #34 69.57 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-15T15:03:03.831Z] #34 70.05 Selecting previously unselected package cmake-data. [2020-12-15T15:03:03.831Z] #34 70.05 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-15T15:03:03.831Z] #34 70.08 Unpacking cmake-data (3.13.4-1) ... [2020-12-15T15:03:03.831Z] #34 74.67 Selecting previously unselected package libicu63:amd64. [2020-12-15T15:03:03.831Z] #34 74.71 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-12-15T15:03:03.831Z] #34 74.72 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-15T15:03:03.872Z] #47 64.32 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-15T15:03:03.872Z] #47 64.37 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-12-15T15:03:04.090Z] #34 ... [2020-12-15T15:03:04.090Z] [2020-12-15T15:03:04.090Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:04.090Z] #40 78.79 Selecting previously unselected package protobuf-c-compiler. [2020-12-15T15:03:04.141Z] #47 64.60 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-12-15T15:03:04.141Z] #47 64.60 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-15T15:03:04.141Z] #47 64.65 go: finding github.com/spf13/cobra v0.0.5 [2020-12-15T15:03:04.141Z] #47 64.70 go: finding github.com/gobwas/glob v0.2.3 [2020-12-15T15:03:04.349Z] #40 78.80 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-12-15T15:03:04.350Z] #40 78.82 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-15T15:03:04.350Z] #40 79.08 Selecting previously unselected package protobuf-compiler. [2020-12-15T15:03:04.403Z] #47 64.80 go: finding github.com/hashicorp/hcl v1.0.0 [2020-12-15T15:03:04.403Z] #47 64.90 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-15T15:03:04.403Z] #47 64.96 go: finding github.com/spf13/pflag v1.0.5 [2020-12-15T15:03:04.465Z] #20 ... [2020-12-15T15:03:04.465Z] [2020-12-15T15:03:04.465Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:04.465Z] #45 111.6 go/parser [2020-12-15T15:03:04.465Z] #45 115.8 encoding/xml [2020-12-15T15:03:04.610Z] #40 79.09 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-12-15T15:03:04.610Z] #40 79.13 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-15T15:03:04.610Z] #40 79.38 Selecting previously unselected package python-pkg-resources. [2020-12-15T15:03:04.664Z] #47 64.99 go: finding github.com/magiconair/properties v1.8.1 [2020-12-15T15:03:04.664Z] #47 65.02 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-15T15:03:04.664Z] #47 65.16 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T15:03:04.664Z] #47 65.22 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-15T15:03:04.765Z] #45 ... [2020-12-15T15:03:04.765Z] [2020-12-15T15:03:04.765Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:04.765Z] #43 51.60 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-15T15:03:04.765Z] #43 51.74 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-12-15T15:03:04.765Z] #43 51.88 HOSTDEP compel/src/main-host.d [2020-12-15T15:03:04.765Z] #43 52.11 DEP compel/src/lib/ptrace.d [2020-12-15T15:03:04.765Z] #43 52.24 DEP compel/src/lib/infect.d [2020-12-15T15:03:04.765Z] #43 52.47 DEP compel/src/lib/infect-util.d [2020-12-15T15:03:04.765Z] #43 52.57 DEP compel/src/lib/infect-rpc.d [2020-12-15T15:03:04.765Z] #43 52.71 DEP compel/arch/ppc64/src/lib/infect.d [2020-12-15T15:03:04.765Z] #43 52.89 DEP compel/arch/ppc64/src/lib/cpu.d [2020-12-15T15:03:04.765Z] #43 52.97 DEP compel/src/lib/log.d [2020-12-15T15:03:04.765Z] #43 53.07 DEP compel/src/main.d [2020-12-15T15:03:04.765Z] #43 53.25 DEP compel/src/lib/handle-elf.d [2020-12-15T15:03:04.765Z] #43 53.39 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-12-15T15:03:04.765Z] #43 53.50 CC compel/src/lib/log.o [2020-12-15T15:03:04.765Z] #43 53.77 CC compel/arch/ppc64/src/lib/cpu.o [2020-12-15T15:03:04.765Z] #43 54.10 CC compel/arch/ppc64/src/lib/infect.o [2020-12-15T15:03:04.765Z] #43 54.98 CC compel/src/lib/infect-rpc.o [2020-12-15T15:03:04.765Z] #43 55.42 CC compel/src/lib/infect-util.o [2020-12-15T15:03:04.765Z] #43 55.93 CC compel/src/lib/infect.o [2020-12-15T15:03:04.880Z] #40 79.38 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-15T15:03:04.880Z] #40 79.41 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-15T15:03:04.925Z] #47 65.26 go: finding github.com/pelletier/go-toml v1.2.0 [2020-12-15T15:03:04.925Z] #47 65.29 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-15T15:03:04.925Z] #47 65.32 go: finding github.com/spf13/afero v1.1.2 [2020-12-15T15:03:04.925Z] #47 65.40 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-15T15:03:05.088Z] #11 ... [2020-12-15T15:03:05.088Z] [2020-12-15T15:03:05.088Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:05.088Z] #48 55.83 context [2020-12-15T15:03:05.088Z] #48 55.92 mvdan.cc/sh/v3/fileutil [2020-12-15T15:03:05.088Z] #48 55.94 path/filepath [2020-12-15T15:03:05.088Z] #48 58.84 flag [2020-12-15T15:03:05.088Z] #48 58.84 go/token [2020-12-15T15:03:05.088Z] #48 58.85 github.com/pkg/diff [2020-12-15T15:03:05.088Z] #48 58.85 encoding/binary [2020-12-15T15:03:05.088Z] #48 60.35 go/scanner [2020-12-15T15:03:05.088Z] #48 61.25 mvdan.cc/editorconfig [2020-12-15T15:03:05.088Z] #48 61.42 encoding/base64 [2020-12-15T15:03:05.088Z] #48 62.24 golang.org/x/sys/unix [2020-12-15T15:03:05.088Z] #48 63.53 mvdan.cc/sh/v3/syntax [2020-12-15T15:03:05.088Z] #48 63.88 encoding/json [2020-12-15T15:03:05.088Z] #48 63.98 go/ast [2020-12-15T15:03:05.088Z] #48 ... [2020-12-15T15:03:05.088Z] [2020-12-15T15:03:05.088Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:03:05.088Z] #33 64.92 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-12-15T15:03:05.088Z] #33 65.16 Setting up xxd (2:8.1.0875-5) ... [2020-12-15T15:03:05.088Z] #33 65.19 Setting up libuv1:arm64 (1.24.1-1) ... [2020-12-15T15:03:05.088Z] #33 65.22 Setting up vim-common (2:8.1.0875-5) ... [2020-12-15T15:03:05.088Z] #33 65.57 Setting up librhash0:arm64 (1.3.8-1) ... [2020-12-15T15:03:05.088Z] #33 65.60 Setting up cmake-data (3.13.4-1) ... [2020-12-15T15:03:05.088Z] #33 65.83 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-15T15:03:05.088Z] #33 65.93 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-12-15T15:03:05.088Z] #33 66.02 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-12-15T15:03:05.141Z] #40 ... [2020-12-15T15:03:05.142Z] [2020-12-15T15:03:05.142Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:05.142Z] #49 69.67 reflect [2020-12-15T15:03:05.142Z] #49 75.63 time [2020-12-15T15:03:05.142Z] #49 ... [2020-12-15T15:03:05.142Z] [2020-12-15T15:03:05.142Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:05.142Z] #40 79.81 Selecting previously unselected package python-six. [2020-12-15T15:03:05.142Z] #40 79.82 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-15T15:03:05.142Z] #40 79.85 Unpacking python-six (1.12.0-1) ... [2020-12-15T15:03:05.187Z] #47 65.52 go: finding golang.org/x/text v0.3.2 [2020-12-15T15:03:05.187Z] #47 65.53 go: finding github.com/spf13/cast v1.3.0 [2020-12-15T15:03:05.187Z] #47 65.53 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-15T15:03:05.187Z] #47 65.64 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-12-15T15:03:05.187Z] #47 65.64 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-15T15:03:05.353Z] #33 66.24 Setting up cmake (3.13.4-1) ... [2020-12-15T15:03:05.401Z] #40 80.00 Selecting previously unselected package python-protobuf. [2020-12-15T15:03:05.401Z] #40 80.00 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-12-15T15:03:05.401Z] #40 80.01 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-15T15:03:05.454Z] #43 ... [2020-12-15T15:03:05.454Z] [2020-12-15T15:03:05.454Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:05.454Z] #45 122.4 math/big [2020-12-15T15:03:05.509Z] #47 65.73 go: finding github.com/subosito/gotenv v1.2.0 [2020-12-15T15:03:05.509Z] #47 65.75 go: finding gopkg.in/ini.v1 v1.51.0 [2020-12-15T15:03:05.509Z] #47 65.76 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-15T15:03:05.509Z] #47 65.90 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-15T15:03:05.509Z] #47 65.90 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-15T15:03:05.617Z] #33 66.43 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:03:05.751Z] #45 122.9 go/doc [2020-12-15T15:03:05.790Z] #47 66.15 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-15T15:03:05.882Z] #33 66.69 Processing triggers for mime-support (3.62) ... [2020-12-15T15:03:06.053Z] #47 66.34 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-15T15:03:06.053Z] #47 66.43 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-15T15:03:06.053Z] #47 ... [2020-12-15T15:03:06.053Z] [2020-12-15T15:03:06.053Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:03:06.053Z] #53 46.03 Reading package lists... [2020-12-15T15:03:06.053Z] #53 56.87 Building dependency tree... [2020-12-15T15:03:06.053Z] #53 62.88 The following additional packages will be installed: [2020-12-15T15:03:06.053Z] #53 62.89 libbtrfs0 [2020-12-15T15:03:06.053Z] #53 63.23 The following NEW packages will be installed: [2020-12-15T15:03:06.053Z] #53 63.24 libbtrfs-dev libbtrfs0 [2020-12-15T15:03:06.053Z] #53 63.73 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:03:06.053Z] #53 63.73 Need to get 119 kB of archives. [2020-12-15T15:03:06.053Z] #53 63.73 After this operation, 387 kB of additional disk space will be used. [2020-12-15T15:03:06.053Z] #53 63.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-12-15T15:03:06.053Z] #53 63.74 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-12-15T15:03:06.053Z] #53 65.61 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:03:06.053Z] #53 66.06 Fetched 119 kB in 0s (408 kB/s) [2020-12-15T15:03:06.053Z] #53 ... [2020-12-15T15:03:06.053Z] [2020-12-15T15:03:06.053Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:06.053Z] #47 66.46 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-15T15:03:06.053Z] #47 66.47 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-15T15:03:06.053Z] #47 66.55 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-15T15:03:06.053Z] #47 66.55 go: finding github.com/kisielk/gotool v1.0.0 [2020-12-15T15:03:06.315Z] #47 66.55 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-15T15:03:06.315Z] #47 66.59 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-15T15:03:06.315Z] #47 ... [2020-12-15T15:03:06.315Z] [2020-12-15T15:03:06.315Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:03:06.315Z] #34 46.16 Reading package lists... [2020-12-15T15:03:06.315Z] #34 57.19 Building dependency tree... [2020-12-15T15:03:06.315Z] #34 63.10 The following additional packages will be installed: [2020-12-15T15:03:06.315Z] #34 63.12 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-12-15T15:03:06.315Z] #34 63.17 Suggested packages: [2020-12-15T15:03:06.315Z] #34 63.18 cmake-doc ninja-build lrzip [2020-12-15T15:03:06.315Z] #34 63.18 Recommended packages: [2020-12-15T15:03:06.315Z] #34 63.18 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-12-15T15:03:06.315Z] #34 64.79 The following NEW packages will be installed: [2020-12-15T15:03:06.315Z] #34 64.80 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-12-15T15:03:06.315Z] #34 64.80 vim-common xxd [2020-12-15T15:03:06.315Z] #34 65.43 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded. [2020-12-15T15:03:06.315Z] #34 65.43 Need to get 14.9 MB of archives. [2020-12-15T15:03:06.315Z] #34 65.43 After this operation, 61.8 MB of additional disk space will be used. [2020-12-15T15:03:06.315Z] #34 65.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-12-15T15:03:06.315Z] #34 65.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-15T15:03:06.315Z] #34 65.45 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-12-15T15:03:06.315Z] #34 65.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-12-15T15:03:06.315Z] #34 ... [2020-12-15T15:03:06.315Z] [2020-12-15T15:03:06.315Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:03:06.315Z] #53 66.62 Selecting previously unselected package libbtrfs0. [2020-12-15T15:03:06.315Z] #53 66.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-15T15:03:06.315Z] #53 66.73 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-12-15T15:03:06.315Z] #53 66.74 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-15T15:03:06.339Z] #40 80.99 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-15T15:03:06.576Z] #53 66.86 Selecting previously unselected package libbtrfs-dev. [2020-12-15T15:03:06.577Z] #53 66.90 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-12-15T15:03:06.577Z] #53 66.91 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:03:06.803Z] #45 ... [2020-12-15T15:03:06.803Z] [2020-12-15T15:03:06.803Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:06.803Z] #51 114.0 golang.org/x/crypto/ssh/terminal [2020-12-15T15:03:06.803Z] #51 121.3 mvdan.cc/sh/v3/cmd/shfmt [2020-12-15T15:03:06.838Z] #53 67.30 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-15T15:03:07.099Z] #53 67.48 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:03:07.099Z] #53 67.50 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:03:07.099Z] #53 ... [2020-12-15T15:03:07.099Z] [2020-12-15T15:03:07.099Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:07.099Z] #32 57.63 sync [2020-12-15T15:03:07.099Z] #32 57.66 internal/reflectlite [2020-12-15T15:03:07.099Z] #32 61.20 errors [2020-12-15T15:03:07.099Z] #32 61.20 sort [2020-12-15T15:03:07.099Z] #32 62.15 strconv [2020-12-15T15:03:07.099Z] #32 63.34 io [2020-12-15T15:03:07.099Z] #32 65.48 internal/oserror [2020-12-15T15:03:07.099Z] #32 65.69 syscall [2020-12-15T15:03:07.102Z] #51 ... [2020-12-15T15:03:07.102Z] [2020-12-15T15:03:07.102Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:07.102Z] #43 59.09 CC compel/src/lib/ptrace.o [2020-12-15T15:03:07.360Z] #32 67.77 reflect [2020-12-15T15:03:07.360Z] #32 ... [2020-12-15T15:03:07.360Z] [2020-12-15T15:03:07.360Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:07.360Z] #47 66.73 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-15T15:03:07.360Z] #47 66.85 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-12-15T15:03:07.360Z] #47 66.89 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-15T15:03:07.360Z] #47 66.93 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-15T15:03:07.360Z] #47 66.94 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-15T15:03:07.360Z] #47 66.97 go: finding github.com/ultraware/funlen v0.0.2 [2020-12-15T15:03:07.360Z] #47 66.98 go: finding github.com/ultraware/whitespace v0.0.4 [2020-12-15T15:03:07.360Z] #47 67.06 go: finding github.com/uudashr/gocognit v1.0.1 [2020-12-15T15:03:07.360Z] #47 67.14 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-15T15:03:07.360Z] #47 67.21 go: finding github.com/gogo/protobuf v1.2.1 [2020-12-15T15:03:07.360Z] #47 67.49 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-15T15:03:07.360Z] #47 67.59 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-15T15:03:07.360Z] #47 67.62 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-15T15:03:07.360Z] #47 67.71 go: finding github.com/BurntSushi/toml v0.3.1 [2020-12-15T15:03:07.360Z] #47 67.77 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-15T15:03:07.400Z] #43 59.62 AR compel/libcompel.a [2020-12-15T15:03:07.400Z] #43 59.72 HOSTCC compel/src/main-host.o [2020-12-15T15:03:07.699Z] #43 60.04 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-12-15T15:03:07.933Z] #47 ... [2020-12-15T15:03:07.933Z] [2020-12-15T15:03:07.933Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-12-15T15:03:07.933Z] #53 DONE 68.2s [2020-12-15T15:03:07.933Z] [2020-12-15T15:03:07.933Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:07.933Z] #40 61.95 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:03:07.933Z] #40 62.37 Fetched 4095 kB in 1s (3834 kB/s) [2020-12-15T15:03:07.933Z] #40 63.04 Selecting previously unselected package libcap-dev:amd64. [2020-12-15T15:03:07.933Z] #40 63.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-15T15:03:07.933Z] #40 63.18 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-12-15T15:03:07.933Z] #40 63.28 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-12-15T15:03:07.933Z] #40 63.83 Selecting previously unselected package libnet1:amd64. [2020-12-15T15:03:07.933Z] #40 63.83 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-15T15:03:07.933Z] #40 63.84 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:03:07.933Z] #40 64.04 Selecting previously unselected package libnet1-dev. [2020-12-15T15:03:07.933Z] #40 64.04 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-15T15:03:07.933Z] #40 64.05 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-15T15:03:07.933Z] #40 64.50 Selecting previously unselected package libnl-3-200:amd64. [2020-12-15T15:03:07.933Z] #40 64.51 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-12-15T15:03:07.933Z] #40 64.53 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-12-15T15:03:07.933Z] #40 64.87 Selecting previously unselected package libnl-3-dev:amd64. [2020-12-15T15:03:07.933Z] #40 64.87 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-12-15T15:03:07.933Z] #40 64.90 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-12-15T15:03:07.933Z] #40 65.38 Selecting previously unselected package libprotobuf-c1:amd64. [2020-12-15T15:03:07.933Z] #40 65.39 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-12-15T15:03:07.933Z] #40 65.46 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-15T15:03:07.933Z] #40 65.72 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-12-15T15:03:07.933Z] #40 65.73 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-12-15T15:03:07.933Z] #40 65.77 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-12-15T15:03:07.933Z] #40 66.70 Selecting previously unselected package zlib1g-dev:amd64. [2020-12-15T15:03:07.933Z] #40 66.72 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-12-15T15:03:07.933Z] #40 66.74 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-12-15T15:03:07.933Z] #40 67.27 Selecting previously unselected package libprotobuf17:amd64. [2020-12-15T15:03:07.933Z] #40 67.27 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-12-15T15:03:07.933Z] #40 67.47 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:07.998Z] #43 60.19 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-15T15:03:08.296Z] #43 60.58 HOSTCC compel/src/lib/log-host.o [2020-12-15T15:03:08.507Z] #40 68.97 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-12-15T15:03:08.507Z] #40 68.97 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-12-15T15:03:08.507Z] #40 68.97 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:08.594Z] #43 60.78 HOSTLINK compel/compel-host-bin [2020-12-15T15:03:08.594Z] #43 60.96 DEP soccr/soccr.d [2020-12-15T15:03:08.770Z] #40 69.30 Selecting previously unselected package libprotobuf-dev:amd64. [2020-12-15T15:03:08.770Z] #40 69.31 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-12-15T15:03:08.892Z] #43 61.15 CC soccr/soccr.o [2020-12-15T15:03:09.031Z] #40 69.31 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:09.603Z] #40 ... [2020-12-15T15:03:09.603Z] [2020-12-15T15:03:09.603Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:09.603Z] #54 1.592 + RM_GOPATH=0 [2020-12-15T15:03:09.603Z] #54 1.598 + TMP_GOPATH= [2020-12-15T15:03:09.603Z] #54 1.598 + : /build [2020-12-15T15:03:09.603Z] #54 1.598 + '[' -z '' ']' [2020-12-15T15:03:09.603Z] #54 1.602 ++ mktemp -d [2020-12-15T15:03:09.603Z] #54 1.637 + export GOPATH=/tmp/tmp.GW8p2ZB2KJ [2020-12-15T15:03:09.603Z] #54 1.637 + GOPATH=/tmp/tmp.GW8p2ZB2KJ [2020-12-15T15:03:09.603Z] #54 1.637 + RM_GOPATH=1 [2020-12-15T15:03:09.603Z] #54 1.637 + case "$(go env GOARCH)" in [2020-12-15T15:03:09.603Z] #54 1.638 ++ go env GOARCH [2020-12-15T15:03:09.603Z] #54 1.713 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:03:09.603Z] #54 1.713 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:03:09.603Z] #54 1.714 ++ dirname /tmp/install/install.sh [2020-12-15T15:03:09.603Z] #54 1.739 + dir=/tmp/install [2020-12-15T15:03:09.603Z] #54 1.739 + bin=containerd [2020-12-15T15:03:09.603Z] #54 1.739 + shift [2020-12-15T15:03:09.603Z] #54 1.739 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-12-15T15:03:09.603Z] #54 1.739 + . /tmp/install/containerd.installer [2020-12-15T15:03:09.603Z] #54 1.739 ++ set -e [2020-12-15T15:03:09.603Z] #54 1.739 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:03:09.603Z] #54 1.739 + install_containerd [2020-12-15T15:03:09.603Z] #54 1.745 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:03:09.603Z] #54 1.745 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2020-12-15T15:03:09.603Z] #54 1.745 + git clone https://github.com/containerd/containerd.git /tmp/tmp.GW8p2ZB2KJ/src/github.com/containerd/containerd [2020-12-15T15:03:09.603Z] #54 1.756 Cloning into '/tmp/tmp.GW8p2ZB2KJ/src/github.com/containerd/containerd'... [2020-12-15T15:03:09.950Z] #43 ... [2020-12-15T15:03:09.950Z] [2020-12-15T15:03:09.950Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:09.950Z] #51 DONE 127.2s [2020-12-15T15:03:10.249Z] [2020-12-15T15:03:10.249Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:10.249Z] #53 10.79 + cd /tmp/tmp.JDqireRqE6/src/github.com/opencontainers/runc [2020-12-15T15:03:10.249Z] #53 10.79 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-15T15:03:10.249Z] #53 11.56 + '[' -z '' ']' [2020-12-15T15:03:10.249Z] #53 11.57 + target=static [2020-12-15T15:03:10.249Z] #53 11.57 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-15T15:03:10.249Z] #53 12.10 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-15T15:03:10.533Z] #40 ... [2020-12-15T15:03:10.533Z] [2020-12-15T15:03:10.533Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:10.533Z] #43 74.58 syscall [2020-12-15T15:03:10.533Z] #43 ... [2020-12-15T15:03:10.533Z] [2020-12-15T15:03:10.533Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:10.533Z] #11 77.54 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-12-15T15:03:10.533Z] #11 77.57 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-12-15T15:03:10.533Z] #11 77.57 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-12-15T15:03:10.533Z] #11 77.59 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u5 [322 kB] [2020-12-15T15:03:10.533Z] #11 79.08 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:03:10.533Z] #11 79.40 Fetched 78.2 MB in 11s (6973 kB/s) [2020-12-15T15:03:10.533Z] #11 79.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-15T15:03:10.533Z] #11 79.70 Preparing to unpack .../libsystemd0_241-7~deb10u5_amd64.deb ... [2020-12-15T15:03:10.533Z] #11 79.78 Unpacking libsystemd0:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-15T15:03:10.533Z] #11 80.56 Setting up libsystemd0:amd64 (241-7~deb10u5) ... [2020-12-15T15:03:10.533Z] #11 80.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-15T15:03:10.533Z] #11 81.05 Preparing to unpack .../libudev1_241-7~deb10u5_amd64.deb ... [2020-12-15T15:03:10.533Z] #11 81.06 Unpacking libudev1:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-15T15:03:10.533Z] #11 81.69 Setting up libudev1:amd64 (241-7~deb10u5) ... [2020-12-15T15:03:10.533Z] #11 82.24 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-15T15:03:10.533Z] #11 82.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-15T15:03:10.533Z] #11 82.34 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-12-15T15:03:10.533Z] #11 82.36 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-15T15:03:11.211Z] #33 ... [2020-12-15T15:03:11.211Z] [2020-12-15T15:03:11.211Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:11.211Z] #31 62.19 github.com/BurntSushi/toml/cmd/tomlv [2020-12-15T15:03:11.478Z] #31 ... [2020-12-15T15:03:11.478Z] [2020-12-15T15:03:11.478Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:11.478Z] #48 72.21 golang.org/x/crypto/ssh/terminal [2020-12-15T15:03:11.742Z] #48 ... [2020-12-15T15:03:11.742Z] [2020-12-15T15:03:11.742Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:11.742Z] #31 DONE 72.7s [2020-12-15T15:03:11.913Z] #11 ... [2020-12-15T15:03:11.913Z] [2020-12-15T15:03:11.913Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:11.913Z] #32 86.51 internal/poll [2020-12-15T15:03:12.007Z] [2020-12-15T15:03:12.007Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:03:12.007Z] #33 DONE 72.8s [2020-12-15T15:03:12.007Z] [2020-12-15T15:03:12.007Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:12.007Z] #39 67.30 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-12-15T15:03:12.007Z] #39 70.70 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:03:12.007Z] #39 DONE 72.8s [2020-12-15T15:03:12.007Z] [2020-12-15T15:03:12.007Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:12.153Z] #54 ... [2020-12-15T15:03:12.153Z] [2020-12-15T15:03:12.153Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:12.153Z] #43 62.27 github.com/LK4D4/vndr/godl/singleflight [2020-12-15T15:03:12.153Z] #43 62.28 io [2020-12-15T15:03:12.153Z] #43 62.93 strconv [2020-12-15T15:03:12.153Z] #43 64.24 bytes [2020-12-15T15:03:12.153Z] #43 67.21 bufio [2020-12-15T15:03:12.153Z] #43 68.15 reflect [2020-12-15T15:03:12.153Z] #43 69.78 syscall [2020-12-15T15:03:12.153Z] #43 ... [2020-12-15T15:03:12.153Z] [2020-12-15T15:03:12.153Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:03:12.675Z] #30 71.45 Checking out files: 76% (1168/1521) Checking out files: 77% (1172/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 92% (1402/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-12-15T15:03:12.936Z] #30 73.11 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-12-15T15:03:13.467Z] #30 73.63 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-12-15T15:03:13.467Z] #30 ... [2020-12-15T15:03:13.467Z] [2020-12-15T15:03:13.467Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:13.467Z] #11 63.95 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded. [2020-12-15T15:03:13.467Z] #11 63.95 Need to get 78.2 MB of archives. [2020-12-15T15:03:13.467Z] #11 63.95 After this operation, 487 MB of additional disk space will be used. [2020-12-15T15:03:13.467Z] #11 63.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u5 [331 kB] [2020-12-15T15:03:13.467Z] #11 63.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u5 [151 kB] [2020-12-15T15:03:13.467Z] #11 63.99 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-12-15T15:03:13.467Z] #11 64.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-12-15T15:03:13.467Z] #11 64.84 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-12-15T15:03:13.467Z] #11 64.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-12-15T15:03:13.467Z] #11 64.90 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-12-15T15:03:13.467Z] #11 64.90 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-12-15T15:03:13.467Z] #11 65.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-12-15T15:03:13.467Z] #11 66.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-12-15T15:03:13.467Z] #11 66.21 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-12-15T15:03:13.467Z] #11 71.48 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-12-15T15:03:13.729Z] #11 ... [2020-12-15T15:03:13.729Z] [2020-12-15T15:03:13.729Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:13.729Z] #40 71.75 Selecting previously unselected package libprotoc17:amd64. [2020-12-15T15:03:13.729Z] #40 71.75 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-12-15T15:03:13.729Z] #40 71.76 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:13.729Z] #40 72.85 Selecting previously unselected package protobuf-c-compiler. [2020-12-15T15:03:13.729Z] #40 72.87 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-12-15T15:03:13.729Z] #40 72.89 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-15T15:03:13.729Z] #40 73.07 Selecting previously unselected package protobuf-compiler. [2020-12-15T15:03:13.729Z] #40 73.07 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-12-15T15:03:13.729Z] #40 73.10 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-12-15T15:03:13.729Z] #40 73.47 Selecting previously unselected package python-pkg-resources. [2020-12-15T15:03:13.729Z] #40 73.48 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-12-15T15:03:13.729Z] #40 73.48 Unpacking python-pkg-resources (40.8.0-1) ... [2020-12-15T15:03:13.729Z] #40 73.81 Selecting previously unselected package python-six. [2020-12-15T15:03:13.729Z] #40 73.82 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-12-15T15:03:13.729Z] #40 73.82 Unpacking python-six (1.12.0-1) ... [2020-12-15T15:03:13.729Z] #40 73.99 Selecting previously unselected package python-protobuf. [2020-12-15T15:03:13.729Z] #40 73.99 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-12-15T15:03:13.729Z] #40 74.02 Unpacking python-protobuf (3.6.1.3-2) ... [2020-12-15T15:03:13.820Z] #32 ... [2020-12-15T15:03:13.820Z] [2020-12-15T15:03:13.820Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:13.820Z] #45 DONE 88.4s [2020-12-15T15:03:13.820Z] [2020-12-15T15:03:13.820Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:13.820Z] #40 88.26 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:13.820Z] #40 88.36 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:03:13.820Z] #40 88.39 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-15T15:03:13.820Z] #40 88.40 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-12-15T15:03:13.820Z] #40 88.44 Setting up python-six (1.12.0-1) ... [2020-12-15T15:03:14.388Z] #40 74.87 Setting up python-pkg-resources (40.8.0-1) ... [2020-12-15T15:03:15.879Z] #53 ... [2020-12-15T15:03:15.879Z] [2020-12-15T15:03:15.879Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:03:15.879Z] #20 4.904 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-12-15T15:03:15.879Z] #20 11.64 Fetched 8183 kB in 11s (735 kB/s) [2020-12-15T15:03:15.879Z] #20 11.64 Reading package lists... [2020-12-15T15:03:15.879Z] #20 ... [2020-12-15T15:03:15.879Z] [2020-12-15T15:03:15.879Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:15.879Z] #43 63.35 AR soccr/libsoccr.a [2020-12-15T15:03:15.879Z] #43 63.43 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-15T15:03:15.879Z] #43 63.90 DEP criu/arch/ppc64/sigframe.d [2020-12-15T15:03:15.879Z] #43 64.06 DEP criu/arch/ppc64/crtools.d [2020-12-15T15:03:15.879Z] #43 64.27 DEP criu/arch/ppc64/cpu.d [2020-12-15T15:03:15.879Z] #43 64.60 CC criu/arch/ppc64/cpu.o [2020-12-15T15:03:15.879Z] #43 65.26 CC criu/arch/ppc64/crtools.o [2020-12-15T15:03:15.879Z] #43 66.51 CC criu/arch/ppc64/sigframe.o [2020-12-15T15:03:15.879Z] #43 66.97 LINK criu/arch/ppc64/crtools.built-in.o [2020-12-15T15:03:15.879Z] #43 67.03 DEP criu/pie/util-vdso.d [2020-12-15T15:03:15.879Z] #43 67.20 DEP criu/pie/util.d [2020-12-15T15:03:15.879Z] #43 67.49 CC criu/pie/util.o [2020-12-15T15:03:15.879Z] #43 67.89 CC criu/pie/util-vdso.o [2020-12-15T15:03:16.204Z] #43 ... [2020-12-15T15:03:16.204Z] [2020-12-15T15:03:16.204Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:16.204Z] #45 133.3 github.com/LK4D4/vndr/build [2020-12-15T15:03:16.243Z] #40 4.262 Note: Building without setproctitle() and strlcpy() support. [2020-12-15T15:03:16.243Z] #40 4.262 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-15T15:03:16.243Z] #40 4.270 Note: Building without GnuTLS support [2020-12-15T15:03:16.243Z] #40 4.274 Makefile.config:39: Warn: you have no libnftables installed [2020-12-15T15:03:16.243Z] #40 4.275 Makefile.config:40: Warn: Building without nftables support [2020-12-15T15:03:16.308Z] #40 ... [2020-12-15T15:03:16.308Z] [2020-12-15T15:03:16.308Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:03:16.308Z] #34 66.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2020-12-15T15:03:16.308Z] #34 66.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-12-15T15:03:16.308Z] #34 67.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-12-15T15:03:16.308Z] #34 67.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-12-15T15:03:16.308Z] #34 67.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-12-15T15:03:16.308Z] #34 67.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-12-15T15:03:16.308Z] #34 69.65 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:03:16.308Z] #34 70.03 Fetched 14.9 MB in 2s (6086 kB/s) [2020-12-15T15:03:16.308Z] #34 70.32 Selecting previously unselected package xxd. [2020-12-15T15:03:16.308Z] #34 70.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-15T15:03:16.308Z] #34 70.48 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-12-15T15:03:16.308Z] #34 70.50 Unpacking xxd (2:8.1.0875-5) ... [2020-12-15T15:03:16.308Z] #34 70.99 Selecting previously unselected package vim-common. [2020-12-15T15:03:16.308Z] #34 70.99 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:03:16.308Z] #34 71.26 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-15T15:03:16.308Z] #34 72.07 Selecting previously unselected package cmake-data. [2020-12-15T15:03:16.308Z] #34 72.07 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-12-15T15:03:16.308Z] #34 72.07 Unpacking cmake-data (3.13.4-1) ... [2020-12-15T15:03:16.308Z] #34 76.79 Selecting previously unselected package libicu63:amd64. [2020-12-15T15:03:16.308Z] #34 76.80 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-12-15T15:03:16.308Z] #34 76.81 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-15T15:03:16.569Z] #34 ... [2020-12-15T15:03:16.569Z] [2020-12-15T15:03:16.569Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:16.569Z] #11 75.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-12-15T15:03:16.569Z] #11 75.26 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-12-15T15:03:16.569Z] #11 75.26 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-12-15T15:03:16.569Z] #11 75.27 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-12-15T15:03:16.569Z] #11 75.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-12-15T15:03:16.569Z] #11 75.34 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u5 [110 kB] [2020-12-15T15:03:16.569Z] #11 75.36 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-12-15T15:03:16.569Z] #11 75.42 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-12-15T15:03:16.569Z] #11 75.45 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-12-15T15:03:16.569Z] #11 75.51 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-12-15T15:03:16.569Z] #11 75.51 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-12-15T15:03:16.569Z] #11 75.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-12-15T15:03:16.569Z] #11 75.67 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-12-15T15:03:16.569Z] #11 75.68 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-12-15T15:03:16.569Z] #11 75.68 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u5 [322 kB] [2020-12-15T15:03:16.830Z] #11 77.21 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:03:17.091Z] #11 77.55 Fetched 78.2 MB in 12s (6480 kB/s) [2020-12-15T15:03:17.266Z] #45 134.4 vendor/golang.org/x/text/unicode/norm [2020-12-15T15:03:17.647Z] #40 ... [2020-12-15T15:03:17.647Z] [2020-12-15T15:03:17.647Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:17.647Z] #42 68.47 text/template [2020-12-15T15:03:17.647Z] #42 69.41 go/parser [2020-12-15T15:03:17.647Z] #42 69.89 encoding/xml [2020-12-15T15:03:17.647Z] #42 73.09 compress/flate [2020-12-15T15:03:17.647Z] #42 75.32 go/doc [2020-12-15T15:03:17.647Z] #42 78.26 encoding/asn1 [2020-12-15T15:03:17.647Z] #42 78.36 compress/gzip [2020-12-15T15:03:17.647Z] #42 ... [2020-12-15T15:03:17.647Z] [2020-12-15T15:03:17.647Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:17.647Z] #34 2.571 + RM_GOPATH=0 [2020-12-15T15:03:17.647Z] #34 2.571 + TMP_GOPATH= [2020-12-15T15:03:17.647Z] #34 2.571 + : /build [2020-12-15T15:03:17.647Z] #34 2.571 + '[' -z '' ']' [2020-12-15T15:03:17.647Z] #34 2.571 ++ mktemp -d [2020-12-15T15:03:17.647Z] #34 2.571 + export GOPATH=/tmp/tmp.zfiNeC4Kwf [2020-12-15T15:03:17.647Z] #34 2.571 + GOPATH=/tmp/tmp.zfiNeC4Kwf [2020-12-15T15:03:17.647Z] #34 2.571 + RM_GOPATH=1 [2020-12-15T15:03:17.647Z] #34 2.571 + case "$(go env GOARCH)" in [2020-12-15T15:03:17.647Z] #34 2.571 ++ go env GOARCH [2020-12-15T15:03:17.647Z] #34 2.611 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:03:17.647Z] #34 2.611 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:03:17.647Z] #34 2.611 ++ dirname /tmp/install/install.sh [2020-12-15T15:03:17.647Z] #34 2.620 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:03:17.647Z] #34 2.620 + dir=/tmp/install [2020-12-15T15:03:17.647Z] #34 2.620 + bin=tini [2020-12-15T15:03:17.647Z] #34 2.620 + shift [2020-12-15T15:03:17.647Z] #34 2.620 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-15T15:03:17.647Z] #34 2.620 + . /tmp/install/tini.installer [2020-12-15T15:03:17.647Z] #34 2.620 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:03:17.647Z] #34 2.620 + install_tini [2020-12-15T15:03:17.647Z] #34 2.620 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-15T15:03:17.647Z] #34 2.620 + git clone https://github.com/krallin/tini.git /tmp/tmp.zfiNeC4Kwf/tini [2020-12-15T15:03:17.647Z] #34 2.621 Cloning into '/tmp/tmp.zfiNeC4Kwf/tini'... [2020-12-15T15:03:17.647Z] #34 3.491 + cd /tmp/tmp.zfiNeC4Kwf/tini [2020-12-15T15:03:17.647Z] #34 3.492 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:03:17.647Z] #34 3.620 + cmake . [2020-12-15T15:03:17.647Z] #34 4.407 -- The C compiler identification is GNU 8.3.0 [2020-12-15T15:03:17.647Z] #34 4.442 -- Check for working C compiler: /usr/bin/cc [2020-12-15T15:03:17.647Z] #34 5.375 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-15T15:03:17.647Z] #34 5.389 -- Detecting C compiler ABI info [2020-12-15T15:03:17.684Z] #11 77.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-15T15:03:17.684Z] #11 77.97 Preparing to unpack .../libsystemd0_241-7~deb10u5_amd64.deb ... [2020-12-15T15:03:17.684Z] #11 78.03 Unpacking libsystemd0:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-15T15:03:18.224Z] #34 6.329 -- Detecting C compiler ABI info - done [2020-12-15T15:03:18.224Z] #34 6.368 -- Detecting C compile features [2020-12-15T15:03:18.224Z] #34 ... [2020-12-15T15:03:18.224Z] [2020-12-15T15:03:18.224Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:18.224Z] #42 79.26 crypto/rsa [2020-12-15T15:03:18.281Z] #11 78.89 Setting up libsystemd0:amd64 (241-7~deb10u5) ... [2020-12-15T15:03:18.890Z] #11 79.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-15T15:03:18.890Z] #11 79.42 Preparing to unpack .../libudev1_241-7~deb10u5_amd64.deb ... [2020-12-15T15:03:18.890Z] #11 79.43 Unpacking libudev1:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2020-12-15T15:03:19.460Z] #11 79.92 Setting up libudev1:amd64 (241-7~deb10u5) ... [2020-12-15T15:03:20.032Z] #11 80.34 Selecting previously unselected package binutils-mingw-w64-i686. [2020-12-15T15:03:20.032Z] #11 80.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-12-15T15:03:20.032Z] #11 80.40 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-12-15T15:03:20.032Z] #11 80.44 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-15T15:03:20.392Z] #40 ... [2020-12-15T15:03:20.392Z] [2020-12-15T15:03:20.392Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:03:20.392Z] #34 88.27 Selecting previously unselected package libxml2:amd64. [2020-12-15T15:03:20.392Z] #34 88.27 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2020-12-15T15:03:20.392Z] #34 88.36 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-15T15:03:20.392Z] #34 89.60 Selecting previously unselected package libarchive13:amd64. [2020-12-15T15:03:20.392Z] #34 89.61 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-12-15T15:03:20.392Z] #34 89.62 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-12-15T15:03:20.392Z] #34 90.31 Selecting previously unselected package libjsoncpp1:amd64. [2020-12-15T15:03:20.392Z] #34 90.32 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-12-15T15:03:20.392Z] #34 90.33 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-15T15:03:20.392Z] #34 90.73 Selecting previously unselected package librhash0:amd64. [2020-12-15T15:03:20.392Z] #34 90.73 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-12-15T15:03:20.392Z] #34 90.73 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-12-15T15:03:20.392Z] #34 91.21 Selecting previously unselected package libuv1:amd64. [2020-12-15T15:03:20.392Z] #34 91.23 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-12-15T15:03:20.392Z] #34 91.24 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-12-15T15:03:20.392Z] #34 91.73 Selecting previously unselected package cmake. [2020-12-15T15:03:20.392Z] #34 91.73 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-12-15T15:03:20.392Z] #34 91.74 Unpacking cmake (3.13.4-1) ... [2020-12-15T15:03:20.392Z] #34 ... [2020-12-15T15:03:20.392Z] [2020-12-15T15:03:20.392Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:20.392Z] #40 94.31 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-12-15T15:03:20.392Z] #40 94.34 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-12-15T15:03:20.392Z] #40 94.43 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:20.392Z] #40 94.48 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-12-15T15:03:20.392Z] #40 94.52 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:20.392Z] #40 94.53 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-15T15:03:20.392Z] #40 94.54 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-15T15:03:20.392Z] #40 94.56 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:20.392Z] #40 94.62 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-15T15:03:20.392Z] #40 94.66 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-15T15:03:20.392Z] #40 ... [2020-12-15T15:03:20.392Z] [2020-12-15T15:03:20.392Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:20.392Z] #49 84.80 context [2020-12-15T15:03:20.392Z] #49 86.00 internal/poll [2020-12-15T15:03:20.392Z] #49 89.78 internal/syscall/execenv [2020-12-15T15:03:20.392Z] #49 90.12 internal/syscall/unix [2020-12-15T15:03:20.392Z] #49 90.87 os [2020-12-15T15:03:20.392Z] #49 91.29 encoding/binary [2020-12-15T15:03:20.392Z] #49 94.81 encoding/base64 [2020-12-15T15:03:20.392Z] #49 ... [2020-12-15T15:03:20.392Z] [2020-12-15T15:03:20.392Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:20.392Z] #11 86.99 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-15T15:03:20.392Z] #11 86.99 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-12-15T15:03:20.392Z] #11 87.00 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-15T15:03:20.392Z] #11 91.90 Selecting previously unselected package binutils-mingw-w64. [2020-12-15T15:03:20.392Z] #11 91.90 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-15T15:03:20.392Z] #11 91.91 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-15T15:03:20.392Z] #11 92.22 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-12-15T15:03:20.392Z] #11 92.23 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-12-15T15:03:20.392Z] #11 92.23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-12-15T15:03:20.392Z] #11 92.51 Selecting previously unselected package dmsetup. [2020-12-15T15:03:20.392Z] #11 92.51 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-12-15T15:03:20.392Z] #11 92.53 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-15T15:03:20.392Z] #11 92.92 Selecting previously unselected package mingw-w64-common. [2020-12-15T15:03:20.392Z] #11 92.92 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-15T15:03:20.392Z] #11 92.93 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-15T15:03:20.786Z] #42 81.42 vendor/golang.org/x/text/unicode/bidi [2020-12-15T15:03:20.786Z] #42 81.53 github.com/LK4D4/vndr/build [2020-12-15T15:03:21.363Z] #42 82.40 crypto/x509/pkix [2020-12-15T15:03:21.776Z] #11 ... [2020-12-15T15:03:21.776Z] [2020-12-15T15:03:21.776Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:21.776Z] #43 86.46 internal/poll [2020-12-15T15:03:21.776Z] #43 89.96 internal/syscall/execenv [2020-12-15T15:03:21.776Z] #43 90.38 internal/syscall/unix [2020-12-15T15:03:21.776Z] #43 90.97 os [2020-12-15T15:03:21.776Z] #43 94.20 strings [2020-12-15T15:03:21.776Z] #43 ... [2020-12-15T15:03:21.776Z] [2020-12-15T15:03:21.776Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:21.776Z] #49 96.50 strings [2020-12-15T15:03:21.792Z] #45 ... [2020-12-15T15:03:21.792Z] [2020-12-15T15:03:21.792Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:21.792Z] #43 68.75 AR criu/pie/pie.lib.a [2020-12-15T15:03:21.792Z] #43 68.90 DEP criu/pie/restorer.d [2020-12-15T15:03:21.792Z] #43 69.21 DEP criu/arch/ppc64/vdso-trampoline.d [2020-12-15T15:03:21.792Z] #43 69.24 DEP criu/arch/ppc64/restorer.d [2020-12-15T15:03:21.792Z] #43 69.43 DEP criu/arch/ppc64/vdso-pie.d [2020-12-15T15:03:21.792Z] #43 69.54 DEP criu/pie/parasite-vdso.d [2020-12-15T15:03:21.792Z] #43 69.69 DEP criu/pie/parasite.d [2020-12-15T15:03:21.792Z] #43 70.01 CC criu/pie/parasite.o [2020-12-15T15:03:21.792Z] #43 71.73 LINK criu/pie/parasite.built-in.o [2020-12-15T15:03:21.792Z] #43 71.73 GEN criu/pie/parasite-blob.h [2020-12-15T15:03:21.792Z] #43 71.77 CC criu/pie/parasite-vdso.o [2020-12-15T15:03:21.792Z] #43 72.62 CC criu/arch/ppc64/vdso-pie.o [2020-12-15T15:03:21.792Z] #43 73.06 CC criu/arch/ppc64/restorer.o [2020-12-15T15:03:21.792Z] #43 73.58 CC criu/arch/ppc64/vdso-trampoline.o [2020-12-15T15:03:21.792Z] #43 73.62 CC criu/pie/restorer.o [2020-12-15T15:03:21.940Z] #42 82.96 vendor/golang.org/x/crypto/cryptobyte [2020-12-15T15:03:22.203Z] #42 ... [2020-12-15T15:03:22.203Z] [2020-12-15T15:03:22.203Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:22.203Z] #48 76.28 mvdan.cc/sh/v3/cmd/shfmt [2020-12-15T15:03:22.203Z] #48 DONE 83.2s [2020-12-15T15:03:22.469Z] [2020-12-15T15:03:22.469Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:22.469Z] #53 33.37 Checking out files: 46% (1731/3706) Checking out files: 47% (1742/3706) Checking out files: 48% (1779/3706) Checking out files: 49% (1816/3706) Checking out files: 50% (1853/3706) Checking out files: 51% (1891/3706) Checking out files: 52% (1928/3706) Checking out files: 53% (1965/3706) Checking out files: 54% (2002/3706) Checking out files: 55% (2039/3706) Checking out files: 56% (2076/3706) Checking out files: 57% (2113/3706) Checking out files: 58% (2150/3706) Checking out files: 59% (2187/3706) Checking out files: 60% (2224/3706) Checking out files: 61% (2261/3706) Checking out files: 62% (2298/3706) Checking out files: 63% (2335/3706) Checking out files: 64% (2372/3706) Checking out files: 65% (2409/3706) Checking out files: 66% (2446/3706) Checking out files: 67% (2484/3706) Checking out files: 68% (2521/3706) Checking out files: 69% (2558/3706) Checking out files: 70% (2595/3706) Checking out files: 71% (2632/3706) Checking out files: 72% (2669/3706) Checking out files: 73% (2706/3706) Checking out files: 74% (2743/3706) Checking out files: 75% (2780/3706) Checking out files: 76% (2817/3706) Checking out files: 77% (2854/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 92% (3410/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 94% (3498/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-15T15:03:22.469Z] #53 34.54 + cd /tmp/tmp.S0pu0XN4xF/src/github.com/containerd/containerd [2020-12-15T15:03:22.469Z] #53 34.54 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:03:22.469Z] #53 35.59 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-15T15:03:22.469Z] #53 35.59 + BUILDTAGS='netgo osusergo static_build' [2020-12-15T15:03:22.469Z] #53 35.59 + export EXTRA_FLAGS=-buildmode=pie [2020-12-15T15:03:22.469Z] #53 35.59 + EXTRA_FLAGS=-buildmode=pie [2020-12-15T15:03:22.469Z] #53 35.59 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-15T15:03:22.469Z] #53 35.59 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-15T15:03:22.469Z] #53 35.59 + '[' '' = dynamic ']' [2020-12-15T15:03:22.469Z] #53 35.59 + make [2020-12-15T15:03:22.577Z] #11 ... [2020-12-15T15:03:22.577Z] [2020-12-15T15:03:22.577Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:22.577Z] #40 82.58 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:22.577Z] #40 82.63 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:03:22.577Z] #40 82.69 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-15T15:03:22.577Z] #40 82.80 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-12-15T15:03:22.577Z] #40 82.87 Setting up python-six (1.12.0-1) ... [2020-12-15T15:03:22.714Z] #49 97.27 fmt [2020-12-15T15:03:23.420Z] #53 37.14 + bin/ctr [2020-12-15T15:03:23.684Z] #53 ... [2020-12-15T15:03:23.684Z] [2020-12-15T15:03:23.684Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:23.684Z] #11 74.72 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-15T15:03:23.684Z] #11 74.72 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-12-15T15:03:23.684Z] #11 74.74 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:03:23.684Z] #11 75.10 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-15T15:03:23.684Z] #11 75.10 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-12-15T15:03:23.684Z] #11 75.11 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:03:23.948Z] #11 ... [2020-12-15T15:03:23.948Z] [2020-12-15T15:03:23.948Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:23.948Z] #40 6.631 fatal: not a git repository (or any of the parent directories): .git [2020-12-15T15:03:23.948Z] #40 6.783 GEN .gitid [2020-12-15T15:03:23.948Z] #40 6.890 GEN criu/include/version.h [2020-12-15T15:03:23.948Z] #40 7.067 GEN include/common/asm [2020-12-15T15:03:23.948Z] #40 8.801 PBCC images/timens.pb-c.c [2020-12-15T15:03:23.948Z] #40 8.855 DEP images/timens.pb-c.d [2020-12-15T15:03:23.948Z] #40 8.909 PBCC images/fown.pb-c.c [2020-12-15T15:03:23.948Z] #40 8.932 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-15T15:03:23.948Z] #40 9.024 PBCC images/opts.pb-c.c [2020-12-15T15:03:23.948Z] #40 9.072 PBCC images/memfd.pb-c.c [2020-12-15T15:03:23.948Z] #40 9.108 DEP images/fown.pb-c.d [2020-12-15T15:03:23.948Z] #40 9.201 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-15T15:03:23.948Z] #40 9.326 DEP images/opts.pb-c.d [2020-12-15T15:03:23.948Z] #40 9.408 DEP images/memfd.pb-c.d [2020-12-15T15:03:23.948Z] #40 9.510 PBCC images/sit.pb-c.c [2020-12-15T15:03:23.948Z] #40 9.568 DEP images/sit.pb-c.d [2020-12-15T15:03:23.948Z] #40 9.621 PBCC images/macvlan.pb-c.c [2020-12-15T15:03:23.948Z] #40 9.701 DEP images/macvlan.pb-c.d [2020-12-15T15:03:23.948Z] #40 9.768 PBCC images/autofs.pb-c.c [2020-12-15T15:03:23.948Z] #40 9.793 DEP images/autofs.pb-c.d [2020-12-15T15:03:23.948Z] #40 9.851 PBCC images/sysctl.pb-c.c [2020-12-15T15:03:23.948Z] #40 9.887 DEP images/sysctl.pb-c.d [2020-12-15T15:03:23.948Z] #40 9.984 PBCC images/time.pb-c.c [2020-12-15T15:03:23.948Z] #40 9.998 DEP images/time.pb-c.d [2020-12-15T15:03:23.948Z] #40 10.13 PBCC images/binfmt-misc.pb-c.c [2020-12-15T15:03:23.948Z] #40 10.14 DEP images/binfmt-misc.pb-c.d [2020-12-15T15:03:23.948Z] #40 10.17 PBCC images/seccomp.pb-c.c [2020-12-15T15:03:23.948Z] #40 10.20 DEP images/seccomp.pb-c.d [2020-12-15T15:03:23.948Z] #40 10.29 PBCC images/userns.pb-c.c [2020-12-15T15:03:23.948Z] #40 10.32 DEP images/userns.pb-c.d [2020-12-15T15:03:23.948Z] #40 10.38 PBCC images/cgroup.pb-c.c [2020-12-15T15:03:23.948Z] #40 10.40 DEP images/cgroup.pb-c.d [2020-12-15T15:03:23.948Z] #40 10.44 PBCC images/ext-file.pb-c.c [2020-12-15T15:03:23.948Z] #40 10.47 DEP images/ext-file.pb-c.d [2020-12-15T15:03:23.948Z] #40 10.51 PBCC images/rpc.pb-c.c [2020-12-15T15:03:23.948Z] #40 10.58 DEP images/rpc.pb-c.d [2020-12-15T15:03:23.948Z] #40 10.67 PBCC images/siginfo.pb-c.c [2020-12-15T15:03:23.948Z] #40 10.69 DEP images/siginfo.pb-c.d [2020-12-15T15:03:23.948Z] #40 10.80 PBCC images/pagemap.pb-c.c [2020-12-15T15:03:23.948Z] #40 10.92 DEP images/pagemap.pb-c.d [2020-12-15T15:03:23.948Z] #40 10.96 PBCC images/rlimit.pb-c.c [2020-12-15T15:03:23.948Z] #40 10.98 DEP images/rlimit.pb-c.d [2020-12-15T15:03:23.948Z] #40 11.07 PBCC images/file-lock.pb-c.c [2020-12-15T15:03:23.948Z] #40 11.11 DEP images/file-lock.pb-c.d [2020-12-15T15:03:23.948Z] #40 11.18 PBCC images/tty.pb-c.c [2020-12-15T15:03:23.948Z] #40 11.28 DEP images/tty.pb-c.d [2020-12-15T15:03:23.948Z] #40 11.37 PBCC images/tun.pb-c.c [2020-12-15T15:03:23.948Z] #40 11.42 PBCC images/netdev.pb-c.c [2020-12-15T15:03:23.948Z] #40 11.47 DEP images/tun.pb-c.d [2020-12-15T15:03:23.948Z] #40 11.56 DEP images/netdev.pb-c.d [2020-12-15T15:03:23.948Z] #40 11.66 PBCC images/vma.pb-c.c [2020-12-15T15:03:23.948Z] #40 11.72 DEP images/vma.pb-c.d [2020-12-15T15:03:23.948Z] #40 11.84 PBCC images/creds.pb-c.c [2020-12-15T15:03:23.948Z] #40 11.89 DEP images/creds.pb-c.d [2020-12-15T15:03:23.948Z] #40 12.04 PBCC images/utsns.pb-c.c [2020-12-15T15:03:23.948Z] #40 12.06 DEP images/utsns.pb-c.d [2020-12-15T15:03:24.097Z] #49 ... [2020-12-15T15:03:24.097Z] [2020-12-15T15:03:24.097Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:03:24.097Z] #34 96.93 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-15T15:03:24.097Z] #34 96.96 Setting up xxd (2:8.1.0875-5) ... [2020-12-15T15:03:24.097Z] #34 96.97 Setting up libuv1:amd64 (1.24.1-1) ... [2020-12-15T15:03:24.097Z] #34 96.98 Setting up vim-common (2:8.1.0875-5) ... [2020-12-15T15:03:24.097Z] #34 97.09 Setting up librhash0:amd64 (1.3.8-1) ... [2020-12-15T15:03:24.097Z] #34 97.12 Setting up cmake-data (3.13.4-1) ... [2020-12-15T15:03:24.097Z] #34 97.16 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-15T15:03:24.097Z] #34 97.19 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-15T15:03:24.097Z] #34 97.21 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-12-15T15:03:24.097Z] #34 97.22 Setting up cmake (3.13.4-1) ... [2020-12-15T15:03:24.097Z] #34 97.23 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:03:24.097Z] #34 97.39 Processing triggers for mime-support (3.62) ... [2020-12-15T15:03:24.097Z] #34 DONE 98.7s [2020-12-15T15:03:24.214Z] #40 12.19 PBCC images/ipc-desc.pb-c.c [2020-12-15T15:03:24.214Z] #40 12.23 PBCC images/ipc-sem.pb-c.c [2020-12-15T15:03:24.214Z] #40 12.27 DEP images/ipc-desc.pb-c.d [2020-12-15T15:03:24.214Z] #40 12.30 DEP images/ipc-sem.pb-c.d [2020-12-15T15:03:24.214Z] #40 12.41 PBCC images/ipc-msg.pb-c.c [2020-12-15T15:03:24.356Z] [2020-12-15T15:03:24.357Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:24.478Z] #40 12.47 DEP images/ipc-msg.pb-c.d [2020-12-15T15:03:24.478Z] #40 12.59 PBCC images/ipc-shm.pb-c.c [2020-12-15T15:03:24.478Z] #40 12.60 DEP images/ipc-shm.pb-c.d [2020-12-15T15:03:24.478Z] #40 12.64 PBCC images/ipc-var.pb-c.c [2020-12-15T15:03:24.478Z] #40 12.66 DEP images/ipc-var.pb-c.d [2020-12-15T15:03:24.742Z] #40 12.73 PBCC images/sk-opts.pb-c.c [2020-12-15T15:03:24.742Z] #40 12.78 PBCC images/packet-sock.pb-c.c [2020-12-15T15:03:24.742Z] #40 12.83 DEP images/sk-opts.pb-c.d [2020-12-15T15:03:24.742Z] #40 12.90 DEP images/packet-sock.pb-c.d [2020-12-15T15:03:25.006Z] #40 12.99 PBCC images/sk-netlink.pb-c.c [2020-12-15T15:03:25.006Z] #40 13.05 DEP images/sk-netlink.pb-c.d [2020-12-15T15:03:25.006Z] #40 13.11 PBCC images/sk-inet.pb-c.c [2020-12-15T15:03:25.006Z] #40 13.19 DEP images/sk-inet.pb-c.d [2020-12-15T15:03:25.271Z] #40 13.26 PBCC images/sk-unix.pb-c.c [2020-12-15T15:03:25.271Z] #40 13.35 DEP images/sk-unix.pb-c.d [2020-12-15T15:03:25.271Z] #40 13.45 PBCC images/mm.pb-c.c [2020-12-15T15:03:25.297Z] #35 ... [2020-12-15T15:03:25.297Z] [2020-12-15T15:03:25.297Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:25.297Z] #32 90.05 internal/syscall/execenv [2020-12-15T15:03:25.297Z] #32 90.37 internal/fmtsort [2020-12-15T15:03:25.297Z] #32 90.38 internal/syscall/unix [2020-12-15T15:03:25.297Z] #32 90.87 os [2020-12-15T15:03:25.297Z] #32 91.60 strings [2020-12-15T15:03:25.297Z] #32 96.83 path [2020-12-15T15:03:25.297Z] #32 97.12 fmt [2020-12-15T15:03:25.297Z] #32 97.66 path/filepath [2020-12-15T15:03:25.297Z] #32 99.98 io/ioutil [2020-12-15T15:03:25.355Z] #43 77.35 LINK criu/pie/restorer.built-in.o [2020-12-15T15:03:25.355Z] #43 77.37 GEN criu/pie/restorer-blob.h [2020-12-15T15:03:25.355Z] #43 77.53 DEP criu/vdso.d [2020-12-15T15:03:25.535Z] #40 13.53 DEP images/mm.pb-c.d [2020-12-15T15:03:25.535Z] #40 13.63 PBCC images/timerfd.pb-c.c [2020-12-15T15:03:25.535Z] #40 13.69 DEP images/timerfd.pb-c.d [2020-12-15T15:03:25.535Z] #40 13.74 PBCC images/timer.pb-c.c [2020-12-15T15:03:25.556Z] #32 ... [2020-12-15T15:03:25.556Z] [2020-12-15T15:03:25.556Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:25.556Z] #35 1.513 + RM_GOPATH=0 [2020-12-15T15:03:25.556Z] #35 1.513 + TMP_GOPATH= [2020-12-15T15:03:25.556Z] #35 1.513 + : /build [2020-12-15T15:03:25.556Z] #35 1.513 + '[' -z '' ']' [2020-12-15T15:03:25.556Z] #35 1.522 ++ mktemp -d [2020-12-15T15:03:25.556Z] #35 1.541 + export GOPATH=/tmp/tmp.BEwLnWSXkO [2020-12-15T15:03:25.556Z] #35 1.541 + GOPATH=/tmp/tmp.BEwLnWSXkO [2020-12-15T15:03:25.556Z] #35 1.541 + RM_GOPATH=1 [2020-12-15T15:03:25.556Z] #35 1.541 + case "$(go env GOARCH)" in [2020-12-15T15:03:25.556Z] #35 1.542 ++ go env GOARCH [2020-12-15T15:03:25.556Z] #35 1.580 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:03:25.655Z] #43 77.76 DEP criu/uts_ns.d [2020-12-15T15:03:25.655Z] #43 ... [2020-12-15T15:03:25.655Z] [2020-12-15T15:03:25.655Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:25.655Z] #58 134.6 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-15T15:03:25.655Z] #58 134.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-15T15:03:25.655Z] #58 DONE 142.8s [2020-12-15T15:03:25.655Z] [2020-12-15T15:03:25.655Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:25.655Z] #43 77.99 DEP criu/util.d [2020-12-15T15:03:25.655Z] #43 ... [2020-12-15T15:03:25.655Z] [2020-12-15T15:03:25.655Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:03:25.655Z] #20 11.64 Reading package lists... [2020-12-15T15:03:25.655Z] #20 16.45 Reading package lists... [2020-12-15T15:03:25.655Z] #20 21.00 Building dependency tree... [2020-12-15T15:03:25.655Z] #20 22.86 libcap2-bin is already the newest version (1:2.25-2). [2020-12-15T15:03:25.655Z] #20 22.86 The following additional packages will be installed: [2020-12-15T15:03:25.655Z] #20 22.86 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-15T15:03:25.655Z] #20 22.86 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-15T15:03:25.655Z] #20 22.87 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-15T15:03:25.655Z] #20 22.87 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-15T15:03:25.655Z] #20 22.87 python3.7 python3.7-minimal vim-runtime xxd [2020-12-15T15:03:25.655Z] #20 22.88 Suggested packages: [2020-12-15T15:03:25.655Z] #20 22.88 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-15T15:03:25.655Z] #20 22.88 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-15T15:03:25.655Z] #20 22.88 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-15T15:03:25.655Z] #20 22.88 Recommended packages: [2020-12-15T15:03:25.655Z] #20 22.88 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-15T15:03:25.655Z] #20 22.88 python3-keyrings.alt python3-xdg unzip [2020-12-15T15:03:25.655Z] #20 25.30 The following NEW packages will be installed: [2020-12-15T15:03:25.655Z] #20 25.31 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-15T15:03:25.655Z] #20 25.31 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-15T15:03:25.655Z] #20 25.31 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-15T15:03:25.655Z] #20 25.31 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-15T15:03:25.655Z] #20 25.31 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-15T15:03:25.655Z] #20 25.31 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-15T15:03:25.655Z] #20 25.31 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-15T15:03:25.655Z] #20 25.31 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-15T15:03:25.655Z] #20 25.31 xz-utils zip [2020-12-15T15:03:25.655Z] #20 ... [2020-12-15T15:03:25.655Z] [2020-12-15T15:03:25.655Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-15T15:03:25.655Z] #59 DONE 0.1s [2020-12-15T15:03:25.655Z] [2020-12-15T15:03:25.655Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:03:25.655Z] #20 25.43 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-15T15:03:25.655Z] #20 25.43 Need to get 29.2 MB of archives. [2020-12-15T15:03:25.655Z] #20 25.43 After this operation, 134 MB of additional disk space will be used. [2020-12-15T15:03:25.655Z] #20 25.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-12-15T15:03:25.655Z] #20 25.46 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-12-15T15:03:25.655Z] #20 25.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-12-15T15:03:25.655Z] #20 ... [2020-12-15T15:03:25.655Z] [2020-12-15T15:03:25.655Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-15T15:03:25.799Z] #40 ... [2020-12-15T15:03:25.799Z] [2020-12-15T15:03:25.799Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:25.799Z] #34 9.048 -- Detecting C compile features - done [2020-12-15T15:03:25.799Z] #34 9.074 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-15T15:03:25.799Z] #34 9.556 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-15T15:03:25.799Z] #34 9.632 -- Configuring done [2020-12-15T15:03:25.799Z] #34 9.647 -- Generating done [2020-12-15T15:03:25.799Z] #34 9.728 -- Build files have been written to: /tmp/tmp.zfiNeC4Kwf/tini [2020-12-15T15:03:25.799Z] #34 9.731 + make tini-static [2020-12-15T15:03:25.799Z] #34 10.35 Scanning dependencies of target tini-static [2020-12-15T15:03:25.799Z] #34 10.57 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-15T15:03:25.799Z] #34 12.75 [100%] Linking C executable tini-static [2020-12-15T15:03:25.799Z] #34 13.40 [100%] Built target tini-static [2020-12-15T15:03:25.799Z] #34 13.54 + mkdir -p /build [2020-12-15T15:03:25.799Z] #34 13.55 + cp tini-static /build/docker-init [2020-12-15T15:03:25.799Z] #34 DONE 13.8s [2020-12-15T15:03:25.799Z] [2020-12-15T15:03:25.799Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:25.799Z] #40 13.77 DEP images/timer.pb-c.d [2020-12-15T15:03:25.799Z] #40 ... [2020-12-15T15:03:25.799Z] [2020-12-15T15:03:25.799Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:25.799Z] #42 84.79 vendor/golang.org/x/text/unicode/norm [2020-12-15T15:03:25.816Z] #35 1.580 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:03:25.816Z] #35 1.580 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:03:25.816Z] #35 1.580 ++ dirname /tmp/install/install.sh [2020-12-15T15:03:25.816Z] #35 1.580 + dir=/tmp/install [2020-12-15T15:03:25.816Z] #35 1.580 + bin=tini [2020-12-15T15:03:25.816Z] #35 1.580 + shift [2020-12-15T15:03:25.816Z] #35 1.580 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-15T15:03:25.816Z] #35 1.580 + . /tmp/install/tini.installer [2020-12-15T15:03:25.816Z] #35 1.580 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:03:25.816Z] #35 1.580 + install_tini [2020-12-15T15:03:25.816Z] #35 1.580 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-15T15:03:25.816Z] #35 1.580 + git clone https://github.com/krallin/tini.git /tmp/tmp.BEwLnWSXkO/tini [2020-12-15T15:03:25.816Z] #35 1.587 Cloning into '/tmp/tmp.BEwLnWSXkO/tini'... [2020-12-15T15:03:25.953Z] #60 DONE 0.1s [2020-12-15T15:03:25.953Z] [2020-12-15T15:03:25.953Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:25.953Z] #43 78.28 DEP criu/uffd.d [2020-12-15T15:03:26.605Z] #43 78.77 DEP criu/tun.d [2020-12-15T15:03:26.605Z] #43 79.10 DEP criu/tty.d [2020-12-15T15:03:26.750Z] #42 87.78 mime [2020-12-15T15:03:26.786Z] #40 ... [2020-12-15T15:03:26.786Z] [2020-12-15T15:03:26.786Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:26.786Z] #32 76.89 time [2020-12-15T15:03:26.786Z] #32 86.57 internal/poll [2020-12-15T15:03:26.786Z] #32 ... [2020-12-15T15:03:26.786Z] [2020-12-15T15:03:26.786Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:26.786Z] #11 83.95 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-12-15T15:03:26.786Z] #11 83.98 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-12-15T15:03:26.786Z] #11 83.99 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-15T15:03:27.195Z] #35 2.930 + cd /tmp/tmp.BEwLnWSXkO/tini [2020-12-15T15:03:27.195Z] #35 2.930 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:03:27.195Z] #35 2.949 + cmake . [2020-12-15T15:03:27.254Z] #43 79.55 DEP criu/timerfd.d [2020-12-15T15:03:27.553Z] #43 79.93 DEP criu/timens.d [2020-12-15T15:03:27.701Z] #42 88.78 net/http/internal [2020-12-15T15:03:27.726Z] #11 ... [2020-12-15T15:03:27.726Z] [2020-12-15T15:03:27.726Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:27.726Z] #49 78.23 reflect [2020-12-15T15:03:27.726Z] #49 78.32 time [2020-12-15T15:03:27.726Z] #49 88.01 context [2020-12-15T15:03:27.855Z] #43 80.16 DEP criu/sysfs_parse.d [2020-12-15T15:03:27.855Z] #43 80.29 DEP criu/sysctl.d [2020-12-15T15:03:28.133Z] #35 4.057 -- The C compiler identification is GNU 8.3.0 [2020-12-15T15:03:28.133Z] #35 4.122 -- Check for working C compiler: /usr/bin/cc [2020-12-15T15:03:28.154Z] #43 80.48 DEP criu/string.d [2020-12-15T15:03:28.154Z] #43 80.53 DEP criu/stats.d [2020-12-15T15:03:28.454Z] #43 80.69 DEP criu/sockets.d [2020-12-15T15:03:28.752Z] #43 80.94 DEP criu/sk-unix.d [2020-12-15T15:03:29.051Z] #43 81.25 DEP criu/sk-tcp.d [2020-12-15T15:03:29.069Z] #35 5.009 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-15T15:03:29.070Z] #35 5.015 -- Detecting C compiler ABI info [2020-12-15T15:03:29.098Z] #42 ... [2020-12-15T15:03:29.098Z] [2020-12-15T15:03:29.098Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:29.098Z] #40 13.91 PBCC images/sa.pb-c.c [2020-12-15T15:03:29.098Z] #40 14.02 DEP images/sa.pb-c.d [2020-12-15T15:03:29.098Z] #40 14.15 PBCC images/pipe-data.pb-c.c [2020-12-15T15:03:29.098Z] #40 14.18 DEP images/pipe-data.pb-c.d [2020-12-15T15:03:29.098Z] #40 14.35 PBCC images/mnt.pb-c.c [2020-12-15T15:03:29.098Z] #40 14.47 DEP images/mnt.pb-c.d [2020-12-15T15:03:29.098Z] #40 14.56 PBCC images/sk-packet.pb-c.c [2020-12-15T15:03:29.098Z] #40 14.63 DEP images/sk-packet.pb-c.d [2020-12-15T15:03:29.098Z] #40 14.78 PBCC images/tcp-stream.pb-c.c [2020-12-15T15:03:29.098Z] #40 14.92 DEP images/tcp-stream.pb-c.d [2020-12-15T15:03:29.098Z] #40 15.06 PBCC images/pipe.pb-c.c [2020-12-15T15:03:29.098Z] #40 15.12 DEP images/pipe.pb-c.d [2020-12-15T15:03:29.098Z] #40 15.15 PBCC images/pstree.pb-c.c [2020-12-15T15:03:29.098Z] #40 15.17 DEP images/pstree.pb-c.d [2020-12-15T15:03:29.098Z] #40 15.22 PBCC images/fs.pb-c.c [2020-12-15T15:03:29.098Z] #40 15.23 DEP images/fs.pb-c.d [2020-12-15T15:03:29.098Z] #40 15.33 PBCC images/signalfd.pb-c.c [2020-12-15T15:03:29.098Z] #40 15.38 DEP images/signalfd.pb-c.d [2020-12-15T15:03:29.098Z] #40 15.46 PBCC images/fh.pb-c.c [2020-12-15T15:03:29.098Z] #40 15.49 PBCC images/fsnotify.pb-c.c [2020-12-15T15:03:29.098Z] #40 15.56 DEP images/fh.pb-c.d [2020-12-15T15:03:29.098Z] #40 15.61 DEP images/fsnotify.pb-c.d [2020-12-15T15:03:29.098Z] #40 15.67 PBCC images/eventpoll.pb-c.c [2020-12-15T15:03:29.098Z] #40 15.71 DEP images/eventpoll.pb-c.d [2020-12-15T15:03:29.098Z] #40 15.78 PBCC images/eventfd.pb-c.c [2020-12-15T15:03:29.098Z] #40 15.82 DEP images/eventfd.pb-c.d [2020-12-15T15:03:29.098Z] #40 15.87 PBCC images/remap-file-path.pb-c.c [2020-12-15T15:03:29.098Z] #40 15.93 DEP images/remap-file-path.pb-c.d [2020-12-15T15:03:29.098Z] #40 15.96 PBCC images/fifo.pb-c.c [2020-12-15T15:03:29.098Z] #40 15.98 DEP images/fifo.pb-c.d [2020-12-15T15:03:29.098Z] #40 16.03 PBCC images/ghost-file.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.08 DEP images/ghost-file.pb-c.d [2020-12-15T15:03:29.098Z] #40 16.13 PBCC images/regfile.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.22 DEP images/regfile.pb-c.d [2020-12-15T15:03:29.098Z] #40 16.27 PBCC images/ns.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.30 DEP images/ns.pb-c.d [2020-12-15T15:03:29.098Z] #40 16.34 PBCC images/fdinfo.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.47 DEP images/fdinfo.pb-c.d [2020-12-15T15:03:29.098Z] #40 16.54 PBCC images/core-aarch64.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.63 PBCC images/core-arm.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.69 PBCC images/core-ppc64.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.73 PBCC images/core-s390.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.77 PBCC images/core-x86.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.82 PBCC images/core.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.87 PBCC images/inventory.pb-c.c [2020-12-15T15:03:29.098Z] #40 16.92 DEP images/core-aarch64.pb-c.d [2020-12-15T15:03:29.098Z] #40 16.96 DEP images/core-arm.pb-c.d [2020-12-15T15:03:29.098Z] #40 16.98 DEP images/core-ppc64.pb-c.d [2020-12-15T15:03:29.098Z] #40 17.01 DEP images/core-s390.pb-c.d [2020-12-15T15:03:29.098Z] #40 17.07 DEP images/core-x86.pb-c.d [2020-12-15T15:03:29.098Z] #40 17.11 DEP images/core.pb-c.d [2020-12-15T15:03:29.098Z] #40 17.18 DEP images/inventory.pb-c.d [2020-12-15T15:03:29.098Z] #40 17.21 PBCC images/cpuinfo.pb-c.c [2020-12-15T15:03:29.098Z] #40 17.27 DEP images/cpuinfo.pb-c.d [2020-12-15T15:03:29.098Z] #40 17.31 PBCC images/stats.pb-c.c [2020-12-15T15:03:29.108Z] #49 ... [2020-12-15T15:03:29.108Z] [2020-12-15T15:03:29.108Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:29.108Z] #40 89.28 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-12-15T15:03:29.354Z] #43 81.56 DEP criu/sk-queue.d [2020-12-15T15:03:29.361Z] #40 17.33 DEP images/stats.pb-c.d [2020-12-15T15:03:29.368Z] #40 89.64 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-12-15T15:03:29.664Z] #43 81.82 DEP criu/sk-packet.d [2020-12-15T15:03:29.664Z] #43 82.07 DEP criu/sk-netlink.d [2020-12-15T15:03:29.959Z] #43 82.30 DEP criu/sk-inet.d [2020-12-15T15:03:30.014Z] #35 5.890 -- Detecting C compiler ABI info - done [2020-12-15T15:03:30.014Z] #35 5.948 -- Detecting C compile features [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 14.7% of statements [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/api/server/middleware 0.002s coverage: 37.7% of statements [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/container [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/events [no test files] [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 92.2% of statements [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/image [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/network [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/builder [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/builder/remotecontext 0.308s coverage: 13.7% of statements [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/builder/dockerfile 0.929s coverage: 48.3% of statements [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-12-15T15:03:30.035Z] ok github.com/docker/docker/builder/remotecontext/git 0.925s coverage: 86.3% of statements [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/cli [no test files] [2020-12-15T15:03:30.035Z] ? github.com/docker/docker/cli/config [no test files] [2020-12-15T15:03:30.256Z] #43 82.52 DEP criu/signalfd.d [2020-12-15T15:03:30.312Z] #40 90.64 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:30.312Z] #40 ... [2020-12-15T15:03:30.312Z] [2020-12-15T15:03:30.312Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:30.312Z] #45 DONE 90.8s [2020-12-15T15:03:30.312Z] [2020-12-15T15:03:30.312Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:30.312Z] #40 90.79 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-12-15T15:03:30.312Z] #40 90.79 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:30.312Z] #40 90.81 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-12-15T15:03:30.312Z] #40 90.82 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-12-15T15:03:30.312Z] #40 90.84 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-12-15T15:03:30.312Z] #40 90.86 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-12-15T15:03:30.312Z] #40 90.86 Setting up python-protobuf (3.6.1.3-2) ... [2020-12-15T15:03:30.554Z] #43 82.74 DEP criu/sigframe.d [2020-12-15T15:03:30.554Z] #43 82.83 DEP criu/shmem.d [2020-12-15T15:03:30.584Z] #35 ... [2020-12-15T15:03:30.584Z] [2020-12-15T15:03:30.584Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:30.584Z] #40 104.7 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-12-15T15:03:30.584Z] #40 104.7 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:03:30.584Z] #40 DONE 105.3s [2020-12-15T15:03:30.584Z] [2020-12-15T15:03:30.584Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:30.853Z] #43 83.00 DEP criu/servicefd.d [2020-12-15T15:03:30.853Z] #43 83.14 DEP criu/seize.d [2020-12-15T15:03:30.884Z] #40 ... [2020-12-15T15:03:30.884Z] [2020-12-15T15:03:30.884Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:30.884Z] #43 81.29 time [2020-12-15T15:03:30.884Z] #43 89.73 internal/syscall/execenv [2020-12-15T15:03:30.884Z] #43 89.88 internal/syscall/unix [2020-12-15T15:03:30.884Z] #43 90.37 os [2020-12-15T15:03:30.884Z] #43 90.41 strings [2020-12-15T15:03:31.146Z] #43 ... [2020-12-15T15:03:31.146Z] [2020-12-15T15:03:31.146Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:31.146Z] #11 89.64 Selecting previously unselected package binutils-mingw-w64. [2020-12-15T15:03:31.146Z] #11 89.64 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-12-15T15:03:31.146Z] #11 89.95 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-15T15:03:31.146Z] #11 90.77 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-12-15T15:03:31.146Z] #11 90.79 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-12-15T15:03:31.146Z] #11 90.79 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-12-15T15:03:31.146Z] #11 91.30 Selecting previously unselected package dmsetup. [2020-12-15T15:03:31.146Z] #11 91.31 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-12-15T15:03:31.146Z] #11 91.32 Unpacking dmsetup (2:1.02.155-3) ... [2020-12-15T15:03:31.151Z] #43 83.31 DEP criu/seccomp.d [2020-12-15T15:03:31.151Z] #43 83.53 DEP criu/rst-malloc.d [2020-12-15T15:03:31.151Z] #43 83.64 DEP criu/rbtree.d [2020-12-15T15:03:31.291Z] #40 19.05 make[1]: Nothing to be done for 'all'. [2020-12-15T15:03:31.408Z] #11 91.77 Selecting previously unselected package mingw-w64-common. [2020-12-15T15:03:31.408Z] #11 91.77 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-12-15T15:03:31.408Z] #11 91.79 Unpacking mingw-w64-common (6.0.0-3) ... [2020-12-15T15:03:31.448Z] #43 83.66 DEP criu/pstree.d [2020-12-15T15:03:31.448Z] #43 83.82 DEP criu/protobuf.d [2020-12-15T15:03:31.539Z] ok github.com/docker/docker/client 0.100s coverage: 75.4% of statements [2020-12-15T15:03:31.757Z] #43 83.95 GEN criu/protobuf-desc-gen.h [2020-12-15T15:03:32.243Z] #40 ... [2020-12-15T15:03:32.244Z] [2020-12-15T15:03:32.244Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:32.244Z] #55 83.93 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-15T15:03:32.244Z] #55 83.93 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-15T15:03:32.244Z] #55 DONE 93.2s [2020-12-15T15:03:32.244Z] [2020-12-15T15:03:32.244Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:32.244Z] #40 20.37 CC images/stats.o [2020-12-15T15:03:32.244Z] #40 ... [2020-12-15T15:03:32.244Z] [2020-12-15T15:03:32.244Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-15T15:03:32.490Z] #41 ... [2020-12-15T15:03:32.490Z] [2020-12-15T15:03:32.490Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:32.490Z] #43 97.11 fmt [2020-12-15T15:03:32.490Z] #43 98.93 path/filepath [2020-12-15T15:03:32.490Z] #43 101.7 regexp/syntax [2020-12-15T15:03:32.490Z] #43 105.3 flag [2020-12-15T15:03:32.490Z] #43 ... [2020-12-15T15:03:32.490Z] [2020-12-15T15:03:32.490Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:32.490Z] #11 102.6 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-15T15:03:32.490Z] #11 102.6 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-15T15:03:32.490Z] #11 102.6 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-15T15:03:32.513Z] #56 DONE 0.2s [2020-12-15T15:03:32.513Z] [2020-12-15T15:03:32.513Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:32.513Z] #42 91.15 vendor/golang.org/x/net/idna [2020-12-15T15:03:32.513Z] #42 93.58 net/textproto [2020-12-15T15:03:32.776Z] #42 93.59 vendor/golang.org/x/net/http/httpproxy [2020-12-15T15:03:32.776Z] #42 93.59 crypto/x509 [2020-12-15T15:03:32.776Z] #42 ... [2020-12-15T15:03:32.776Z] [2020-12-15T15:03:32.776Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-15T15:03:32.776Z] #57 DONE 0.3s [2020-12-15T15:03:32.810Z] #43 ... [2020-12-15T15:03:32.811Z] [2020-12-15T15:03:32.811Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:03:32.811Z] #20 25.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-12-15T15:03:32.811Z] #20 25.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-12-15T15:03:32.811Z] #20 25.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-12-15T15:03:32.811Z] #20 26.06 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-12-15T15:03:32.811Z] #20 26.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-12-15T15:03:32.811Z] #20 26.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-12-15T15:03:32.811Z] #20 26.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-12-15T15:03:32.811Z] #20 26.12 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-12-15T15:03:32.811Z] #20 26.12 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-12-15T15:03:32.811Z] #20 26.13 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-12-15T15:03:32.811Z] #20 26.13 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-12-15T15:03:32.811Z] #20 26.14 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-12-15T15:03:32.811Z] #20 26.14 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-12-15T15:03:32.811Z] #20 26.18 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-12-15T15:03:32.811Z] #20 26.22 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-12-15T15:03:32.811Z] #20 26.23 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-12-15T15:03:32.811Z] #20 26.25 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-12-15T15:03:32.811Z] #20 26.25 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-12-15T15:03:32.811Z] #20 26.27 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-12-15T15:03:32.811Z] #20 26.32 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-12-15T15:03:32.811Z] #20 26.34 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-12-15T15:03:32.811Z] #20 26.35 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-12-15T15:03:32.811Z] #20 26.37 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-12-15T15:03:32.811Z] #20 26.37 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-12-15T15:03:32.811Z] #20 26.38 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-12-15T15:03:32.811Z] #20 26.38 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-12-15T15:03:32.811Z] #20 27.16 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-12-15T15:03:32.811Z] #20 27.16 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-12-15T15:03:32.811Z] #20 27.17 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-12-15T15:03:32.811Z] #20 27.17 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-12-15T15:03:32.811Z] #20 27.18 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-12-15T15:03:32.811Z] #20 27.20 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-12-15T15:03:32.811Z] #20 27.29 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-15T15:03:32.811Z] #20 27.29 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-12-15T15:03:32.811Z] #20 27.31 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-12-15T15:03:32.811Z] #20 27.32 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-15T15:03:32.811Z] #20 27.32 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-12-15T15:03:32.811Z] #20 27.34 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-15T15:03:32.811Z] #20 27.34 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-12-15T15:03:32.811Z] #20 27.42 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-12-15T15:03:32.811Z] #20 27.44 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-12-15T15:03:32.811Z] #20 27.47 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-15T15:03:32.811Z] #20 27.78 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-12-15T15:03:32.811Z] #20 27.86 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-12-15T15:03:32.811Z] #20 27.90 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-12-15T15:03:32.811Z] #20 28.81 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:03:32.811Z] #20 28.89 Fetched 29.2 MB in 3s (11.6 MB/s) [2020-12-15T15:03:32.811Z] #20 28.97 Selecting previously unselected package pigz. [2020-12-15T15:03:32.811Z] #20 28.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-12-15T15:03:32.811Z] #20 29.08 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-12-15T15:03:32.811Z] #20 29.10 Unpacking pigz (2.4-1) ... [2020-12-15T15:03:32.811Z] #20 29.20 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-12-15T15:03:32.811Z] #20 29.20 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-12-15T15:03:32.811Z] #20 29.21 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-12-15T15:03:32.811Z] #20 29.76 Selecting previously unselected package python3.7-minimal. [2020-12-15T15:03:32.811Z] #20 29.76 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-12-15T15:03:32.811Z] #20 29.77 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-15T15:03:32.811Z] #20 30.68 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-12-15T15:03:32.811Z] #20 30.69 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-15T15:03:33.041Z] [2020-12-15T15:03:33.041Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:33.041Z] #40 20.95 CC images/core.o [2020-12-15T15:03:33.619Z] #40 21.83 CC images/core-x86.o [2020-12-15T15:03:33.869Z] #11 ... [2020-12-15T15:03:33.870Z] [2020-12-15T15:03:33.870Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:33.870Z] #35 9.456 -- Detecting C compile features - done [2020-12-15T15:03:33.870Z] #35 9.547 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-15T15:03:34.129Z] #35 9.890 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-15T15:03:34.129Z] #35 9.983 -- Configuring done [2020-12-15T15:03:34.129Z] #35 10.03 -- Generating done [2020-12-15T15:03:34.129Z] #35 10.04 -- Build files have been written to: /tmp/tmp.BEwLnWSXkO/tini [2020-12-15T15:03:34.129Z] #35 10.07 + make tini-static [2020-12-15T15:03:34.342Z] #20 33.86 Selecting previously unselected package python3-minimal. [2020-12-15T15:03:34.343Z] #20 33.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2020-12-15T15:03:34.343Z] #20 33.93 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-12-15T15:03:34.343Z] #20 33.93 Unpacking python3-minimal (3.7.3-1) ... [2020-12-15T15:03:34.343Z] #20 34.04 Selecting previously unselected package libmpdec2:ppc64el. [2020-12-15T15:03:34.343Z] #20 34.05 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-12-15T15:03:34.343Z] #20 34.05 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-12-15T15:03:34.570Z] #40 22.62 CC images/core-arm.o [2020-12-15T15:03:34.641Z] #20 34.18 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-12-15T15:03:34.641Z] #20 34.19 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-12-15T15:03:34.641Z] #20 34.21 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-12-15T15:03:34.835Z] #40 23.05 CC images/core-aarch64.o [2020-12-15T15:03:35.066Z] #35 10.94 Scanning dependencies of target tini-static [2020-12-15T15:03:35.326Z] #35 11.07 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-15T15:03:35.412Z] #40 23.60 CC images/core-ppc64.o [2020-12-15T15:03:35.697Z] #20 35.43 Selecting previously unselected package python3.7. [2020-12-15T15:03:35.698Z] #20 35.43 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-12-15T15:03:35.698Z] #20 35.44 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-15T15:03:35.995Z] #20 35.53 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-12-15T15:03:35.995Z] #20 35.54 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-12-15T15:03:35.995Z] #20 35.55 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-12-15T15:03:35.995Z] #20 35.65 Setting up python3-minimal (3.7.3-1) ... [2020-12-15T15:03:36.264Z] #35 ... [2020-12-15T15:03:36.264Z] [2020-12-15T15:03:36.264Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:36.264Z] #32 100.8 text/tabwriter [2020-12-15T15:03:36.264Z] #32 103.7 github.com/BurntSushi/toml [2020-12-15T15:03:36.264Z] #32 103.8 flag [2020-12-15T15:03:36.264Z] #32 106.7 log [2020-12-15T15:03:36.264Z] #32 ... [2020-12-15T15:03:36.264Z] [2020-12-15T15:03:36.264Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:36.264Z] #49 101.0 golang.org/x/sys/unix [2020-12-15T15:03:36.264Z] #49 106.3 encoding/json [2020-12-15T15:03:36.365Z] #40 24.34 CC images/core-s390.o [2020-12-15T15:03:36.524Z] #49 ... [2020-12-15T15:03:36.524Z] [2020-12-15T15:03:36.524Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:36.524Z] #41 3.190 Note: Building without setproctitle() and strlcpy() support. [2020-12-15T15:03:36.524Z] #41 3.190 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-15T15:03:36.524Z] #41 3.290 Note: Building without GnuTLS support [2020-12-15T15:03:36.524Z] #41 3.306 Makefile.config:39: Warn: you have no libnftables installed [2020-12-15T15:03:36.524Z] #41 3.306 Makefile.config:40: Warn: Building without nftables support [2020-12-15T15:03:36.640Z] #20 ... [2020-12-15T15:03:36.640Z] [2020-12-15T15:03:36.640Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:36.640Z] #45 143.6 mime [2020-12-15T15:03:36.640Z] #45 147.9 net/http/internal [2020-12-15T15:03:36.640Z] #45 148.6 vendor/golang.org/x/net/idna [2020-12-15T15:03:36.640Z] #45 152.2 vendor/golang.org/x/net/http/httpproxy [2020-12-15T15:03:36.640Z] #45 152.2 net/textproto [2020-12-15T15:03:36.640Z] #45 152.3 crypto/x509 [2020-12-15T15:03:36.640Z] #45 ... [2020-12-15T15:03:36.640Z] [2020-12-15T15:03:36.640Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:36.640Z] #43 85.97 DEP criu/protobuf-desc.d [2020-12-15T15:03:36.640Z] #43 86.11 DEP criu/proc_parse.d [2020-12-15T15:03:36.640Z] #43 86.33 DEP criu/plugin.d [2020-12-15T15:03:36.640Z] #43 86.44 DEP criu/pipes.d [2020-12-15T15:03:36.640Z] #43 86.65 DEP criu/pie-util.d [2020-12-15T15:03:36.640Z] #43 86.76 DEP criu/pie-util-vdso.d [2020-12-15T15:03:36.640Z] #43 87.00 DEP criu/path.d [2020-12-15T15:03:36.640Z] #43 87.16 DEP criu/parasite-syscall.d [2020-12-15T15:03:36.640Z] #43 87.40 DEP criu/pagemap.d [2020-12-15T15:03:36.640Z] #43 87.55 DEP criu/pagemap-cache.d [2020-12-15T15:03:36.640Z] #43 87.69 DEP criu/page-xfer.d [2020-12-15T15:03:36.640Z] #43 87.85 DEP criu/page-pipe.d [2020-12-15T15:03:36.640Z] #43 87.97 DEP criu/netfilter.d [2020-12-15T15:03:36.640Z] #43 88.16 DEP criu/net.d [2020-12-15T15:03:36.640Z] #43 88.43 DEP criu/namespaces.d [2020-12-15T15:03:36.640Z] #43 88.65 DEP criu/mount.d [2020-12-15T15:03:36.640Z] #43 88.85 DEP criu/memfd.d [2020-12-15T15:03:36.640Z] #43 89.03 DEP criu/mem.d [2020-12-15T15:03:36.701Z] #11 ... [2020-12-15T15:03:36.701Z] [2020-12-15T15:03:36.701Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:03:36.701Z] #34 89.84 Selecting previously unselected package libxml2:amd64. [2020-12-15T15:03:36.701Z] #34 89.84 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2020-12-15T15:03:36.701Z] #34 90.05 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-15T15:03:36.701Z] #34 90.94 Selecting previously unselected package libarchive13:amd64. [2020-12-15T15:03:36.701Z] #34 90.94 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-12-15T15:03:36.701Z] #34 90.96 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-12-15T15:03:36.702Z] #34 91.80 Selecting previously unselected package libjsoncpp1:amd64. [2020-12-15T15:03:36.702Z] #34 91.84 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-12-15T15:03:36.702Z] #34 91.84 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-15T15:03:36.702Z] #34 92.07 Selecting previously unselected package librhash0:amd64. [2020-12-15T15:03:36.702Z] #34 92.07 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-12-15T15:03:36.702Z] #34 92.07 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-12-15T15:03:36.702Z] #34 92.32 Selecting previously unselected package libuv1:amd64. [2020-12-15T15:03:36.702Z] #34 92.32 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-12-15T15:03:36.702Z] #34 92.32 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-12-15T15:03:36.702Z] #34 92.86 Selecting previously unselected package cmake. [2020-12-15T15:03:36.702Z] #34 92.87 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-12-15T15:03:36.702Z] #34 92.87 Unpacking cmake (3.13.4-1) ... [2020-12-15T15:03:36.938Z] #43 89.29 DEP criu/lsm.d [2020-12-15T15:03:37.092Z] #41 6.477 fatal: not a git repository (or any of the parent directories): .git [2020-12-15T15:03:37.236Z] #43 89.47 DEP criu/log.d [2020-12-15T15:03:37.236Z] #43 89.64 DEP criu/libnetlink.d [2020-12-15T15:03:37.317Z] #40 25.39 CC images/cpuinfo.o [2020-12-15T15:03:37.352Z] #41 6.710 GEN .gitid [2020-12-15T15:03:37.535Z] #43 89.79 DEP criu/kerndat.d [2020-12-15T15:03:37.611Z] #41 6.826 GEN criu/include/version.h [2020-12-15T15:03:37.657Z] #34 98.05 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-15T15:03:37.657Z] #34 98.11 Setting up xxd (2:8.1.0875-5) ... [2020-12-15T15:03:37.657Z] #34 98.14 Setting up libuv1:amd64 (1.24.1-1) ... [2020-12-15T15:03:37.657Z] #34 98.16 Setting up vim-common (2:8.1.0875-5) ... [2020-12-15T15:03:37.834Z] #43 90.08 DEP criu/kcmp-ids.d [2020-12-15T15:03:37.870Z] #41 7.116 GEN include/common/asm [2020-12-15T15:03:37.894Z] #40 26.01 CC images/inventory.o [2020-12-15T15:03:37.924Z] #34 98.26 Setting up librhash0:amd64 (1.3.8-1) ... [2020-12-15T15:03:37.925Z] #34 98.32 Setting up cmake-data (3.13.4-1) ... [2020-12-15T15:03:37.925Z] #34 98.34 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2020-12-15T15:03:37.925Z] #34 98.38 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-15T15:03:37.925Z] #34 98.40 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-12-15T15:03:37.925Z] #34 98.41 Setting up cmake (3.13.4-1) ... [2020-12-15T15:03:37.925Z] #34 98.42 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:03:38.132Z] #43 90.24 DEP criu/irmap.d [2020-12-15T15:03:38.132Z] #43 90.45 DEP criu/ipc_ns.d [2020-12-15T15:03:38.158Z] #40 26.31 CC images/fdinfo.o [2020-12-15T15:03:38.186Z] #34 98.65 Processing triggers for mime-support (3.62) ... [2020-12-15T15:03:38.432Z] #43 90.71 DEP criu/image.d [2020-12-15T15:03:38.732Z] #43 91.02 DEP criu/image-desc.d [2020-12-15T15:03:38.732Z] #43 91.13 DEP criu/fsnotify.d [2020-12-15T15:03:38.756Z] #40 26.63 CC images/fown.o [2020-12-15T15:03:38.756Z] #40 26.89 CC images/ns.o [2020-12-15T15:03:39.027Z] #40 27.08 CC images/regfile.o [2020-12-15T15:03:39.030Z] #43 91.43 DEP criu/filesystems.d [2020-12-15T15:03:39.129Z] #34 ... [2020-12-15T15:03:39.129Z] [2020-12-15T15:03:39.129Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:39.129Z] #49 89.38 internal/poll [2020-12-15T15:03:39.129Z] #49 92.40 os [2020-12-15T15:03:39.129Z] #49 98.10 encoding/binary [2020-12-15T15:03:39.129Z] #49 99.24 fmt [2020-12-15T15:03:39.129Z] #49 ... [2020-12-15T15:03:39.129Z] [2020-12-15T15:03:39.129Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:39.129Z] #32 89.66 internal/syscall/execenv [2020-12-15T15:03:39.129Z] #32 89.67 internal/fmtsort [2020-12-15T15:03:39.129Z] #32 89.89 internal/syscall/unix [2020-12-15T15:03:39.129Z] #32 90.37 strings [2020-12-15T15:03:39.129Z] #32 90.39 os [2020-12-15T15:03:39.129Z] #32 95.82 path [2020-12-15T15:03:39.129Z] #32 96.43 fmt [2020-12-15T15:03:39.129Z] #32 96.70 path/filepath [2020-12-15T15:03:39.129Z] #32 98.71 io/ioutil [2020-12-15T15:03:39.297Z] #40 27.25 CC images/ghost-file.o [2020-12-15T15:03:39.297Z] #41 ... [2020-12-15T15:03:39.297Z] [2020-12-15T15:03:39.297Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:39.297Z] #35 13.18 [100%] Linking C executable tini-static [2020-12-15T15:03:39.297Z] #35 14.11 [100%] Built target tini-static [2020-12-15T15:03:39.297Z] #35 14.25 + mkdir -p /build [2020-12-15T15:03:39.297Z] #35 14.25 + cp tini-static /build/docker-init [2020-12-15T15:03:39.297Z] #35 DONE 15.0s [2020-12-15T15:03:39.297Z] [2020-12-15T15:03:39.297Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:39.297Z] #11 113.8 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-15T15:03:39.297Z] #11 113.9 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-15T15:03:39.297Z] #11 113.9 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:03:39.328Z] #43 91.63 DEP criu/files.d [2020-12-15T15:03:39.390Z] #32 99.76 text/tabwriter [2020-12-15T15:03:39.557Z] #11 114.2 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-15T15:03:39.557Z] #11 114.2 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-15T15:03:39.557Z] #11 114.2 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:03:39.565Z] #40 27.64 CC images/fifo.o [2020-12-15T15:03:39.640Z] #43 91.94 DEP criu/files-reg.d [2020-12-15T15:03:39.652Z] #32 ... [2020-12-15T15:03:39.652Z] [2020-12-15T15:03:39.652Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-12-15T15:03:39.652Z] #34 DONE 100.0s [2020-12-15T15:03:39.652Z] [2020-12-15T15:03:39.652Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:39.652Z] #43 95.13 regexp/syntax [2020-12-15T15:03:39.652Z] #43 97.24 fmt [2020-12-15T15:03:39.828Z] #40 27.88 CC images/remap-file-path.o [2020-12-15T15:03:39.936Z] #43 ... [2020-12-15T15:03:39.936Z] [2020-12-15T15:03:39.936Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:03:39.937Z] #20 36.72 Selecting previously unselected package python3. [2020-12-15T15:03:39.937Z] #20 36.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2020-12-15T15:03:39.937Z] #20 36.80 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-12-15T15:03:39.937Z] #20 36.81 Unpacking python3 (3.7.3-1) ... [2020-12-15T15:03:39.937Z] #20 36.93 Selecting previously unselected package libip4tc0:ppc64el. [2020-12-15T15:03:39.937Z] #20 36.95 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-12-15T15:03:39.937Z] #20 36.96 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-12-15T15:03:39.937Z] #20 37.08 Selecting previously unselected package libip6tc0:ppc64el. [2020-12-15T15:03:39.937Z] #20 37.09 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-12-15T15:03:39.937Z] #20 37.10 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-12-15T15:03:39.937Z] #20 37.20 Selecting previously unselected package libiptc0:ppc64el. [2020-12-15T15:03:39.937Z] #20 37.24 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-12-15T15:03:39.937Z] #20 37.24 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-12-15T15:03:39.937Z] #20 37.39 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-12-15T15:03:39.937Z] #20 37.41 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-12-15T15:03:39.937Z] #20 37.41 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-12-15T15:03:39.937Z] #20 37.47 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-12-15T15:03:39.937Z] #20 37.48 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-12-15T15:03:39.937Z] #20 37.49 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-12-15T15:03:39.937Z] #20 37.59 Selecting previously unselected package libnftnl11:ppc64el. [2020-12-15T15:03:39.937Z] #20 37.59 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-12-15T15:03:39.937Z] #20 37.62 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-12-15T15:03:39.937Z] #20 37.74 Selecting previously unselected package iptables. [2020-12-15T15:03:39.937Z] #20 37.75 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-12-15T15:03:39.937Z] #20 37.76 Unpacking iptables (1.8.2-4) ... [2020-12-15T15:03:39.937Z] #20 38.31 Selecting previously unselected package xxd. [2020-12-15T15:03:39.937Z] #20 38.32 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-12-15T15:03:39.937Z] #20 38.32 Unpacking xxd (2:8.1.0875-5) ... [2020-12-15T15:03:39.937Z] #20 38.45 Selecting previously unselected package vim-common. [2020-12-15T15:03:39.937Z] #20 38.46 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:03:39.937Z] #20 38.51 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-15T15:03:39.937Z] #20 38.73 Selecting previously unselected package bash-completion. [2020-12-15T15:03:39.937Z] #20 38.75 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-15T15:03:40.092Z] #40 28.17 CC images/eventfd.o [2020-12-15T15:03:40.092Z] #40 28.29 CC images/eventpoll.o [2020-12-15T15:03:40.595Z] #43 ... [2020-12-15T15:03:40.595Z] [2020-12-15T15:03:40.595Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-12-15T15:03:40.595Z] #40 100.8 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-12-15T15:03:40.595Z] #40 100.9 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:03:40.668Z] #40 28.58 CC images/fh.o [2020-12-15T15:03:40.943Z] #40 28.90 CC images/fsnotify.o [2020-12-15T15:03:41.171Z] #40 DONE 101.5s [2020-12-15T15:03:41.171Z] [2020-12-15T15:03:41.171Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:41.526Z] #40 29.59 CC images/signalfd.o [2020-12-15T15:03:41.790Z] #40 29.90 CC images/fs.o [2020-12-15T15:03:42.053Z] #40 30.19 CC images/pstree.o [2020-12-15T15:03:42.631Z] #40 30.53 CC images/pipe.o [2020-12-15T15:03:42.631Z] #40 30.74 CC images/tcp-stream.o [2020-12-15T15:03:42.894Z] #40 30.98 CC images/sk-packet.o [2020-12-15T15:03:43.471Z] #40 31.42 CC images/mnt.o [2020-12-15T15:03:43.471Z] #40 ... [2020-12-15T15:03:43.471Z] [2020-12-15T15:03:43.471Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:43.471Z] #11 94.33 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-15T15:03:43.471Z] #11 94.33 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-12-15T15:03:43.471Z] #11 94.34 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:03:43.471Z] #11 ... [2020-12-15T15:03:43.471Z] [2020-12-15T15:03:43.471Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:43.471Z] #42 95.44 vendor/golang.org/x/net/http/httpguts [2020-12-15T15:03:43.471Z] #42 95.47 mime/multipart [2020-12-15T15:03:43.471Z] #42 97.88 crypto/tls [2020-12-15T15:03:43.471Z] #42 103.3 net/http/httptrace [2020-12-15T15:03:43.471Z] #42 103.5 net/http [2020-12-15T15:03:43.505Z] #20 42.91 Unpacking bash-completion (1:2.8-6) ... [2020-12-15T15:03:43.505Z] #20 ... [2020-12-15T15:03:43.505Z] [2020-12-15T15:03:43.505Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:43.735Z] #42 ... [2020-12-15T15:03:43.735Z] [2020-12-15T15:03:43.735Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:43.735Z] #40 31.71 CC images/pipe-data.o [2020-12-15T15:03:43.748Z] #11 ... [2020-12-15T15:03:43.748Z] [2020-12-15T15:03:43.748Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:43.748Z] #43 107.8 go/token [2020-12-15T15:03:43.748Z] #43 109.6 go/scanner [2020-12-15T15:03:43.748Z] #43 110.2 regexp [2020-12-15T15:03:43.748Z] #43 112.1 go/ast [2020-12-15T15:03:43.748Z] #43 116.2 internal/lazyregexp [2020-12-15T15:03:43.748Z] #43 116.5 net/url [2020-12-15T15:03:43.748Z] #43 ... [2020-12-15T15:03:43.748Z] [2020-12-15T15:03:43.748Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:43.748Z] #41 10.73 PBCC images/timens.pb-c.c [2020-12-15T15:03:43.748Z] #41 10.77 DEP images/timens.pb-c.d [2020-12-15T15:03:43.748Z] #41 10.86 PBCC images/fown.pb-c.c [2020-12-15T15:03:43.748Z] #41 10.90 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-15T15:03:43.748Z] #41 11.01 PBCC images/opts.pb-c.c [2020-12-15T15:03:43.748Z] #41 11.12 PBCC images/memfd.pb-c.c [2020-12-15T15:03:43.748Z] #41 11.23 DEP images/fown.pb-c.d [2020-12-15T15:03:43.748Z] #41 11.27 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-15T15:03:43.748Z] #41 11.41 DEP images/opts.pb-c.d [2020-12-15T15:03:43.748Z] #41 11.57 DEP images/memfd.pb-c.d [2020-12-15T15:03:43.748Z] #41 11.61 PBCC images/sit.pb-c.c [2020-12-15T15:03:43.748Z] #41 11.77 DEP images/sit.pb-c.d [2020-12-15T15:03:43.748Z] #41 11.85 PBCC images/macvlan.pb-c.c [2020-12-15T15:03:43.748Z] #41 11.88 DEP images/macvlan.pb-c.d [2020-12-15T15:03:43.748Z] #41 11.93 PBCC images/autofs.pb-c.c [2020-12-15T15:03:43.748Z] #41 11.95 DEP images/autofs.pb-c.d [2020-12-15T15:03:43.748Z] #41 11.99 PBCC images/sysctl.pb-c.c [2020-12-15T15:03:43.748Z] #41 12.03 DEP images/sysctl.pb-c.d [2020-12-15T15:03:43.748Z] #41 12.09 PBCC images/time.pb-c.c [2020-12-15T15:03:43.748Z] #41 12.10 DEP images/time.pb-c.d [2020-12-15T15:03:43.748Z] #41 12.15 PBCC images/binfmt-misc.pb-c.c [2020-12-15T15:03:43.748Z] #41 12.19 DEP images/binfmt-misc.pb-c.d [2020-12-15T15:03:43.748Z] #41 12.28 PBCC images/seccomp.pb-c.c [2020-12-15T15:03:43.748Z] #41 12.33 DEP images/seccomp.pb-c.d [2020-12-15T15:03:43.748Z] #41 12.41 PBCC images/userns.pb-c.c [2020-12-15T15:03:43.748Z] #41 12.49 DEP images/userns.pb-c.d [2020-12-15T15:03:43.748Z] #41 12.54 PBCC images/cgroup.pb-c.c [2020-12-15T15:03:43.748Z] #41 12.59 DEP images/cgroup.pb-c.d [2020-12-15T15:03:43.748Z] #41 12.75 PBCC images/ext-file.pb-c.c [2020-12-15T15:03:43.748Z] #41 12.85 DEP images/ext-file.pb-c.d [2020-12-15T15:03:43.748Z] #41 12.99 PBCC images/rpc.pb-c.c [2020-12-15T15:03:43.748Z] #41 ... [2020-12-15T15:03:43.748Z] [2020-12-15T15:03:43.748Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:43.748Z] #32 111.4 github.com/BurntSushi/toml/cmd/tomlv [2020-12-15T15:03:43.748Z] #32 DONE 118.4s [2020-12-15T15:03:43.748Z] [2020-12-15T15:03:43.748Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:43.748Z] #41 13.07 DEP images/rpc.pb-c.d [2020-12-15T15:03:43.748Z] #41 13.08 PBCC images/siginfo.pb-c.c [2020-12-15T15:03:43.748Z] #41 13.13 DEP images/siginfo.pb-c.d [2020-12-15T15:03:43.748Z] #41 13.22 PBCC images/pagemap.pb-c.c [2020-12-15T15:03:43.998Z] #40 31.97 CC images/sa.o [2020-12-15T15:03:43.998Z] #40 32.18 CC images/timer.o [2020-12-15T15:03:44.007Z] #41 13.32 DEP images/pagemap.pb-c.d [2020-12-15T15:03:44.007Z] #41 13.43 PBCC images/rlimit.pb-c.c [2020-12-15T15:03:44.007Z] #41 13.51 DEP images/rlimit.pb-c.d [2020-12-15T15:03:44.119Z] #24 157.1 Checking out files: 20% (2283/11127) Checking out files: 21% (2337/11127) Checking out files: 22% (2448/11127) Checking out files: 23% (2560/11127) Checking out files: 24% (2671/11127) Checking out files: 25% (2782/11127) Checking out files: 26% (2894/11127) Checking out files: 27% (3005/11127) Checking out files: 28% (3116/11127) Checking out files: 29% (3227/11127) Checking out files: 30% (3339/11127) Checking out files: 31% (3450/11127) Checking out files: 32% (3561/11127) Checking out files: 33% (3672/11127) Checking out files: 34% (3784/11127) Checking out files: 35% (3895/11127) Checking out files: 36% (4006/11127) Checking out files: 37% (4117/11127) Checking out files: 38% (4229/11127) Checking out files: 39% (4340/11127) Checking out files: 39% (4341/11127) Checking out files: 40% (4451/11127) Checking out files: 41% (4563/11127) Checking out files: 42% (4674/11127) Checking out files: 43% (4785/11127) Checking out files: 44% (4896/11127) Checking out files: 45% (5008/11127) Checking out files: 46% (5119/11127) Checking out files: 47% (5230/11127) Checking out files: 48% (5341/11127) Checking out files: 49% (5453/11127) Checking out files: 50% (5564/11127) Checking out files: 51% (5675/11127) Checking out files: 52% (5787/11127) Checking out files: 53% (5898/11127) Checking out files: 54% (6009/11127) Checking out files: 55% (6120/11127) Checking out files: 56% (6232/11127) Checking out files: 57% (6343/11127) Checking out files: 58% (6454/11127) Checking out files: 59% (6565/11127) Checking out files: 60% (6677/11127) Checking out files: 61% (6788/11127) Checking out files: 61% (6847/11127) Checking out files: 62% (6899/11127) Checking out files: 63% (7011/11127) Checking out files: 64% (7122/11127) Checking out files: 65% (7233/11127) Checking out files: 66% (7344/11127) Checking out files: 67% (7456/11127) Checking out files: 68% (7567/11127) Checking out files: 69% (7678/11127) Checking out files: 70% (7789/11127) Checking out files: 71% (7901/11127) Checking out files: 72% (8012/11127) Checking out files: 73% (8123/11127) Checking out files: 74% (8234/11127) Checking out files: 75% (8346/11127) Checking out files: 76% (8457/11127) Checking out files: 77% (8568/11127) Checking out files: 78% (8680/11127) Checking out files: 79% (8791/11127) Checking out files: 80% (8902/11127) Checking out files: 80% (8986/11127) Checking out files: 81% (9013/11127) Checking out files: 82% (9125/11127) Checking out files: 83% (9236/11127) Checking out files: 84% (9347/11127) Checking out files: 85% (9458/11127) Checking out files: 86% (9570/11127) Checking out files: 87% (9681/11127) Checking out files: 88% (9792/11127) Checking out files: 89% (9904/11127) Checking out files: 90% (10015/11127) Checking out files: 91% (10126/11127) Checking out files: 92% (10237/11127) Checking out files: 93% (10349/11127) Checking out files: 94% (10460/11127) Checking out files: 95% (10571/11127) Checking out files: 96% (10682/11127) Checking out files: 97% (10794/11127) Checking out files: 97% (10812/11127) Checking out files: 98% (10905/11127) Checking out files: 99% (11016/11127) Checking out files: 100% (11127/11127) Checking out files: 100% (11127/11127), done. [2020-12-15T15:03:44.119Z] #24 161.4 + cd /tmp/tmp.xW290RC7za/tmp/docker-ce [2020-12-15T15:03:44.266Z] #41 13.57 PBCC images/file-lock.pb-c.c [2020-12-15T15:03:44.266Z] #41 13.63 DEP images/file-lock.pb-c.d [2020-12-15T15:03:44.266Z] #41 13.71 PBCC images/tty.pb-c.c [2020-12-15T15:03:44.416Z] #24 161.4 + git checkout -q v17.06.2-ce [2020-12-15T15:03:44.525Z] #41 13.84 DEP images/tty.pb-c.d [2020-12-15T15:03:44.525Z] #41 13.90 PBCC images/tun.pb-c.c [2020-12-15T15:03:44.525Z] #41 14.03 PBCC images/netdev.pb-c.c [2020-12-15T15:03:44.575Z] #40 32.60 CC images/timerfd.o [2020-12-15T15:03:44.784Z] #41 14.22 DEP images/tun.pb-c.d [2020-12-15T15:03:44.784Z] #41 14.31 DEP images/netdev.pb-c.d [2020-12-15T15:03:44.838Z] #40 32.87 CC images/mm.o [2020-12-15T15:03:44.838Z] #40 33.13 CC images/sk-opts.o [2020-12-15T15:03:45.044Z] #41 14.49 PBCC images/vma.pb-c.c [2020-12-15T15:03:45.102Z] #40 33.40 CC images/sk-unix.o [2020-12-15T15:03:45.303Z] #41 14.66 DEP images/vma.pb-c.d [2020-12-15T15:03:45.303Z] #41 14.78 PBCC images/creds.pb-c.c [2020-12-15T15:03:45.303Z] #41 14.87 DEP images/creds.pb-c.d [2020-12-15T15:03:45.379Z] #41 3.900 Note: Building without setproctitle() and strlcpy() support. [2020-12-15T15:03:45.379Z] #41 3.901 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-15T15:03:45.379Z] #41 3.951 Note: Building without GnuTLS support [2020-12-15T15:03:45.379Z] #41 3.957 Makefile.config:39: Warn: you have no libnftables installed [2020-12-15T15:03:45.379Z] #41 3.957 Makefile.config:40: Warn: Building without nftables support [2020-12-15T15:03:45.585Z] #41 15.00 PBCC images/utsns.pb-c.c [2020-12-15T15:03:45.679Z] #40 33.76 CC images/sk-inet.o [2020-12-15T15:03:45.845Z] #41 15.02 DEP images/utsns.pb-c.d [2020-12-15T15:03:45.845Z] #41 15.14 PBCC images/ipc-desc.pb-c.c [2020-12-15T15:03:45.845Z] #41 15.17 PBCC images/ipc-sem.pb-c.c [2020-12-15T15:03:45.845Z] #41 15.21 DEP images/ipc-desc.pb-c.d [2020-12-15T15:03:45.845Z] #41 15.31 DEP images/ipc-sem.pb-c.d [2020-12-15T15:03:46.105Z] #41 15.37 PBCC images/ipc-msg.pb-c.c [2020-12-15T15:03:46.105Z] #41 15.46 DEP images/ipc-msg.pb-c.d [2020-12-15T15:03:46.105Z] #41 15.50 PBCC images/ipc-shm.pb-c.c [2020-12-15T15:03:46.105Z] #41 15.54 DEP images/ipc-shm.pb-c.d [2020-12-15T15:03:46.105Z] #41 15.60 PBCC images/ipc-var.pb-c.c [2020-12-15T15:03:46.256Z] #40 34.42 CC images/tun.o [2020-12-15T15:03:46.364Z] #41 15.64 DEP images/ipc-var.pb-c.d [2020-12-15T15:03:46.364Z] #41 15.70 PBCC images/sk-opts.pb-c.c [2020-12-15T15:03:46.364Z] #41 15.72 PBCC images/packet-sock.pb-c.c [2020-12-15T15:03:46.364Z] #41 15.82 DEP images/sk-opts.pb-c.d [2020-12-15T15:03:46.623Z] #41 15.86 DEP images/packet-sock.pb-c.d [2020-12-15T15:03:46.623Z] #41 15.92 PBCC images/sk-netlink.pb-c.c [2020-12-15T15:03:46.623Z] #41 16.06 DEP images/sk-netlink.pb-c.d [2020-12-15T15:03:46.833Z] #40 34.87 CC images/sk-netlink.o [2020-12-15T15:03:46.882Z] #41 16.16 PBCC images/sk-inet.pb-c.c [2020-12-15T15:03:46.882Z] #41 16.25 DEP images/sk-inet.pb-c.d [2020-12-15T15:03:46.882Z] #41 16.39 PBCC images/sk-unix.pb-c.c [2020-12-15T15:03:47.096Z] #40 35.20 CC images/packet-sock.o [2020-12-15T15:03:47.141Z] #41 16.50 DEP images/sk-unix.pb-c.d [2020-12-15T15:03:47.141Z] #41 16.65 PBCC images/mm.pb-c.c [2020-12-15T15:03:47.190Z] #24 ... [2020-12-15T15:03:47.190Z] [2020-12-15T15:03:47.190Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:47.190Z] #45 154.4 vendor/golang.org/x/net/http/httpguts [2020-12-15T15:03:47.190Z] #45 156.8 crypto/tls [2020-12-15T15:03:47.399Z] #41 16.70 DEP images/mm.pb-c.d [2020-12-15T15:03:47.400Z] #41 16.85 PBCC images/timerfd.pb-c.c [2020-12-15T15:03:47.400Z] #41 16.90 DEP images/timerfd.pb-c.d [2020-12-15T15:03:47.488Z] #45 ... [2020-12-15T15:03:47.488Z] [2020-12-15T15:03:47.488Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:03:47.488Z] #20 43.56 Selecting previously unselected package bzip2. [2020-12-15T15:03:47.488Z] #20 43.59 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-12-15T15:03:47.488Z] #20 43.59 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-15T15:03:47.488Z] #20 43.69 Selecting previously unselected package xz-utils. [2020-12-15T15:03:47.488Z] #20 43.70 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-12-15T15:03:47.488Z] #20 43.71 Unpacking xz-utils (5.2.4-1) ... [2020-12-15T15:03:47.488Z] #20 43.94 Selecting previously unselected package apparmor. [2020-12-15T15:03:47.488Z] #20 43.95 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-12-15T15:03:47.488Z] #20 44.05 Unpacking apparmor (2.13.2-10) ... [2020-12-15T15:03:47.488Z] #20 44.48 Selecting previously unselected package aufs-tools. [2020-12-15T15:03:47.488Z] #20 44.49 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-12-15T15:03:47.488Z] #20 44.50 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-15T15:03:47.488Z] #20 44.63 Selecting previously unselected package libonig5:ppc64el. [2020-12-15T15:03:47.488Z] #20 44.67 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-12-15T15:03:47.488Z] #20 44.69 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-12-15T15:03:47.488Z] #20 44.83 Selecting previously unselected package libjq1:ppc64el. [2020-12-15T15:03:47.488Z] #20 44.83 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-12-15T15:03:47.488Z] #20 44.85 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-12-15T15:03:47.488Z] #20 44.97 Selecting previously unselected package jq. [2020-12-15T15:03:47.488Z] #20 44.99 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-12-15T15:03:47.488Z] #20 45.00 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-15T15:03:47.488Z] #20 45.12 Selecting previously unselected package libaio1:ppc64el. [2020-12-15T15:03:47.488Z] #20 45.13 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-12-15T15:03:47.488Z] #20 45.14 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-12-15T15:03:47.488Z] #20 45.24 Selecting previously unselected package libgpm2:ppc64el. [2020-12-15T15:03:47.488Z] #20 45.24 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-12-15T15:03:47.488Z] #20 45.25 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-12-15T15:03:47.488Z] #20 45.31 Selecting previously unselected package libicu63:ppc64el. [2020-12-15T15:03:47.488Z] #20 45.31 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-12-15T15:03:47.488Z] #20 45.32 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-12-15T15:03:47.658Z] #41 17.06 PBCC images/timer.pb-c.c [2020-12-15T15:03:47.658Z] #41 17.11 DEP images/timer.pb-c.d [2020-12-15T15:03:47.658Z] #41 17.18 PBCC images/sa.pb-c.c [2020-12-15T15:03:47.673Z] #40 35.73 CC images/ipc-var.o [2020-12-15T15:03:47.917Z] #41 17.35 DEP images/sa.pb-c.d [2020-12-15T15:03:47.917Z] #41 17.46 PBCC images/pipe-data.pb-c.c [2020-12-15T15:03:47.925Z] #41 ... [2020-12-15T15:03:47.925Z] [2020-12-15T15:03:47.925Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:47.925Z] #35 1.320 + RM_GOPATH=0 [2020-12-15T15:03:47.925Z] #35 1.320 + TMP_GOPATH= [2020-12-15T15:03:47.925Z] #35 1.320 + : /build [2020-12-15T15:03:47.925Z] #35 1.320 + '[' -z '' ']' [2020-12-15T15:03:47.925Z] #35 1.320 ++ mktemp -d [2020-12-15T15:03:47.925Z] #35 1.349 + export GOPATH=/tmp/tmp.ducXVUEskm [2020-12-15T15:03:47.925Z] #35 1.349 + GOPATH=/tmp/tmp.ducXVUEskm [2020-12-15T15:03:47.925Z] #35 1.349 + RM_GOPATH=1 [2020-12-15T15:03:47.925Z] #35 1.349 + case "$(go env GOARCH)" in [2020-12-15T15:03:47.925Z] #35 1.364 ++ go env GOARCH [2020-12-15T15:03:47.925Z] #35 1.414 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:03:47.925Z] #35 1.414 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:03:47.925Z] #35 1.414 ++ dirname /tmp/install/install.sh [2020-12-15T15:03:47.925Z] #35 1.414 + dir=/tmp/install [2020-12-15T15:03:47.925Z] #35 1.414 + bin=tini [2020-12-15T15:03:47.925Z] #35 1.414 + shift [2020-12-15T15:03:47.925Z] #35 1.414 + '[' '!' -f /tmp/install/tini.installer ']' [2020-12-15T15:03:47.925Z] #35 1.414 + . /tmp/install/tini.installer [2020-12-15T15:03:47.925Z] #35 1.414 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:03:47.925Z] #35 1.414 + install_tini [2020-12-15T15:03:47.925Z] #35 1.414 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-12-15T15:03:47.925Z] #35 1.414 + git clone https://github.com/krallin/tini.git /tmp/tmp.ducXVUEskm/tini [2020-12-15T15:03:47.925Z] #35 1.414 Cloning into '/tmp/tmp.ducXVUEskm/tini'... [2020-12-15T15:03:47.925Z] #35 1.414 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:03:47.925Z] #35 2.467 + cd /tmp/tmp.ducXVUEskm/tini [2020-12-15T15:03:47.925Z] #35 2.467 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-12-15T15:03:47.925Z] #35 2.502 + cmake . [2020-12-15T15:03:47.925Z] #35 3.848 -- The C compiler identification is GNU 8.3.0 [2020-12-15T15:03:47.925Z] #35 3.930 -- Check for working C compiler: /usr/bin/cc [2020-12-15T15:03:47.925Z] #35 4.706 -- Check for working C compiler: /usr/bin/cc -- works [2020-12-15T15:03:47.925Z] #35 4.706 -- Detecting C compiler ABI info [2020-12-15T15:03:47.925Z] #35 5.662 -- Detecting C compiler ABI info - done [2020-12-15T15:03:47.925Z] #35 5.711 -- Detecting C compile features [2020-12-15T15:03:47.937Z] #40 35.97 CC images/ipc-desc.o [2020-12-15T15:03:48.176Z] #41 17.52 DEP images/pipe-data.pb-c.d [2020-12-15T15:03:48.176Z] #41 17.62 PBCC images/mnt.pb-c.c [2020-12-15T15:03:48.176Z] #41 17.73 DEP images/mnt.pb-c.d [2020-12-15T15:03:48.186Z] #35 ... [2020-12-15T15:03:48.186Z] [2020-12-15T15:03:48.186Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:48.186Z] #41 7.182 fatal: not a git repository (or any of the parent directories): .git [2020-12-15T15:03:48.186Z] #41 7.273 GEN .gitid [2020-12-15T15:03:48.186Z] #41 7.323 GEN criu/include/version.h [2020-12-15T15:03:48.200Z] #40 36.23 CC images/ipc-shm.o [2020-12-15T15:03:48.435Z] #41 17.79 PBCC images/sk-packet.pb-c.c [2020-12-15T15:03:48.435Z] #41 17.93 DEP images/sk-packet.pb-c.d [2020-12-15T15:03:48.435Z] #41 17.98 PBCC images/tcp-stream.pb-c.c [2020-12-15T15:03:48.464Z] #40 36.54 CC images/ipc-msg.o [2020-12-15T15:03:48.464Z] #40 36.74 CC images/ipc-sem.o [2020-12-15T15:03:48.694Z] #41 18.05 DEP images/tcp-stream.pb-c.d [2020-12-15T15:03:48.728Z] #40 36.95 CC images/utsns.o [2020-12-15T15:03:48.728Z] #40 ... [2020-12-15T15:03:48.728Z] [2020-12-15T15:03:48.728Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:48.728Z] #11 109.8 Selecting previously unselected package libapparmor1:arm64. [2020-12-15T15:03:48.728Z] #11 109.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-12-15T15:03:48.728Z] #11 109.9 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-12-15T15:03:48.758Z] #41 7.527 GEN include/common/asm [2020-12-15T15:03:48.953Z] #41 18.14 PBCC images/pipe.pb-c.c [2020-12-15T15:03:48.953Z] #41 18.39 DEP images/pipe.pb-c.d [2020-12-15T15:03:48.953Z] #41 18.47 PBCC images/pstree.pb-c.c [2020-12-15T15:03:48.953Z] #41 18.52 DEP images/pstree.pb-c.d [2020-12-15T15:03:48.992Z] #11 110.0 Selecting previously unselected package libapparmor-dev:arm64. [2020-12-15T15:03:48.992Z] #11 110.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-12-15T15:03:48.992Z] #11 110.0 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-12-15T15:03:49.212Z] #41 18.61 PBCC images/fs.pb-c.c [2020-12-15T15:03:49.212Z] #41 18.64 DEP images/fs.pb-c.d [2020-12-15T15:03:49.212Z] #41 18.76 PBCC images/signalfd.pb-c.c [2020-12-15T15:03:49.256Z] #11 110.1 Selecting previously unselected package libbtrfs0. [2020-12-15T15:03:49.256Z] #11 110.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-12-15T15:03:49.256Z] #11 110.1 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-15T15:03:49.256Z] #11 110.2 Selecting previously unselected package libbtrfs-dev. [2020-12-15T15:03:49.256Z] #11 110.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-12-15T15:03:49.256Z] #11 110.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:03:49.470Z] #41 18.82 DEP images/signalfd.pb-c.d [2020-12-15T15:03:49.470Z] #41 18.83 PBCC images/fh.pb-c.c [2020-12-15T15:03:49.470Z] #41 18.85 PBCC images/fsnotify.pb-c.c [2020-12-15T15:03:49.470Z] #41 18.87 DEP images/fh.pb-c.d [2020-12-15T15:03:49.470Z] #41 18.94 DEP images/fsnotify.pb-c.d [2020-12-15T15:03:49.520Z] #11 110.4 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-12-15T15:03:49.520Z] #11 110.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-12-15T15:03:49.520Z] #11 110.4 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-12-15T15:03:49.520Z] #11 110.4 Selecting previously unselected package libudev-dev:arm64. [2020-12-15T15:03:49.520Z] #11 110.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_arm64.deb ... [2020-12-15T15:03:49.589Z] #20 48.95 Selecting previously unselected package libnet1:ppc64el. [2020-12-15T15:03:49.589Z] #20 48.96 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-12-15T15:03:49.589Z] #20 48.97 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-12-15T15:03:49.589Z] #20 49.07 Selecting previously unselected package libnl-3-200:ppc64el. [2020-12-15T15:03:49.589Z] #20 49.07 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-12-15T15:03:49.589Z] #20 49.08 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-12-15T15:03:49.589Z] #20 49.16 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-12-15T15:03:49.589Z] #20 49.17 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-12-15T15:03:49.589Z] #20 49.17 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-12-15T15:03:49.589Z] #20 49.22 Selecting previously unselected package libreadline5:ppc64el. [2020-12-15T15:03:49.589Z] #20 49.22 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-12-15T15:03:49.589Z] #20 49.23 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-12-15T15:03:49.589Z] #20 49.31 Selecting previously unselected package net-tools. [2020-12-15T15:03:49.589Z] #20 49.31 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-12-15T15:03:49.589Z] #20 49.31 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-15T15:03:49.729Z] #41 19.04 PBCC images/eventpoll.pb-c.c [2020-12-15T15:03:49.783Z] #11 110.6 Unpacking libudev-dev:arm64 (241-7~deb10u5) ... [2020-12-15T15:03:49.783Z] #11 110.8 Selecting previously unselected package libsepol1-dev:arm64. [2020-12-15T15:03:49.783Z] #11 110.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-12-15T15:03:49.886Z] #20 49.53 Selecting previously unselected package python-pip-whl. [2020-12-15T15:03:49.886Z] #20 49.55 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-15T15:03:49.886Z] #20 49.56 Unpacking python-pip-whl (18.1-5) ... [2020-12-15T15:03:49.886Z] #20 ... [2020-12-15T15:03:49.886Z] [2020-12-15T15:03:49.886Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:49.886Z] #43 92.24 DEP criu/files-ext.d [2020-12-15T15:03:49.886Z] #43 92.51 DEP criu/file-lock.d [2020-12-15T15:03:49.886Z] #43 92.71 DEP criu/file-ids.d [2020-12-15T15:03:49.886Z] #43 92.90 DEP criu/fifo.d [2020-12-15T15:03:49.886Z] #43 93.06 DEP criu/fdstore.d [2020-12-15T15:03:49.886Z] #43 93.15 DEP criu/fault-injection.d [2020-12-15T15:03:49.886Z] #43 93.22 DEP criu/external.d [2020-12-15T15:03:49.886Z] #43 93.34 DEP criu/eventpoll.d [2020-12-15T15:03:49.886Z] #43 93.55 DEP criu/eventfd.d [2020-12-15T15:03:49.886Z] #43 93.69 DEP criu/crtools.d [2020-12-15T15:03:49.886Z] #43 93.98 DEP criu/cr-service.d [2020-12-15T15:03:49.886Z] #43 94.30 DEP criu/cr-restore.d [2020-12-15T15:03:49.886Z] #43 94.75 DEP criu/cr-errno.d [2020-12-15T15:03:49.886Z] #43 94.78 DEP criu/cr-dump.d [2020-12-15T15:03:49.886Z] #43 95.24 DEP criu/cr-dedup.d [2020-12-15T15:03:49.886Z] #43 95.49 DEP criu/cr-check.d [2020-12-15T15:03:49.886Z] #43 95.91 DEP criu/config.d [2020-12-15T15:03:49.886Z] #43 96.26 DEP criu/clone-noasan.d [2020-12-15T15:03:49.886Z] #43 96.46 DEP criu/cgroup.d [2020-12-15T15:03:49.886Z] #43 96.75 DEP criu/cgroup-props.d [2020-12-15T15:03:49.886Z] #43 96.90 DEP criu/bitmap.d [2020-12-15T15:03:49.886Z] #43 96.92 DEP criu/bfd.d [2020-12-15T15:03:49.886Z] #43 97.08 DEP criu/autofs.d [2020-12-15T15:03:49.886Z] #43 97.29 DEP criu/aio.d [2020-12-15T15:03:49.886Z] #43 97.52 DEP criu/action-scripts.d [2020-12-15T15:03:49.886Z] #43 98.06 CC criu/action-scripts.o [2020-12-15T15:03:49.886Z] #43 98.65 CC criu/aio.o [2020-12-15T15:03:49.886Z] #43 99.55 CC criu/autofs.o [2020-12-15T15:03:49.886Z] #43 101.8 CC criu/bfd.o [2020-12-15T15:03:49.988Z] #41 19.19 DEP images/eventpoll.pb-c.d [2020-12-15T15:03:49.988Z] #41 19.33 PBCC images/eventfd.pb-c.c [2020-12-15T15:03:49.988Z] #41 19.35 DEP images/eventfd.pb-c.d [2020-12-15T15:03:50.047Z] #11 110.8 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-12-15T15:03:50.184Z] #43 102.6 CC criu/bitmap.o [2020-12-15T15:03:50.247Z] #41 19.50 PBCC images/remap-file-path.pb-c.c [2020-12-15T15:03:50.247Z] #41 19.55 DEP images/remap-file-path.pb-c.d [2020-12-15T15:03:50.247Z] #41 19.65 PBCC images/fifo.pb-c.c [2020-12-15T15:03:50.247Z] #41 19.69 DEP images/fifo.pb-c.d [2020-12-15T15:03:50.247Z] #41 19.70 PBCC images/ghost-file.pb-c.c [2020-12-15T15:03:50.247Z] #41 19.72 DEP images/ghost-file.pb-c.d [2020-12-15T15:03:50.311Z] #11 111.1 Selecting previously unselected package libpcre16-3:arm64. [2020-12-15T15:03:50.311Z] #11 111.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-12-15T15:03:50.311Z] #11 111.2 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-12-15T15:03:50.311Z] #11 111.4 Selecting previously unselected package libpcre32-3:arm64. [2020-12-15T15:03:50.311Z] #11 111.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-12-15T15:03:50.311Z] #11 111.4 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-12-15T15:03:50.482Z] #43 102.7 CC criu/cgroup-props.o [2020-12-15T15:03:50.482Z] #43 ... [2020-12-15T15:03:50.482Z] [2020-12-15T15:03:50.482Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:03:50.482Z] #20 50.04 Selecting previously unselected package python3-lib2to3. [2020-12-15T15:03:50.482Z] #20 50.04 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-15T15:03:50.482Z] #20 50.04 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-15T15:03:50.482Z] #20 50.19 Selecting previously unselected package python3-distutils. [2020-12-15T15:03:50.482Z] #20 50.21 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-15T15:03:50.482Z] #20 50.21 Unpacking python3-distutils (3.7.3-1) ... [2020-12-15T15:03:50.505Z] #41 19.85 PBCC images/regfile.pb-c.c [2020-12-15T15:03:50.505Z] #41 19.89 DEP images/regfile.pb-c.d [2020-12-15T15:03:50.505Z] #41 19.94 PBCC images/ns.pb-c.c [2020-12-15T15:03:50.505Z] #41 19.98 DEP images/ns.pb-c.d [2020-12-15T15:03:50.574Z] #11 111.5 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-12-15T15:03:50.574Z] #11 111.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-12-15T15:03:50.574Z] #11 111.5 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-12-15T15:03:50.574Z] #11 111.6 Selecting previously unselected package libpcre3-dev:arm64. [2020-12-15T15:03:50.574Z] #11 111.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-12-15T15:03:50.574Z] #11 111.6 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-12-15T15:03:50.766Z] #41 20.03 PBCC images/fdinfo.pb-c.c [2020-12-15T15:03:50.766Z] #41 20.18 DEP images/fdinfo.pb-c.d [2020-12-15T15:03:50.766Z] #41 20.24 PBCC images/core-aarch64.pb-c.c [2020-12-15T15:03:50.781Z] #20 50.37 Selecting previously unselected package python3-pip. [2020-12-15T15:03:50.781Z] #20 50.39 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-15T15:03:50.781Z] #20 50.40 Unpacking python3-pip (18.1-5) ... [2020-12-15T15:03:51.025Z] #41 20.26 PBCC images/core-arm.pb-c.c [2020-12-15T15:03:51.025Z] #41 20.34 PBCC images/core-ppc64.pb-c.c [2020-12-15T15:03:51.025Z] #41 20.43 PBCC images/core-s390.pb-c.c [2020-12-15T15:03:51.025Z] #41 20.51 PBCC images/core-x86.pb-c.c [2020-12-15T15:03:51.079Z] #20 50.63 Selecting previously unselected package python3-pkg-resources. [2020-12-15T15:03:51.079Z] #20 50.64 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-15T15:03:51.079Z] #20 50.64 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-15T15:03:51.079Z] #20 50.80 Selecting previously unselected package python3-setuptools. [2020-12-15T15:03:51.079Z] #20 50.80 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-15T15:03:51.079Z] #20 50.81 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-15T15:03:51.159Z] #11 112.0 Selecting previously unselected package libselinux1-dev:arm64. [2020-12-15T15:03:51.159Z] #11 112.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-12-15T15:03:51.159Z] #11 112.1 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-12-15T15:03:51.284Z] #41 20.55 PBCC images/core.pb-c.c [2020-12-15T15:03:51.284Z] #41 20.63 PBCC images/inventory.pb-c.c [2020-12-15T15:03:51.284Z] #41 ... [2020-12-15T15:03:51.284Z] [2020-12-15T15:03:51.284Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:51.284Z] #49 115.8 github.com/pkg/diff [2020-12-15T15:03:51.284Z] #49 115.9 go/ast [2020-12-15T15:03:51.284Z] #49 118.0 golang.org/x/crypto/ssh/terminal [2020-12-15T15:03:51.284Z] #49 121.2 mvdan.cc/editorconfig [2020-12-15T15:03:51.284Z] #49 123.2 mvdan.cc/sh/v3/fileutil [2020-12-15T15:03:51.284Z] #49 123.3 mvdan.cc/sh/v3/syntax [2020-12-15T15:03:51.284Z] #49 ... [2020-12-15T15:03:51.284Z] [2020-12-15T15:03:51.284Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:51.284Z] #41 20.74 DEP images/core-aarch64.pb-c.d [2020-12-15T15:03:51.377Z] #20 51.04 Selecting previously unselected package python3-wheel. [2020-12-15T15:03:51.377Z] #20 51.05 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-15T15:03:51.377Z] #20 51.05 Unpacking python3-wheel (0.32.3-2) ... [2020-12-15T15:03:51.424Z] #11 112.4 Selecting previously unselected package libdevmapper-dev:arm64. [2020-12-15T15:03:51.424Z] #11 112.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-12-15T15:03:51.424Z] #11 112.4 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-12-15T15:03:51.543Z] #41 20.91 DEP images/core-arm.pb-c.d [2020-12-15T15:03:51.543Z] #41 21.03 DEP images/core-ppc64.pb-c.d [2020-12-15T15:03:51.675Z] #20 51.21 Selecting previously unselected package sudo. [2020-12-15T15:03:51.675Z] #20 51.23 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-12-15T15:03:51.675Z] #20 51.24 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-15T15:03:51.688Z] #11 112.6 Selecting previously unselected package libseccomp-dev:arm64. [2020-12-15T15:03:51.688Z] #11 112.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-12-15T15:03:51.688Z] #11 112.6 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-12-15T15:03:51.802Z] #41 21.13 DEP images/core-s390.pb-c.d [2020-12-15T15:03:51.802Z] #41 21.26 DEP images/core-x86.pb-c.d [2020-12-15T15:03:51.951Z] #11 112.8 Selecting previously unselected package libsystemd-dev:arm64. [2020-12-15T15:03:51.951Z] #11 112.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_arm64.deb ... [2020-12-15T15:03:51.951Z] #11 112.8 Unpacking libsystemd-dev:arm64 (241-7~deb10u5) ... [2020-12-15T15:03:52.059Z] #41 ... [2020-12-15T15:03:52.059Z] [2020-12-15T15:03:52.059Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:52.059Z] #49 102.3 encoding/base64 [2020-12-15T15:03:52.059Z] #49 103.7 golang.org/x/sys/unix [2020-12-15T15:03:52.059Z] #49 107.9 encoding/json [2020-12-15T15:03:52.059Z] #49 ... [2020-12-15T15:03:52.059Z] [2020-12-15T15:03:52.059Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:03:52.059Z] #11 102.5 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-12-15T15:03:52.059Z] #11 102.6 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-12-15T15:03:52.059Z] #11 102.6 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-15T15:03:52.059Z] #11 112.5 Selecting previously unselected package gcc-mingw-w64-base. [2020-12-15T15:03:52.059Z] #11 112.5 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-15T15:03:52.059Z] #11 112.5 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:03:52.060Z] #41 21.42 DEP images/core.pb-c.d [2020-12-15T15:03:52.319Z] #41 21.57 DEP images/inventory.pb-c.d [2020-12-15T15:03:52.319Z] #41 21.61 PBCC images/cpuinfo.pb-c.c [2020-12-15T15:03:52.319Z] #41 21.74 DEP images/cpuinfo.pb-c.d [2020-12-15T15:03:52.320Z] #11 ... [2020-12-15T15:03:52.320Z] [2020-12-15T15:03:52.320Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:52.320Z] #35 9.095 -- Detecting C compile features - done [2020-12-15T15:03:52.320Z] #35 9.208 -- Performing Test HAS_BUILTIN_FORTIFY [2020-12-15T15:03:52.320Z] #35 9.534 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-12-15T15:03:52.320Z] #35 9.753 -- Configuring done [2020-12-15T15:03:52.320Z] #35 9.841 -- Generating done [2020-12-15T15:03:52.320Z] #35 9.893 -- Build files have been written to: /tmp/tmp.ducXVUEskm/tini [2020-12-15T15:03:52.320Z] #35 9.926 + make tini-static [2020-12-15T15:03:52.320Z] #35 10.47 Scanning dependencies of target tini-static [2020-12-15T15:03:52.320Z] #35 10.69 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-12-15T15:03:52.334Z] #20 51.77 Selecting previously unselected package thin-provisioning-tools. [2020-12-15T15:03:52.334Z] #20 51.78 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-12-15T15:03:52.334Z] #20 51.79 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-15T15:03:52.334Z] #20 52.06 Selecting previously unselected package uidmap. [2020-12-15T15:03:52.334Z] #20 52.08 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-12-15T15:03:52.334Z] #20 52.08 Unpacking uidmap (1:4.5-1.1) ... [2020-12-15T15:03:52.334Z] #20 52.20 Selecting previously unselected package vim-runtime. [2020-12-15T15:03:52.529Z] #11 113.5 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-12-15T15:03:52.529Z] #11 113.5 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-12-15T15:03:52.529Z] #11 113.5 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-12-15T15:03:52.529Z] #11 113.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-15T15:03:52.529Z] #11 113.6 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-12-15T15:03:52.578Z] #41 21.95 PBCC images/stats.pb-c.c [2020-12-15T15:03:52.578Z] #41 21.96 DEP images/stats.pb-c.d [2020-12-15T15:03:52.630Z] #20 52.27 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:03:52.630Z] #20 52.32 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-15T15:03:52.630Z] #20 52.37 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-15T15:03:52.630Z] #20 52.37 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-15T15:03:52.792Z] #11 113.7 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-12-15T15:03:52.792Z] #11 113.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:03:52.792Z] #11 113.8 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-15T15:03:52.792Z] #11 113.8 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-12-15T15:03:52.792Z] #11 113.8 Setting up libudev-dev:arm64 (241-7~deb10u5) ... [2020-12-15T15:03:52.793Z] #11 113.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-15T15:03:52.793Z] #11 113.9 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:03:52.793Z] #11 113.9 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-12-15T15:03:52.890Z] #35 13.20 [100%] Linking C executable tini-static [2020-12-15T15:03:53.057Z] #11 113.9 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-15T15:03:53.057Z] #11 113.9 Setting up libsystemd-dev:arm64 (241-7~deb10u5) ... [2020-12-15T15:03:53.057Z] #11 113.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-15T15:03:53.057Z] #11 113.9 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-12-15T15:03:53.057Z] #11 113.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:03:53.057Z] #11 114.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-12-15T15:03:53.057Z] #11 114.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-12-15T15:03:53.057Z] #11 114.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:03:53.057Z] #11 114.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-12-15T15:03:53.057Z] #11 114.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-12-15T15:03:53.057Z] #11 114.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-15T15:03:53.057Z] #11 114.1 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-12-15T15:03:53.150Z] #35 ... [2020-12-15T15:03:53.150Z] [2020-12-15T15:03:53.150Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:53.150Z] #32 103.4 flag [2020-12-15T15:03:53.150Z] #32 103.4 github.com/BurntSushi/toml [2020-12-15T15:03:53.150Z] #32 105.9 log [2020-12-15T15:03:53.150Z] #32 110.0 github.com/BurntSushi/toml/cmd/tomlv [2020-12-15T15:03:53.150Z] #32 ... [2020-12-15T15:03:53.150Z] [2020-12-15T15:03:53.150Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:53.150Z] #41 12.12 PBCC images/timens.pb-c.c [2020-12-15T15:03:53.150Z] #41 12.18 DEP images/timens.pb-c.d [2020-12-15T15:03:53.321Z] #11 114.1 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-12-15T15:03:53.321Z] #11 114.1 Setting up dmsetup (2:1.02.155-3) ... [2020-12-15T15:03:53.321Z] #11 114.1 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-12-15T15:03:53.321Z] #11 114.1 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-12-15T15:03:53.321Z] #11 114.1 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:03:53.411Z] #41 12.25 PBCC images/fown.pb-c.c [2020-12-15T15:03:53.411Z] #41 12.33 PBCC images/google/protobuf/descriptor.pb-c.c [2020-12-15T15:03:53.411Z] #41 ... [2020-12-15T15:03:53.411Z] [2020-12-15T15:03:53.411Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:53.411Z] #43 103.8 regexp [2020-12-15T15:03:53.411Z] #43 104.9 flag [2020-12-15T15:03:53.411Z] #43 108.0 go/token [2020-12-15T15:03:53.411Z] #43 109.6 go/scanner [2020-12-15T15:03:53.411Z] #43 110.1 internal/lazyregexp [2020-12-15T15:03:53.411Z] #43 110.5 net/url [2020-12-15T15:03:53.411Z] #43 112.3 go/ast [2020-12-15T15:03:53.411Z] #43 113.0 text/template/parse [2020-12-15T15:03:53.411Z] #43 ... [2020-12-15T15:03:53.411Z] [2020-12-15T15:03:53.411Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:53.411Z] #41 12.48 PBCC images/opts.pb-c.c [2020-12-15T15:03:53.672Z] #41 12.60 PBCC images/memfd.pb-c.c [2020-12-15T15:03:53.672Z] #41 12.72 DEP images/fown.pb-c.d [2020-12-15T15:03:53.933Z] #41 12.81 DEP images/google/protobuf/descriptor.pb-c.d [2020-12-15T15:03:53.933Z] #41 12.89 DEP images/opts.pb-c.d [2020-12-15T15:03:54.194Z] #41 13.06 DEP images/memfd.pb-c.d [2020-12-15T15:03:54.194Z] #41 13.08 PBCC images/sit.pb-c.c [2020-12-15T15:03:54.194Z] #41 13.09 DEP images/sit.pb-c.d [2020-12-15T15:03:54.194Z] #41 13.25 PBCC images/macvlan.pb-c.c [2020-12-15T15:03:54.455Z] #41 13.37 DEP images/macvlan.pb-c.d [2020-12-15T15:03:54.455Z] #41 13.43 PBCC images/autofs.pb-c.c [2020-12-15T15:03:54.455Z] #41 13.45 DEP images/autofs.pb-c.d [2020-12-15T15:03:54.455Z] #41 13.49 PBCC images/sysctl.pb-c.c [2020-12-15T15:03:54.482Z] #41 ... [2020-12-15T15:03:54.482Z] [2020-12-15T15:03:54.482Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:54.482Z] #43 118.9 text/template/parse [2020-12-15T15:03:54.482Z] #43 120.3 go/parser [2020-12-15T15:03:54.482Z] #43 125.3 encoding/xml [2020-12-15T15:03:54.482Z] #43 125.4 text/template [2020-12-15T15:03:54.482Z] #43 ... [2020-12-15T15:03:54.482Z] [2020-12-15T15:03:54.482Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:54.716Z] #41 13.51 DEP images/sysctl.pb-c.d [2020-12-15T15:03:54.716Z] #41 13.56 PBCC images/time.pb-c.c [2020-12-15T15:03:54.716Z] #41 13.59 DEP images/time.pb-c.d [2020-12-15T15:03:54.716Z] #41 13.64 PBCC images/binfmt-misc.pb-c.c [2020-12-15T15:03:54.716Z] #41 13.68 DEP images/binfmt-misc.pb-c.d [2020-12-15T15:03:54.716Z] #41 13.79 PBCC images/seccomp.pb-c.c [2020-12-15T15:03:54.978Z] #41 13.80 DEP images/seccomp.pb-c.d [2020-12-15T15:03:54.978Z] #41 13.86 PBCC images/userns.pb-c.c [2020-12-15T15:03:54.978Z] #41 13.88 DEP images/userns.pb-c.d [2020-12-15T15:03:54.978Z] #41 13.95 PBCC images/cgroup.pb-c.c [2020-12-15T15:03:54.978Z] #41 13.99 DEP images/cgroup.pb-c.d [2020-12-15T15:03:54.978Z] #41 14.05 PBCC images/ext-file.pb-c.c [2020-12-15T15:03:55.239Z] #41 ... [2020-12-15T15:03:55.239Z] [2020-12-15T15:03:55.239Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:55.239Z] #35 14.37 [100%] Built target tini-static [2020-12-15T15:03:55.239Z] #35 14.58 + mkdir -p /build [2020-12-15T15:03:55.239Z] #35 14.58 + cp tini-static /build/docker-init [2020-12-15T15:03:55.239Z] #35 DONE 15.6s [2020-12-15T15:03:55.239Z] [2020-12-15T15:03:55.239Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:55.239Z] #41 14.07 DEP images/ext-file.pb-c.d [2020-12-15T15:03:55.239Z] #41 14.12 PBCC images/rpc.pb-c.c [2020-12-15T15:03:55.239Z] #41 14.22 DEP images/rpc.pb-c.d [2020-12-15T15:03:55.248Z] #11 DONE 115.9s [2020-12-15T15:03:55.248Z] [2020-12-15T15:03:55.248Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:55.500Z] #41 14.36 PBCC images/siginfo.pb-c.c [2020-12-15T15:03:55.500Z] #41 14.40 DEP images/siginfo.pb-c.d [2020-12-15T15:03:55.761Z] #41 14.54 PBCC images/pagemap.pb-c.c [2020-12-15T15:03:55.761Z] #41 14.66 DEP images/pagemap.pb-c.d [2020-12-15T15:03:55.761Z] #41 14.77 PBCC images/rlimit.pb-c.c [2020-12-15T15:03:56.022Z] #41 14.91 DEP images/rlimit.pb-c.d [2020-12-15T15:03:56.283Z] #41 ... [2020-12-15T15:03:56.283Z] [2020-12-15T15:03:56.283Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:03:56.283Z] #32 DONE 116.6s [2020-12-15T15:03:56.283Z] [2020-12-15T15:03:56.283Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:56.283Z] #41 15.12 PBCC images/file-lock.pb-c.c [2020-12-15T15:03:56.283Z] #41 15.12 DEP images/file-lock.pb-c.d [2020-12-15T15:03:56.283Z] #41 15.28 PBCC images/tty.pb-c.c [2020-12-15T15:03:56.304Z] #54 61.04 Checking out files: 29% (1079/3706) Checking out files: 30% (1112/3706) Checking out files: 31% (1149/3706) Checking out files: 32% (1186/3706) Checking out files: 33% (1223/3706) Checking out files: 34% (1261/3706) Checking out files: 35% (1298/3706) Checking out files: 36% (1335/3706) Checking out files: 37% (1372/3706) Checking out files: 38% (1409/3706) Checking out files: 39% (1446/3706) Checking out files: 40% (1483/3706) Checking out files: 41% (1520/3706) Checking out files: 42% (1557/3706) Checking out files: 43% (1594/3706) Checking out files: 44% (1631/3706) Checking out files: 45% (1668/3706) Checking out files: 46% (1705/3706) Checking out files: 47% (1742/3706) Checking out files: 48% (1779/3706) Checking out files: 49% (1816/3706) Checking out files: 50% (1853/3706) Checking out files: 51% (1891/3706) Checking out files: 52% (1928/3706) Checking out files: 53% (1965/3706) Checking out files: 54% (2002/3706) Checking out files: 55% (2039/3706) Checking out files: 56% (2076/3706) Checking out files: 57% (2113/3706) Checking out files: 58% (2150/3706) Checking out files: 59% (2187/3706) Checking out files: 59% (2202/3706) Checking out files: 60% (2224/3706) Checking out files: 61% (2261/3706) Checking out files: 62% (2298/3706) Checking out files: 63% (2335/3706) Checking out files: 64% (2372/3706) Checking out files: 65% (2409/3706) Checking out files: 66% (2446/3706) Checking out files: 67% (2484/3706) Checking out files: 68% (2521/3706) Checking out files: 69% (2558/3706) Checking out files: 70% (2595/3706) Checking out files: 71% (2632/3706) Checking out files: 72% (2669/3706) Checking out files: 73% (2706/3706) Checking out files: 74% (2743/3706) Checking out files: 75% (2780/3706) Checking out files: 76% (2817/3706) Checking out files: 77% (2854/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 92% (3410/3706) Checking out files: 92% (3411/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-15T15:03:56.545Z] #41 15.38 DEP images/tty.pb-c.d [2020-12-15T15:03:56.545Z] #41 15.45 PBCC images/tun.pb-c.c [2020-12-15T15:03:56.545Z] #41 15.52 PBCC images/netdev.pb-c.c [2020-12-15T15:03:56.545Z] #41 15.65 DEP images/tun.pb-c.d [2020-12-15T15:03:56.563Z] #54 63.67 + cd /tmp/tmp.X78xMcBuan/src/github.com/containerd/containerd [2020-12-15T15:03:56.563Z] #54 63.67 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:03:56.806Z] #41 15.75 DEP images/netdev.pb-c.d [2020-12-15T15:03:57.067Z] #41 15.87 PBCC images/vma.pb-c.c [2020-12-15T15:03:57.067Z] #41 15.97 DEP images/vma.pb-c.d [2020-12-15T15:03:57.067Z] #41 16.09 PBCC images/creds.pb-c.c [2020-12-15T15:03:57.175Z] #50 1.899 + RM_GOPATH=0 [2020-12-15T15:03:57.175Z] #50 1.899 + TMP_GOPATH= [2020-12-15T15:03:57.175Z] #50 1.899 + : /build [2020-12-15T15:03:57.175Z] #50 1.899 + '[' -z '' ']' [2020-12-15T15:03:57.175Z] #50 1.900 ++ mktemp -d [2020-12-15T15:03:57.175Z] #50 1.907 + export GOPATH=/tmp/tmp.aURL1JnnX1 [2020-12-15T15:03:57.175Z] #50 1.907 + GOPATH=/tmp/tmp.aURL1JnnX1 [2020-12-15T15:03:57.175Z] #50 1.907 + RM_GOPATH=1 [2020-12-15T15:03:57.175Z] #50 1.907 + case "$(go env GOARCH)" in [2020-12-15T15:03:57.175Z] #50 1.908 ++ go env GOARCH [2020-12-15T15:03:57.175Z] #50 1.916 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:03:57.175Z] #50 1.916 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:03:57.175Z] #50 1.916 ++ dirname /tmp/install/install.sh [2020-12-15T15:03:57.175Z] #50 1.918 + dir=/tmp/install [2020-12-15T15:03:57.175Z] #50 1.918 + bin=runc [2020-12-15T15:03:57.175Z] #50 1.918 + shift [2020-12-15T15:03:57.175Z] #50 1.918 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-15T15:03:57.175Z] #50 1.918 + . /tmp/install/runc.installer [2020-12-15T15:03:57.175Z] #50 1.918 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-15T15:03:57.175Z] #50 1.922 + install_runc [2020-12-15T15:03:57.175Z] #50 1.932 + uname -r [2020-12-15T15:03:57.175Z] #50 1.935 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-15T15:03:57.175Z] #50 1.939 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-15T15:03:57.175Z] #50 1.939 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-15T15:03:57.175Z] #50 1.939 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-15T15:03:57.175Z] #50 1.940 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.aURL1JnnX1/src/github.com/opencontainers/runc [2020-12-15T15:03:57.175Z] #50 1.942 Cloning into '/tmp/tmp.aURL1JnnX1/src/github.com/opencontainers/runc'... [2020-12-15T15:03:57.328Z] #41 16.15 DEP images/creds.pb-c.d [2020-12-15T15:03:57.328Z] #41 16.24 PBCC images/utsns.pb-c.c [2020-12-15T15:03:57.328Z] #41 16.30 DEP images/utsns.pb-c.d [2020-12-15T15:03:57.435Z] #20 56.93 Selecting previously unselected package vim. [2020-12-15T15:03:57.435Z] #20 56.95 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-12-15T15:03:57.435Z] #20 56.99 Unpacking vim (2:8.1.0875-5) ... [2020-12-15T15:03:57.435Z] #20 ... [2020-12-15T15:03:57.435Z] [2020-12-15T15:03:57.435Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:03:57.435Z] #45 164.7 net/http/httptrace [2020-12-15T15:03:57.435Z] #45 165.0 net/http [2020-12-15T15:03:57.589Z] #41 16.41 PBCC images/ipc-desc.pb-c.c [2020-12-15T15:03:57.589Z] #41 16.50 PBCC images/ipc-sem.pb-c.c [2020-12-15T15:03:57.589Z] #41 16.56 DEP images/ipc-desc.pb-c.d [2020-12-15T15:03:57.732Z] #45 ... [2020-12-15T15:03:57.732Z] [2020-12-15T15:03:57.732Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:57.732Z] #43 104.0 CC criu/cgroup.o [2020-12-15T15:03:57.732Z] #43 109.7 CC criu/clone-noasan.o [2020-12-15T15:03:57.732Z] #43 110.1 CC criu/config.o [2020-12-15T15:03:57.732Z] #43 ... [2020-12-15T15:03:57.732Z] [2020-12-15T15:03:57.732Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:03:57.732Z] #24 164.9 + mkdir -p /tmp/tmp.xW290RC7za/src/github.com/docker [2020-12-15T15:03:57.732Z] #24 164.9 + mv components/cli /tmp/tmp.xW290RC7za/src/github.com/docker/cli [2020-12-15T15:03:57.732Z] #24 165.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-12-15T15:03:57.850Z] #41 16.78 DEP images/ipc-sem.pb-c.d [2020-12-15T15:03:57.850Z] #41 16.87 PBCC images/ipc-msg.pb-c.c [2020-12-15T15:03:58.029Z] #24 ... [2020-12-15T15:03:58.029Z] [2020-12-15T15:03:58.029Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:03:58.029Z] #20 57.71 Selecting previously unselected package xfsprogs. [2020-12-15T15:03:58.029Z] #20 57.73 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-12-15T15:03:58.029Z] #20 57.74 Unpacking xfsprogs (4.20.0-1) ... [2020-12-15T15:03:58.085Z] #54 64.90 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-15T15:03:58.085Z] #54 64.91 + BUILDTAGS='netgo osusergo static_build' [2020-12-15T15:03:58.085Z] #54 64.91 + export EXTRA_FLAGS=-buildmode=pie [2020-12-15T15:03:58.085Z] #54 64.91 + EXTRA_FLAGS=-buildmode=pie [2020-12-15T15:03:58.085Z] #54 64.91 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-15T15:03:58.085Z] #54 64.91 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-15T15:03:58.085Z] #54 64.91 + '[' '' = dynamic ']' [2020-12-15T15:03:58.085Z] #54 64.91 + make [2020-12-15T15:03:58.111Z] #41 16.97 DEP images/ipc-msg.pb-c.d [2020-12-15T15:03:58.111Z] #41 17.11 PBCC images/ipc-shm.pb-c.c [2020-12-15T15:03:58.111Z] #41 17.18 DEP images/ipc-shm.pb-c.d [2020-12-15T15:03:58.372Z] #41 17.26 PBCC images/ipc-var.pb-c.c [2020-12-15T15:03:58.372Z] #41 17.31 DEP images/ipc-var.pb-c.d [2020-12-15T15:03:58.372Z] #41 17.39 PBCC images/sk-opts.pb-c.c [2020-12-15T15:03:58.632Z] #41 17.47 PBCC images/packet-sock.pb-c.c [2020-12-15T15:03:58.632Z] #41 17.61 DEP images/sk-opts.pb-c.d [2020-12-15T15:03:58.632Z] #41 17.66 DEP images/packet-sock.pb-c.d [2020-12-15T15:03:58.632Z] #41 17.72 PBCC images/sk-netlink.pb-c.c [2020-12-15T15:03:58.675Z] #20 58.35 Selecting previously unselected package zip. [2020-12-15T15:03:58.676Z] #20 58.36 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-12-15T15:03:58.676Z] #20 58.36 Unpacking zip (3.0-11+b1) ... [2020-12-15T15:03:58.684Z] ok github.com/docker/docker/cmd/dockerd 0.099s coverage: 29.2% of statements [2020-12-15T15:03:58.684Z] ok github.com/docker/docker/container 0.113s coverage: 34.7% of statements [2020-12-15T15:03:58.684Z] ? github.com/docker/docker/container/stream [no test files] [2020-12-15T15:03:58.684Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-12-15T15:03:58.684Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-12-15T15:03:58.684Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-12-15T15:03:58.893Z] #41 17.84 DEP images/sk-netlink.pb-c.d [2020-12-15T15:03:58.893Z] #41 17.93 PBCC images/sk-inet.pb-c.c [2020-12-15T15:03:58.973Z] #20 58.57 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-15T15:03:58.973Z] #20 58.58 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-15T15:03:58.973Z] #20 58.58 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-12-15T15:03:58.973Z] #20 58.60 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-12-15T15:03:58.973Z] #20 58.60 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-12-15T15:03:58.973Z] #20 58.62 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-12-15T15:03:58.973Z] #20 58.63 Setting up uidmap (1:4.5-1.1) ... [2020-12-15T15:03:58.973Z] #20 58.64 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-12-15T15:03:58.973Z] #20 58.65 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-12-15T15:03:58.973Z] #20 58.66 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-15T15:03:58.973Z] #20 58.68 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-12-15T15:03:58.973Z] #20 58.68 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-12-15T15:03:58.973Z] #20 58.69 Setting up xxd (2:8.1.0875-5) ... [2020-12-15T15:03:58.973Z] #20 58.69 Setting up zip (3.0-11+b1) ... [2020-12-15T15:03:58.973Z] #20 58.70 Setting up vim-common (2:8.1.0875-5) ... [2020-12-15T15:03:58.973Z] #20 58.75 Setting up bash-completion (1:2.8-6) ... [2020-12-15T15:03:59.045Z] #54 66.34 + bin/ctr [2020-12-15T15:03:59.103Z] #50 ... [2020-12-15T15:03:59.103Z] [2020-12-15T15:03:59.103Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:59.103Z] #40 37.12 CC images/creds.o [2020-12-15T15:03:59.103Z] #40 37.44 CC images/vma.o [2020-12-15T15:03:59.103Z] #40 37.67 CC images/netdev.o [2020-12-15T15:03:59.103Z] #40 37.99 CC images/tty.o [2020-12-15T15:03:59.103Z] #40 38.81 CC images/file-lock.o [2020-12-15T15:03:59.103Z] #40 39.02 CC images/rlimit.o [2020-12-15T15:03:59.103Z] #40 39.21 CC images/pagemap.o [2020-12-15T15:03:59.103Z] #40 39.55 CC images/siginfo.o [2020-12-15T15:03:59.103Z] #40 39.78 CC images/rpc.o [2020-12-15T15:03:59.103Z] #40 40.89 CC images/ext-file.o [2020-12-15T15:03:59.103Z] #40 41.21 CC images/cgroup.o [2020-12-15T15:03:59.103Z] #40 41.96 CC images/userns.o [2020-12-15T15:03:59.103Z] #40 42.21 CC images/google/protobuf/descriptor.o [2020-12-15T15:03:59.103Z] #40 43.61 CC images/opts.o [2020-12-15T15:03:59.103Z] #40 43.85 CC images/seccomp.o [2020-12-15T15:03:59.103Z] #40 44.11 CC images/binfmt-misc.o [2020-12-15T15:03:59.103Z] #40 44.32 CC images/time.o [2020-12-15T15:03:59.103Z] #40 44.69 CC images/sysctl.o [2020-12-15T15:03:59.103Z] #40 44.86 CC images/autofs.o [2020-12-15T15:03:59.103Z] #40 45.00 CC images/macvlan.o [2020-12-15T15:03:59.103Z] #40 45.28 CC images/sit.o [2020-12-15T15:03:59.103Z] #40 45.62 CC images/memfd.o [2020-12-15T15:03:59.103Z] #40 45.96 CC images/timens.o [2020-12-15T15:03:59.103Z] #40 46.35 LINK images/built-in.o [2020-12-15T15:03:59.103Z] #40 46.63 GEN compel/include/asm [2020-12-15T15:03:59.103Z] #40 46.70 GEN compel/include/version.h [2020-12-15T15:03:59.103Z] #40 46.74 touch .config [2020-12-15T15:03:59.103Z] #40 46.82 GEN include/common/config.h [2020-12-15T15:03:59.103Z] #40 46.97 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-15T15:03:59.103Z] #40 46.99 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-12-15T15:03:59.103Z] #40 47.05 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-12-15T15:03:59.103Z] #40 47.06 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-12-15T15:03:59.103Z] #40 47.08 DEP compel/plugins/std/infect.d [2020-12-15T15:03:59.103Z] #40 47.28 DEP compel/plugins/std/string.d [2020-12-15T15:03:59.153Z] #41 18.04 DEP images/sk-inet.pb-c.d [2020-12-15T15:03:59.153Z] #41 18.16 PBCC images/sk-unix.pb-c.c [2020-12-15T15:03:59.153Z] #41 18.24 DEP images/sk-unix.pb-c.d [2020-12-15T15:03:59.366Z] #40 47.38 DEP compel/plugins/std/log.d [2020-12-15T15:03:59.366Z] #40 ... [2020-12-15T15:03:59.366Z] [2020-12-15T15:03:59.366Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-15T15:03:59.366Z] #12 DONE 4.4s [2020-12-15T15:03:59.366Z] [2020-12-15T15:03:59.366Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:03:59.366Z] #40 47.46 DEP compel/plugins/std/fds.d [2020-12-15T15:03:59.366Z] #40 ... [2020-12-15T15:03:59.366Z] [2020-12-15T15:03:59.366Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-15T15:03:59.414Z] #41 18.45 PBCC images/mm.pb-c.c [2020-12-15T15:03:59.675Z] #41 18.57 DEP images/mm.pb-c.d [2020-12-15T15:03:59.675Z] #41 18.70 PBCC images/timerfd.pb-c.c [2020-12-15T15:03:59.675Z] #41 18.80 DEP images/timerfd.pb-c.d [2020-12-15T15:03:59.936Z] #41 18.86 PBCC images/timer.pb-c.c [2020-12-15T15:03:59.936Z] #41 18.92 DEP images/timer.pb-c.d [2020-12-15T15:03:59.936Z] #41 19.02 PBCC images/sa.pb-c.c [2020-12-15T15:04:00.196Z] #41 19.05 DEP images/sa.pb-c.d [2020-12-15T15:04:00.196Z] #41 19.18 PBCC images/pipe-data.pb-c.c [2020-12-15T15:04:00.196Z] #41 19.21 DEP images/pipe-data.pb-c.d [2020-12-15T15:04:00.196Z] #41 19.23 PBCC images/mnt.pb-c.c [2020-12-15T15:04:00.196Z] #41 19.28 DEP images/mnt.pb-c.d [2020-12-15T15:04:00.457Z] #41 19.35 PBCC images/sk-packet.pb-c.c [2020-12-15T15:04:00.457Z] #41 19.39 DEP images/sk-packet.pb-c.d [2020-12-15T15:04:00.457Z] #41 19.47 PBCC images/tcp-stream.pb-c.c [2020-12-15T15:04:00.717Z] #41 19.60 DEP images/tcp-stream.pb-c.d [2020-12-15T15:04:00.717Z] #41 19.70 PBCC images/pipe.pb-c.c [2020-12-15T15:04:00.717Z] #41 19.76 DEP images/pipe.pb-c.d [2020-12-15T15:04:00.977Z] #41 19.88 PBCC images/pstree.pb-c.c [2020-12-15T15:04:00.977Z] #41 19.93 DEP images/pstree.pb-c.d [2020-12-15T15:04:00.977Z] #41 20.03 PBCC images/fs.pb-c.c [2020-12-15T15:04:01.241Z] #41 20.14 DEP images/fs.pb-c.d [2020-12-15T15:04:01.241Z] #41 20.20 PBCC images/signalfd.pb-c.c [2020-12-15T15:04:01.294Z] #13 ... [2020-12-15T15:04:01.294Z] [2020-12-15T15:04:01.294Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:04:01.294Z] #29 DONE 122.1s [2020-12-15T15:04:01.294Z] [2020-12-15T15:04:01.294Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:01.294Z] #42 112.5 github.com/LK4D4/vndr/godl [2020-12-15T15:04:01.294Z] #42 113.3 github.com/LK4D4/vndr [2020-12-15T15:04:01.294Z] #42 DONE 122.3s [2020-12-15T15:04:01.501Z] #41 20.30 DEP images/signalfd.pb-c.d [2020-12-15T15:04:01.501Z] #41 20.42 PBCC images/fh.pb-c.c [2020-12-15T15:04:01.501Z] #41 20.51 PBCC images/fsnotify.pb-c.c [2020-12-15T15:04:01.558Z] [2020-12-15T15:04:01.558Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-15T15:04:01.558Z] #13 DONE 2.1s [2020-12-15T15:04:01.558Z] [2020-12-15T15:04:01.558Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:01.558Z] #40 47.70 DEP compel/plugins/std/std.d [2020-12-15T15:04:01.558Z] #40 47.91 DEP compel/plugins/shmem/shmem.d [2020-12-15T15:04:01.558Z] #40 48.02 DEP compel/plugins/fds/fds.d [2020-12-15T15:04:01.558Z] #40 48.18 CC compel/plugins/std/std.o [2020-12-15T15:04:01.558Z] #40 48.66 CC compel/plugins/std/fds.o [2020-12-15T15:04:01.558Z] #40 49.17 CC compel/plugins/std/log.o [2020-12-15T15:04:01.762Z] #41 20.57 DEP images/fh.pb-c.d [2020-12-15T15:04:01.762Z] #41 20.62 DEP images/fsnotify.pb-c.d [2020-12-15T15:04:01.762Z] #41 20.76 PBCC images/eventpoll.pb-c.c [2020-12-15T15:04:01.762Z] #41 20.80 DEP images/eventpoll.pb-c.d [2020-12-15T15:04:02.022Z] #41 20.90 PBCC images/eventfd.pb-c.c [2020-12-15T15:04:02.022Z] #41 20.95 DEP images/eventfd.pb-c.d [2020-12-15T15:04:02.134Z] #40 50.30 CC compel/plugins/std/string.o [2020-12-15T15:04:02.206Z] ok github.com/docker/docker/daemon/cluster 0.063s coverage: 0.5% of statements [2020-12-15T15:04:02.282Z] #41 21.19 PBCC images/remap-file-path.pb-c.c [2020-12-15T15:04:02.282Z] #41 21.21 DEP images/remap-file-path.pb-c.d [2020-12-15T15:04:02.282Z] #41 21.29 PBCC images/fifo.pb-c.c [2020-12-15T15:04:02.282Z] #41 21.34 DEP images/fifo.pb-c.d [2020-12-15T15:04:02.282Z] #41 21.37 PBCC images/ghost-file.pb-c.c [2020-12-15T15:04:02.282Z] #41 21.41 DEP images/ghost-file.pb-c.d [2020-12-15T15:04:02.282Z] #41 ... [2020-12-15T15:04:02.282Z] [2020-12-15T15:04:02.282Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:04:02.282Z] #11 112.8 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-12-15T15:04:02.282Z] #11 112.8 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-15T15:04:02.282Z] #11 112.8 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:04:02.543Z] #11 ... [2020-12-15T15:04:02.543Z] [2020-12-15T15:04:02.543Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:02.543Z] #41 21.47 PBCC images/regfile.pb-c.c [2020-12-15T15:04:02.543Z] #41 21.53 DEP images/regfile.pb-c.d [2020-12-15T15:04:02.543Z] #41 21.57 PBCC images/ns.pb-c.c [2020-12-15T15:04:02.543Z] #41 21.60 DEP images/ns.pb-c.d [2020-12-15T15:04:02.543Z] #41 21.66 PBCC images/fdinfo.pb-c.c [2020-12-15T15:04:02.804Z] #41 21.77 DEP images/fdinfo.pb-c.d [2020-12-15T15:04:02.804Z] #41 21.86 PBCC images/core-aarch64.pb-c.c [2020-12-15T15:04:03.064Z] #41 21.92 PBCC images/core-arm.pb-c.c [2020-12-15T15:04:03.064Z] #41 21.98 PBCC images/core-ppc64.pb-c.c [2020-12-15T15:04:03.064Z] #41 22.08 PBCC images/core-s390.pb-c.c [2020-12-15T15:04:03.064Z] #41 22.16 PBCC images/core-x86.pb-c.c [2020-12-15T15:04:03.084Z] #40 51.09 CC compel/plugins/std/infect.o [2020-12-15T15:04:03.324Z] #41 22.22 PBCC images/core.pb-c.c [2020-12-15T15:04:03.325Z] #41 22.29 PBCC images/inventory.pb-c.c [2020-12-15T15:04:03.325Z] #41 22.41 DEP images/core-aarch64.pb-c.d [2020-12-15T15:04:03.480Z] #20 63.14 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-12-15T15:04:03.480Z] #20 63.14 Setting up xz-utils (5.2.4-1) ... [2020-12-15T15:04:03.480Z] #20 63.15 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-15T15:04:03.480Z] #20 63.17 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-15T15:04:03.480Z] #20 63.25 invoke-rc.d: could not determine current runlevel [2020-12-15T15:04:03.585Z] #41 22.51 DEP images/core-arm.pb-c.d [2020-12-15T15:04:03.585Z] #41 22.66 DEP images/core-ppc64.pb-c.d [2020-12-15T15:04:03.660Z] #40 51.54 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-12-15T15:04:03.660Z] #40 51.60 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-12-15T15:04:03.660Z] #40 51.67 AR compel/plugins/std.lib.a [2020-12-15T15:04:03.660Z] #40 51.78 CC compel/plugins/fds/fds.o [2020-12-15T15:04:03.715Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-12-15T15:04:03.778Z] #20 63.27 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-15T15:04:03.778Z] #20 63.28 Setting up pigz (2.4-1) ... [2020-12-15T15:04:03.778Z] #20 63.28 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-12-15T15:04:03.778Z] #20 63.28 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-12-15T15:04:03.778Z] #20 63.29 Setting up python-pip-whl (18.1-5) ... [2020-12-15T15:04:03.778Z] #20 63.30 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-12-15T15:04:03.778Z] #20 63.31 Setting up vim-runtime (2:8.1.0875-5) ... [2020-12-15T15:04:03.846Z] #41 22.79 DEP images/core-s390.pb-c.d [2020-12-15T15:04:03.846Z] #41 22.83 DEP images/core-x86.pb-c.d [2020-12-15T15:04:03.846Z] #41 22.89 DEP images/core.pb-c.d [2020-12-15T15:04:03.846Z] #41 22.97 DEP images/inventory.pb-c.d [2020-12-15T15:04:03.932Z] #40 51.99 AR compel/plugins/fds.lib.a [2020-12-15T15:04:04.106Z] #41 23.05 PBCC images/cpuinfo.pb-c.c [2020-12-15T15:04:04.107Z] #41 23.12 DEP images/cpuinfo.pb-c.d [2020-12-15T15:04:04.107Z] #41 23.25 PBCC images/stats.pb-c.c [2020-12-15T15:04:04.208Z] #40 52.12 HOSTDEP compel/src/lib/log-host.d [2020-12-15T15:04:04.208Z] #40 52.28 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-15T15:04:04.208Z] #40 52.38 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-12-15T15:04:04.367Z] #41 23.28 DEP images/stats.pb-c.d [2020-12-15T15:04:04.425Z] #20 64.06 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-12-15T15:04:04.425Z] #20 64.07 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-12-15T15:04:04.425Z] #20 64.07 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-12-15T15:04:04.425Z] #20 64.08 Setting up vim (2:8.1.0875-5) ... [2020-12-15T15:04:04.425Z] #20 64.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-15T15:04:04.425Z] #20 64.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-15T15:04:04.425Z] #20 64.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-15T15:04:04.425Z] #20 64.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-15T15:04:04.425Z] #20 64.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-15T15:04:04.425Z] #20 64.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-15T15:04:04.425Z] #20 64.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-15T15:04:04.425Z] #20 64.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-15T15:04:04.425Z] #20 64.20 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-12-15T15:04:04.425Z] #20 64.21 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-15T15:04:04.425Z] #20 64.22 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-12-15T15:04:04.425Z] #20 64.23 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-15T15:04:04.425Z] #20 64.23 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-12-15T15:04:04.425Z] #20 64.24 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-15T15:04:04.473Z] #40 52.52 HOSTDEP compel/src/main-host.d [2020-12-15T15:04:04.737Z] #40 ... [2020-12-15T15:04:04.737Z] [2020-12-15T15:04:04.737Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-15T15:04:04.737Z] #14 2.539 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-15T15:04:04.737Z] #14 DONE 3.2s [2020-12-15T15:04:04.737Z] [2020-12-15T15:04:04.737Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:04.737Z] #50 8.379 + cd /tmp/tmp.aURL1JnnX1/src/github.com/opencontainers/runc [2020-12-15T15:04:04.737Z] #50 8.379 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-15T15:04:04.737Z] #50 8.891 + '[' -z '' ']' [2020-12-15T15:04:04.737Z] #50 8.891 + target=static [2020-12-15T15:04:04.737Z] #50 8.891 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-15T15:04:04.737Z] #50 9.304 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-15T15:04:04.750Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2020-12-15T15:04:07.173Z] #54 ... [2020-12-15T15:04:07.173Z] [2020-12-15T15:04:07.173Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:07.173Z] #41 25.31 make[1]: Nothing to be done for 'all'. [2020-12-15T15:04:07.173Z] #41 29.11 CC images/stats.o [2020-12-15T15:04:07.173Z] #41 29.77 CC images/core.o [2020-12-15T15:04:07.173Z] #41 30.91 CC images/core-x86.o [2020-12-15T15:04:07.173Z] #41 31.86 CC images/core-arm.o [2020-12-15T15:04:07.173Z] #41 32.58 CC images/core-aarch64.o [2020-12-15T15:04:07.173Z] #41 33.43 CC images/core-ppc64.o [2020-12-15T15:04:07.173Z] #41 34.36 CC images/core-s390.o [2020-12-15T15:04:07.173Z] #41 35.48 CC images/cpuinfo.o [2020-12-15T15:04:07.173Z] #41 ... [2020-12-15T15:04:07.174Z] [2020-12-15T15:04:07.174Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:07.174Z] #43 133.1 go/doc [2020-12-15T15:04:07.174Z] #43 134.9 github.com/LK4D4/vndr/versioned [2020-12-15T15:04:07.174Z] #43 135.0 compress/flate [2020-12-15T15:04:07.174Z] #43 137.7 github.com/LK4D4/vndr/build [2020-12-15T15:04:07.174Z] #43 139.4 hash/crc32 [2020-12-15T15:04:07.174Z] #43 140.3 compress/gzip [2020-12-15T15:04:07.174Z] #43 141.3 net [2020-12-15T15:04:07.174Z] #43 ... [2020-12-15T15:04:07.174Z] [2020-12-15T15:04:07.174Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:07.174Z] #41 36.36 CC images/inventory.o [2020-12-15T15:04:07.297Z] #50 ... [2020-12-15T15:04:07.297Z] [2020-12-15T15:04:07.297Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-15T15:04:07.297Z] #15 DONE 2.2s [2020-12-15T15:04:07.297Z] [2020-12-15T15:04:07.297Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:04:07.432Z] #41 ... [2020-12-15T15:04:07.432Z] [2020-12-15T15:04:07.432Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:04:07.432Z] #49 132.6 mvdan.cc/sh/v3/cmd/shfmt [2020-12-15T15:04:07.432Z] #49 DONE 142.1s [2020-12-15T15:04:07.432Z] [2020-12-15T15:04:07.432Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:07.432Z] #41 36.87 CC images/fdinfo.o [2020-12-15T15:04:07.668Z] #41 ... [2020-12-15T15:04:07.668Z] [2020-12-15T15:04:07.668Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:04:07.668Z] #49 117.8 github.com/pkg/diff [2020-12-15T15:04:07.668Z] #49 118.6 go/ast [2020-12-15T15:04:07.668Z] #49 120.2 golang.org/x/crypto/ssh/terminal [2020-12-15T15:04:07.668Z] #49 122.3 mvdan.cc/editorconfig [2020-12-15T15:04:07.668Z] #49 123.5 mvdan.cc/sh/v3/fileutil [2020-12-15T15:04:07.668Z] #49 123.8 mvdan.cc/sh/v3/syntax [2020-12-15T15:04:07.668Z] #49 ... [2020-12-15T15:04:07.668Z] [2020-12-15T15:04:07.668Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:07.668Z] #41 26.80 make[1]: Nothing to be done for 'all'. [2020-12-15T15:04:07.997Z] #41 37.49 CC images/fown.o [2020-12-15T15:04:08.564Z] #41 37.86 CC images/ns.o [2020-12-15T15:04:08.825Z] #41 38.23 CC images/regfile.o [2020-12-15T15:04:08.884Z] #21 127.8 Checking out files: 22% (2473/11127) Checking out files: 23% (2560/11127) Checking out files: 24% (2671/11127) Checking out files: 25% (2782/11127) Checking out files: 26% (2894/11127) Checking out files: 27% (3005/11127) Checking out files: 28% (3116/11127) Checking out files: 29% (3227/11127) Checking out files: 30% (3339/11127) Checking out files: 31% (3450/11127) Checking out files: 32% (3561/11127) Checking out files: 33% (3672/11127) Checking out files: 33% (3697/11127) Checking out files: 34% (3784/11127) Checking out files: 35% (3895/11127) Checking out files: 36% (4006/11127) Checking out files: 37% (4117/11127) Checking out files: 38% (4229/11127) Checking out files: 39% (4340/11127) Checking out files: 40% (4451/11127) Checking out files: 41% (4563/11127) Checking out files: 42% (4674/11127) Checking out files: 43% (4785/11127) Checking out files: 44% (4896/11127) Checking out files: 45% (5008/11127) Checking out files: 46% (5119/11127) Checking out files: 47% (5230/11127) Checking out files: 48% (5341/11127) Checking out files: 49% (5453/11127) Checking out files: 50% (5564/11127) Checking out files: 51% (5675/11127) Checking out files: 52% (5787/11127) Checking out files: 53% (5898/11127) Checking out files: 54% (6009/11127) Checking out files: 55% (6120/11127) Checking out files: 56% (6232/11127) Checking out files: 57% (6343/11127) Checking out files: 58% (6454/11127) Checking out files: 59% (6565/11127) Checking out files: 60% (6677/11127) Checking out files: 61% (6788/11127) [2020-12-15T15:04:08.884Z] #21 ... [2020-12-15T15:04:08.884Z] [2020-12-15T15:04:08.884Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-15T15:04:08.884Z] #16 DONE 2.0s [2020-12-15T15:04:08.884Z] [2020-12-15T15:04:08.884Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:04:08.982Z] #20 68.45 Setting up iptables (1.8.2-4) ... [2020-12-15T15:04:08.982Z] #20 68.46 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-15T15:04:08.982Z] #20 68.49 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-15T15:04:08.982Z] #20 68.50 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-15T15:04:08.982Z] #20 68.51 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-15T15:04:08.982Z] #20 68.53 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-15T15:04:08.982Z] #20 68.53 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-15T15:04:08.982Z] #20 68.54 Setting up python3 (3.7.3-1) ... [2020-12-15T15:04:09.393Z] #41 38.61 CC images/ghost-file.o [2020-12-15T15:04:09.581Z] #41 ... [2020-12-15T15:04:09.581Z] [2020-12-15T15:04:09.581Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:09.581Z] #43 119.7 text/template [2020-12-15T15:04:09.581Z] #43 121.1 go/parser [2020-12-15T15:04:09.581Z] #43 127.1 encoding/xml [2020-12-15T15:04:09.581Z] #43 127.1 go/doc [2020-12-15T15:04:09.581Z] #43 ... [2020-12-15T15:04:09.581Z] [2020-12-15T15:04:09.581Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:04:09.627Z] #20 69.21 Setting up python3-wheel (0.32.3-2) ... [2020-12-15T15:04:09.652Z] #41 39.19 CC images/fifo.o [2020-12-15T15:04:10.219Z] #41 39.57 CC images/remap-file-path.o [2020-12-15T15:04:10.478Z] #41 39.81 CC images/eventfd.o [2020-12-15T15:04:10.683Z] #20 70.34 Setting up apparmor (2.13.2-10) ... [2020-12-15T15:04:10.683Z] #20 ... [2020-12-15T15:04:10.683Z] [2020-12-15T15:04:10.683Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:10.683Z] #43 113.0 CC criu/cr-check.o [2020-12-15T15:04:10.683Z] #43 115.7 CC criu/cr-dedup.o [2020-12-15T15:04:10.683Z] #43 116.3 CC criu/cr-dump.o [2020-12-15T15:04:10.683Z] #43 120.0 CC criu/cr-errno.o [2020-12-15T15:04:10.683Z] #43 120.2 CC criu/cr-restore.o [2020-12-15T15:04:10.683Z] #43 ... [2020-12-15T15:04:10.683Z] [2020-12-15T15:04:10.683Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:10.683Z] #45 177.8 github.com/LK4D4/vndr/godl [2020-12-15T15:04:10.683Z] #45 178.6 github.com/LK4D4/vndr [2020-12-15T15:04:10.738Z] #41 40.16 CC images/eventpoll.o [2020-12-15T15:04:10.739Z] #21 127.8 Checking out files: 22% (2473/11127) Checking out files: 23% (2560/11127) Checking out files: 24% (2671/11127) Checking out files: 25% (2782/11127) Checking out files: 26% (2894/11127) Checking out files: 27% (3005/11127) Checking out files: 28% (3116/11127) Checking out files: 29% (3227/11127) Checking out files: 30% (3339/11127) Checking out files: 31% (3450/11127) Checking out files: 32% (3561/11127) Checking out files: 33% (3672/11127) Checking out files: 33% (3697/11127) Checking out files: 34% (3784/11127) Checking out files: 35% (3895/11127) Checking out files: 36% (4006/11127) Checking out files: 37% (4117/11127) Checking out files: 38% (4229/11127) Checking out files: 39% (4340/11127) Checking out files: 40% (4451/11127) Checking out files: 41% (4563/11127) Checking out files: 42% (4674/11127) Checking out files: 43% (4785/11127) Checking out files: 44% (4896/11127) Checking out files: 45% (5008/11127) Checking out files: 46% (5119/11127) Checking out files: 47% (5230/11127) Checking out files: 48% (5341/11127) Checking out files: 49% (5453/11127) Checking out files: 50% (5564/11127) Checking out files: 51% (5675/11127) Checking out files: 52% (5787/11127) Checking out files: 53% (5898/11127) Checking out files: 54% (6009/11127) Checking out files: 55% (6120/11127) Checking out files: 56% (6232/11127) Checking out files: 57% (6343/11127) Checking out files: 58% (6454/11127) Checking out files: 59% (6565/11127) Checking out files: 60% (6677/11127) Checking out files: 61% (6788/11127) Checking out files: 62% (6899/11127) Checking out files: 63% (7011/11127) Checking out files: 64% (7122/11127) Checking out files: 65% (7233/11127) Checking out files: 66% (7344/11127) Checking out files: 67% (7456/11127) Checking out files: 68% (7567/11127) Checking out files: 69% (7678/11127) Checking out files: 70% (7789/11127) Checking out files: 71% (7901/11127) Checking out files: 72% (8012/11127) Checking out files: 73% (8123/11127) Checking out files: 74% (8234/11127) Checking out files: 75% (8346/11127) Checking out files: 75% (8412/11127) Checking out files: 76% (8457/11127) Checking out files: 77% (8568/11127) Checking out files: 78% (8680/11127) Checking out files: 79% (8791/11127) Checking out files: 80% (8902/11127) Checking out files: 81% (9013/11127) Checking out files: 82% (9125/11127) Checking out files: 83% (9236/11127) Checking out files: 84% (9347/11127) Checking out files: 85% (9458/11127) Checking out files: 86% (9570/11127) Checking out files: 87% (9681/11127) Checking out files: 88% (9792/11127) Checking out files: 89% (9904/11127) Checking out files: 90% (10015/11127) Checking out files: 91% (10126/11127) Checking out files: 92% (10237/11127) Checking out files: 93% (10349/11127) Checking out files: 94% (10460/11127) Checking out files: 95% (10571/11127) Checking out files: 96% (10682/11127) Checking out files: 97% (10794/11127) Checking out files: 98% (10905/11127) Checking out files: 99% (11016/11127) Checking out files: 100% (11127/11127) Checking out files: 100% (11127/11127), done. [2020-12-15T15:04:10.739Z] #21 131.8 + cd /tmp/tmp.kXuH6bxC8R/tmp/docker-ce [2020-12-15T15:04:10.891Z] #54 60.39 Checking out files: 27% (1033/3706) Checking out files: 28% (1038/3706) Checking out files: 29% (1075/3706) Checking out files: 30% (1112/3706) Checking out files: 31% (1149/3706) Checking out files: 32% (1186/3706) Checking out files: 33% (1223/3706) Checking out files: 34% (1261/3706) Checking out files: 35% (1298/3706) Checking out files: 36% (1335/3706) Checking out files: 37% (1372/3706) Checking out files: 38% (1409/3706) Checking out files: 39% (1446/3706) Checking out files: 40% (1483/3706) Checking out files: 41% (1520/3706) Checking out files: 42% (1557/3706) Checking out files: 43% (1594/3706) Checking out files: 44% (1631/3706) Checking out files: 45% (1668/3706) Checking out files: 46% (1705/3706) Checking out files: 47% (1742/3706) Checking out files: 48% (1779/3706) Checking out files: 49% (1816/3706) Checking out files: 50% (1853/3706) Checking out files: 51% (1891/3706) Checking out files: 52% (1928/3706) Checking out files: 53% (1965/3706) Checking out files: 54% (2002/3706) Checking out files: 55% (2039/3706) Checking out files: 56% (2076/3706) Checking out files: 57% (2113/3706) Checking out files: 58% (2150/3706) Checking out files: 59% (2187/3706) Checking out files: 60% (2224/3706) Checking out files: 61% (2261/3706) Checking out files: 62% (2298/3706) Checking out files: 63% (2335/3706) Checking out files: 63% (2370/3706) Checking out files: 64% (2372/3706) Checking out files: 65% (2409/3706) Checking out files: 66% (2446/3706) Checking out files: 67% (2484/3706) Checking out files: 68% (2521/3706) Checking out files: 69% (2558/3706) Checking out files: 70% (2595/3706) Checking out files: 71% (2632/3706) Checking out files: 72% (2669/3706) Checking out files: 73% (2706/3706) Checking out files: 74% (2743/3706) Checking out files: 75% (2780/3706) Checking out files: 76% (2817/3706) Checking out files: 77% (2854/3706) Checking out files: 78% (2891/3706) Checking out files: 79% (2928/3706) Checking out files: 80% (2965/3706) Checking out files: 81% (3002/3706) Checking out files: 82% (3039/3706) Checking out files: 83% (3076/3706) Checking out files: 84% (3114/3706) Checking out files: 85% (3151/3706) Checking out files: 86% (3188/3706) Checking out files: 87% (3225/3706) Checking out files: 88% (3262/3706) Checking out files: 89% (3299/3706) Checking out files: 90% (3336/3706) Checking out files: 91% (3373/3706) Checking out files: 91% (3404/3706) Checking out files: 92% (3410/3706) Checking out files: 93% (3447/3706) Checking out files: 94% (3484/3706) Checking out files: 95% (3521/3706) Checking out files: 96% (3558/3706) Checking out files: 97% (3595/3706) Checking out files: 98% (3632/3706) Checking out files: 99% (3669/3706) Checking out files: 100% (3706/3706) Checking out files: 100% (3706/3706), done. [2020-12-15T15:04:10.891Z] #54 63.11 + cd /tmp/tmp.GW8p2ZB2KJ/src/github.com/containerd/containerd [2020-12-15T15:04:10.891Z] #54 63.11 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2020-12-15T15:04:11.002Z] #21 131.8 + git checkout -q v17.06.2-ce [2020-12-15T15:04:11.313Z] #41 40.59 CC images/fh.o [2020-12-15T15:04:11.331Z] #45 DONE 188.5s [2020-12-15T15:04:11.331Z] [2020-12-15T15:04:11.331Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:11.573Z] #41 40.95 CC images/fsnotify.o [2020-12-15T15:04:11.645Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 14.1% of statements [2020-12-15T15:04:12.278Z] ok github.com/docker/docker/daemon/config 0.021s coverage: 81.8% of statements [2020-12-15T15:04:12.405Z] #21 ... [2020-12-15T15:04:12.405Z] [2020-12-15T15:04:12.405Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-15T15:04:12.405Z] #17 DONE 3.3s [2020-12-15T15:04:12.405Z] [2020-12-15T15:04:12.405Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:04:12.509Z] #41 41.79 CC images/signalfd.o [2020-12-15T15:04:12.768Z] #41 42.13 CC images/fs.o [2020-12-15T15:04:12.808Z] #54 64.68 + export 'BUILDTAGS=netgo osusergo static_build' [2020-12-15T15:04:12.808Z] #54 64.68 + BUILDTAGS='netgo osusergo static_build' [2020-12-15T15:04:12.808Z] #54 64.68 + export EXTRA_FLAGS=-buildmode=pie [2020-12-15T15:04:12.808Z] #54 64.68 + EXTRA_FLAGS=-buildmode=pie [2020-12-15T15:04:12.808Z] #54 64.68 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-12-15T15:04:12.808Z] #54 64.68 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-12-15T15:04:12.808Z] #54 64.68 + '[' '' = dynamic ']' [2020-12-15T15:04:12.808Z] #54 64.68 + make [2020-12-15T15:04:12.912Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-12-15T15:04:13.335Z] #41 42.63 CC images/pstree.o [2020-12-15T15:04:13.433Z] #43 ... [2020-12-15T15:04:13.433Z] [2020-12-15T15:04:13.433Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:04:13.433Z] #20 73.00 Setting up xfsprogs (4.20.0-1) ... [2020-12-15T15:04:13.434Z] #20 73.01 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-15T15:04:13.545Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-12-15T15:04:13.593Z] #41 43.02 CC images/pipe.o [2020-12-15T15:04:13.730Z] #20 73.43 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-15T15:04:13.751Z] #54 65.86 + bin/ctr [2020-12-15T15:04:14.160Z] #41 43.41 CC images/tcp-stream.o [2020-12-15T15:04:14.179Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-12-15T15:04:14.333Z] #18 2.142 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:04:14.419Z] #41 43.79 CC images/sk-packet.o [2020-12-15T15:04:14.597Z] #18 2.238 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:04:14.597Z] #18 2.329 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:04:14.597Z] #18 ... [2020-12-15T15:04:14.597Z] [2020-12-15T15:04:14.597Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:14.597Z] #40 52.81 DEP compel/src/lib/ptrace.d [2020-12-15T15:04:14.597Z] #40 53.04 DEP compel/src/lib/infect.d [2020-12-15T15:04:14.597Z] #40 53.22 DEP compel/src/lib/infect-util.d [2020-12-15T15:04:14.597Z] #40 53.35 DEP compel/src/lib/infect-rpc.d [2020-12-15T15:04:14.597Z] #40 53.47 DEP compel/arch/aarch64/src/lib/infect.d [2020-12-15T15:04:14.597Z] #40 53.66 DEP compel/arch/aarch64/src/lib/cpu.d [2020-12-15T15:04:14.597Z] #40 53.69 DEP compel/src/lib/log.d [2020-12-15T15:04:14.597Z] #40 53.75 DEP compel/src/main.d [2020-12-15T15:04:14.597Z] #40 54.12 DEP compel/src/lib/handle-elf.d [2020-12-15T15:04:14.597Z] #40 54.18 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-12-15T15:04:14.597Z] #40 54.24 CC compel/src/lib/log.o [2020-12-15T15:04:14.597Z] #40 54.49 CC compel/arch/aarch64/src/lib/cpu.o [2020-12-15T15:04:14.597Z] #40 54.69 CC compel/arch/aarch64/src/lib/infect.o [2020-12-15T15:04:14.597Z] #40 55.16 CC compel/src/lib/infect-rpc.o [2020-12-15T15:04:14.597Z] #40 55.45 CC compel/src/lib/infect-util.o [2020-12-15T15:04:14.597Z] #40 55.69 CC compel/src/lib/infect.o [2020-12-15T15:04:14.597Z] #40 58.03 CC compel/src/lib/ptrace.o [2020-12-15T15:04:14.597Z] #40 58.51 AR compel/libcompel.a [2020-12-15T15:04:14.597Z] #40 58.60 HOSTCC compel/src/main-host.o [2020-12-15T15:04:14.597Z] #40 58.98 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-12-15T15:04:14.597Z] #40 59.23 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-15T15:04:14.597Z] #40 59.61 HOSTCC compel/src/lib/log-host.o [2020-12-15T15:04:14.597Z] #40 59.86 HOSTLINK compel/compel-host-bin [2020-12-15T15:04:14.597Z] #40 60.11 DEP soccr/soccr.d [2020-12-15T15:04:14.597Z] #40 60.34 CC soccr/soccr.o [2020-12-15T15:04:14.597Z] #40 62.07 AR soccr/libsoccr.a [2020-12-15T15:04:14.597Z] #40 62.13 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-15T15:04:14.597Z] #40 62.59 DEP criu/arch/aarch64/sigframe.d [2020-12-15T15:04:14.597Z] #40 62.70 DEP criu/arch/aarch64/crtools.d [2020-12-15T15:04:14.678Z] #41 44.10 CC images/mnt.o [2020-12-15T15:04:14.780Z] #20 74.54 Setting up python3-distutils (3.7.3-1) ... [2020-12-15T15:04:14.862Z] #40 62.94 DEP criu/arch/aarch64/cpu.d [2020-12-15T15:04:14.862Z] #40 62.98 DEP criu/arch/aarch64/bitops.d [2020-12-15T15:04:14.862Z] #40 ... [2020-12-15T15:04:14.862Z] [2020-12-15T15:04:14.862Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:04:14.862Z] #21 135.2 + mkdir -p /tmp/tmp.kXuH6bxC8R/src/github.com/docker [2020-12-15T15:04:14.862Z] #21 135.2 + mv components/cli /tmp/tmp.kXuH6bxC8R/src/github.com/docker/cli [2020-12-15T15:04:14.862Z] #21 135.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-12-15T15:04:15.213Z] ok github.com/docker/docker/daemon 12.288s coverage: 17.2% of statements [2020-12-15T15:04:15.213Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-12-15T15:04:15.213Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-12-15T15:04:15.213Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-12-15T15:04:15.213Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-12-15T15:04:15.246Z] #41 44.67 CC images/pipe-data.o [2020-12-15T15:04:15.425Z] #20 75.15 Setting up python3-setuptools (40.8.0-1) ... [2020-12-15T15:04:15.509Z] #41 44.89 CC images/sa.o [2020-12-15T15:04:15.768Z] #41 45.13 CC images/timer.o [2020-12-15T15:04:16.335Z] #41 45.75 CC images/timerfd.o [2020-12-15T15:04:16.594Z] #41 46.13 CC images/mm.o [2020-12-15T15:04:16.730Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-12-15T15:04:17.022Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.183s coverage: 56.2% of statements [2020-12-15T15:04:17.516Z] #20 76.92 Setting up python3-pip (18.1-5) ... [2020-12-15T15:04:17.530Z] #41 46.77 CC images/sk-opts.o [2020-12-15T15:04:17.530Z] #41 ... [2020-12-15T15:04:17.530Z] [2020-12-15T15:04:17.530Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:04:17.530Z] #11 152.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-15T15:04:17.530Z] #11 152.0 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-15T15:04:17.530Z] #11 152.0 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:04:18.565Z] #20 78.42 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:04:18.865Z] #20 78.46 Processing triggers for mime-support (3.62) ... [2020-12-15T15:04:18.907Z] #11 ... [2020-12-15T15:04:18.907Z] [2020-12-15T15:04:18.907Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:18.907Z] #43 143.3 vendor/golang.org/x/text/transform [2020-12-15T15:04:18.907Z] #43 144.5 vendor/golang.org/x/text/unicode/bidi [2020-12-15T15:04:18.907Z] #43 147.3 vendor/golang.org/x/text/secure/bidirule [2020-12-15T15:04:18.907Z] #43 147.8 vendor/golang.org/x/text/unicode/norm [2020-12-15T15:04:18.907Z] #43 ... [2020-12-15T15:04:18.907Z] [2020-12-15T15:04:18.907Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:18.907Z] #41 47.32 CC images/sk-unix.o [2020-12-15T15:04:18.907Z] #41 47.72 CC images/sk-inet.o [2020-12-15T15:04:18.907Z] #41 48.39 CC images/tun.o [2020-12-15T15:04:19.162Z] #20 DONE 78.8s [2020-12-15T15:04:19.162Z] [2020-12-15T15:04:19.162Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-15T15:04:19.467Z] #21 0.424 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-15T15:04:19.467Z] #21 0.436 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-15T15:04:19.467Z] #21 0.439 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-15T15:04:19.790Z] #21 DONE 0.6s [2020-12-15T15:04:19.790Z] [2020-12-15T15:04:19.790Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T15:04:19.843Z] #41 48.97 CC images/sk-netlink.o [2020-12-15T15:04:19.843Z] #41 49.29 CC images/packet-sock.o [2020-12-15T15:04:20.176Z] #21 ... [2020-12-15T15:04:20.176Z] [2020-12-15T15:04:20.176Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:20.176Z] #40 63.01 CC criu/arch/aarch64/bitops.o [2020-12-15T15:04:20.176Z] #40 63.05 CC criu/arch/aarch64/cpu.o [2020-12-15T15:04:20.176Z] #40 63.25 CC criu/arch/aarch64/crtools.o [2020-12-15T15:04:20.176Z] #40 63.73 CC criu/arch/aarch64/sigframe.o [2020-12-15T15:04:20.176Z] #40 63.89 LINK criu/arch/aarch64/crtools.built-in.o [2020-12-15T15:04:20.176Z] #40 63.93 DEP criu/pie/util-vdso.d [2020-12-15T15:04:20.176Z] #40 64.15 DEP criu/pie/util.d [2020-12-15T15:04:20.176Z] #40 64.29 CC criu/pie/util.o [2020-12-15T15:04:20.176Z] #40 64.62 CC criu/pie/util-vdso.o [2020-12-15T15:04:20.176Z] #40 65.19 AR criu/pie/pie.lib.a [2020-12-15T15:04:20.176Z] #40 65.24 DEP criu/pie/restorer.d [2020-12-15T15:04:20.176Z] #40 65.55 DEP criu/arch/aarch64/intraprocedure.d [2020-12-15T15:04:20.177Z] #40 65.57 DEP criu/arch/aarch64/restorer.d [2020-12-15T15:04:20.177Z] #40 65.76 DEP criu/arch/aarch64/vdso-pie.d [2020-12-15T15:04:20.177Z] #40 65.91 DEP criu/pie/parasite-vdso.d [2020-12-15T15:04:20.177Z] #40 66.09 DEP criu/pie/parasite.d [2020-12-15T15:04:20.177Z] #40 66.29 CC criu/pie/parasite.o [2020-12-15T15:04:20.177Z] #40 67.62 LINK criu/pie/parasite.built-in.o [2020-12-15T15:04:20.177Z] #40 67.63 GEN criu/pie/parasite-blob.h [2020-12-15T15:04:20.177Z] #40 67.64 CC criu/pie/parasite-vdso.o [2020-12-15T15:04:20.177Z] #40 68.10 CC criu/arch/aarch64/vdso-pie.o [2020-12-15T15:04:20.177Z] #40 68.30 CC criu/arch/aarch64/restorer.o [2020-12-15T15:04:20.416Z] #41 49.70 CC images/ipc-var.o [2020-12-15T15:04:20.416Z] #41 49.88 CC images/ipc-desc.o [2020-12-15T15:04:20.756Z] #40 68.88 CC criu/arch/aarch64/intraprocedure.o [2020-12-15T15:04:20.756Z] #40 68.96 CC criu/pie/restorer.o [2020-12-15T15:04:20.984Z] #41 50.17 CC images/ipc-shm.o [2020-12-15T15:04:21.243Z] #41 50.48 CC images/ipc-msg.o [2020-12-15T15:04:21.475Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.020s coverage: 46.2% of statements [2020-12-15T15:04:21.504Z] #41 50.88 CC images/ipc-sem.o [2020-12-15T15:04:21.774Z] #41 51.17 CC images/utsns.o [2020-12-15T15:04:21.902Z] #54 ... [2020-12-15T15:04:21.902Z] [2020-12-15T15:04:21.902Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:21.902Z] #41 30.15 CC images/stats.o [2020-12-15T15:04:21.902Z] #41 30.77 CC images/core.o [2020-12-15T15:04:21.902Z] #41 31.70 CC images/core-x86.o [2020-12-15T15:04:21.902Z] #41 32.59 CC images/core-arm.o [2020-12-15T15:04:21.902Z] #41 33.14 CC images/core-aarch64.o [2020-12-15T15:04:21.902Z] #41 33.89 CC images/core-ppc64.o [2020-12-15T15:04:21.902Z] #41 35.00 CC images/core-s390.o [2020-12-15T15:04:21.902Z] #41 36.22 CC images/cpuinfo.o [2020-12-15T15:04:21.902Z] #41 36.58 CC images/inventory.o [2020-12-15T15:04:21.902Z] #41 36.93 CC images/fdinfo.o [2020-12-15T15:04:21.902Z] #41 37.55 CC images/fown.o [2020-12-15T15:04:21.902Z] #41 37.86 CC images/ns.o [2020-12-15T15:04:21.902Z] #41 38.13 CC images/regfile.o [2020-12-15T15:04:21.902Z] #41 38.49 CC images/ghost-file.o [2020-12-15T15:04:21.902Z] #41 39.13 CC images/fifo.o [2020-12-15T15:04:21.902Z] #41 39.53 CC images/remap-file-path.o [2020-12-15T15:04:21.902Z] #41 39.88 CC images/eventfd.o [2020-12-15T15:04:21.902Z] #41 40.28 CC images/eventpoll.o [2020-12-15T15:04:21.902Z] #41 40.78 CC images/fh.o [2020-12-15T15:04:22.044Z] #41 51.54 CC images/creds.o [2020-12-15T15:04:22.108Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-12-15T15:04:22.163Z] #41 ... [2020-12-15T15:04:22.163Z] [2020-12-15T15:04:22.163Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:22.163Z] #43 132.6 github.com/LK4D4/vndr/build [2020-12-15T15:04:22.163Z] #43 136.3 github.com/LK4D4/vndr/versioned [2020-12-15T15:04:22.163Z] #43 136.5 compress/flate [2020-12-15T15:04:22.163Z] #43 137.6 hash/crc32 [2020-12-15T15:04:22.163Z] #43 139.2 net [2020-12-15T15:04:22.163Z] #43 140.5 compress/gzip [2020-12-15T15:04:22.163Z] #43 141.6 vendor/golang.org/x/text/transform [2020-12-15T15:04:22.425Z] #43 ... [2020-12-15T15:04:22.425Z] [2020-12-15T15:04:22.425Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:22.425Z] #41 41.27 CC images/fsnotify.o [2020-12-15T15:04:22.615Z] #41 51.87 CC images/vma.o [2020-12-15T15:04:22.875Z] #41 52.18 CC images/netdev.o [2020-12-15T15:04:23.337Z] #22 ... [2020-12-15T15:04:23.337Z] [2020-12-15T15:04:23.337Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:04:23.337Z] #32 DONE 200.1s [2020-12-15T15:04:23.337Z] [2020-12-15T15:04:23.337Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:23.337Z] #43 127.2 CC criu/cr-service.o [2020-12-15T15:04:23.337Z] #43 129.6 CC criu/crtools.o [2020-12-15T15:04:23.337Z] #43 130.4 CC criu/eventfd.o [2020-12-15T15:04:23.337Z] #43 130.8 CC criu/eventpoll.o [2020-12-15T15:04:23.337Z] #43 132.1 CC criu/external.o [2020-12-15T15:04:23.337Z] #43 132.6 CC criu/fault-injection.o [2020-12-15T15:04:23.337Z] #43 132.8 CC criu/fdstore.o [2020-12-15T15:04:23.337Z] #43 133.2 CC criu/fifo.o [2020-12-15T15:04:23.337Z] #43 133.7 CC criu/file-ids.o [2020-12-15T15:04:23.337Z] #43 134.2 CC criu/file-lock.o [2020-12-15T15:04:23.337Z] #43 135.5 CC criu/files-ext.o [2020-12-15T15:04:23.385Z] #41 ... [2020-12-15T15:04:23.385Z] [2020-12-15T15:04:23.385Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-12-15T15:04:23.385Z] #49 134.3 mvdan.cc/sh/v3/cmd/shfmt [2020-12-15T15:04:23.385Z] #49 DONE 143.6s [2020-12-15T15:04:23.385Z] [2020-12-15T15:04:23.385Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:23.385Z] #41 42.35 CC images/signalfd.o [2020-12-15T15:04:23.443Z] #41 52.83 CC images/tty.o [2020-12-15T15:04:23.637Z] #43 136.1 CC criu/files-reg.o [2020-12-15T15:04:24.031Z] #41 42.87 CC images/fs.o [2020-12-15T15:04:24.076Z] #40 71.91 LINK criu/pie/restorer.built-in.o [2020-12-15T15:04:24.076Z] #40 71.92 GEN criu/pie/restorer-blob.h [2020-12-15T15:04:24.076Z] #40 72.03 DEP criu/vdso.d [2020-12-15T15:04:24.340Z] #40 72.35 DEP criu/uts_ns.d [2020-12-15T15:04:24.340Z] #40 72.51 DEP criu/util.d [2020-12-15T15:04:24.383Z] #41 53.72 CC images/file-lock.o [2020-12-15T15:04:24.603Z] #40 72.71 DEP criu/uffd.d [2020-12-15T15:04:24.603Z] #40 72.85 DEP criu/tun.d [2020-12-15T15:04:24.628Z] #41 43.42 CC images/pstree.o [2020-12-15T15:04:24.867Z] #40 73.13 DEP criu/tty.d [2020-12-15T15:04:24.913Z] #41 43.85 CC images/pipe.o [2020-12-15T15:04:24.951Z] #41 54.13 CC images/rlimit.o [2020-12-15T15:04:24.951Z] #41 54.53 CC images/pagemap.o [2020-12-15T15:04:25.130Z] #40 ... [2020-12-15T15:04:25.130Z] [2020-12-15T15:04:25.130Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:04:25.130Z] #18 2.771 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB] [2020-12-15T15:04:25.130Z] #18 3.483 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [249 kB] [2020-12-15T15:04:25.130Z] #18 4.418 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-12-15T15:04:25.130Z] #18 7.106 Fetched 8233 kB in 5s (1514 kB/s) [2020-12-15T15:04:25.130Z] #18 7.106 Reading package lists... [2020-12-15T15:04:25.130Z] #18 9.971 Reading package lists... [2020-12-15T15:04:25.130Z] #18 12.44 Building dependency tree... [2020-12-15T15:04:25.130Z] #18 ... [2020-12-15T15:04:25.130Z] [2020-12-15T15:04:25.130Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:25.130Z] #40 73.37 DEP criu/timerfd.d [2020-12-15T15:04:25.173Z] #41 44.20 CC images/tcp-stream.o [2020-12-15T15:04:25.188Z] #43 ... [2020-12-15T15:04:25.188Z] [2020-12-15T15:04:25.188Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T15:04:25.188Z] #22 5.699 Collecting yamllint==1.16.0 [2020-12-15T15:04:25.395Z] #40 73.54 DEP criu/timens.d [2020-12-15T15:04:25.625Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.343s coverage: 49.5% of statements [2020-12-15T15:04:25.666Z] #40 73.71 DEP criu/sysfs_parse.d [2020-12-15T15:04:25.742Z] #41 44.72 CC images/sk-packet.o [2020-12-15T15:04:25.833Z] #22 6.169 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-15T15:04:25.887Z] #41 55.00 CC images/siginfo.o [2020-12-15T15:04:25.939Z] #40 73.98 DEP criu/sysctl.d [2020-12-15T15:04:26.130Z] #22 6.306 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-15T15:04:26.130Z] #22 6.386 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-15T15:04:26.130Z] #22 6.472 Collecting pyyaml (from yamllint==1.16.0) [2020-12-15T15:04:26.148Z] #41 55.51 CC images/rpc.o [2020-12-15T15:04:26.202Z] #40 74.17 DEP criu/string.d [2020-12-15T15:04:26.202Z] #40 74.21 DEP criu/stats.d [2020-12-15T15:04:26.202Z] #40 74.31 DEP criu/sockets.d [2020-12-15T15:04:26.325Z] #41 45.05 CC images/mnt.o [2020-12-15T15:04:26.325Z] #41 45.30 CC images/pipe-data.o [2020-12-15T15:04:26.428Z] #22 6.800 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-15T15:04:26.465Z] #40 74.46 DEP criu/sk-unix.d [2020-12-15T15:04:26.465Z] #40 74.70 DEP criu/sk-tcp.d [2020-12-15T15:04:26.586Z] #41 45.73 CC images/sa.o [2020-12-15T15:04:26.716Z] #41 ... [2020-12-15T15:04:26.716Z] [2020-12-15T15:04:26.716Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:04:26.716Z] #56 161.6 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-15T15:04:26.716Z] #56 161.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-15T15:04:26.730Z] #40 74.94 DEP criu/sk-queue.d [2020-12-15T15:04:26.993Z] #40 ... [2020-12-15T15:04:26.994Z] [2020-12-15T15:04:26.994Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:04:26.994Z] #37 146.5 + dpkg --print-architecture [2020-12-15T15:04:26.994Z] #37 DONE 147.8s [2020-12-15T15:04:26.994Z] [2020-12-15T15:04:26.994Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:26.994Z] #40 75.10 DEP criu/sk-packet.d [2020-12-15T15:04:27.158Z] #41 46.17 CC images/timer.o [2020-12-15T15:04:27.258Z] #40 75.35 DEP criu/sk-netlink.d [2020-12-15T15:04:27.258Z] #40 75.55 DEP criu/sk-inet.d [2020-12-15T15:04:27.731Z] #41 46.66 CC images/timerfd.o [2020-12-15T15:04:27.834Z] #40 75.73 DEP criu/signalfd.d [2020-12-15T15:04:27.834Z] #40 75.84 DEP criu/sigframe.d [2020-12-15T15:04:27.834Z] #40 75.90 DEP criu/shmem.d [2020-12-15T15:04:27.834Z] #40 76.02 DEP criu/servicefd.d [2020-12-15T15:04:27.992Z] #41 47.04 CC images/mm.o [2020-12-15T15:04:28.098Z] #40 76.25 DEP criu/seize.d [2020-12-15T15:04:28.362Z] #40 76.50 DEP criu/seccomp.d [2020-12-15T15:04:28.526Z] #22 8.648 Building wheels for collected packages: pyyaml [2020-12-15T15:04:28.526Z] #22 8.650 Running setup.py bdist_wheel for pyyaml: started [2020-12-15T15:04:28.570Z] #41 47.54 CC images/sk-opts.o [2020-12-15T15:04:28.625Z] #40 76.71 DEP criu/rst-malloc.d [2020-12-15T15:04:28.625Z] #40 76.80 DEP criu/rbtree.d [2020-12-15T15:04:28.625Z] #40 76.85 DEP criu/pstree.d [2020-12-15T15:04:28.831Z] #41 47.83 CC images/sk-unix.o [2020-12-15T15:04:28.889Z] #40 77.00 DEP criu/protobuf.d [2020-12-15T15:04:28.889Z] #40 77.13 GEN criu/protobuf-desc-gen.h [2020-12-15T15:04:29.249Z] #56 ... [2020-12-15T15:04:29.249Z] [2020-12-15T15:04:29.249Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:29.249Z] #43 153.6 vendor/golang.org/x/net/idna [2020-12-15T15:04:29.249Z] #43 156.7 vendor/golang.org/x/net/http2/hpack [2020-12-15T15:04:29.249Z] #43 158.2 mime [2020-12-15T15:04:29.249Z] #43 160.8 mime/quotedprintable [2020-12-15T15:04:29.249Z] #43 161.1 net/http/internal [2020-12-15T15:04:29.249Z] #43 ... [2020-12-15T15:04:29.249Z] [2020-12-15T15:04:29.249Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:29.249Z] #41 57.18 CC images/ext-file.o [2020-12-15T15:04:29.249Z] #41 57.49 CC images/cgroup.o [2020-12-15T15:04:29.249Z] #41 58.33 CC images/userns.o [2020-12-15T15:04:29.249Z] #41 58.55 CC images/google/protobuf/descriptor.o [2020-12-15T15:04:29.404Z] #41 48.28 CC images/sk-inet.o [2020-12-15T15:04:29.581Z] #22 9.907 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-15T15:04:29.581Z] #22 9.915 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-15T15:04:29.581Z] #22 10.01 Successfully built pyyaml [2020-12-15T15:04:29.878Z] #22 10.02 Installing collected packages: pathspec, pyyaml, yamllint [2020-12-15T15:04:29.976Z] #41 48.89 CC images/tun.o [2020-12-15T15:04:30.175Z] #22 10.44 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-15T15:04:30.175Z] #22 DONE 10.7s [2020-12-15T15:04:30.175Z] [2020-12-15T15:04:30.175Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:30.175Z] #43 139.1 CC criu/files.o [2020-12-15T15:04:30.175Z] #43 142.2 CC criu/filesystems.o [2020-12-15T15:04:30.548Z] #41 49.45 CC images/sk-netlink.o [2020-12-15T15:04:30.808Z] #41 49.80 CC images/packet-sock.o [2020-12-15T15:04:31.196Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.396s coverage: 73.1% of statements [2020-12-15T15:04:31.196Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-12-15T15:04:31.230Z] #43 143.3 CC criu/fsnotify.o [2020-12-15T15:04:31.380Z] #41 50.32 CC images/ipc-var.o [2020-12-15T15:04:31.399Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:04:31.399Z] [2020-12-15T15:04:31.399Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-12-15T15:04:31.399Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-12-15T15:04:31.399Z] Using test binary docker [2020-12-15T15:04:31.399Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-12-15T15:04:31.399Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-15T15:04:31.399Z] INFO: Waiting for daemon to start... [2020-12-15T15:04:31.399Z] Starting dockerd [2020-12-15T15:04:31.399Z] . [2020-12-15T15:04:31.399Z] INFO: Building docker-sdk-python3:4.3.0... [2020-12-15T15:04:31.556Z] #40 79.18 DEP criu/protobuf-desc.d [2020-12-15T15:04:31.556Z] #40 79.36 DEP criu/proc_parse.d [2020-12-15T15:04:31.556Z] #40 79.58 DEP criu/plugin.d [2020-12-15T15:04:31.556Z] #40 79.66 DEP criu/pipes.d [2020-12-15T15:04:31.642Z] #41 50.71 CC images/ipc-desc.o [2020-12-15T15:04:31.783Z] #41 61.11 CC images/opts.o [2020-12-15T15:04:31.821Z] #40 79.90 DEP criu/pie-util.d [2020-12-15T15:04:31.821Z] #40 80.02 DEP criu/pie-util-vdso.d [2020-12-15T15:04:32.168Z] #40 80.14 DEP criu/path.d [2020-12-15T15:04:32.168Z] #40 80.34 DEP criu/parasite-syscall.d [2020-12-15T15:04:32.214Z] #41 ... [2020-12-15T15:04:32.214Z] [2020-12-15T15:04:32.214Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:04:32.214Z] #11 152.5 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-12-15T15:04:32.214Z] #11 152.5 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-12-15T15:04:32.214Z] #11 152.5 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:04:32.286Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-12-15T15:04:32.286Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.144s coverage: 57.7% of statements [2020-12-15T15:04:32.286Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-12-15T15:04:32.286Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-12-15T15:04:32.293Z] #43 144.7 CC criu/image-desc.o [2020-12-15T15:04:32.351Z] #41 61.55 CC images/seccomp.o [2020-12-15T15:04:32.449Z] #40 80.57 DEP criu/pagemap.d [2020-12-15T15:04:32.475Z] #11 ... [2020-12-15T15:04:32.475Z] [2020-12-15T15:04:32.475Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:32.475Z] #43 142.9 vendor/golang.org/x/text/unicode/bidi [2020-12-15T15:04:32.475Z] #43 146.0 vendor/golang.org/x/text/secure/bidirule [2020-12-15T15:04:32.475Z] #43 146.6 vendor/golang.org/x/text/unicode/norm [2020-12-15T15:04:32.475Z] #43 153.1 vendor/golang.org/x/net/idna [2020-12-15T15:04:32.475Z] #43 ... [2020-12-15T15:04:32.475Z] [2020-12-15T15:04:32.475Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:32.475Z] #41 51.14 CC images/ipc-shm.o [2020-12-15T15:04:32.475Z] #41 51.47 CC images/ipc-msg.o [2020-12-15T15:04:32.590Z] #43 144.9 CC criu/image.o [2020-12-15T15:04:32.610Z] #41 62.09 CC images/binfmt-misc.o [2020-12-15T15:04:32.729Z] #40 80.79 DEP criu/pagemap-cache.d [2020-12-15T15:04:32.729Z] #40 80.99 DEP criu/page-xfer.d [2020-12-15T15:04:32.982Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2020-12-15T15:04:32.999Z] #40 81.17 DEP criu/page-pipe.d [2020-12-15T15:04:32.999Z] #40 81.27 DEP criu/netfilter.d [2020-12-15T15:04:33.048Z] #41 51.91 CC images/ipc-sem.o [2020-12-15T15:04:33.178Z] #41 62.51 CC images/time.o [2020-12-15T15:04:33.309Z] #41 52.20 CC images/utsns.o [2020-12-15T15:04:33.437Z] #41 62.86 CC images/sysctl.o [2020-12-15T15:04:33.570Z] #41 52.49 CC images/creds.o [2020-12-15T15:04:33.588Z] #40 81.48 DEP criu/net.d [2020-12-15T15:04:33.588Z] #40 81.64 DEP criu/namespaces.d [2020-12-15T15:04:33.589Z] #40 81.76 DEP criu/mount.d [2020-12-15T15:04:33.616Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2020-12-15T15:04:33.643Z] #43 145.8 CC criu/ipc_ns.o [2020-12-15T15:04:33.696Z] #41 63.21 CC images/autofs.o [2020-12-15T15:04:33.832Z] #41 52.78 CC images/vma.o [2020-12-15T15:04:34.093Z] #41 53.16 CC images/netdev.o [2020-12-15T15:04:34.194Z] #40 82.26 DEP criu/memfd.d [2020-12-15T15:04:34.194Z] #40 82.42 DEP criu/mem.d [2020-12-15T15:04:34.263Z] #41 63.58 CC images/macvlan.o [2020-12-15T15:04:34.285Z] ok github.com/docker/docker/daemon/images 0.008s coverage: 6.5% of statements [2020-12-15T15:04:34.285Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-12-15T15:04:34.285Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-12-15T15:04:34.472Z] #40 ... [2020-12-15T15:04:34.472Z] [2020-12-15T15:04:34.472Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:04:34.472Z] #18 13.94 libcap2-bin is already the newest version (1:2.25-2). [2020-12-15T15:04:34.472Z] #18 13.94 The following additional packages will be installed: [2020-12-15T15:04:34.472Z] #18 13.95 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-15T15:04:34.472Z] #18 13.95 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-15T15:04:34.472Z] #18 13.95 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-15T15:04:34.472Z] #18 13.95 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-15T15:04:34.472Z] #18 13.95 python3.7 python3.7-minimal vim-runtime xxd [2020-12-15T15:04:34.472Z] #18 13.95 Suggested packages: [2020-12-15T15:04:34.472Z] #18 13.95 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-15T15:04:34.472Z] #18 13.95 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-15T15:04:34.472Z] #18 13.95 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-15T15:04:34.472Z] #18 13.95 Recommended packages: [2020-12-15T15:04:34.472Z] #18 13.95 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-15T15:04:34.472Z] #18 13.95 python3-keyrings.alt python3-xdg unzip [2020-12-15T15:04:34.472Z] #18 15.27 The following NEW packages will be installed: [2020-12-15T15:04:34.472Z] #18 15.27 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-15T15:04:34.472Z] #18 15.27 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-15T15:04:34.472Z] #18 15.27 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-15T15:04:34.472Z] #18 15.27 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-15T15:04:34.472Z] #18 15.27 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-15T15:04:34.472Z] #18 15.27 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-15T15:04:34.472Z] #18 15.27 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-15T15:04:34.472Z] #18 15.27 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-15T15:04:34.472Z] #18 15.27 xz-utils zip [2020-12-15T15:04:34.472Z] #18 15.59 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-15T15:04:34.472Z] #18 15.59 Need to get 27.6 MB of archives. [2020-12-15T15:04:34.472Z] #18 15.59 After this operation, 114 MB of additional disk space will be used. [2020-12-15T15:04:34.472Z] #18 15.59 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-12-15T15:04:34.472Z] #18 15.60 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2020-12-15T15:04:34.472Z] #18 15.61 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2020-12-15T15:04:34.472Z] #18 15.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-12-15T15:04:34.472Z] #18 15.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-12-15T15:04:34.472Z] #18 15.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2020-12-15T15:04:34.472Z] #18 15.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-12-15T15:04:34.472Z] #18 15.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-12-15T15:04:34.472Z] #18 15.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-12-15T15:04:34.472Z] #18 15.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-12-15T15:04:34.472Z] #18 15.82 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-12-15T15:04:34.472Z] #18 15.82 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-12-15T15:04:34.472Z] #18 15.82 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-12-15T15:04:34.473Z] #18 15.83 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-12-15T15:04:34.473Z] #18 15.83 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-12-15T15:04:34.473Z] #18 15.83 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-12-15T15:04:34.473Z] #18 15.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-12-15T15:04:34.473Z] #18 15.84 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-15T15:04:34.473Z] #18 15.85 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-12-15T15:04:34.473Z] #18 15.86 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-12-15T15:04:34.473Z] #18 15.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-12-15T15:04:34.473Z] #18 15.87 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-12-15T15:04:34.473Z] #18 15.89 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-12-15T15:04:34.473Z] #18 15.89 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-12-15T15:04:34.473Z] #18 15.90 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-12-15T15:04:34.473Z] #18 15.90 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-12-15T15:04:34.473Z] #18 15.91 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-12-15T15:04:34.473Z] #18 15.91 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-12-15T15:04:34.473Z] #18 15.91 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-12-15T15:04:34.473Z] #18 16.19 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-12-15T15:04:34.473Z] #18 16.19 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-12-15T15:04:34.473Z] #18 16.19 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-12-15T15:04:34.473Z] #18 16.22 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-12-15T15:04:34.473Z] #18 16.22 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-12-15T15:04:34.473Z] #18 16.23 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-12-15T15:04:34.473Z] #18 16.28 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-15T15:04:34.473Z] #18 16.29 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-12-15T15:04:34.473Z] #18 16.29 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-12-15T15:04:34.473Z] #18 16.30 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-15T15:04:34.473Z] #18 16.31 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-12-15T15:04:34.473Z] #18 16.32 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-15T15:04:34.473Z] #18 16.32 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-12-15T15:04:34.473Z] #18 16.38 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-12-15T15:04:34.473Z] #18 16.39 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-12-15T15:04:34.473Z] #18 16.39 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-15T15:04:34.473Z] #18 16.55 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-12-15T15:04:34.473Z] #18 16.59 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-12-15T15:04:34.473Z] #18 16.61 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-12-15T15:04:34.473Z] #18 17.13 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:04:34.473Z] #18 17.22 Fetched 27.6 MB in 1s (21.3 MB/s) [2020-12-15T15:04:34.473Z] #18 17.42 Selecting previously unselected package pigz. [2020-12-15T15:04:34.473Z] #18 17.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 ... 23405 files and directories currently installed.) [2020-12-15T15:04:34.473Z] #18 17.50 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-12-15T15:04:34.473Z] #18 17.52 Unpacking pigz (2.4-1) ... [2020-12-15T15:04:34.473Z] #18 17.72 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-12-15T15:04:34.473Z] #18 17.72 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-12-15T15:04:34.473Z] #18 17.74 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-12-15T15:04:34.473Z] #18 18.47 Selecting previously unselected package python3.7-minimal. [2020-12-15T15:04:34.473Z] #18 18.49 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-12-15T15:04:34.473Z] #18 18.50 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-15T15:04:34.473Z] #18 19.17 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-12-15T15:04:34.473Z] #18 19.20 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-15T15:04:34.473Z] #18 22.20 Selecting previously unselected package python3-minimal. [2020-12-15T15:04:34.473Z] #18 22.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23654 files and directories currently installed.) [2020-12-15T15:04:34.696Z] #43 147.1 CC criu/irmap.o [2020-12-15T15:04:34.797Z] #18 22.31 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-12-15T15:04:34.797Z] #18 22.32 Unpacking python3-minimal (3.7.3-1) ... [2020-12-15T15:04:34.797Z] #18 22.45 Selecting previously unselected package libmpdec2:arm64. [2020-12-15T15:04:34.797Z] #18 22.46 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-12-15T15:04:34.797Z] #18 22.48 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-12-15T15:04:34.797Z] #18 22.56 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-12-15T15:04:34.797Z] #18 22.57 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-12-15T15:04:34.797Z] #18 22.58 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-12-15T15:04:34.831Z] #41 64.02 CC images/sit.o [2020-12-15T15:04:34.832Z] #41 64.40 CC images/memfd.o [2020-12-15T15:04:35.035Z] #41 53.83 CC images/tty.o [2020-12-15T15:04:35.374Z] ok github.com/docker/docker/daemon/logger 0.213s coverage: 41.0% of statements [2020-12-15T15:04:35.666Z] ok github.com/docker/docker/daemon/logger/awslogs 0.093s coverage: 77.4% of statements [2020-12-15T15:04:35.666Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-12-15T15:04:35.666Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-12-15T15:04:35.764Z] #43 147.9 CC criu/kcmp-ids.o [2020-12-15T15:04:35.769Z] #41 64.93 CC images/timens.o [2020-12-15T15:04:35.769Z] #41 65.24 LINK images/built-in.o [2020-12-15T15:04:35.798Z] #18 23.55 Selecting previously unselected package python3.7. [2020-12-15T15:04:35.798Z] #18 23.56 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-12-15T15:04:35.798Z] #18 23.57 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-15T15:04:35.958Z] ok github.com/docker/docker/daemon/logger/gelf 0.002s coverage: 67.0% of statements [2020-12-15T15:04:35.979Z] #41 54.76 CC images/file-lock.o [2020-12-15T15:04:36.061Z] #43 148.2 CC criu/kerndat.o [2020-12-15T15:04:36.087Z] #18 23.74 Selecting previously unselected package libpython3-stdlib:arm64. [2020-12-15T15:04:36.087Z] #18 23.75 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-12-15T15:04:36.087Z] #18 23.76 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-12-15T15:04:36.087Z] #18 23.86 Setting up python3-minimal (3.7.3-1) ... [2020-12-15T15:04:36.240Z] #41 55.06 CC images/rlimit.o [2020-12-15T15:04:36.382Z] #41 65.47 GEN compel/include/asm [2020-12-15T15:04:36.382Z] #41 65.50 GEN compel/include/version.h [2020-12-15T15:04:36.382Z] #41 65.55 touch .config [2020-12-15T15:04:36.382Z] #41 65.63 GEN include/common/config.h [2020-12-15T15:04:36.382Z] #41 65.73 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-12-15T15:04:36.382Z] #41 65.75 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-12-15T15:04:36.382Z] #41 65.84 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-12-15T15:04:36.501Z] #41 55.36 CC images/pagemap.o [2020-12-15T15:04:36.592Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2020-12-15T15:04:36.640Z] #41 65.86 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-12-15T15:04:36.640Z] #41 65.90 DEP compel/arch/x86/plugins/std/memcpy.d [2020-12-15T15:04:36.640Z] #41 65.97 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-12-15T15:04:36.640Z] #41 65.98 GEN compel/plugins/include/uapi/std/syscall.h [2020-12-15T15:04:36.640Z] #41 66.11 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-12-15T15:04:36.640Z] #41 66.12 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-12-15T15:04:36.640Z] #41 66.15 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-15T15:04:36.640Z] #41 66.21 DEP compel/plugins/std/infect.d [2020-12-15T15:04:36.762Z] #41 55.69 CC images/siginfo.o [2020-12-15T15:04:36.884Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 61.6% of statements [2020-12-15T15:04:36.901Z] #41 66.29 DEP compel/plugins/std/string.d [2020-12-15T15:04:36.901Z] #41 66.46 DEP compel/plugins/std/log.d [2020-12-15T15:04:37.024Z] #41 56.01 CC images/rpc.o [2020-12-15T15:04:37.112Z] #43 149.5 CC criu/libnetlink.o [2020-12-15T15:04:37.159Z] #41 66.53 DEP compel/plugins/std/fds.d [2020-12-15T15:04:37.159Z] #41 66.58 DEP compel/plugins/std/std.d [2020-12-15T15:04:37.159Z] #41 66.65 DEP compel/plugins/shmem/shmem.d [2020-12-15T15:04:37.176Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 87.2% of statements [2020-12-15T15:04:37.419Z] #41 66.77 DEP compel/plugins/fds/fds.d [2020-12-15T15:04:37.549Z] #18 25.02 Selecting previously unselected package python3. [2020-12-15T15:04:37.549Z] #18 25.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2020-12-15T15:04:37.549Z] #18 25.10 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-12-15T15:04:37.549Z] #18 25.12 Unpacking python3 (3.7.3-1) ... [2020-12-15T15:04:37.549Z] #18 25.28 Selecting previously unselected package libip4tc0:arm64. [2020-12-15T15:04:37.549Z] #18 25.30 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-12-15T15:04:37.549Z] #18 25.31 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-12-15T15:04:37.677Z] #41 66.92 CC compel/plugins/std/std.o [2020-12-15T15:04:37.677Z] #41 ... [2020-12-15T15:04:37.677Z] [2020-12-15T15:04:37.677Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:04:37.677Z] #56 DONE 172.4s [2020-12-15T15:04:37.677Z] [2020-12-15T15:04:37.677Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-15T15:04:37.677Z] #57 DONE 0.1s [2020-12-15T15:04:37.677Z] [2020-12-15T15:04:37.677Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:37.677Z] #43 166.1 net/textproto [2020-12-15T15:04:37.677Z] #43 166.1 crypto/x509 [2020-12-15T15:04:37.677Z] #43 167.9 vendor/golang.org/x/net/http/httpguts [2020-12-15T15:04:37.677Z] #43 168.5 vendor/golang.org/x/net/http/httpproxy [2020-12-15T15:04:37.677Z] #43 169.3 mime/multipart [2020-12-15T15:04:37.677Z] #43 171.9 crypto/tls [2020-12-15T15:04:37.759Z] #43 149.9 CC criu/log.o [2020-12-15T15:04:37.809Z] ok github.com/docker/docker/daemon/logger/local 0.007s coverage: 75.2% of statements [2020-12-15T15:04:37.809Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-12-15T15:04:37.832Z] #18 25.47 Selecting previously unselected package libip6tc0:arm64. [2020-12-15T15:04:37.832Z] #18 25.50 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-12-15T15:04:37.832Z] #18 25.51 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-12-15T15:04:37.832Z] #18 25.59 Selecting previously unselected package libiptc0:arm64. [2020-12-15T15:04:37.832Z] #18 25.59 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-12-15T15:04:37.832Z] #18 25.62 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-12-15T15:04:37.936Z] #43 ... [2020-12-15T15:04:37.936Z] [2020-12-15T15:04:37.936Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-15T15:04:37.936Z] #58 DONE 0.1s [2020-12-15T15:04:37.936Z] [2020-12-15T15:04:37.936Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:37.936Z] #41 67.27 CC compel/plugins/std/fds.o [2020-12-15T15:04:38.057Z] #43 150.3 CC criu/lsm.o [2020-12-15T15:04:38.098Z] #18 25.78 Selecting previously unselected package libnfnetlink0:arm64. [2020-12-15T15:04:38.098Z] #18 25.78 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-12-15T15:04:38.098Z] #18 25.79 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-12-15T15:04:38.098Z] #18 25.92 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-12-15T15:04:38.098Z] #18 25.94 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-12-15T15:04:38.098Z] #18 25.95 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-12-15T15:04:38.163Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.054s coverage: 57.5% of statements [2020-12-15T15:04:38.357Z] #43 150.8 CC criu/mem.o [2020-12-15T15:04:38.360Z] #18 26.08 Selecting previously unselected package libnftnl11:arm64. [2020-12-15T15:04:38.360Z] #18 26.08 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-12-15T15:04:38.360Z] #18 26.10 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-12-15T15:04:38.502Z] #41 67.86 CC compel/plugins/std/log.o [2020-12-15T15:04:38.626Z] #18 26.20 Selecting previously unselected package iptables. [2020-12-15T15:04:38.627Z] #18 26.20 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-12-15T15:04:38.627Z] #18 26.21 Unpacking iptables (1.8.2-4) ... [2020-12-15T15:04:38.796Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.011s coverage: 33.3% of statements [2020-12-15T15:04:38.891Z] #18 26.75 Selecting previously unselected package xxd. [2020-12-15T15:04:38.940Z] #41 57.45 CC images/ext-file.o [2020-12-15T15:04:38.940Z] #41 ... [2020-12-15T15:04:38.940Z] [2020-12-15T15:04:38.940Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:04:38.940Z] #56 159.1 + for f in rootlesskit rootlesskit-docker-proxy [2020-12-15T15:04:38.940Z] #56 159.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-12-15T15:04:39.154Z] #18 26.75 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-12-15T15:04:39.154Z] #18 26.76 Unpacking xxd (2:8.1.0875-5) ... [2020-12-15T15:04:39.154Z] #18 26.92 Selecting previously unselected package vim-common. [2020-12-15T15:04:39.154Z] #18 26.93 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:04:39.154Z] #18 26.96 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-15T15:04:39.418Z] #18 27.30 Selecting previously unselected package bash-completion. [2020-12-15T15:04:39.418Z] #18 27.31 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-15T15:04:39.831Z] ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 46.8% of statements [2020-12-15T15:04:39.876Z] #41 69.04 CC compel/plugins/std/string.o [2020-12-15T15:04:40.123Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-12-15T15:04:40.442Z] #41 69.62 CC compel/plugins/std/infect.o [2020-12-15T15:04:40.464Z] #43 152.7 CC criu/memfd.o [2020-12-15T15:04:40.702Z] #41 70.03 CC compel/arch/x86/plugins/std/parasite-head.o [2020-12-15T15:04:40.702Z] #41 70.12 CC compel/arch/x86/plugins/std/memcpy.o [2020-12-15T15:04:40.702Z] #41 70.17 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-12-15T15:04:40.758Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-12-15T15:04:40.758Z] ok github.com/docker/docker/daemon/logger/splunk 1.448s coverage: 82.5% of statements [2020-12-15T15:04:40.758Z] ? github.com/docker/docker/daemon/names [no test files] [2020-12-15T15:04:40.758Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-12-15T15:04:40.960Z] #41 70.23 AR compel/plugins/std.lib.a [2020-12-15T15:04:40.960Z] #41 70.34 CC compel/plugins/fds/fds.o [2020-12-15T15:04:41.110Z] #43 153.5 CC criu/mount.o [2020-12-15T15:04:41.220Z] #41 70.57 AR compel/plugins/fds.lib.a [2020-12-15T15:04:41.479Z] #41 70.73 HOSTDEP compel/src/lib/log-host.d [2020-12-15T15:04:41.479Z] #41 70.82 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-15T15:04:41.479Z] #41 70.97 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-12-15T15:04:41.737Z] #41 71.03 HOSTDEP compel/src/main-host.d [2020-12-15T15:04:41.738Z] #41 71.11 DEP compel/src/lib/ptrace.d [2020-12-15T15:04:41.995Z] #41 71.29 DEP compel/src/lib/infect.d [2020-12-15T15:04:41.995Z] #41 71.42 DEP compel/src/lib/infect-util.d [2020-12-15T15:04:42.254Z] #41 71.55 DEP compel/src/lib/infect-rpc.d [2020-12-15T15:04:42.304Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 48.2% of statements [2020-12-15T15:04:42.513Z] #41 71.78 DEP compel/arch/x86/src/lib/infect.d [2020-12-15T15:04:42.513Z] #41 71.90 DEP compel/arch/x86/src/lib/cpu.d [2020-12-15T15:04:42.513Z] #41 72.02 DEP compel/src/lib/log.d [2020-12-15T15:04:42.596Z] ok github.com/docker/docker/distribution 0.242s coverage: 25.1% of statements [2020-12-15T15:04:42.596Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-12-15T15:04:42.736Z] #18 30.00 Unpacking bash-completion (1:2.8-6) ... [2020-12-15T15:04:42.772Z] #41 72.09 DEP compel/src/main.d [2020-12-15T15:04:42.772Z] #41 72.15 DEP compel/src/lib/handle-elf.d [2020-12-15T15:04:42.772Z] #41 72.25 DEP compel/arch/x86/src/lib/handle-elf.d [2020-12-15T15:04:43.000Z] #18 30.58 Selecting previously unselected package bzip2. [2020-12-15T15:04:43.000Z] #18 30.58 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-12-15T15:04:43.000Z] #18 30.59 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-15T15:04:43.000Z] #18 30.68 Selecting previously unselected package xz-utils. [2020-12-15T15:04:43.000Z] #18 30.69 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-12-15T15:04:43.000Z] #18 30.71 Unpacking xz-utils (5.2.4-1) ... [2020-12-15T15:04:43.031Z] #41 72.35 CC compel/src/lib/log.o [2020-12-15T15:04:43.230Z] ok github.com/docker/docker/errdefs 0.003s coverage: 53.1% of statements [2020-12-15T15:04:43.263Z] #18 30.86 Selecting previously unselected package apparmor. [2020-12-15T15:04:43.263Z] #18 30.86 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-12-15T15:04:43.263Z] #18 30.94 Unpacking apparmor (2.13.2-10) ... [2020-12-15T15:04:43.292Z] #41 72.59 CC compel/arch/x86/src/lib/cpu.o [2020-12-15T15:04:43.838Z] #18 31.36 Selecting previously unselected package aufs-tools. [2020-12-15T15:04:43.838Z] #18 31.36 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-12-15T15:04:43.838Z] #18 31.41 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-15T15:04:43.838Z] #18 31.55 Selecting previously unselected package libonig5:arm64. [2020-12-15T15:04:43.838Z] #18 31.55 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-12-15T15:04:43.838Z] #18 31.58 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-12-15T15:04:43.935Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2020-12-15T15:04:44.102Z] #18 31.72 Selecting previously unselected package libjq1:arm64. [2020-12-15T15:04:44.102Z] #18 31.73 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-12-15T15:04:44.102Z] #18 31.73 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-12-15T15:04:44.102Z] #18 31.85 Selecting previously unselected package jq. [2020-12-15T15:04:44.102Z] #18 31.86 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-12-15T15:04:44.102Z] #18 31.87 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-15T15:04:44.102Z] #18 31.95 Selecting previously unselected package libaio1:arm64. [2020-12-15T15:04:44.234Z] #56 ... [2020-12-15T15:04:44.234Z] [2020-12-15T15:04:44.234Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:44.234Z] #41 57.82 CC images/cgroup.o [2020-12-15T15:04:44.234Z] #41 58.89 CC images/userns.o [2020-12-15T15:04:44.234Z] #41 59.49 CC images/google/protobuf/descriptor.o [2020-12-15T15:04:44.234Z] #41 62.38 CC images/opts.o [2020-12-15T15:04:44.234Z] #41 62.73 CC images/seccomp.o [2020-12-15T15:04:44.234Z] #41 63.10 CC images/binfmt-misc.o [2020-12-15T15:04:44.366Z] #18 31.95 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-12-15T15:04:44.366Z] #18 31.96 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-12-15T15:04:44.366Z] #18 32.05 Selecting previously unselected package libgpm2:arm64. [2020-12-15T15:04:44.366Z] #18 32.05 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-12-15T15:04:44.366Z] #18 32.06 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-12-15T15:04:44.366Z] #18 32.15 Selecting previously unselected package libicu63:arm64. [2020-12-15T15:04:44.366Z] #18 32.15 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-12-15T15:04:44.495Z] #41 63.39 CC images/time.o [2020-12-15T15:04:44.569Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-12-15T15:04:44.630Z] #18 32.15 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-12-15T15:04:44.668Z] #41 73.93 CC compel/arch/x86/src/lib/infect.o [2020-12-15T15:04:44.668Z] #41 ... [2020-12-15T15:04:44.668Z] [2020-12-15T15:04:44.668Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:04:44.668Z] #11 175.6 Selecting previously unselected package libapparmor1:amd64. [2020-12-15T15:04:44.668Z] #11 175.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 175.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-12-15T15:04:44.668Z] #11 175.8 Selecting previously unselected package libapparmor-dev:amd64. [2020-12-15T15:04:44.668Z] #11 175.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 175.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-12-15T15:04:44.668Z] #11 176.0 Selecting previously unselected package libbtrfs0. [2020-12-15T15:04:44.668Z] #11 176.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 176.0 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-15T15:04:44.668Z] #11 176.2 Selecting previously unselected package libbtrfs-dev. [2020-12-15T15:04:44.668Z] #11 176.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 176.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:04:44.668Z] #11 176.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-12-15T15:04:44.668Z] #11 176.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 176.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-12-15T15:04:44.668Z] #11 176.5 Selecting previously unselected package libudev-dev:amd64. [2020-12-15T15:04:44.668Z] #11 176.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 176.5 Unpacking libudev-dev:amd64 (241-7~deb10u5) ... [2020-12-15T15:04:44.668Z] #11 176.7 Selecting previously unselected package libsepol1-dev:amd64. [2020-12-15T15:04:44.668Z] #11 176.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 176.7 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-12-15T15:04:44.668Z] #11 177.2 Selecting previously unselected package libpcre16-3:amd64. [2020-12-15T15:04:44.668Z] #11 177.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 177.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-12-15T15:04:44.668Z] #11 177.4 Selecting previously unselected package libpcre32-3:amd64. [2020-12-15T15:04:44.668Z] #11 177.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 177.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-12-15T15:04:44.668Z] #11 177.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-12-15T15:04:44.668Z] #11 177.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 177.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-12-15T15:04:44.668Z] #11 178.1 Selecting previously unselected package libpcre3-dev:amd64. [2020-12-15T15:04:44.668Z] #11 178.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 178.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-12-15T15:04:44.668Z] #11 178.8 Selecting previously unselected package libselinux1-dev:amd64. [2020-12-15T15:04:44.668Z] #11 178.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 178.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-12-15T15:04:44.668Z] #11 179.1 Selecting previously unselected package libdevmapper-dev:amd64. [2020-12-15T15:04:44.668Z] #11 179.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 179.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-12-15T15:04:44.668Z] #11 179.3 Selecting previously unselected package libseccomp-dev:amd64. [2020-12-15T15:04:44.668Z] #11 179.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-12-15T15:04:44.668Z] #11 179.4 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-12-15T15:04:44.773Z] #41 63.63 CC images/sysctl.o [2020-12-15T15:04:44.860Z] ok github.com/docker/docker/distribution/xfer 1.873s coverage: 85.1% of statements [2020-12-15T15:04:44.860Z] ? github.com/docker/docker/dockerversion [no test files] [2020-12-15T15:04:44.860Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-12-15T15:04:44.893Z] #18 ... [2020-12-15T15:04:44.893Z] [2020-12-15T15:04:44.893Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:44.893Z] #40 82.86 DEP criu/lsm.d [2020-12-15T15:04:44.893Z] #40 83.02 DEP criu/log.d [2020-12-15T15:04:44.893Z] #40 83.19 DEP criu/libnetlink.d [2020-12-15T15:04:44.893Z] #40 83.41 DEP criu/kerndat.d [2020-12-15T15:04:44.893Z] #40 83.64 DEP criu/kcmp-ids.d [2020-12-15T15:04:44.893Z] #40 83.79 DEP criu/irmap.d [2020-12-15T15:04:44.893Z] #40 83.97 DEP criu/ipc_ns.d [2020-12-15T15:04:44.893Z] #40 84.15 DEP criu/image.d [2020-12-15T15:04:44.893Z] #40 84.33 DEP criu/image-desc.d [2020-12-15T15:04:44.893Z] #40 84.50 DEP criu/fsnotify.d [2020-12-15T15:04:44.893Z] #40 84.65 DEP criu/filesystems.d [2020-12-15T15:04:44.893Z] #40 84.78 DEP criu/files.d [2020-12-15T15:04:44.893Z] #40 84.93 DEP criu/files-reg.d [2020-12-15T15:04:44.893Z] #40 85.05 DEP criu/files-ext.d [2020-12-15T15:04:44.893Z] #40 85.22 DEP criu/file-lock.d [2020-12-15T15:04:44.893Z] #40 85.34 DEP criu/file-ids.d [2020-12-15T15:04:44.893Z] #40 85.47 DEP criu/fifo.d [2020-12-15T15:04:44.893Z] #40 85.64 DEP criu/fdstore.d [2020-12-15T15:04:44.893Z] #40 85.77 DEP criu/fault-injection.d [2020-12-15T15:04:44.893Z] #40 85.83 DEP criu/external.d [2020-12-15T15:04:44.893Z] #40 85.99 DEP criu/eventpoll.d [2020-12-15T15:04:44.893Z] #40 86.20 DEP criu/eventfd.d [2020-12-15T15:04:44.893Z] #40 86.39 DEP criu/crtools.d [2020-12-15T15:04:44.893Z] #40 86.73 DEP criu/cr-service.d [2020-12-15T15:04:44.893Z] #40 86.88 DEP criu/cr-restore.d [2020-12-15T15:04:44.893Z] #40 87.07 DEP criu/cr-errno.d [2020-12-15T15:04:44.893Z] #40 87.09 DEP criu/cr-dump.d [2020-12-15T15:04:44.893Z] #40 87.21 DEP criu/cr-dedup.d [2020-12-15T15:04:44.893Z] #40 87.44 DEP criu/cr-check.d [2020-12-15T15:04:44.893Z] #40 87.69 DEP criu/config.d [2020-12-15T15:04:44.893Z] #40 87.90 DEP criu/clone-noasan.d [2020-12-15T15:04:44.893Z] #40 87.97 DEP criu/cgroup.d [2020-12-15T15:04:44.893Z] #40 88.20 DEP criu/cgroup-props.d [2020-12-15T15:04:44.893Z] #40 88.35 DEP criu/bitmap.d [2020-12-15T15:04:44.893Z] #40 88.38 DEP criu/bfd.d [2020-12-15T15:04:44.893Z] #40 88.51 DEP criu/autofs.d [2020-12-15T15:04:44.893Z] #40 88.68 DEP criu/aio.d [2020-12-15T15:04:44.893Z] #40 88.90 DEP criu/action-scripts.d [2020-12-15T15:04:44.893Z] #40 89.28 CC criu/action-scripts.o [2020-12-15T15:04:44.893Z] #40 89.74 CC criu/aio.o [2020-12-15T15:04:44.893Z] #40 90.24 CC criu/autofs.o [2020-12-15T15:04:44.893Z] #40 91.72 CC criu/bfd.o [2020-12-15T15:04:44.893Z] #40 92.27 CC criu/bitmap.o [2020-12-15T15:04:44.893Z] #40 92.56 CC criu/cgroup-props.o [2020-12-15T15:04:44.926Z] #11 179.6 Selecting previously unselected package libsystemd-dev:amd64. [2020-12-15T15:04:44.926Z] #11 179.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_amd64.deb ... [2020-12-15T15:04:44.926Z] #11 179.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u5) ... [2020-12-15T15:04:45.034Z] #41 63.96 CC images/autofs.o [2020-12-15T15:04:45.155Z] ok github.com/docker/docker/image/v1 0.004s coverage: 25.0% of statements [2020-12-15T15:04:45.155Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-12-15T15:04:45.156Z] #40 93.36 CC criu/cgroup.o [2020-12-15T15:04:45.296Z] #41 64.35 CC images/macvlan.o [2020-12-15T15:04:45.446Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-12-15T15:04:45.493Z] #11 180.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-12-15T15:04:45.557Z] #41 64.66 CC images/sit.o [2020-12-15T15:04:45.628Z] #43 157.6 CC criu/namespaces.o [2020-12-15T15:04:45.752Z] #11 180.3 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-12-15T15:04:45.752Z] #11 180.4 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-12-15T15:04:45.752Z] #11 180.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-15T15:04:45.752Z] #11 180.4 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-12-15T15:04:45.752Z] #11 180.5 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-12-15T15:04:45.752Z] #11 180.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:04:45.752Z] #11 180.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-15T15:04:45.752Z] #11 180.5 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-12-15T15:04:46.011Z] #11 180.6 Setting up libudev-dev:amd64 (241-7~deb10u5) ... [2020-12-15T15:04:46.011Z] #11 180.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-15T15:04:46.011Z] #11 180.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:04:46.011Z] #11 180.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-12-15T15:04:46.011Z] #11 180.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-15T15:04:46.011Z] #11 180.7 Setting up libsystemd-dev:amd64 (241-7~deb10u5) ... [2020-12-15T15:04:46.011Z] #11 180.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-15T15:04:46.011Z] #11 180.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-12-15T15:04:46.011Z] #11 180.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:04:46.011Z] #11 180.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-15T15:04:46.129Z] #41 65.00 CC images/memfd.o [2020-12-15T15:04:46.129Z] #41 ... [2020-12-15T15:04:46.129Z] [2020-12-15T15:04:46.129Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:46.129Z] #43 156.5 vendor/golang.org/x/net/http2/hpack [2020-12-15T15:04:46.129Z] #43 158.0 mime [2020-12-15T15:04:46.129Z] #43 160.8 mime/quotedprintable [2020-12-15T15:04:46.129Z] #43 161.5 net/http/internal [2020-12-15T15:04:46.150Z] ok github.com/docker/docker/oci 0.010s coverage: 8.2% of statements [2020-12-15T15:04:46.270Z] #11 180.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-15T15:04:46.270Z] #11 180.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:04:46.270Z] #11 180.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-15T15:04:46.270Z] #11 180.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-15T15:04:46.270Z] #11 180.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-15T15:04:46.270Z] #11 180.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-12-15T15:04:46.270Z] #11 180.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-12-15T15:04:46.270Z] #11 180.9 Setting up dmsetup (2:1.02.155-3) ... [2020-12-15T15:04:46.270Z] #11 180.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-12-15T15:04:46.270Z] #11 180.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-12-15T15:04:46.270Z] #11 180.9 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:04:46.390Z] #43 ... [2020-12-15T15:04:46.390Z] [2020-12-15T15:04:46.390Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:46.390Z] #41 65.32 CC images/timens.o [2020-12-15T15:04:46.651Z] #41 65.54 LINK images/built-in.o [2020-12-15T15:04:46.783Z] ok github.com/docker/docker/opts 0.017s coverage: 67.1% of statements [2020-12-15T15:04:46.783Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-12-15T15:04:46.912Z] #41 65.82 GEN compel/include/asm [2020-12-15T15:04:46.912Z] #41 65.88 GEN compel/include/version.h [2020-12-15T15:04:46.912Z] #41 65.91 touch .config [2020-12-15T15:04:47.173Z] #41 66.00 GEN include/common/config.h [2020-12-15T15:04:47.173Z] #41 66.11 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-12-15T15:04:47.173Z] #41 66.15 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-12-15T15:04:47.173Z] #41 66.18 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-12-15T15:04:47.173Z] #41 66.19 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-12-15T15:04:47.209Z] #11 DONE 181.7s [2020-12-15T15:04:47.209Z] [2020-12-15T15:04:47.209Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-15T15:04:47.435Z] #41 66.27 DEP compel/arch/x86/plugins/std/memcpy.d [2020-12-15T15:04:47.435Z] #41 66.31 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-12-15T15:04:47.435Z] #41 66.36 GEN compel/plugins/include/uapi/std/syscall.h [2020-12-15T15:04:47.435Z] #41 66.40 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-12-15T15:04:47.435Z] #41 66.44 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-12-15T15:04:47.435Z] #41 66.45 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-12-15T15:04:47.435Z] #41 66.46 DEP compel/plugins/std/infect.d [2020-12-15T15:04:47.696Z] #41 66.64 DEP compel/plugins/std/string.d [2020-12-15T15:04:47.696Z] #41 66.73 DEP compel/plugins/std/log.d [2020-12-15T15:04:47.721Z] #40 ... [2020-12-15T15:04:47.721Z] [2020-12-15T15:04:47.721Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:04:47.721Z] #18 35.14 Selecting previously unselected package libnet1:arm64. [2020-12-15T15:04:47.721Z] #18 35.16 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-12-15T15:04:47.721Z] #18 35.18 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:04:47.721Z] #18 35.29 Selecting previously unselected package libnl-3-200:arm64. [2020-12-15T15:04:47.721Z] #18 35.30 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-12-15T15:04:47.721Z] #18 35.30 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-12-15T15:04:47.721Z] #18 35.41 Selecting previously unselected package libprotobuf-c1:arm64. [2020-12-15T15:04:47.721Z] #18 35.42 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-12-15T15:04:47.721Z] #18 35.43 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-12-15T15:04:47.731Z] #43 159.8 CC criu/net.o [2020-12-15T15:04:47.957Z] #41 66.80 DEP compel/plugins/std/fds.d [2020-12-15T15:04:47.957Z] #41 66.91 DEP compel/plugins/std/std.d [2020-12-15T15:04:47.957Z] #41 67.05 DEP compel/plugins/shmem/shmem.d [2020-12-15T15:04:47.984Z] #18 35.54 Selecting previously unselected package libreadline5:arm64. [2020-12-15T15:04:47.984Z] #18 35.54 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-12-15T15:04:47.984Z] #18 35.55 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-12-15T15:04:47.984Z] #18 35.69 Selecting previously unselected package net-tools. [2020-12-15T15:04:47.984Z] #18 35.71 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-12-15T15:04:47.984Z] #18 35.72 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-15T15:04:48.218Z] #41 67.22 DEP compel/plugins/fds/fds.d [2020-12-15T15:04:48.247Z] #18 35.95 Selecting previously unselected package python-pip-whl. [2020-12-15T15:04:48.247Z] #18 35.97 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-15T15:04:48.247Z] #18 35.98 Unpacking python-pip-whl (18.1-5) ... [2020-12-15T15:04:48.322Z] ok github.com/docker/docker/pkg/archive 0.520s coverage: 76.8% of statements [2020-12-15T15:04:48.479Z] #41 67.48 CC compel/plugins/std/std.o [2020-12-15T15:04:48.773Z] #18 36.37 Selecting previously unselected package python3-lib2to3. [2020-12-15T15:04:48.773Z] #18 36.39 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-15T15:04:48.773Z] #18 36.40 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-15T15:04:48.773Z] #18 36.55 Selecting previously unselected package python3-distutils. [2020-12-15T15:04:48.773Z] #18 36.55 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-15T15:04:48.773Z] #18 36.57 Unpacking python3-distutils (3.7.3-1) ... [2020-12-15T15:04:49.037Z] #18 36.75 Selecting previously unselected package python3-pip. [2020-12-15T15:04:49.037Z] #18 36.76 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-15T15:04:49.037Z] #18 36.77 Unpacking python3-pip (18.1-5) ... [2020-12-15T15:04:49.052Z] #41 68.11 CC compel/plugins/std/fds.o [2020-12-15T15:04:49.303Z] #18 37.08 Selecting previously unselected package python3-pkg-resources. [2020-12-15T15:04:49.303Z] #18 37.09 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-15T15:04:49.303Z] #18 37.10 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-15T15:04:49.424Z] ok github.com/docker/docker/pkg/authorization 0.464s coverage: 68.3% of statements [2020-12-15T15:04:49.566Z] #18 37.30 Selecting previously unselected package python3-setuptools. [2020-12-15T15:04:49.566Z] #18 37.31 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-15T15:04:49.566Z] #18 37.32 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-15T15:04:49.716Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-12-15T15:04:49.716Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-12-15T15:04:49.739Z] #12 DONE 2.3s [2020-12-15T15:04:49.739Z] [2020-12-15T15:04:49.739Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:49.739Z] #51 1.970 + RM_GOPATH=0 [2020-12-15T15:04:49.739Z] #51 1.978 + TMP_GOPATH= [2020-12-15T15:04:49.739Z] #51 1.978 + : /build [2020-12-15T15:04:49.739Z] #51 1.978 + '[' -z '' ']' [2020-12-15T15:04:49.739Z] #51 1.979 ++ mktemp -d [2020-12-15T15:04:49.739Z] #51 1.979 + export GOPATH=/tmp/tmp.IxTqEpJHnH [2020-12-15T15:04:49.739Z] #51 1.979 + GOPATH=/tmp/tmp.IxTqEpJHnH [2020-12-15T15:04:49.739Z] #51 1.979 + RM_GOPATH=1 [2020-12-15T15:04:49.739Z] #51 1.979 + case "$(go env GOARCH)" in [2020-12-15T15:04:49.739Z] #51 1.985 ++ go env GOARCH [2020-12-15T15:04:49.739Z] #51 2.005 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:04:49.739Z] #51 2.005 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:04:49.739Z] #51 2.012 ++ dirname /tmp/install/install.sh [2020-12-15T15:04:49.739Z] #51 2.016 + dir=/tmp/install [2020-12-15T15:04:49.739Z] #51 2.017 + bin=runc [2020-12-15T15:04:49.739Z] #51 2.017 + shift [2020-12-15T15:04:49.739Z] #51 2.017 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-15T15:04:49.739Z] #51 2.017 + . /tmp/install/runc.installer [2020-12-15T15:04:49.739Z] #51 2.020 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-15T15:04:49.739Z] #51 2.020 + install_runc [2020-12-15T15:04:49.739Z] #51 2.021 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-15T15:04:49.739Z] #51 2.024 + uname -r [2020-12-15T15:04:49.739Z] #51 2.025 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-15T15:04:49.739Z] #51 2.025 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-15T15:04:49.739Z] #51 2.025 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-15T15:04:49.739Z] #51 2.026 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.IxTqEpJHnH/src/github.com/opencontainers/runc [2020-12-15T15:04:49.739Z] #51 2.027 Cloning into '/tmp/tmp.IxTqEpJHnH/src/github.com/opencontainers/runc'... [2020-12-15T15:04:49.829Z] #18 37.62 Selecting previously unselected package python3-wheel. [2020-12-15T15:04:49.829Z] #18 37.64 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-15T15:04:49.995Z] #41 68.89 CC compel/plugins/std/log.o [2020-12-15T15:04:50.042Z] 4612f6d0b889: Pull complete [2020-12-15T15:04:50.092Z] #18 37.65 Unpacking python3-wheel (0.32.3-2) ... [2020-12-15T15:04:50.092Z] #18 37.79 Selecting previously unselected package sudo. [2020-12-15T15:04:50.092Z] #18 37.79 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-12-15T15:04:50.092Z] #18 37.83 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-15T15:04:50.667Z] #18 38.39 Selecting previously unselected package thin-provisioning-tools. [2020-12-15T15:04:50.667Z] #18 38.40 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-12-15T15:04:50.667Z] #18 38.41 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-15T15:04:50.930Z] #18 38.70 Selecting previously unselected package uidmap. [2020-12-15T15:04:50.931Z] #18 38.71 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-12-15T15:04:50.931Z] #18 38.71 Unpacking uidmap (1:4.5-1.1) ... [2020-12-15T15:04:50.939Z] #41 ... [2020-12-15T15:04:50.939Z] [2020-12-15T15:04:50.939Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:04:50.939Z] #56 DONE 171.3s [2020-12-15T15:04:50.939Z] [2020-12-15T15:04:50.939Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-12-15T15:04:50.939Z] #57 DONE 0.0s [2020-12-15T15:04:50.939Z] [2020-12-15T15:04:50.939Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-12-15T15:04:50.939Z] #58 DONE 0.1s [2020-12-15T15:04:51.194Z] #18 38.89 Selecting previously unselected package vim-runtime. [2020-12-15T15:04:51.194Z] #18 38.90 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:04:51.194Z] #18 38.95 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-15T15:04:51.194Z] #18 38.98 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-15T15:04:51.194Z] #18 38.99 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-15T15:04:51.200Z] [2020-12-15T15:04:51.200Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:51.200Z] #43 167.7 net/textproto [2020-12-15T15:04:51.200Z] #43 167.8 crypto/x509 [2020-12-15T15:04:51.200Z] #43 169.4 vendor/golang.org/x/net/http/httpguts [2020-12-15T15:04:51.200Z] #43 169.9 vendor/golang.org/x/net/http/httpproxy [2020-12-15T15:04:51.200Z] #43 170.7 mime/multipart [2020-12-15T15:04:51.301Z] #43 163.7 CC criu/netfilter.o [2020-12-15T15:04:51.598Z] #43 164.1 CC criu/page-pipe.o [2020-12-15T15:04:51.643Z] #51 ... [2020-12-15T15:04:51.643Z] [2020-12-15T15:04:51.643Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-15T15:04:51.643Z] #13 DONE 2.3s [2020-12-15T15:04:51.901Z] [2020-12-15T15:04:51.901Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-15T15:04:52.649Z] #43 165.0 CC criu/page-xfer.o [2020-12-15T15:04:53.280Z] #14 1.498 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-15T15:04:53.540Z] #14 DONE 1.8s [2020-12-15T15:04:53.540Z] [2020-12-15T15:04:53.540Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-15T15:04:53.748Z] #43 173.9 crypto/tls [2020-12-15T15:04:53.748Z] #43 ... [2020-12-15T15:04:53.748Z] [2020-12-15T15:04:53.748Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:53.748Z] #41 70.42 CC compel/plugins/std/string.o [2020-12-15T15:04:53.748Z] #41 71.60 CC compel/plugins/std/infect.o [2020-12-15T15:04:53.748Z] #41 72.11 CC compel/arch/x86/plugins/std/parasite-head.o [2020-12-15T15:04:53.748Z] #41 72.20 CC compel/arch/x86/plugins/std/memcpy.o [2020-12-15T15:04:53.748Z] #41 72.24 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-12-15T15:04:53.748Z] #41 72.32 AR compel/plugins/std.lib.a [2020-12-15T15:04:53.748Z] #41 72.42 CC compel/plugins/fds/fds.o [2020-12-15T15:04:53.748Z] #41 72.62 AR compel/plugins/fds.lib.a [2020-12-15T15:04:53.748Z] #41 72.66 HOSTDEP compel/src/lib/log-host.d [2020-12-15T15:04:53.748Z] #41 72.71 HOSTDEP compel/src/lib/handle-elf-host.d [2020-12-15T15:04:53.748Z] #41 72.76 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-12-15T15:04:53.748Z] #41 72.85 HOSTDEP compel/src/main-host.d [2020-12-15T15:04:54.012Z] #41 72.98 DEP compel/src/lib/ptrace.d [2020-12-15T15:04:54.223Z] ok github.com/docker/docker/pkg/chrootarchive 3.496s coverage: 43.2% of statements [2020-12-15T15:04:54.223Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-12-15T15:04:54.223Z] ok github.com/docker/docker/layer 7.914s coverage: 68.8% of statements [2020-12-15T15:04:54.223Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-12-15T15:04:54.223Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-12-15T15:04:54.223Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-12-15T15:04:54.223Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-12-15T15:04:54.223Z] ? github.com/docker/docker/oci/caps [no test files] [2020-12-15T15:04:54.223Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-12-15T15:04:54.223Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-12-15T15:04:54.223Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2020-12-15T15:04:54.273Z] #41 73.13 DEP compel/src/lib/infect.d [2020-12-15T15:04:54.514Z] #18 42.01 Selecting previously unselected package vim. [2020-12-15T15:04:54.514Z] #18 42.01 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-12-15T15:04:54.514Z] #18 42.05 Unpacking vim (2:8.1.0875-5) ... [2020-12-15T15:04:54.535Z] #41 73.38 DEP compel/src/lib/infect-util.d [2020-12-15T15:04:54.535Z] #41 73.55 DEP compel/src/lib/infect-rpc.d [2020-12-15T15:04:54.568Z] ok github.com/docker/docker/pkg/discovery/file 0.001s coverage: 92.9% of statements [2020-12-15T15:04:54.749Z] #43 166.9 CC criu/pagemap-cache.o [2020-12-15T15:04:54.777Z] #18 42.59 Selecting previously unselected package xfsprogs. [2020-12-15T15:04:54.777Z] #18 42.59 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-12-15T15:04:54.777Z] #18 42.63 Unpacking xfsprogs (4.20.0-1) ... [2020-12-15T15:04:54.796Z] #41 73.72 DEP compel/arch/x86/src/lib/infect.d [2020-12-15T15:04:55.048Z] #43 167.3 CC criu/pagemap.o [2020-12-15T15:04:55.057Z] #41 73.86 DEP compel/arch/x86/src/lib/cpu.d [2020-12-15T15:04:55.057Z] #41 73.99 DEP compel/src/lib/log.d [2020-12-15T15:04:55.057Z] #41 74.13 DEP compel/src/main.d [2020-12-15T15:04:55.201Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-12-15T15:04:55.318Z] #41 74.31 DEP compel/src/lib/handle-elf.d [2020-12-15T15:04:55.444Z] #15 DONE 1.9s [2020-12-15T15:04:55.444Z] [2020-12-15T15:04:55.444Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:55.444Z] #41 75.22 CC compel/src/lib/infect-rpc.o [2020-12-15T15:04:55.444Z] #41 75.54 CC compel/src/lib/infect-util.o [2020-12-15T15:04:55.444Z] #41 75.85 CC compel/src/lib/infect.o [2020-12-15T15:04:55.444Z] #41 79.03 CC compel/src/lib/ptrace.o [2020-12-15T15:04:55.444Z] #41 79.75 AR compel/libcompel.a [2020-12-15T15:04:55.444Z] #41 79.87 HOSTCC compel/src/main-host.o [2020-12-15T15:04:55.444Z] #41 80.38 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-12-15T15:04:55.444Z] #41 80.60 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-15T15:04:55.444Z] #41 81.11 HOSTCC compel/src/lib/log-host.o [2020-12-15T15:04:55.444Z] #41 81.54 HOSTLINK compel/compel-host-bin [2020-12-15T15:04:55.444Z] #41 81.76 DEP soccr/soccr.d [2020-12-15T15:04:55.444Z] #41 82.03 CC soccr/soccr.o [2020-12-15T15:04:55.444Z] #41 84.03 AR soccr/libsoccr.a [2020-12-15T15:04:55.444Z] #41 84.09 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-15T15:04:55.444Z] #41 84.80 DEP criu/arch/x86/sigframe.d [2020-12-15T15:04:55.444Z] #41 ... [2020-12-15T15:04:55.444Z] [2020-12-15T15:04:55.444Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-15T15:04:55.493Z] ok github.com/docker/docker/pkg/discovery/nodes 0.001s coverage: 93.8% of statements [2020-12-15T15:04:55.579Z] #41 74.46 DEP compel/arch/x86/src/lib/handle-elf.d [2020-12-15T15:04:55.616Z] #18 43.14 Selecting previously unselected package zip. [2020-12-15T15:04:55.616Z] #18 43.14 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-12-15T15:04:55.616Z] #18 43.16 Unpacking zip (3.0-11+b1) ... [2020-12-15T15:04:55.702Z] #16 ... [2020-12-15T15:04:55.702Z] [2020-12-15T15:04:55.702Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:04:55.702Z] #43 180.4 net/http/httptrace [2020-12-15T15:04:55.702Z] #43 180.7 net/http [2020-12-15T15:04:55.702Z] #43 ... [2020-12-15T15:04:55.702Z] [2020-12-15T15:04:55.702Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:55.702Z] #41 85.02 DEP criu/arch/x86/sigaction_compat.d [2020-12-15T15:04:55.702Z] #41 85.20 DEP criu/arch/x86/kerndat.d [2020-12-15T15:04:55.785Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2020-12-15T15:04:55.845Z] #41 74.83 CC compel/src/lib/log.o [2020-12-15T15:04:55.880Z] #18 43.46 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-15T15:04:55.880Z] #18 43.50 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-15T15:04:55.880Z] #18 43.53 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-12-15T15:04:55.880Z] #18 43.55 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-12-15T15:04:55.880Z] #18 43.58 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-12-15T15:04:55.880Z] #18 43.69 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-12-15T15:04:56.100Z] #43 168.4 CC criu/parasite-syscall.o [2020-12-15T15:04:56.142Z] #18 43.73 Setting up uidmap (1:4.5-1.1) ... [2020-12-15T15:04:56.142Z] #18 43.75 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-12-15T15:04:56.142Z] #18 43.77 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:04:56.142Z] #18 43.78 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-15T15:04:56.142Z] #18 43.82 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-12-15T15:04:56.142Z] #18 43.89 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-12-15T15:04:56.142Z] #18 43.92 Setting up xxd (2:8.1.0875-5) ... [2020-12-15T15:04:56.142Z] #18 43.94 Setting up zip (3.0-11+b1) ... [2020-12-15T15:04:56.271Z] #41 85.48 DEP criu/arch/x86/crtools.d [2020-12-15T15:04:56.271Z] #41 85.68 DEP criu/arch/x86/cpu.d [2020-12-15T15:04:56.405Z] #18 43.96 Setting up vim-common (2:8.1.0875-5) ... [2020-12-15T15:04:56.405Z] #18 44.03 Setting up bash-completion (1:2.8-6) ... [2020-12-15T15:04:56.417Z] #41 75.20 CC compel/arch/x86/src/lib/cpu.o [2020-12-15T15:04:56.529Z] #41 85.97 CC criu/arch/x86/cpu.o [2020-12-15T15:04:56.788Z] #41 ... [2020-12-15T15:04:56.788Z] [2020-12-15T15:04:56.788Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-15T15:04:56.788Z] #16 DONE 1.4s [2020-12-15T15:04:56.788Z] [2020-12-15T15:04:56.788Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-15T15:04:57.155Z] #43 169.5 CC criu/path.o [2020-12-15T15:04:57.317Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-12-15T15:04:57.454Z] #43 169.9 CC criu/pie-util-vdso.o [2020-12-15T15:04:57.608Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2020-12-15T15:04:57.802Z] #41 76.44 CC compel/arch/x86/src/lib/infect.o [2020-12-15T15:04:58.063Z] #41 ... [2020-12-15T15:04:58.063Z] [2020-12-15T15:04:58.063Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-12-15T15:04:58.063Z] #11 178.3 Selecting previously unselected package libapparmor1:amd64. [2020-12-15T15:04:58.063Z] #11 178.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-12-15T15:04:58.063Z] #11 178.3 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-12-15T15:04:58.063Z] #11 178.5 Selecting previously unselected package libapparmor-dev:amd64. [2020-12-15T15:04:58.063Z] #11 178.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-12-15T15:04:58.064Z] #11 178.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-12-15T15:04:58.110Z] #43 170.4 CC criu/pie-util.o [2020-12-15T15:04:58.110Z] #43 170.6 CC criu/pipes.o [2020-12-15T15:04:58.241Z] ok github.com/docker/docker/pkg/discovery/kv 3.061s coverage: 84.1% of statements [2020-12-15T15:04:58.241Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements [2020-12-15T15:04:58.325Z] #11 178.7 Selecting previously unselected package libbtrfs0. [2020-12-15T15:04:58.325Z] #11 178.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-12-15T15:04:58.325Z] #11 178.8 Unpacking libbtrfs0 (4.20.1-2) ... [2020-12-15T15:04:58.332Z] #18 ... [2020-12-15T15:04:58.332Z] [2020-12-15T15:04:58.332Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:58.332Z] #40 96.45 CC criu/clone-noasan.o [2020-12-15T15:04:58.332Z] #40 96.83 CC criu/config.o [2020-12-15T15:04:58.332Z] #40 98.54 CC criu/cr-check.o [2020-12-15T15:04:58.332Z] #40 100.5 CC criu/cr-dedup.o [2020-12-15T15:04:58.332Z] #40 101.2 CC criu/cr-dump.o [2020-12-15T15:04:58.332Z] #40 103.9 CC criu/cr-errno.o [2020-12-15T15:04:58.332Z] #40 104.1 CC criu/cr-restore.o [2020-12-15T15:04:58.533Z] ok github.com/docker/docker/pkg/fsutils 0.426s coverage: 85.1% of statements [2020-12-15T15:04:58.586Z] #11 178.8 Selecting previously unselected package libbtrfs-dev. [2020-12-15T15:04:58.586Z] #11 178.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-12-15T15:04:58.586Z] #11 178.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:04:58.690Z] #17 DONE 1.9s [2020-12-15T15:04:58.690Z] [2020-12-15T15:04:58.690Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:04:58.690Z] #41 87.25 CC criu/arch/x86/crtools.o [2020-12-15T15:04:58.848Z] #11 179.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-12-15T15:04:58.848Z] #11 179.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-12-15T15:04:58.848Z] #11 179.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-12-15T15:04:58.848Z] #11 179.3 Selecting previously unselected package libudev-dev:amd64. [2020-12-15T15:04:58.848Z] #11 179.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_amd64.deb ... [2020-12-15T15:04:58.848Z] #11 179.3 Unpacking libudev-dev:amd64 (241-7~deb10u5) ... [2020-12-15T15:04:59.109Z] #11 179.5 Selecting previously unselected package libsepol1-dev:amd64. [2020-12-15T15:04:59.109Z] #11 179.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-12-15T15:04:59.109Z] #11 179.5 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-12-15T15:04:59.159Z] #43 171.5 CC criu/plugin.o [2020-12-15T15:04:59.167Z] ok github.com/docker/docker/pkg/idtools 0.312s coverage: 70.1% of statements [2020-12-15T15:04:59.370Z] #11 179.8 Selecting previously unselected package libpcre16-3:amd64. [2020-12-15T15:04:59.370Z] #11 179.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-12-15T15:04:59.370Z] #11 179.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-12-15T15:04:59.459Z] ok github.com/docker/docker/pkg/ioutils 0.372s coverage: 70.6% of statements [2020-12-15T15:04:59.633Z] #11 180.1 Selecting previously unselected package libpcre32-3:amd64. [2020-12-15T15:04:59.633Z] #11 180.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-12-15T15:04:59.633Z] #11 180.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-12-15T15:04:59.726Z] #40 ... [2020-12-15T15:04:59.726Z] [2020-12-15T15:04:59.726Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:04:59.726Z] #18 47.29 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-12-15T15:04:59.726Z] #18 47.31 Setting up xz-utils (5.2.4-1) ... [2020-12-15T15:04:59.726Z] #18 47.34 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-15T15:04:59.726Z] #18 47.36 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-15T15:04:59.726Z] #18 47.50 invoke-rc.d: could not determine current runlevel [2020-12-15T15:04:59.726Z] #18 47.51 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-15T15:04:59.726Z] #18 47.52 Setting up pigz (2.4-1) ... [2020-12-15T15:04:59.726Z] #18 47.54 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-12-15T15:04:59.726Z] #18 47.56 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-12-15T15:04:59.726Z] #18 47.59 Setting up python-pip-whl (18.1-5) ... [2020-12-15T15:04:59.726Z] #18 47.60 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-12-15T15:04:59.804Z] #43 172.0 CC criu/proc_parse.o [2020-12-15T15:04:59.818Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2020-12-15T15:04:59.818Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-12-15T15:04:59.818Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2020-12-15T15:04:59.818Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-12-15T15:04:59.818Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-12-15T15:04:59.818Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2020-12-15T15:04:59.818Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-12-15T15:04:59.895Z] #11 180.4 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-12-15T15:04:59.895Z] #11 180.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-12-15T15:04:59.895Z] #11 180.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-12-15T15:04:59.895Z] #11 180.5 Selecting previously unselected package libpcre3-dev:amd64. [2020-12-15T15:04:59.991Z] #18 47.62 Setting up vim-runtime (2:8.1.0875-5) ... [2020-12-15T15:05:00.109Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2020-12-15T15:05:00.156Z] #11 180.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-12-15T15:05:00.156Z] #11 180.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-12-15T15:05:00.255Z] #18 48.14 Setting up libaio1:arm64 (0.3.112-3) ... [2020-12-15T15:05:00.401Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-12-15T15:05:00.402Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.001s coverage: 86.7% of statements [2020-12-15T15:05:00.402Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-12-15T15:05:00.402Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-12-15T15:05:00.402Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-12-15T15:05:00.518Z] #18 48.18 Setting up libonig5:arm64 (6.9.1-1) ... [2020-12-15T15:05:00.518Z] #18 48.20 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-12-15T15:05:00.518Z] #18 48.22 Setting up vim (2:8.1.0875-5) ... [2020-12-15T15:05:00.518Z] #18 48.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-15T15:05:00.518Z] #18 48.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-15T15:05:00.518Z] #18 48.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-15T15:05:00.518Z] #18 48.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-15T15:05:00.518Z] #18 48.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-15T15:05:00.518Z] #18 48.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-15T15:05:00.518Z] #18 48.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-15T15:05:00.518Z] #18 48.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-15T15:05:00.518Z] #18 48.32 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-12-15T15:05:00.518Z] #18 48.34 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-15T15:05:00.518Z] #18 48.36 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-12-15T15:05:00.518Z] #18 48.38 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-15T15:05:00.518Z] #18 48.42 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-12-15T15:05:00.595Z] #41 89.57 CC criu/arch/x86/kerndat.o [2020-12-15T15:05:00.731Z] #11 181.1 Selecting previously unselected package libselinux1-dev:amd64. [2020-12-15T15:05:00.731Z] #11 181.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-12-15T15:05:00.731Z] #11 181.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-12-15T15:05:00.780Z] #18 48.46 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-15T15:05:00.854Z] #41 90.33 CC criu/arch/x86/sigaction_compat.o [2020-12-15T15:05:00.993Z] #11 181.4 Selecting previously unselected package libdevmapper-dev:amd64. [2020-12-15T15:05:00.993Z] #11 181.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-12-15T15:05:00.993Z] #11 181.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-12-15T15:05:00.993Z] #11 181.6 Selecting previously unselected package libseccomp-dev:amd64. [2020-12-15T15:05:00.993Z] #11 181.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-12-15T15:05:01.035Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.013s coverage: 56.8% of statements [2020-12-15T15:05:01.254Z] #11 181.6 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-12-15T15:05:01.422Z] #41 90.86 CC criu/arch/x86/sigframe.o [2020-12-15T15:05:01.516Z] #11 181.8 Selecting previously unselected package libsystemd-dev:amd64. [2020-12-15T15:05:01.516Z] #11 181.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_amd64.deb ... [2020-12-15T15:05:01.516Z] #11 181.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u5) ... [2020-12-15T15:05:01.737Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-12-15T15:05:02.029Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-12-15T15:05:02.029Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-12-15T15:05:02.058Z] #41 91.37 LINK criu/arch/x86/crtools.built-in.o [2020-12-15T15:05:02.058Z] #41 91.52 DEP criu/pie/util-vdso-elf32.d [2020-12-15T15:05:02.088Z] #11 182.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-12-15T15:05:02.088Z] #11 182.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-12-15T15:05:02.088Z] #11 182.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-12-15T15:05:02.088Z] #11 182.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-12-15T15:05:02.088Z] #11 182.7 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-12-15T15:05:02.088Z] #11 182.7 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-12-15T15:05:02.088Z] #11 182.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:05:02.088Z] #11 182.7 Setting up libbtrfs0 (4.20.1-2) ... [2020-12-15T15:05:02.349Z] #11 182.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-12-15T15:05:02.349Z] #11 182.7 Setting up libudev-dev:amd64 (241-7~deb10u5) ... [2020-12-15T15:05:02.610Z] #11 182.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-12-15T15:05:02.610Z] #11 182.9 Setting up libbtrfs-dev (4.20.1-2) ... [2020-12-15T15:05:02.610Z] #11 183.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-12-15T15:05:02.610Z] #11 183.0 Setting up mingw-w64-common (6.0.0-3) ... [2020-12-15T15:05:02.610Z] #11 183.1 Setting up libsystemd-dev:amd64 (241-7~deb10u5) ... [2020-12-15T15:05:02.610Z] #11 183.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-12-15T15:05:02.610Z] #11 183.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-12-15T15:05:02.610Z] #11 183.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:05:02.610Z] #11 183.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-15T15:05:02.610Z] #11 183.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-12-15T15:05:02.610Z] #11 183.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-12-15T15:05:02.637Z] #41 91.79 DEP criu/pie/util-vdso.d [2020-12-15T15:05:02.637Z] #41 92.08 DEP criu/pie/util.d [2020-12-15T15:05:02.871Z] #11 183.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-15T15:05:02.871Z] #11 183.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-12-15T15:05:02.871Z] #11 183.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-12-15T15:05:02.871Z] #11 183.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-12-15T15:05:02.871Z] #11 183.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-12-15T15:05:02.871Z] #11 183.3 Setting up dmsetup (2:1.02.155-3) ... [2020-12-15T15:05:02.871Z] #11 183.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-12-15T15:05:02.871Z] #11 183.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-12-15T15:05:02.871Z] #11 183.4 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:05:03.219Z] #41 92.37 CC criu/pie/util.o [2020-12-15T15:05:03.539Z] ok github.com/docker/docker/pkg/pubsub 1.019s coverage: 75.0% of statements [2020-12-15T15:05:03.539Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-12-15T15:05:03.822Z] #41 92.95 CC criu/pie/util-vdso.o [2020-12-15T15:05:04.099Z] #18 51.53 Setting up iptables (1.8.2-4) ... [2020-12-15T15:05:04.099Z] #18 51.58 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-15T15:05:04.099Z] #18 51.60 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-15T15:05:04.099Z] #18 51.60 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-15T15:05:04.099Z] #18 51.60 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-15T15:05:04.099Z] #18 51.64 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-15T15:05:04.099Z] #18 51.65 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-15T15:05:04.099Z] #18 51.68 Setting up python3 (3.7.3-1) ... [2020-12-15T15:05:04.258Z] #11 DONE 184.8s [2020-12-15T15:05:04.258Z] [2020-12-15T15:05:04.258Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-12-15T15:05:04.307Z] #43 176.2 CC criu/protobuf-desc.o [2020-12-15T15:05:04.307Z] #43 ... [2020-12-15T15:05:04.307Z] [2020-12-15T15:05:04.307Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:04.307Z] #53 126.0 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-15T15:05:04.362Z] #18 52.22 Setting up python3-wheel (0.32.3-2) ... [2020-12-15T15:05:04.758Z] #41 94.20 CC criu/pie/util-vdso-elf32.o [2020-12-15T15:05:05.692Z] #41 ... [2020-12-15T15:05:05.692Z] [2020-12-15T15:05:05.692Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:05.692Z] #43 200.3 github.com/LK4D4/vndr/godl [2020-12-15T15:05:05.768Z] #18 53.30 Setting up apparmor (2.13.2-10) ... [2020-12-15T15:05:06.335Z] ok github.com/docker/docker/pkg/signal 2.345s coverage: 61.0% of statements [2020-12-15T15:05:06.410Z] #53 128.2 + mkdir -p /build [2020-12-15T15:05:06.410Z] #53 128.3 + cp runc /build/runc [2020-12-15T15:05:06.410Z] #53 DONE 128.4s [2020-12-15T15:05:06.410Z] [2020-12-15T15:05:06.410Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:05:06.410Z] #40 243.0 + dpkg --print-architecture [2020-12-15T15:05:06.410Z] #40 243.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-12-15T15:05:06.627Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-12-15T15:05:06.627Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-12-15T15:05:06.808Z] #12 DONE 2.3s [2020-12-15T15:05:06.808Z] [2020-12-15T15:05:06.808Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-12-15T15:05:06.919Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-12-15T15:05:07.056Z] #40 244.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-12-15T15:05:07.056Z] #40 244.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-12-15T15:05:07.069Z] #43 201.7 github.com/LK4D4/vndr [2020-12-15T15:05:07.553Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2020-12-15T15:05:07.696Z] #18 55.48 Setting up xfsprogs (4.20.0-1) ... [2020-12-15T15:05:07.696Z] #18 55.49 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-15T15:05:07.845Z] ok github.com/docker/docker/pkg/system 0.045s coverage: 36.9% of statements [2020-12-15T15:05:08.137Z] ok github.com/docker/docker/pkg/tailfile 0.041s coverage: 88.6% of statements [2020-12-15T15:05:08.273Z] #18 56.12 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-15T15:05:08.448Z] #43 ... [2020-12-15T15:05:08.448Z] [2020-12-15T15:05:08.448Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:08.448Z] #18 1.931 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:05:08.448Z] #18 2.020 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:05:08.448Z] #18 2.118 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:05:08.448Z] #18 2.852 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:05:08.448Z] #18 4.733 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:05:08.448Z] #18 6.830 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:05:08.707Z] #18 ... [2020-12-15T15:05:08.707Z] [2020-12-15T15:05:08.707Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:08.707Z] #41 95.61 AR criu/pie/pie.lib.a [2020-12-15T15:05:08.707Z] #41 95.69 DEP criu/pie/restorer.d [2020-12-15T15:05:08.707Z] #41 96.13 DEP criu/arch/x86/sigaction_compat_pie.d [2020-12-15T15:05:08.707Z] #41 96.40 DEP criu/arch/x86/restorer_unmap.d [2020-12-15T15:05:08.707Z] #41 96.53 DEP criu/arch/x86/restorer.d [2020-12-15T15:05:08.707Z] #41 96.91 DEP criu/arch/x86/vdso-pie.d [2020-12-15T15:05:08.707Z] #41 97.19 DEP criu/pie/parasite-vdso.d [2020-12-15T15:05:08.707Z] #41 97.53 DEP criu/pie/parasite.d [2020-12-15T15:05:08.707Z] #41 97.94 CC criu/pie/parasite.o [2020-12-15T15:05:08.725Z] #13 DONE 1.8s [2020-12-15T15:05:08.725Z] [2020-12-15T15:05:08.725Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-15T15:05:08.725Z] #14 ... [2020-12-15T15:05:08.725Z] [2020-12-15T15:05:08.725Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:08.725Z] #41 77.42 CC compel/src/lib/infect-rpc.o [2020-12-15T15:05:08.725Z] #41 77.73 CC compel/src/lib/infect-util.o [2020-12-15T15:05:08.725Z] #41 78.10 CC compel/src/lib/infect.o [2020-12-15T15:05:08.725Z] #41 81.64 CC compel/src/lib/ptrace.o [2020-12-15T15:05:08.725Z] #41 82.32 AR compel/libcompel.a [2020-12-15T15:05:08.725Z] #41 82.41 HOSTCC compel/src/main-host.o [2020-12-15T15:05:08.725Z] #41 82.91 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-12-15T15:05:08.725Z] #41 83.12 HOSTCC compel/src/lib/handle-elf-host.o [2020-12-15T15:05:08.725Z] #41 83.77 HOSTCC compel/src/lib/log-host.o [2020-12-15T15:05:08.725Z] #41 84.04 HOSTLINK compel/compel-host-bin [2020-12-15T15:05:08.725Z] #41 84.32 DEP soccr/soccr.d [2020-12-15T15:05:08.725Z] #41 84.54 CC soccr/soccr.o [2020-12-15T15:05:08.725Z] #41 86.80 AR soccr/libsoccr.a [2020-12-15T15:05:08.725Z] #41 86.91 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-15T15:05:08.725Z] #41 87.36 DEP criu/arch/x86/sigframe.d [2020-12-15T15:05:08.725Z] #41 87.43 DEP criu/arch/x86/sigaction_compat.d [2020-12-15T15:05:08.725Z] #41 87.62 DEP criu/arch/x86/kerndat.d [2020-12-15T15:05:08.725Z] #41 ... [2020-12-15T15:05:08.725Z] [2020-12-15T15:05:08.725Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:08.725Z] #51 2.142 + RM_GOPATH=0 [2020-12-15T15:05:08.725Z] #51 2.142 + TMP_GOPATH= [2020-12-15T15:05:08.725Z] #51 2.142 + : /build [2020-12-15T15:05:08.725Z] #51 2.142 + '[' -z '' ']' [2020-12-15T15:05:08.725Z] #51 2.142 ++ mktemp -d [2020-12-15T15:05:08.725Z] #51 2.142 + export GOPATH=/tmp/tmp.jP11l6C6RP [2020-12-15T15:05:08.725Z] #51 2.142 + GOPATH=/tmp/tmp.jP11l6C6RP [2020-12-15T15:05:08.725Z] #51 2.142 + RM_GOPATH=1 [2020-12-15T15:05:08.725Z] #51 2.142 + case "$(go env GOARCH)" in [2020-12-15T15:05:08.725Z] #51 2.154 ++ go env GOARCH [2020-12-15T15:05:08.725Z] #51 2.164 + export GO_BUILDMODE=-buildmode=pie [2020-12-15T15:05:08.725Z] #51 2.164 + GO_BUILDMODE=-buildmode=pie [2020-12-15T15:05:08.725Z] #51 2.165 ++ dirname /tmp/install/install.sh [2020-12-15T15:05:08.725Z] #51 2.186 + dir=/tmp/install [2020-12-15T15:05:08.725Z] #51 2.186 + bin=runc [2020-12-15T15:05:08.725Z] #51 2.186 + shift [2020-12-15T15:05:08.725Z] #51 2.186 + '[' '!' -f /tmp/install/runc.installer ']' [2020-12-15T15:05:08.725Z] #51 2.186 + . /tmp/install/runc.installer [2020-12-15T15:05:08.725Z] #51 2.186 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-15T15:05:08.725Z] #51 2.186 + install_runc [2020-12-15T15:05:08.725Z] #51 2.186 + grep -q '^3\.10\.0.*\.el7\.' [2020-12-15T15:05:08.725Z] #51 2.186 + uname -r [2020-12-15T15:05:08.725Z] #51 2.226 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-12-15T15:05:08.725Z] #51 2.226 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-12-15T15:05:08.725Z] #51 2.226 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jP11l6C6RP/src/github.com/opencontainers/runc [2020-12-15T15:05:08.725Z] #51 2.226 Cloning into '/tmp/tmp.jP11l6C6RP/src/github.com/opencontainers/runc'... [2020-12-15T15:05:08.725Z] #51 2.227 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-12-15T15:05:08.770Z] ok github.com/docker/docker/pkg/tarsum 0.026s coverage: 89.3% of statements [2020-12-15T15:05:08.770Z] testing: warning: no tests to run [2020-12-15T15:05:08.770Z] coverage: [no statements] [2020-12-15T15:05:08.770Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-12-15T15:05:09.062Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-12-15T15:05:09.353Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-12-15T15:05:09.353Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-12-15T15:05:09.669Z] #18 57.52 Setting up python3-distutils (3.7.3-1) ... [2020-12-15T15:05:09.933Z] #18 ... [2020-12-15T15:05:09.933Z] [2020-12-15T15:05:09.933Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:09.933Z] #50 75.07 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-15T15:05:10.059Z] sha256:8a18c026729aab0027a79e2887dd104a1b70f419f31bdf402f97651ef971170e [2020-12-15T15:05:10.059Z] INFO: Starting docker-py tests... [2020-12-15T15:05:10.059Z] ============================= test session starts ============================== [2020-12-15T15:05:10.059Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2020-12-15T15:05:10.059Z] rootdir: /src, inifile: pytest.ini [2020-12-15T15:05:10.059Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-12-15T15:05:10.127Z] #51 ... [2020-12-15T15:05:10.127Z] [2020-12-15T15:05:10.127Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-12-15T15:05:10.127Z] #14 1.193 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-12-15T15:05:10.127Z] #14 DONE 1.4s [2020-12-15T15:05:10.127Z] [2020-12-15T15:05:10.127Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-12-15T15:05:10.315Z] collected 389 items / 1 deselected / 388 selected [2020-12-15T15:05:10.315Z] [2020-12-15T15:05:10.508Z] #50 ... [2020-12-15T15:05:10.508Z] [2020-12-15T15:05:10.508Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:10.508Z] #40 108.6 CC criu/cr-service.o [2020-12-15T15:05:10.508Z] #40 110.5 CC criu/crtools.o [2020-12-15T15:05:10.508Z] #40 111.2 CC criu/eventfd.o [2020-12-15T15:05:10.508Z] #40 111.6 CC criu/eventpoll.o [2020-12-15T15:05:10.508Z] #40 112.9 CC criu/external.o [2020-12-15T15:05:10.508Z] #40 113.4 CC criu/fault-injection.o [2020-12-15T15:05:10.508Z] #40 113.5 CC criu/fdstore.o [2020-12-15T15:05:10.508Z] #40 114.0 CC criu/fifo.o [2020-12-15T15:05:10.508Z] #40 114.5 CC criu/file-ids.o [2020-12-15T15:05:10.508Z] #40 114.8 CC criu/file-lock.o [2020-12-15T15:05:10.508Z] #40 115.8 CC criu/files-ext.o [2020-12-15T15:05:10.508Z] #40 116.1 CC criu/files-reg.o [2020-12-15T15:05:10.508Z] #40 118.5 CC criu/files.o [2020-12-15T15:05:10.508Z] #40 ... [2020-12-15T15:05:10.508Z] [2020-12-15T15:05:10.508Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:10.508Z] #18 58.16 Setting up python3-setuptools (40.8.0-1) ... [2020-12-15T15:05:10.804Z] #41 99.76 LINK criu/pie/parasite.built-in.o [2020-12-15T15:05:10.804Z] #41 99.78 GEN criu/pie/parasite-blob.h [2020-12-15T15:05:10.804Z] #41 99.83 CC criu/pie/parasite-vdso.o [2020-12-15T15:05:11.064Z] #41 ... [2020-12-15T15:05:11.064Z] [2020-12-15T15:05:11.064Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:11.064Z] #51 14.14 + cd /tmp/tmp.IxTqEpJHnH/src/github.com/opencontainers/runc [2020-12-15T15:05:11.064Z] #51 14.14 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-15T15:05:11.064Z] #51 15.37 + '[' -z '' ']' [2020-12-15T15:05:11.064Z] #51 15.37 + target=static [2020-12-15T15:05:11.064Z] #51 15.37 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-15T15:05:11.064Z] #51 15.73 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-15T15:05:11.429Z] ok github.com/docker/docker/plugin 0.545s coverage: 23.2% of statements [2020-12-15T15:05:11.514Z] #15 DONE 1.6s [2020-12-15T15:05:11.514Z] [2020-12-15T15:05:11.514Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-15T15:05:11.632Z] #51 ... [2020-12-15T15:05:11.633Z] [2020-12-15T15:05:11.633Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:11.633Z] #41 100.9 CC criu/arch/x86/vdso-pie.o [2020-12-15T15:05:11.720Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-12-15T15:05:11.893Z] #41 101.3 CC criu/arch/x86/restorer.o [2020-12-15T15:05:12.012Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 86.4% of statements [2020-12-15T15:05:12.432Z] #18 59.83 Setting up python3-pip (18.1-5) ... [2020-12-15T15:05:12.459Z] #16 ... [2020-12-15T15:05:12.459Z] [2020-12-15T15:05:12.459Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:12.459Z] #43 182.8 net/http/httptrace [2020-12-15T15:05:12.459Z] #43 183.2 net/http [2020-12-15T15:05:12.459Z] #43 ... [2020-12-15T15:05:12.459Z] [2020-12-15T15:05:12.459Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:12.459Z] #41 87.88 DEP criu/arch/x86/crtools.d [2020-12-15T15:05:12.459Z] #41 88.05 DEP criu/arch/x86/cpu.d [2020-12-15T15:05:12.459Z] #41 88.22 CC criu/arch/x86/cpu.o [2020-12-15T15:05:12.459Z] #41 89.36 CC criu/arch/x86/crtools.o [2020-12-15T15:05:12.463Z] #41 101.9 CC criu/arch/x86/restorer_unmap.o [2020-12-15T15:05:12.721Z] #41 102.0 CC criu/arch/x86/sigaction_compat_pie.o [2020-12-15T15:05:12.983Z] #41 102.4 CC criu/pie/restorer.o [2020-12-15T15:05:13.031Z] #41 ... [2020-12-15T15:05:13.031Z] [2020-12-15T15:05:13.031Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-12-15T15:05:13.031Z] #16 DONE 1.4s [2020-12-15T15:05:13.031Z] [2020-12-15T15:05:13.031Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:13.031Z] #41 91.85 CC criu/arch/x86/kerndat.o [2020-12-15T15:05:13.522Z] ok github.com/docker/docker/quota 0.652s coverage: 71.4% of statements [2020-12-15T15:05:13.814Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-12-15T15:05:13.975Z] #41 92.92 CC criu/arch/x86/sigaction_compat.o [2020-12-15T15:05:14.362Z] #18 ... [2020-12-15T15:05:14.362Z] [2020-12-15T15:05:14.362Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:05:14.362Z] #46 191.7 + /build/golangci-lint --version [2020-12-15T15:05:14.362Z] #46 192.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-15T15:05:14.362Z] #46 DONE 195.2s [2020-12-15T15:05:14.548Z] #41 93.38 CC criu/arch/x86/sigframe.o [2020-12-15T15:05:14.548Z] #41 ... [2020-12-15T15:05:14.548Z] [2020-12-15T15:05:14.548Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-12-15T15:05:14.548Z] #17 DONE 1.6s [2020-12-15T15:05:14.624Z] [2020-12-15T15:05:14.624Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:14.624Z] #50 79.16 + mkdir -p /build [2020-12-15T15:05:14.624Z] #50 79.16 + cp runc /build/runc [2020-12-15T15:05:14.810Z] [2020-12-15T15:05:14.810Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:14.849Z] ok github.com/docker/docker/registry 0.083s coverage: 57.2% of statements [2020-12-15T15:05:14.886Z] #50 DONE 79.9s [2020-12-15T15:05:14.886Z] [2020-12-15T15:05:14.886Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:14.886Z] #40 121.1 CC criu/filesystems.o [2020-12-15T15:05:14.886Z] #40 121.6 CC criu/fsnotify.o [2020-12-15T15:05:14.886Z] #40 123.0 CC criu/image-desc.o [2020-12-15T15:05:15.141Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-12-15T15:05:15.147Z] #40 123.1 CC criu/image.o [2020-12-15T15:05:15.433Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-12-15T15:05:15.599Z] #40 ... [2020-12-15T15:05:15.599Z] [2020-12-15T15:05:15.599Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:15.599Z] #43 177.3 CC criu/protobuf.o [2020-12-15T15:05:15.599Z] #43 177.8 CC criu/pstree.o [2020-12-15T15:05:15.599Z] #43 179.7 CC criu/rbtree.o [2020-12-15T15:05:15.599Z] #43 180.1 CC criu/rst-malloc.o [2020-12-15T15:05:15.599Z] #43 180.5 CC criu/seccomp.o [2020-12-15T15:05:15.599Z] #43 181.3 CC criu/seize.o [2020-12-15T15:05:15.599Z] #43 182.3 CC criu/servicefd.o [2020-12-15T15:05:15.599Z] #43 182.8 CC criu/shmem.o [2020-12-15T15:05:15.599Z] #43 184.0 CC criu/sigframe.o [2020-12-15T15:05:15.599Z] #43 184.1 CC criu/signalfd.o [2020-12-15T15:05:15.599Z] #43 184.4 CC criu/sk-inet.o [2020-12-15T15:05:15.599Z] #43 185.5 CC criu/sk-netlink.o [2020-12-15T15:05:15.599Z] #43 185.8 CC criu/sk-packet.o [2020-12-15T15:05:15.599Z] #43 186.6 CC criu/sk-queue.o [2020-12-15T15:05:15.599Z] #43 187.1 CC criu/sk-tcp.o [2020-12-15T15:05:15.599Z] #43 187.8 CC criu/sk-unix.o [2020-12-15T15:05:15.722Z] #40 ... [2020-12-15T15:05:15.722Z] [2020-12-15T15:05:15.722Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:15.722Z] #18 62.86 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:05:15.722Z] #18 62.93 Processing triggers for mime-support (3.62) ... [2020-12-15T15:05:15.722Z] #18 DONE 63.5s [2020-12-15T15:05:15.722Z] [2020-12-15T15:05:15.722Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:15.722Z] #40 123.8 CC criu/ipc_ns.o [2020-12-15T15:05:16.066Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2020-12-15T15:05:16.358Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-12-15T15:05:16.674Z] #40 124.8 CC criu/irmap.o [2020-12-15T15:05:16.819Z] #18 2.079 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-12-15T15:05:16.819Z] #18 2.233 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-12-15T15:05:16.819Z] #18 2.233 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-12-15T15:05:17.249Z] #40 125.4 CC criu/kcmp-ids.o [2020-12-15T15:05:17.698Z] #43 190.1 CC criu/sockets.o [2020-12-15T15:05:17.823Z] #40 125.8 CC criu/kerndat.o [2020-12-15T15:05:18.225Z] #18 3.782 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-12-15T15:05:18.269Z] #41 106.8 LINK criu/pie/restorer.built-in.o [2020-12-15T15:05:18.269Z] #41 106.8 GEN criu/pie/restorer-blob.h [2020-12-15T15:05:18.269Z] #41 106.9 DEP criu/vdso.d [2020-12-15T15:05:18.269Z] #41 107.2 DEP criu/vdso-compat.d [2020-12-15T15:05:18.269Z] #41 107.4 DEP criu/uts_ns.d [2020-12-15T15:05:18.269Z] #41 107.5 DEP criu/util.d [2020-12-15T15:05:18.426Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-12-15T15:05:18.528Z] #41 107.8 DEP criu/uffd.d [2020-12-15T15:05:18.754Z] #43 191.1 CC criu/stats.o [2020-12-15T15:05:18.780Z] #40 126.8 CC criu/libnetlink.o [2020-12-15T15:05:18.780Z] #40 127.1 CC criu/log.o [2020-12-15T15:05:18.788Z] #41 108.1 DEP criu/tun.d [2020-12-15T15:05:19.047Z] #41 108.4 DEP criu/tty.d [2020-12-15T15:05:19.051Z] #43 191.4 CC criu/string.o [2020-12-15T15:05:19.306Z] #41 108.6 DEP criu/timerfd.d [2020-12-15T15:05:19.306Z] #41 108.8 DEP criu/timens.d [2020-12-15T15:05:19.350Z] #43 191.6 CC criu/sysctl.o [2020-12-15T15:05:19.358Z] #40 ... [2020-12-15T15:05:19.358Z] [2020-12-15T15:05:19.358Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-15T15:05:19.358Z] #19 2.198 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-15T15:05:19.358Z] #19 2.210 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-15T15:05:19.358Z] #19 2.218 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-15T15:05:19.358Z] #19 DONE 3.3s [2020-12-15T15:05:19.358Z] [2020-12-15T15:05:19.358Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T15:05:19.462Z] ok github.com/docker/docker/volume/local 0.309s coverage: 76.6% of statements [2020-12-15T15:05:19.565Z] #41 ... [2020-12-15T15:05:19.565Z] [2020-12-15T15:05:19.565Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:19.565Z] #43 DONE 214.2s [2020-12-15T15:05:19.565Z] [2020-12-15T15:05:19.565Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:19.565Z] #18 16.08 Fetched 8409 kB in 14s (580 kB/s) [2020-12-15T15:05:19.565Z] #18 16.08 Reading package lists... [2020-12-15T15:05:19.566Z] #18 ... [2020-12-15T15:05:19.566Z] [2020-12-15T15:05:19.566Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:19.566Z] #41 109.0 DEP criu/sysfs_parse.d [2020-12-15T15:05:19.753Z] ok github.com/docker/docker/volume/mounts 0.021s coverage: 67.0% of statements [2020-12-15T15:05:19.825Z] #41 109.3 DEP criu/sysctl.d [2020-12-15T15:05:19.998Z] #43 192.3 CC criu/sysfs_parse.o [2020-12-15T15:05:20.296Z] #43 192.8 CC criu/timens.o [2020-12-15T15:05:20.392Z] #41 109.6 DEP criu/string.d [2020-12-15T15:05:20.392Z] #41 109.6 DEP criu/stats.d [2020-12-15T15:05:20.392Z] #41 109.9 DEP criu/sockets.d [2020-12-15T15:05:20.768Z] #18 ... [2020-12-15T15:05:20.768Z] [2020-12-15T15:05:20.768Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:20.768Z] #41 94.00 LINK criu/arch/x86/crtools.built-in.o [2020-12-15T15:05:20.768Z] #41 94.09 DEP criu/pie/util-vdso-elf32.d [2020-12-15T15:05:20.768Z] #41 94.36 DEP criu/pie/util-vdso.d [2020-12-15T15:05:20.768Z] #41 94.90 DEP criu/pie/util.d [2020-12-15T15:05:20.768Z] #41 95.31 CC criu/pie/util.o [2020-12-15T15:05:20.768Z] #41 96.11 CC criu/pie/util-vdso.o [2020-12-15T15:05:20.768Z] #41 97.34 CC criu/pie/util-vdso-elf32.o [2020-12-15T15:05:20.768Z] #41 98.48 AR criu/pie/pie.lib.a [2020-12-15T15:05:20.768Z] #41 98.57 DEP criu/pie/restorer.d [2020-12-15T15:05:20.768Z] #41 98.76 DEP criu/arch/x86/sigaction_compat_pie.d [2020-12-15T15:05:20.768Z] #41 98.88 DEP criu/arch/x86/restorer_unmap.d [2020-12-15T15:05:20.768Z] #41 98.90 DEP criu/arch/x86/restorer.d [2020-12-15T15:05:20.768Z] #41 99.21 DEP criu/arch/x86/vdso-pie.d [2020-12-15T15:05:20.768Z] #41 99.34 DEP criu/pie/parasite-vdso.d [2020-12-15T15:05:20.768Z] #41 99.65 DEP criu/pie/parasite.d [2020-12-15T15:05:20.789Z] ok github.com/docker/docker/volume/service 0.008s coverage: 73.1% of statements [2020-12-15T15:05:20.941Z] #43 193.1 CC criu/timerfd.o [2020-12-15T15:05:20.961Z] #41 110.3 DEP criu/sk-unix.d [2020-12-15T15:05:21.028Z] #41 99.95 CC criu/pie/parasite.o [2020-12-15T15:05:21.220Z] #41 110.6 DEP criu/sk-tcp.d [2020-12-15T15:05:21.237Z] #43 193.5 CC criu/tty.o [2020-12-15T15:05:21.479Z] #41 110.8 DEP criu/sk-queue.d [2020-12-15T15:05:21.738Z] #41 111.0 DEP criu/sk-packet.d [2020-12-15T15:05:21.997Z] #41 111.4 DEP criu/sk-netlink.d [2020-12-15T15:05:22.427Z] #41 ... [2020-12-15T15:05:22.427Z] [2020-12-15T15:05:22.427Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:22.427Z] #43 202.6 github.com/LK4D4/vndr/godl [2020-12-15T15:05:22.564Z] #41 111.8 DEP criu/sk-inet.d [2020-12-15T15:05:22.823Z] #41 112.2 DEP criu/signalfd.d [2020-12-15T15:05:23.083Z] #41 112.5 DEP criu/sigframe.d [2020-12-15T15:05:23.331Z] #43 195.7 CC criu/tun.o [2020-12-15T15:05:23.342Z] #41 112.7 DEP criu/shmem.d [2020-12-15T15:05:23.601Z] #41 113.0 DEP criu/servicefd.d [2020-12-15T15:05:23.810Z] #43 204.0 github.com/LK4D4/vndr [2020-12-15T15:05:23.860Z] #41 113.2 DEP criu/seize.d [2020-12-15T15:05:23.974Z] #43 196.2 CC criu/uffd.o [2020-12-15T15:05:24.119Z] #41 113.5 DEP criu/seccomp.d [2020-12-15T15:05:24.378Z] #41 113.8 DEP criu/rst-malloc.d [2020-12-15T15:05:24.637Z] #41 114.1 DEP criu/rbtree.d [2020-12-15T15:05:24.666Z] #20 4.615 Collecting yamllint==1.16.0 [2020-12-15T15:05:24.895Z] #41 114.2 DEP criu/pstree.d [2020-12-15T15:05:25.022Z] #43 197.5 CC criu/util.o [2020-12-15T15:05:25.154Z] #41 114.5 DEP criu/protobuf.d [2020-12-15T15:05:25.154Z] #41 114.7 GEN criu/protobuf-desc-gen.h [2020-12-15T15:05:26.063Z] #20 ... [2020-12-15T15:05:26.063Z] [2020-12-15T15:05:26.063Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:26.063Z] #40 127.6 CC criu/lsm.o [2020-12-15T15:05:26.063Z] #40 128.0 CC criu/mem.o [2020-12-15T15:05:26.063Z] #40 129.5 CC criu/memfd.o [2020-12-15T15:05:26.063Z] #40 130.0 CC criu/mount.o [2020-12-15T15:05:26.063Z] #40 133.0 CC criu/namespaces.o [2020-12-15T15:05:26.063Z] #40 134.2 CC criu/net.o [2020-12-15T15:05:27.118Z] #43 199.1 CC criu/uts_ns.o [2020-12-15T15:05:27.118Z] #43 199.3 CC criu/vdso.o [2020-12-15T15:05:27.765Z] #43 200.0 LINK criu/built-in.o [2020-12-15T15:05:28.011Z] #43 ... [2020-12-15T15:05:28.011Z] [2020-12-15T15:05:28.011Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:28.011Z] #41 102.0 LINK criu/pie/parasite.built-in.o [2020-12-15T15:05:28.011Z] #41 102.0 GEN criu/pie/parasite-blob.h [2020-12-15T15:05:28.011Z] #41 102.0 CC criu/pie/parasite-vdso.o [2020-12-15T15:05:28.011Z] #41 103.2 CC criu/arch/x86/vdso-pie.o [2020-12-15T15:05:28.011Z] #41 103.8 CC criu/arch/x86/restorer.o [2020-12-15T15:05:28.011Z] #41 104.8 CC criu/arch/x86/restorer_unmap.o [2020-12-15T15:05:28.011Z] #41 104.9 CC criu/arch/x86/sigaction_compat_pie.o [2020-12-15T15:05:28.011Z] #41 105.4 CC criu/pie/restorer.o [2020-12-15T15:05:28.064Z] #43 200.4 LINK criu/criu [2020-12-15T15:05:28.147Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-12-15T15:05:28.443Z] #41 117.4 DEP criu/protobuf-desc.d [2020-12-15T15:05:28.443Z] #41 117.6 DEP criu/proc_parse.d [2020-12-15T15:05:28.582Z] #41 ... [2020-12-15T15:05:28.582Z] [2020-12-15T15:05:28.582Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:28.582Z] #51 14.18 + cd /tmp/tmp.jP11l6C6RP/src/github.com/opencontainers/runc [2020-12-15T15:05:28.582Z] #51 14.18 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-12-15T15:05:28.582Z] #51 14.87 + '[' -z '' ']' [2020-12-15T15:05:28.582Z] #51 14.87 + target=static [2020-12-15T15:05:28.582Z] #51 14.87 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-12-15T15:05:28.582Z] #51 15.17 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-12-15T15:05:28.626Z] #40 136.4 CC criu/netfilter.o [2020-12-15T15:05:28.626Z] #40 136.7 CC criu/page-pipe.o [2020-12-15T15:05:28.702Z] #41 117.9 DEP criu/plugin.d [2020-12-15T15:05:28.702Z] #41 118.1 DEP criu/pipes.d [2020-12-15T15:05:28.706Z] #43 201.0 DEP lib/c/criu.d [2020-12-15T15:05:28.708Z] tests/integration/api_client_test.py ..... [ 7%] [2020-12-15T15:05:28.961Z] #41 118.3 DEP criu/pie-util.d [2020-12-15T15:05:29.003Z] #43 201.1 CC images/rpc.pb-c.o [2020-12-15T15:05:29.203Z] #40 137.3 CC criu/page-xfer.o [2020-12-15T15:05:29.203Z] #40 ... [2020-12-15T15:05:29.203Z] [2020-12-15T15:05:29.203Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T15:05:29.203Z] #20 9.979 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-15T15:05:29.203Z] #20 10.06 Collecting pyyaml (from yamllint==1.16.0) [2020-12-15T15:05:29.220Z] #41 118.6 DEP criu/pie-util-vdso.d [2020-12-15T15:05:29.466Z] #20 10.20 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-15T15:05:29.479Z] #41 118.8 DEP criu/pie-util-vdso-elf32.d [2020-12-15T15:05:29.479Z] #41 119.1 DEP criu/path.d [2020-12-15T15:05:29.648Z] #43 202.0 CC lib/c/criu.o [2020-12-15T15:05:30.046Z] #41 119.3 DEP criu/parasite-syscall.d [2020-12-15T15:05:30.046Z] #41 ... [2020-12-15T15:05:30.046Z] [2020-12-15T15:05:30.046Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:30.046Z] #18 16.08 Reading package lists... [2020-12-15T15:05:30.046Z] #18 21.93 Reading package lists... [2020-12-15T15:05:30.046Z] #18 27.77 Building dependency tree... [2020-12-15T15:05:30.046Z] #18 31.16 libcap2-bin is already the newest version (1:2.25-2). [2020-12-15T15:05:30.046Z] #18 31.16 The following additional packages will be installed: [2020-12-15T15:05:30.046Z] #18 31.17 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-15T15:05:30.046Z] #18 31.17 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-15T15:05:30.046Z] #18 31.17 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-15T15:05:30.046Z] #18 31.18 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-15T15:05:30.046Z] #18 31.18 python3.7 python3.7-minimal vim-runtime xxd [2020-12-15T15:05:30.046Z] #18 31.18 Suggested packages: [2020-12-15T15:05:30.046Z] #18 31.20 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-15T15:05:30.046Z] #18 31.20 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-15T15:05:30.046Z] #18 31.20 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-15T15:05:30.046Z] #18 31.20 Recommended packages: [2020-12-15T15:05:30.046Z] #18 31.20 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-15T15:05:30.046Z] #18 31.20 python3-keyrings.alt python3-xdg unzip [2020-12-15T15:05:30.196Z] tests/integration/api_config_test.py ..... [ 8%] [2020-12-15T15:05:30.305Z] #18 ... [2020-12-15T15:05:30.305Z] [2020-12-15T15:05:30.305Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:30.305Z] #41 119.8 DEP criu/pagemap.d [2020-12-15T15:05:30.491Z] #51 ... [2020-12-15T15:05:30.491Z] [2020-12-15T15:05:30.491Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:30.491Z] #18 5.953 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB] [2020-12-15T15:05:30.491Z] #18 7.949 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-12-15T15:05:30.564Z] #41 120.0 DEP criu/pagemap-cache.d [2020-12-15T15:05:30.822Z] #41 120.2 DEP criu/page-xfer.d [2020-12-15T15:05:30.870Z] #20 11.59 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-15T15:05:30.870Z] #20 11.63 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-15T15:05:30.870Z] #20 11.68 Building wheels for collected packages: pyyaml [2020-12-15T15:05:30.870Z] #20 11.68 Running setup.py bdist_wheel for pyyaml: started [2020-12-15T15:05:31.062Z] #18 16.64 Fetched 8409 kB in 15s (567 kB/s) [2020-12-15T15:05:31.081Z] #41 120.4 DEP criu/page-pipe.d [2020-12-15T15:05:31.189Z] #43 203.5 LINK lib/c/built-in.o [2020-12-15T15:05:31.190Z] #43 203.5 LINK lib/c/libcriu.so [2020-12-15T15:05:31.339Z] #41 120.5 DEP criu/netfilter.d [2020-12-15T15:05:31.339Z] #41 120.7 DEP criu/net.d [2020-12-15T15:05:31.486Z] #43 203.7 LINK lib/c/libcriu.a [2020-12-15T15:05:31.486Z] #43 203.9 GEN magic.py [2020-12-15T15:05:31.598Z] #41 120.9 DEP criu/namespaces.d [2020-12-15T15:05:31.598Z] #41 121.1 DEP criu/mount.d [2020-12-15T15:05:31.784Z] #43 204.0 Note: Building without setproctitle() and strlcpy() support. [2020-12-15T15:05:31.784Z] #43 204.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-15T15:05:31.784Z] #43 204.1 Note: Building without GnuTLS support [2020-12-15T15:05:31.784Z] #43 204.1 Makefile.config:39: Warn: you have no libnftables installed [2020-12-15T15:05:31.784Z] #43 204.1 Makefile.config:40: Warn: Building without nftables support [2020-12-15T15:05:31.818Z] #20 12.71 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-15T15:05:31.818Z] #20 12.72 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-15T15:05:31.818Z] #20 12.80 Successfully built pyyaml [2020-12-15T15:05:31.856Z] #41 121.2 DEP criu/memfd.d [2020-12-15T15:05:31.857Z] #41 121.4 DEP criu/mem.d [2020-12-15T15:05:32.021Z] #18 16.64 Reading package lists... [2020-12-15T15:05:32.021Z] #18 ... [2020-12-15T15:05:32.021Z] [2020-12-15T15:05:32.021Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:32.021Z] #41 110.9 LINK criu/pie/restorer.built-in.o [2020-12-15T15:05:32.021Z] #41 110.9 GEN criu/pie/restorer-blob.h [2020-12-15T15:05:32.021Z] #41 111.1 DEP criu/vdso.d [2020-12-15T15:05:32.081Z] #20 12.81 Installing collected packages: pyyaml, pathspec, yamllint [2020-12-15T15:05:32.115Z] #41 121.5 DEP criu/lsm.d [2020-12-15T15:05:32.115Z] #41 121.6 DEP criu/log.d [2020-12-15T15:05:32.344Z] #20 13.22 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-15T15:05:32.374Z] #41 121.8 DEP criu/libnetlink.d [2020-12-15T15:05:32.374Z] #41 121.9 DEP criu/kerndat.d [2020-12-15T15:05:32.592Z] #41 111.5 DEP criu/vdso-compat.d [2020-12-15T15:05:32.633Z] #41 122.0 DEP criu/kcmp-ids.d [2020-12-15T15:05:32.633Z] #41 122.1 DEP criu/irmap.d [2020-12-15T15:05:32.836Z] #43 205.0 fatal: not a git repository (or any of the parent directories): .git [2020-12-15T15:05:32.853Z] #41 111.8 DEP criu/uts_ns.d [2020-12-15T15:05:32.891Z] #41 122.2 DEP criu/ipc_ns.d [2020-12-15T15:05:33.134Z] #43 ... [2020-12-15T15:05:33.134Z] [2020-12-15T15:05:33.134Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:05:33.134Z] #40 DONE 270.2s [2020-12-15T15:05:33.150Z] #41 122.4 DEP criu/image.d [2020-12-15T15:05:33.150Z] #41 122.6 DEP criu/image-desc.d [2020-12-15T15:05:33.150Z] #41 122.7 DEP criu/fsnotify.d [2020-12-15T15:05:33.409Z] #41 122.8 DEP criu/filesystems.d [2020-12-15T15:05:33.425Z] #41 112.3 DEP criu/util.d [2020-12-15T15:05:33.434Z] [2020-12-15T15:05:33.434Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:33.668Z] #41 123.0 DEP criu/files.d [2020-12-15T15:05:33.689Z] #41 112.6 DEP criu/uffd.d [2020-12-15T15:05:33.732Z] #43 206.3 make[1]: Nothing to be done for 'all'. [2020-12-15T15:05:33.927Z] #41 123.1 DEP criu/files-reg.d [2020-12-15T15:05:33.927Z] #41 123.3 DEP criu/files-ext.d [2020-12-15T15:05:33.927Z] #41 123.4 DEP criu/file-lock.d [2020-12-15T15:05:33.950Z] #41 113.0 DEP criu/tun.d [2020-12-15T15:05:34.186Z] #41 ... [2020-12-15T15:05:34.186Z] [2020-12-15T15:05:34.186Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:05:34.186Z] #30 DONE 228.6s [2020-12-15T15:05:34.186Z] [2020-12-15T15:05:34.186Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:34.186Z] #41 123.5 DEP criu/file-ids.d [2020-12-15T15:05:34.186Z] #41 123.8 DEP criu/fifo.d [2020-12-15T15:05:34.210Z] #41 113.2 DEP criu/tty.d [2020-12-15T15:05:34.445Z] #41 124.0 DEP criu/fdstore.d [2020-12-15T15:05:34.703Z] #41 124.1 DEP criu/fault-injection.d [2020-12-15T15:05:34.703Z] #41 124.2 DEP criu/external.d [2020-12-15T15:05:34.703Z] #41 124.3 DEP criu/eventpoll.d [2020-12-15T15:05:34.780Z] #41 113.5 DEP criu/timerfd.d [2020-12-15T15:05:35.042Z] #41 113.9 DEP criu/timens.d [2020-12-15T15:05:35.266Z] #43 207.5 make[1]: 'images/built-in.o' is up to date. [2020-12-15T15:05:35.266Z] #43 207.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-15T15:05:35.266Z] #43 207.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-15T15:05:35.266Z] #43 207.6 make[1]: 'compel/libcompel.a' is up to date. [2020-12-15T15:05:35.266Z] #43 207.7 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-15T15:05:35.266Z] #43 207.7 make[1]: Nothing to be done for 'all'. [2020-12-15T15:05:35.266Z] #43 207.7 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-15T15:05:35.272Z] #41 124.5 DEP criu/eventfd.d [2020-12-15T15:05:35.303Z] #41 114.2 DEP criu/sysfs_parse.d [2020-12-15T15:05:35.531Z] #41 124.8 DEP criu/crtools.d [2020-12-15T15:05:35.563Z] #41 114.5 DEP criu/sysctl.d [2020-12-15T15:05:35.563Z] #41 114.7 DEP criu/string.d [2020-12-15T15:05:35.565Z] #43 208.0 make[2]: Nothing to be done for 'all'. [2020-12-15T15:05:35.665Z] #20 DONE 15.9s [2020-12-15T15:05:35.665Z] [2020-12-15T15:05:35.665Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:35.665Z] #40 138.7 CC criu/pagemap-cache.o [2020-12-15T15:05:35.665Z] #40 139.1 CC criu/pagemap.o [2020-12-15T15:05:35.665Z] #40 139.9 CC criu/parasite-syscall.o [2020-12-15T15:05:35.665Z] #40 140.6 CC criu/path.o [2020-12-15T15:05:35.665Z] #40 140.9 CC criu/pie-util-vdso.o [2020-12-15T15:05:35.665Z] #40 141.2 CC criu/pie-util.o [2020-12-15T15:05:35.665Z] #40 141.3 CC criu/pipes.o [2020-12-15T15:05:35.665Z] #40 141.9 CC criu/plugin.o [2020-12-15T15:05:35.665Z] #40 142.1 CC criu/proc_parse.o [2020-12-15T15:05:35.790Z] #41 125.0 DEP criu/cr-service.d [2020-12-15T15:05:35.790Z] #41 125.2 DEP criu/cr-restore.d [2020-12-15T15:05:35.824Z] #41 114.8 DEP criu/stats.d [2020-12-15T15:05:35.863Z] #43 208.0 make[2]: Nothing to be done for 'all'. [2020-12-15T15:05:35.863Z] #43 208.1 make[2]: Nothing to be done for 'all'. [2020-12-15T15:05:35.863Z] #43 208.2 make[2]: Nothing to be done for 'all'. [2020-12-15T15:05:35.863Z] #43 208.3 make[2]: Nothing to be done for 'all'. [2020-12-15T15:05:35.928Z] #40 144.1 CC criu/protobuf-desc.o [2020-12-15T15:05:36.050Z] #41 125.5 DEP criu/cr-errno.d [2020-12-15T15:05:36.050Z] #41 125.5 DEP criu/cr-dump.d [2020-12-15T15:05:36.085Z] #41 114.9 DEP criu/sockets.d [2020-12-15T15:05:36.085Z] #41 115.1 DEP criu/sk-unix.d [2020-12-15T15:05:36.130Z] ok github.com/docker/docker/pkg/plugins 33.631s coverage: 76.6% of statements [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/pkg/term [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/rootless [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/testutil/request [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/volume [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-12-15T15:05:36.130Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === Skipped [2020-12-15T15:05:36.130Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-12-15T15:05:36.130Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-12-15T15:05:36.130Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-12-15T15:05:36.130Z] time="2020-12-15T15:04:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-12-15T15:05:36.130Z] time="2020-12-15T15:04:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-12-15T15:05:36.130Z] time="2020-12-15T15:04:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-12-15T15:05:36.130Z] time="2020-12-15T15:04:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-12-15T15:05:36.130Z] time="2020-12-15T15:04:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-12-15T15:05:36.130Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-12-15T15:05:36.130Z] overlay_test.go:49: Fails to compute changes intermittently [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-12-15T15:05:36.130Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:05:36.130Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-12-15T15:05:36.130Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-12-15T15:05:36.130Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-12-15T15:05:36.130Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] [2020-12-15T15:05:36.130Z] DONE 2191 tests, 26 skipped in 191.262s [2020-12-15T15:05:36.160Z] #43 208.3 make[2]: Nothing to be done for 'all'. [2020-12-15T15:05:36.160Z] #43 208.4 make[2]: Nothing to be done for 'all'. [2020-12-15T15:05:36.160Z] #43 208.5 make[2]: Nothing to be done for 'all'. [2020-12-15T15:05:36.160Z] #43 208.6 INSTALL criu/criu Post stage [Pipeline] junit [2020-12-15T15:05:36.176Z] Recording test results [2020-12-15T15:05:36.309Z] #41 125.8 DEP criu/cr-dedup.d [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-15T15:05:36.457Z] #43 DONE 208.7s [2020-12-15T15:05:36.457Z] [2020-12-15T15:05:36.457Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:05:36.568Z] #41 125.9 DEP criu/cr-check.d [2020-12-15T15:05:36.658Z] #41 115.5 DEP criu/sk-tcp.d [2020-12-15T15:05:36.728Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -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:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh dynbinary test-integration [2020-12-15T15:05:36.829Z] #41 126.1 DEP criu/config.d [2020-12-15T15:05:36.829Z] #41 126.2 DEP criu/clone-noasan.d [2020-12-15T15:05:36.829Z] #41 126.3 DEP criu/cgroup.d [2020-12-15T15:05:36.877Z] #40 145.0 CC criu/protobuf.o [2020-12-15T15:05:36.919Z] #41 116.0 DEP criu/sk-queue.d [2020-12-15T15:05:37.019Z] [2020-12-15T15:05:37.019Z] Removing bundles/ [2020-12-15T15:05:37.019Z] [2020-12-15T15:05:37.019Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-12-15T15:05:37.019Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:05:37.019Z] GOOS="" GOARCH="" GOARM="" [2020-12-15T15:05:37.090Z] #41 126.5 DEP criu/cgroup-props.d [2020-12-15T15:05:37.090Z] #41 126.6 DEP criu/bitmap.d [2020-12-15T15:05:37.090Z] #41 126.6 DEP criu/bfd.d [2020-12-15T15:05:37.140Z] #40 145.3 CC criu/pstree.o [2020-12-15T15:05:37.348Z] #41 126.7 DEP criu/autofs.d [2020-12-15T15:05:37.490Z] #41 116.3 DEP criu/sk-packet.d [2020-12-15T15:05:37.607Z] #41 126.8 DEP criu/aio.d [2020-12-15T15:05:37.607Z] #41 127.0 DEP criu/action-scripts.d [2020-12-15T15:05:37.751Z] #41 116.9 DEP criu/sk-netlink.d [2020-12-15T15:05:37.866Z] #41 127.2 CC criu/action-scripts.o [2020-12-15T15:05:38.109Z] #40 146.2 CC criu/rbtree.o [2020-12-15T15:05:38.381Z] #40 146.4 CC criu/rst-malloc.o [2020-12-15T15:05:38.433Z] #41 127.6 CC criu/aio.o [2020-12-15T15:05:38.645Z] #40 146.6 CC criu/seccomp.o [2020-12-15T15:05:38.692Z] #41 128.1 CC criu/autofs.o [2020-12-15T15:05:38.695Z] #41 117.4 DEP criu/sk-inet.d [2020-12-15T15:05:38.695Z] #41 ... [2020-12-15T15:05:38.695Z] [2020-12-15T15:05:38.695Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:05:38.695Z] #43 DONE 219.1s [2020-12-15T15:05:38.695Z] [2020-12-15T15:05:38.695Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:38.695Z] #18 16.64 Reading package lists... [2020-12-15T15:05:39.221Z] #40 147.1 CC criu/seize.o [2020-12-15T15:05:39.800Z] #40 147.9 CC criu/servicefd.o [2020-12-15T15:05:40.021Z] #24 ... [2020-12-15T15:05:40.021Z] [2020-12-15T15:05:40.021Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:05:40.021Z] #49 277.0 + /build/golangci-lint --version [2020-12-15T15:05:40.069Z] #41 129.5 CC criu/bfd.o [2020-12-15T15:05:40.320Z] #49 277.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-15T15:05:40.377Z] #40 148.4 CC criu/shmem.o [2020-12-15T15:05:40.620Z] #49 DONE 277.7s [2020-12-15T15:05:40.620Z] [2020-12-15T15:05:40.620Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:05:40.637Z] #41 130.0 CC criu/bitmap.o [2020-12-15T15:05:40.637Z] #41 130.1 CC criu/cgroup-props.o [2020-12-15T15:05:40.953Z] #40 149.1 CC criu/sigframe.o [2020-12-15T15:05:41.205Z] #41 ... [2020-12-15T15:05:41.205Z] [2020-12-15T15:05:41.205Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:41.205Z] #18 33.47 The following NEW packages will be installed: [2020-12-15T15:05:41.205Z] #18 33.48 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-15T15:05:41.205Z] #18 33.49 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-15T15:05:41.205Z] #18 33.49 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-15T15:05:41.205Z] #18 33.49 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-15T15:05:41.205Z] #18 33.49 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-15T15:05:41.205Z] #18 33.49 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-15T15:05:41.205Z] #18 33.49 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-15T15:05:41.205Z] #18 33.49 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-15T15:05:41.205Z] #18 33.49 xz-utils zip [2020-12-15T15:05:41.205Z] #18 33.84 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-15T15:05:41.205Z] #18 33.84 Need to get 28.5 MB of archives. [2020-12-15T15:05:41.205Z] #18 33.84 After this operation, 116 MB of additional disk space will be used. [2020-12-15T15:05:41.205Z] #18 33.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-12-15T15:05:41.205Z] #18 33.85 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-12-15T15:05:41.205Z] #18 33.87 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-12-15T15:05:41.205Z] #18 33.99 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-12-15T15:05:41.205Z] #18 33.99 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-12-15T15:05:41.205Z] #18 34.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-12-15T15:05:41.205Z] #18 34.13 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-12-15T15:05:41.205Z] #18 34.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-12-15T15:05:41.205Z] #18 34.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-12-15T15:05:41.205Z] #18 34.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-12-15T15:05:41.205Z] #18 34.15 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-12-15T15:05:41.205Z] #18 34.16 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-12-15T15:05:41.205Z] #18 34.16 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-12-15T15:05:41.205Z] #18 34.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-12-15T15:05:41.205Z] #18 34.23 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-12-15T15:05:41.205Z] #18 34.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-12-15T15:05:41.205Z] #18 34.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-12-15T15:05:41.205Z] #18 34.42 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-15T15:05:41.205Z] #18 34.44 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-12-15T15:05:41.205Z] #18 34.44 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-12-15T15:05:41.205Z] #18 34.46 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-12-15T15:05:41.205Z] #18 34.47 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-12-15T15:05:41.205Z] #18 34.50 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-12-15T15:05:41.205Z] #18 34.50 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-12-15T15:05:41.205Z] #18 34.51 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-12-15T15:05:41.205Z] #18 34.52 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-12-15T15:05:41.205Z] #18 34.52 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-12-15T15:05:41.205Z] #18 34.52 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-12-15T15:05:41.205Z] #18 34.53 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-12-15T15:05:41.205Z] #18 35.24 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-12-15T15:05:41.205Z] #18 35.27 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-12-15T15:05:41.205Z] #18 35.30 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-12-15T15:05:41.205Z] #18 35.30 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-12-15T15:05:41.205Z] #18 35.30 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-12-15T15:05:41.205Z] #18 35.31 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-12-15T15:05:41.205Z] #18 35.44 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-15T15:05:41.205Z] #18 35.46 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-12-15T15:05:41.205Z] #18 35.46 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-12-15T15:05:41.205Z] #18 35.48 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-15T15:05:41.205Z] #18 35.48 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-12-15T15:05:41.205Z] #18 35.50 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-15T15:05:41.205Z] #18 35.50 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-12-15T15:05:41.205Z] #18 35.57 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-12-15T15:05:41.205Z] #18 35.59 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-12-15T15:05:41.205Z] #18 35.60 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-15T15:05:41.206Z] #18 36.08 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-12-15T15:05:41.206Z] #18 36.13 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-12-15T15:05:41.206Z] #18 36.17 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-12-15T15:05:41.206Z] #18 37.06 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:05:41.206Z] #18 37.24 Fetched 28.5 MB in 3s (10.9 MB/s) [2020-12-15T15:05:41.206Z] #18 37.29 Selecting previously unselected package pigz. [2020-12-15T15:05:41.206Z] #18 37.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-12-15T15:05:41.206Z] #18 37.32 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-12-15T15:05:41.206Z] #18 37.32 Unpacking pigz (2.4-1) ... [2020-12-15T15:05:41.206Z] #18 37.39 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-12-15T15:05:41.206Z] #18 37.40 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-12-15T15:05:41.206Z] #18 37.41 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-12-15T15:05:41.206Z] #18 38.01 Selecting previously unselected package python3.7-minimal. [2020-12-15T15:05:41.206Z] #18 38.01 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-12-15T15:05:41.206Z] #18 38.02 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-15T15:05:41.206Z] #18 38.91 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-12-15T15:05:41.206Z] #18 38.94 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-15T15:05:41.206Z] #18 41.04 Selecting previously unselected package python3-minimal. [2020-12-15T15:05:41.206Z] #18 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 ... 23681 files and directories currently installed.) [2020-12-15T15:05:41.206Z] #18 41.07 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-12-15T15:05:41.206Z] #18 41.08 Unpacking python3-minimal (3.7.3-1) ... [2020-12-15T15:05:41.206Z] #18 41.16 Selecting previously unselected package libmpdec2:amd64. [2020-12-15T15:05:41.206Z] #18 41.16 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-12-15T15:05:41.206Z] #18 41.17 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-12-15T15:05:41.206Z] #18 41.26 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-12-15T15:05:41.206Z] #18 41.26 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-12-15T15:05:41.206Z] #18 41.28 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-12-15T15:05:41.206Z] #18 42.25 Selecting previously unselected package python3.7. [2020-12-15T15:05:41.206Z] #18 42.25 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-12-15T15:05:41.206Z] #18 42.26 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-15T15:05:41.206Z] #18 42.36 Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-15T15:05:41.206Z] #18 42.36 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-12-15T15:05:41.206Z] #18 42.37 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-12-15T15:05:41.206Z] #18 42.47 Setting up python3-minimal (3.7.3-1) ... [2020-12-15T15:05:41.216Z] #40 149.3 CC criu/signalfd.o [2020-12-15T15:05:41.216Z] #40 149.5 CC criu/sk-inet.o [2020-12-15T15:05:41.796Z] #40 ... [2020-12-15T15:05:41.796Z] [2020-12-15T15:05:41.796Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:05:41.796Z] #53 165.4 + bin/containerd [2020-12-15T15:05:42.144Z] #18 43.40 Selecting previously unselected package python3. [2020-12-15T15:05:42.144Z] #18 43.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 ... 24093 files and directories currently installed.) [2020-12-15T15:05:42.144Z] #18 43.45 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-12-15T15:05:42.144Z] #18 43.46 Unpacking python3 (3.7.3-1) ... [2020-12-15T15:05:42.144Z] #18 43.55 Selecting previously unselected package libip4tc0:amd64. [2020-12-15T15:05:42.144Z] #18 43.57 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-12-15T15:05:42.144Z] #18 43.57 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-12-15T15:05:42.144Z] #18 43.66 Selecting previously unselected package libip6tc0:amd64. [2020-12-15T15:05:42.144Z] #18 43.67 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-12-15T15:05:42.144Z] #18 43.68 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-12-15T15:05:42.144Z] #18 43.77 Selecting previously unselected package libiptc0:amd64. [2020-12-15T15:05:42.372Z] #53 ... [2020-12-15T15:05:42.372Z] [2020-12-15T15:05:42.372Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:42.372Z] #40 150.4 CC criu/sk-netlink.o [2020-12-15T15:05:42.403Z] #18 43.78 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-12-15T15:05:42.403Z] #18 43.78 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-12-15T15:05:42.403Z] #18 43.86 Selecting previously unselected package libnfnetlink0:amd64. [2020-12-15T15:05:42.403Z] #18 43.87 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-12-15T15:05:42.403Z] #18 43.87 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-12-15T15:05:42.403Z] #18 43.93 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-12-15T15:05:42.403Z] #18 43.94 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-12-15T15:05:42.403Z] #18 43.95 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-12-15T15:05:42.403Z] #18 44.02 Selecting previously unselected package libnftnl11:amd64. [2020-12-15T15:05:42.403Z] #18 44.02 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-12-15T15:05:42.403Z] #18 44.02 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-12-15T15:05:42.638Z] #40 150.7 CC criu/sk-packet.o [2020-12-15T15:05:42.661Z] #18 44.12 Selecting previously unselected package iptables. [2020-12-15T15:05:42.661Z] #18 44.13 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-12-15T15:05:42.661Z] #18 44.14 Unpacking iptables (1.8.2-4) ... [2020-12-15T15:05:42.904Z] #18 22.95 Reading package lists... [2020-12-15T15:05:42.904Z] #18 ... [2020-12-15T15:05:42.904Z] [2020-12-15T15:05:42.904Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:42.904Z] #41 117.7 DEP criu/signalfd.d [2020-12-15T15:05:42.904Z] #41 118.0 DEP criu/sigframe.d [2020-12-15T15:05:42.904Z] #41 118.2 DEP criu/shmem.d [2020-12-15T15:05:42.904Z] #41 118.5 DEP criu/servicefd.d [2020-12-15T15:05:42.904Z] #41 118.8 DEP criu/seize.d [2020-12-15T15:05:42.904Z] #41 119.0 DEP criu/seccomp.d [2020-12-15T15:05:42.904Z] #41 119.3 DEP criu/rst-malloc.d [2020-12-15T15:05:42.904Z] #41 119.4 DEP criu/rbtree.d [2020-12-15T15:05:42.904Z] #41 119.6 DEP criu/pstree.d [2020-12-15T15:05:42.904Z] #41 119.9 DEP criu/protobuf.d [2020-12-15T15:05:42.904Z] #41 120.1 GEN criu/protobuf-desc-gen.h [2020-12-15T15:05:43.179Z] #18 44.49 Selecting previously unselected package xxd. [2020-12-15T15:05:43.179Z] #18 44.51 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-12-15T15:05:43.179Z] #18 44.51 Unpacking xxd (2:8.1.0875-5) ... [2020-12-15T15:05:43.179Z] #18 44.64 Selecting previously unselected package vim-common. [2020-12-15T15:05:43.179Z] #18 44.64 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:05:43.179Z] #18 44.68 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-15T15:05:43.215Z] #40 ... [2020-12-15T15:05:43.215Z] [2020-12-15T15:05:43.215Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:05:43.215Z] #21 223.6 + return [2020-12-15T15:05:43.215Z] #21 DONE 224.1s [2020-12-15T15:05:43.215Z] [2020-12-15T15:05:43.215Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:43.215Z] #40 151.3 CC criu/sk-queue.o [2020-12-15T15:05:43.437Z] #18 44.83 Selecting previously unselected package bash-completion. [2020-12-15T15:05:43.438Z] #18 44.85 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-15T15:05:43.479Z] #40 151.7 CC criu/sk-tcp.o [2020-12-15T15:05:44.055Z] #40 152.1 CC criu/sk-unix.o [2020-12-15T15:05:45.453Z] #41 124.1 DEP criu/protobuf-desc.d [2020-12-15T15:05:45.453Z] #41 124.4 DEP criu/proc_parse.d [2020-12-15T15:05:45.714Z] #41 124.7 DEP criu/plugin.d [2020-12-15T15:05:45.972Z] #18 47.56 Unpacking bash-completion (1:2.8-6) ... [2020-12-15T15:05:45.975Z] #41 124.9 DEP criu/pipes.d [2020-12-15T15:05:45.985Z] #40 153.7 CC criu/sockets.o [2020-12-15T15:05:45.985Z] #40 ... [2020-12-15T15:05:45.985Z] [2020-12-15T15:05:45.985Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-15T15:05:45.985Z] #22 DONE 0.6s [2020-12-15T15:05:45.985Z] [2020-12-15T15:05:45.985Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-15T15:05:46.238Z] #41 125.1 DEP criu/pie-util.d [2020-12-15T15:05:46.238Z] #41 125.3 DEP criu/pie-util-vdso.d [2020-12-15T15:05:46.540Z] #18 47.95 Selecting previously unselected package bzip2. [2020-12-15T15:05:46.540Z] #18 47.97 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-12-15T15:05:46.540Z] #18 47.98 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-15T15:05:46.540Z] #18 48.06 Selecting previously unselected package xz-utils. [2020-12-15T15:05:46.540Z] #18 48.06 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-12-15T15:05:46.540Z] #18 48.07 Unpacking xz-utils (5.2.4-1) ... [2020-12-15T15:05:46.799Z] #18 48.24 Selecting previously unselected package apparmor. [2020-12-15T15:05:46.799Z] #18 48.25 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-12-15T15:05:46.811Z] #41 125.5 DEP criu/pie-util-vdso-elf32.d [2020-12-15T15:05:46.811Z] #41 ... [2020-12-15T15:05:46.811Z] [2020-12-15T15:05:46.811Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:46.811Z] #18 22.95 Reading package lists... [2020-12-15T15:05:46.811Z] #18 28.93 Building dependency tree... [2020-12-15T15:05:46.811Z] #18 31.98 libcap2-bin is already the newest version (1:2.25-2). [2020-12-15T15:05:46.811Z] #18 31.98 The following additional packages will be installed: [2020-12-15T15:05:46.811Z] #18 31.99 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-12-15T15:05:46.811Z] #18 31.99 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-12-15T15:05:46.811Z] #18 32.00 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-12-15T15:05:46.811Z] #18 32.00 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-12-15T15:05:46.811Z] #18 32.00 python3.7 python3.7-minimal vim-runtime xxd [2020-12-15T15:05:46.811Z] #18 32.00 Suggested packages: [2020-12-15T15:05:46.811Z] #18 32.01 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-12-15T15:05:46.811Z] #18 32.01 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-12-15T15:05:46.811Z] #18 32.01 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-12-15T15:05:46.811Z] #18 32.01 Recommended packages: [2020-12-15T15:05:46.811Z] #18 32.01 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-12-15T15:05:46.811Z] #18 32.01 python3-keyrings.alt python3-xdg unzip [2020-12-15T15:05:47.059Z] #18 48.34 Unpacking apparmor (2.13.2-10) ... [2020-12-15T15:05:47.318Z] #18 48.68 Selecting previously unselected package aufs-tools. [2020-12-15T15:05:47.318Z] #18 48.70 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-12-15T15:05:47.318Z] #18 48.70 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-15T15:05:47.318Z] #18 48.81 Selecting previously unselected package libonig5:amd64. [2020-12-15T15:05:47.318Z] #18 48.81 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-12-15T15:05:47.318Z] #18 48.81 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-12-15T15:05:47.577Z] #18 48.92 Selecting previously unselected package libjq1:amd64. [2020-12-15T15:05:47.577Z] #18 48.94 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-12-15T15:05:47.577Z] #18 48.95 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-15T15:05:47.577Z] #18 49.06 Selecting previously unselected package jq. [2020-12-15T15:05:47.577Z] #18 49.08 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-12-15T15:05:47.577Z] #18 49.09 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-15T15:05:47.836Z] #18 49.17 Selecting previously unselected package libaio1:amd64. [2020-12-15T15:05:47.836Z] #18 49.18 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-12-15T15:05:47.836Z] #18 49.18 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-12-15T15:05:47.836Z] #18 49.24 Selecting previously unselected package libgpm2:amd64. [2020-12-15T15:05:47.836Z] #18 49.25 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-12-15T15:05:47.836Z] #18 49.25 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-12-15T15:05:47.836Z] #18 49.32 Selecting previously unselected package libicu63:amd64. [2020-12-15T15:05:47.836Z] #18 49.33 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-12-15T15:05:47.836Z] #18 49.34 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-15T15:05:49.362Z] #18 34.65 The following NEW packages will be installed: [2020-12-15T15:05:49.362Z] #18 34.65 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-12-15T15:05:49.362Z] #18 34.65 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-12-15T15:05:49.362Z] #18 34.65 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-12-15T15:05:49.362Z] #18 34.65 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-12-15T15:05:49.362Z] #18 34.65 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-12-15T15:05:49.362Z] #18 34.65 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-12-15T15:05:49.362Z] #18 34.65 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-12-15T15:05:49.362Z] #18 34.65 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-12-15T15:05:49.362Z] #18 34.65 xz-utils zip [2020-12-15T15:05:49.624Z] #18 35.05 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded. [2020-12-15T15:05:49.624Z] #18 35.05 Need to get 28.5 MB of archives. [2020-12-15T15:05:49.624Z] #18 35.05 After this operation, 116 MB of additional disk space will be used. [2020-12-15T15:05:49.624Z] #18 35.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-12-15T15:05:49.624Z] #18 35.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-12-15T15:05:49.624Z] #18 35.11 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-12-15T15:05:49.624Z] #18 35.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-12-15T15:05:49.885Z] #18 35.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-12-15T15:05:49.885Z] #18 35.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-12-15T15:05:49.885Z] #18 35.35 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-12-15T15:05:49.885Z] #18 35.37 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-12-15T15:05:49.885Z] #18 35.38 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-12-15T15:05:49.885Z] #18 35.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-12-15T15:05:49.885Z] #18 35.39 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-12-15T15:05:49.886Z] #18 35.40 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-12-15T15:05:49.886Z] #18 35.40 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-12-15T15:05:49.886Z] #18 35.41 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-12-15T15:05:49.886Z] #18 35.42 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-12-15T15:05:49.886Z] #18 35.43 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-12-15T15:05:50.148Z] #18 35.45 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-12-15T15:05:50.148Z] #18 35.47 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-12-15T15:05:50.148Z] #18 35.48 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-12-15T15:05:50.148Z] #18 35.51 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-12-15T15:05:50.148Z] #18 35.51 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-12-15T15:05:50.148Z] #18 35.51 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-12-15T15:05:50.148Z] #18 35.55 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-12-15T15:05:50.148Z] #18 35.56 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-12-15T15:05:50.148Z] #18 35.56 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-12-15T15:05:50.148Z] #18 35.58 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-12-15T15:05:50.148Z] #18 35.58 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-12-15T15:05:50.148Z] #18 35.58 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-12-15T15:05:50.148Z] #18 35.59 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-12-15T15:05:50.765Z] #18 36.07 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-12-15T15:05:50.766Z] #18 36.07 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-12-15T15:05:50.766Z] #18 36.08 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-12-15T15:05:50.766Z] #18 36.08 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-12-15T15:05:50.766Z] #18 36.08 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-12-15T15:05:50.766Z] #18 36.10 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-12-15T15:05:51.027Z] #18 36.36 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-12-15T15:05:51.027Z] #18 36.36 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-12-15T15:05:51.027Z] #18 36.36 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-12-15T15:05:51.027Z] #18 36.37 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-12-15T15:05:51.027Z] #18 36.40 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-12-15T15:05:51.027Z] #18 36.42 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-12-15T15:05:51.027Z] #18 36.43 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-12-15T15:05:51.288Z] #18 36.55 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-12-15T15:05:51.288Z] #18 36.55 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-12-15T15:05:51.288Z] #18 36.59 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-12-15T15:05:51.862Z] #18 37.08 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-12-15T15:05:51.862Z] #18 37.15 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-12-15T15:05:51.862Z] #18 37.20 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-12-15T15:05:52.033Z] #18 52.99 Selecting previously unselected package libnet1:amd64. [2020-12-15T15:05:52.033Z] #18 53.00 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-15T15:05:52.033Z] #18 53.01 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:05:52.033Z] #18 ... [2020-12-15T15:05:52.033Z] [2020-12-15T15:05:52.033Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:52.033Z] #41 130.9 CC criu/cgroup.o [2020-12-15T15:05:52.033Z] #41 133.5 CC criu/clone-noasan.o [2020-12-15T15:05:52.033Z] #41 133.7 CC criu/config.o [2020-12-15T15:05:52.033Z] #41 135.0 CC criu/cr-check.o [2020-12-15T15:05:52.033Z] #41 136.7 CC criu/cr-dedup.o [2020-12-15T15:05:52.033Z] #41 137.2 CC criu/cr-dump.o [2020-12-15T15:05:52.033Z] #41 139.5 CC criu/cr-errno.o [2020-12-15T15:05:52.033Z] #41 139.6 CC criu/cr-restore.o [2020-12-15T15:05:52.033Z] #41 ... [2020-12-15T15:05:52.033Z] [2020-12-15T15:05:52.033Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:52.033Z] #18 53.10 Selecting previously unselected package libnl-3-200:amd64. [2020-12-15T15:05:52.033Z] #18 53.10 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-12-15T15:05:52.033Z] #18 53.11 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-12-15T15:05:52.033Z] #18 53.20 Selecting previously unselected package libprotobuf-c1:amd64. [2020-12-15T15:05:52.033Z] #18 53.21 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-12-15T15:05:52.033Z] #18 53.23 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-15T15:05:52.033Z] #18 53.27 Selecting previously unselected package libreadline5:amd64. [2020-12-15T15:05:52.033Z] #18 53.29 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-12-15T15:05:52.033Z] #18 53.29 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-12-15T15:05:52.033Z] #18 53.37 Selecting previously unselected package net-tools. [2020-12-15T15:05:52.033Z] #18 53.39 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-12-15T15:05:52.033Z] #18 53.39 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-15T15:05:52.033Z] #18 53.60 Selecting previously unselected package python-pip-whl. [2020-12-15T15:05:52.292Z] #18 53.62 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-15T15:05:52.292Z] #18 53.63 Unpacking python-pip-whl (18.1-5) ... [2020-12-15T15:05:52.586Z] #27 ... [2020-12-15T15:05:52.586Z] [2020-12-15T15:05:52.586Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:52.586Z] #40 154.4 CC criu/stats.o [2020-12-15T15:05:52.586Z] #40 154.9 CC criu/string.o [2020-12-15T15:05:52.586Z] #40 154.9 CC criu/sysctl.o [2020-12-15T15:05:52.586Z] #40 155.6 CC criu/sysfs_parse.o [2020-12-15T15:05:52.586Z] #40 155.9 CC criu/timens.o [2020-12-15T15:05:52.586Z] #40 156.2 CC criu/timerfd.o [2020-12-15T15:05:52.586Z] #40 156.6 CC criu/tty.o [2020-12-15T15:05:52.586Z] #40 158.8 CC criu/tun.o [2020-12-15T15:05:52.586Z] #40 159.4 CC criu/uffd.o [2020-12-15T15:05:52.586Z] #40 160.8 CC criu/util.o [2020-12-15T15:05:52.806Z] #18 38.10 debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T15:05:52.811Z] #18 54.18 Selecting previously unselected package python3-lib2to3. [2020-12-15T15:05:52.811Z] #18 54.19 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-15T15:05:52.811Z] #18 54.19 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-15T15:05:52.811Z] #18 54.32 Selecting previously unselected package python3-distutils. [2020-12-15T15:05:52.811Z] #18 54.32 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-15T15:05:52.811Z] #18 54.33 Unpacking python3-distutils (3.7.3-1) ... [2020-12-15T15:05:53.067Z] [2020-12-15T15:05:53.067Z] #18 ... [2020-12-15T15:05:53.067Z] [2020-12-15T15:05:53.067Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-12-15T15:05:53.067Z] #30 DONE 233.3s [2020-12-15T15:05:53.067Z] [2020-12-15T15:05:53.067Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:53.067Z] #18 38.34 Fetched 28.5 MB in 2s (11.7 MB/s) [2020-12-15T15:05:53.067Z] #18 38.45 Selecting previously unselected package pigz. [2020-12-15T15:05:53.067Z] #18 38.45 (Reading database ... [2020-12-15T15:05:53.067Z] #18 ... [2020-12-15T15:05:53.067Z] [2020-12-15T15:05:53.067Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:53.067Z] #41 125.7 DEP criu/path.d [2020-12-15T15:05:53.067Z] #41 125.9 DEP criu/parasite-syscall.d [2020-12-15T15:05:53.067Z] #41 126.3 DEP criu/pagemap.d [2020-12-15T15:05:53.067Z] #41 126.5 DEP criu/pagemap-cache.d [2020-12-15T15:05:53.067Z] #41 126.7 DEP criu/page-xfer.d [2020-12-15T15:05:53.067Z] #41 127.0 DEP criu/page-pipe.d [2020-12-15T15:05:53.067Z] #41 127.1 DEP criu/netfilter.d [2020-12-15T15:05:53.067Z] #41 127.4 DEP criu/net.d [2020-12-15T15:05:53.067Z] #41 127.6 DEP criu/namespaces.d [2020-12-15T15:05:53.067Z] #41 127.8 DEP criu/mount.d [2020-12-15T15:05:53.067Z] #41 128.1 DEP criu/memfd.d [2020-12-15T15:05:53.067Z] #41 128.3 DEP criu/mem.d [2020-12-15T15:05:53.067Z] #41 128.5 DEP criu/lsm.d [2020-12-15T15:05:53.067Z] #41 128.7 DEP criu/log.d [2020-12-15T15:05:53.067Z] #41 128.9 DEP criu/libnetlink.d [2020-12-15T15:05:53.067Z] #41 129.0 DEP criu/kerndat.d [2020-12-15T15:05:53.067Z] #41 129.2 DEP criu/kcmp-ids.d [2020-12-15T15:05:53.067Z] #41 129.3 DEP criu/irmap.d [2020-12-15T15:05:53.067Z] #41 129.4 DEP criu/ipc_ns.d [2020-12-15T15:05:53.067Z] #41 129.7 DEP criu/image.d [2020-12-15T15:05:53.067Z] #41 129.9 DEP criu/image-desc.d [2020-12-15T15:05:53.067Z] #41 130.1 DEP criu/fsnotify.d [2020-12-15T15:05:53.067Z] #41 130.3 DEP criu/filesystems.d [2020-12-15T15:05:53.067Z] #41 130.4 DEP criu/files.d [2020-12-15T15:05:53.067Z] #41 130.7 DEP criu/files-reg.d [2020-12-15T15:05:53.067Z] #41 130.9 DEP criu/files-ext.d [2020-12-15T15:05:53.067Z] #41 131.1 DEP criu/file-lock.d [2020-12-15T15:05:53.067Z] #41 131.3 DEP criu/file-ids.d [2020-12-15T15:05:53.067Z] #41 131.6 DEP criu/fifo.d [2020-12-15T15:05:53.067Z] #41 131.8 DEP criu/fdstore.d [2020-12-15T15:05:53.067Z] #41 131.9 DEP criu/fault-injection.d [2020-12-15T15:05:53.067Z] #41 132.0 DEP criu/external.d [2020-12-15T15:05:53.067Z] #41 ... [2020-12-15T15:05:53.067Z] [2020-12-15T15:05:53.067Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:05:53.067Z] #18 38.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-12-15T15:05:53.070Z] #18 54.49 Selecting previously unselected package python3-pip. [2020-12-15T15:05:53.070Z] #18 54.49 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-15T15:05:53.070Z] #18 54.50 Unpacking python3-pip (18.1-5) ... [2020-12-15T15:05:53.328Z] #18 38.57 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-12-15T15:05:53.328Z] #18 38.58 Unpacking pigz (2.4-1) ... [2020-12-15T15:05:53.328Z] #18 38.77 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-12-15T15:05:53.328Z] #18 38.77 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-12-15T15:05:53.328Z] #18 38.78 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-12-15T15:05:53.329Z] #18 54.66 Selecting previously unselected package python3-pkg-resources. [2020-12-15T15:05:53.329Z] #18 54.68 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-15T15:05:53.329Z] #18 54.68 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-15T15:05:53.329Z] #18 54.81 Selecting previously unselected package python3-setuptools. [2020-12-15T15:05:53.329Z] #18 54.83 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-15T15:05:53.329Z] #18 54.84 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-15T15:05:53.587Z] #18 55.09 Selecting previously unselected package python3-wheel. [2020-12-15T15:05:53.587Z] #18 55.09 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-15T15:05:53.587Z] #18 55.10 Unpacking python3-wheel (0.32.3-2) ... [2020-12-15T15:05:53.846Z] #18 55.18 Selecting previously unselected package sudo. [2020-12-15T15:05:53.846Z] #18 55.19 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-12-15T15:05:53.846Z] #18 55.20 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-15T15:05:54.269Z] #18 39.71 Selecting previously unselected package python3.7-minimal. [2020-12-15T15:05:54.269Z] #18 39.71 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-12-15T15:05:54.269Z] #18 39.74 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-15T15:05:54.365Z] #18 55.76 Selecting previously unselected package thin-provisioning-tools. [2020-12-15T15:05:54.365Z] #18 55.76 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-12-15T15:05:54.365Z] #18 55.77 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-15T15:05:54.365Z] #18 56.01 Selecting previously unselected package uidmap. [2020-12-15T15:05:54.365Z] #18 56.02 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-12-15T15:05:54.506Z] #40 162.5 CC criu/uts_ns.o [2020-12-15T15:05:54.506Z] #40 162.8 CC criu/vdso.o [2020-12-15T15:05:54.624Z] #18 56.02 Unpacking uidmap (1:4.5-1.1) ... [2020-12-15T15:05:54.624Z] #18 56.13 Selecting previously unselected package vim-runtime. [2020-12-15T15:05:54.624Z] #18 56.14 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:05:54.624Z] #18 56.18 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-15T15:05:54.624Z] #18 56.22 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-15T15:05:54.624Z] #18 56.22 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-15T15:05:55.088Z] #40 ... [2020-12-15T15:05:55.088Z] [2020-12-15T15:05:55.088Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-15T15:05:55.088Z] #27 DONE 8.9s [2020-12-15T15:05:55.088Z] [2020-12-15T15:05:55.088Z] #30 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-15T15:05:55.652Z] #18 41.01 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-12-15T15:05:55.652Z] #18 41.04 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-12-15T15:05:56.031Z] #24 ... [2020-12-15T15:05:56.031Z] [2020-12-15T15:05:56.031Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:05:56.031Z] #56 253.8 + bin/containerd [2020-12-15T15:05:56.479Z] #30 DONE 1.3s [2020-12-15T15:05:56.479Z] [2020-12-15T15:05:56.479Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-15T15:05:56.479Z] #32 DONE 0.3s [2020-12-15T15:05:56.479Z] [2020-12-15T15:05:56.479Z] #35 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-15T15:05:57.876Z] #35 DONE 1.1s [2020-12-15T15:05:57.876Z] [2020-12-15T15:05:57.876Z] #38 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-15T15:05:57.911Z] #18 59.53 Selecting previously unselected package vim. [2020-12-15T15:05:58.169Z] #18 59.53 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-12-15T15:05:58.170Z] #18 59.56 Unpacking vim (2:8.1.0875-5) ... [2020-12-15T15:05:58.454Z] #38 DONE 0.8s [2020-12-15T15:05:58.454Z] [2020-12-15T15:05:58.454Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:05:58.454Z] #40 163.6 LINK criu/built-in.o [2020-12-15T15:05:58.454Z] #40 163.7 LINK criu/criu [2020-12-15T15:05:58.454Z] #40 164.1 DEP lib/c/criu.d [2020-12-15T15:05:58.454Z] #40 164.2 CC images/rpc.pb-c.o [2020-12-15T15:05:58.454Z] #40 164.7 CC lib/c/criu.o [2020-12-15T15:05:58.454Z] #40 165.7 LINK lib/c/built-in.o [2020-12-15T15:05:58.454Z] #40 165.7 LINK lib/c/libcriu.so [2020-12-15T15:05:58.454Z] #40 165.8 LINK lib/c/libcriu.a [2020-12-15T15:05:58.454Z] #40 166.0 GEN magic.py [2020-12-15T15:05:58.454Z] #40 166.2 Note: Building without setproctitle() and strlcpy() support. [2020-12-15T15:05:58.454Z] #40 166.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-15T15:05:58.454Z] #40 166.2 Note: Building without GnuTLS support [2020-12-15T15:05:58.454Z] #40 166.2 Makefile.config:39: Warn: you have no libnftables installed [2020-12-15T15:05:58.454Z] #40 166.2 Makefile.config:40: Warn: Building without nftables support [2020-12-15T15:05:58.717Z] #40 166.8 fatal: not a git repository (or any of the parent directories): .git [2020-12-15T15:05:58.737Z] #18 60.04 Selecting previously unselected package xfsprogs. [2020-12-15T15:05:58.737Z] #18 60.05 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-12-15T15:05:58.737Z] #18 60.06 Unpacking xfsprogs (4.20.0-1) ... [2020-12-15T15:05:58.996Z] #18 60.43 Selecting previously unselected package zip. [2020-12-15T15:05:58.996Z] #18 60.44 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-12-15T15:05:58.996Z] #18 60.45 Unpacking zip (3.0-11+b1) ... [2020-12-15T15:05:58.996Z] #18 60.63 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-15T15:05:58.996Z] #18 60.64 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-15T15:05:58.996Z] #18 60.65 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-12-15T15:05:58.996Z] #18 60.66 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-12-15T15:05:58.996Z] #18 60.67 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-12-15T15:05:58.996Z] #18 60.68 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-12-15T15:05:59.255Z] #18 60.69 Setting up uidmap (1:4.5-1.1) ... [2020-12-15T15:05:59.255Z] #18 60.69 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-12-15T15:05:59.255Z] #18 60.71 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:05:59.255Z] #18 60.72 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-15T15:05:59.255Z] #18 60.72 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-15T15:05:59.255Z] #18 60.73 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-15T15:05:59.255Z] #18 60.74 Setting up xxd (2:8.1.0875-5) ... [2020-12-15T15:05:59.255Z] #18 60.75 Setting up zip (3.0-11+b1) ... [2020-12-15T15:05:59.255Z] #18 60.76 Setting up vim-common (2:8.1.0875-5) ... [2020-12-15T15:05:59.255Z] #18 60.78 Setting up bash-completion (1:2.8-6) ... [2020-12-15T15:05:59.666Z] #40 167.6 make[1]: Nothing to be done for 'all'. [2020-12-15T15:05:59.854Z] #18 45.24 Selecting previously unselected package python3-minimal. [2020-12-15T15:05:59.854Z] #18 45.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-12-15T15:05:59.854Z] #18 45.29 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-12-15T15:05:59.855Z] #18 45.30 Unpacking python3-minimal (3.7.3-1) ... [2020-12-15T15:06:00.096Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-12-15T15:06:00.115Z] #18 45.42 Selecting previously unselected package libmpdec2:amd64. [2020-12-15T15:06:00.115Z] #18 45.43 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-12-15T15:06:00.115Z] #18 45.45 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-12-15T15:06:00.242Z] #40 168.4 make[1]: 'images/built-in.o' is up to date. [2020-12-15T15:06:00.242Z] #40 168.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-15T15:06:00.242Z] #40 168.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-15T15:06:00.376Z] #18 45.61 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-12-15T15:06:00.376Z] #18 45.62 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-12-15T15:06:00.376Z] #18 45.62 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-12-15T15:06:00.542Z] #40 168.6 make[1]: 'compel/libcompel.a' is up to date. [2020-12-15T15:06:00.542Z] #40 168.6 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-15T15:06:00.542Z] #40 168.7 make[1]: Nothing to be done for 'all'. [2020-12-15T15:06:00.542Z] #40 168.7 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-15T15:06:00.805Z] #40 168.9 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:00.805Z] #40 168.9 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:00.805Z] #40 169.0 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:01.067Z] #40 169.1 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:01.067Z] #40 169.2 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:01.067Z] #40 169.2 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:01.067Z] #40 169.2 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:01.067Z] #40 169.3 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:01.067Z] #40 169.3 INSTALL criu/criu [2020-12-15T15:06:01.321Z] #18 46.81 Selecting previously unselected package python3.7. [2020-12-15T15:06:01.321Z] #18 46.81 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-12-15T15:06:01.321Z] #18 46.81 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-12-15T15:06:01.581Z] #18 47.00 Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-15T15:06:01.581Z] #18 47.02 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-12-15T15:06:01.581Z] #18 47.03 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-12-15T15:06:01.581Z] #18 47.16 Setting up python3-minimal (3.7.3-1) ... [2020-12-15T15:06:01.638Z] #40 DONE 169.7s [2020-12-15T15:06:01.638Z] [2020-12-15T15:06:01.638Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:02.552Z] #18 63.40 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-12-15T15:06:02.552Z] #18 63.41 Setting up xz-utils (5.2.4-1) ... [2020-12-15T15:06:02.552Z] #18 63.43 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-15T15:06:02.552Z] #18 63.44 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-15T15:06:02.552Z] #18 63.51 invoke-rc.d: could not determine current runlevel [2020-12-15T15:06:02.552Z] #18 63.52 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-15T15:06:02.552Z] #18 63.53 Setting up pigz (2.4-1) ... [2020-12-15T15:06:02.552Z] #18 63.54 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-12-15T15:06:02.552Z] #18 63.55 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-12-15T15:06:02.552Z] #18 63.56 Setting up python-pip-whl (18.1-5) ... [2020-12-15T15:06:02.552Z] #18 63.57 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-12-15T15:06:02.552Z] #18 63.58 Setting up vim-runtime (2:8.1.0875-5) ... [2020-12-15T15:06:02.552Z] #18 63.94 Setting up libaio1:amd64 (0.3.112-3) ... [2020-12-15T15:06:02.552Z] #18 63.95 Setting up libonig5:amd64 (6.9.1-1) ... [2020-12-15T15:06:02.552Z] #18 63.95 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-12-15T15:06:02.552Z] #18 63.97 Setting up vim (2:8.1.0875-5) ... [2020-12-15T15:06:02.552Z] #18 63.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-15T15:06:02.552Z] #18 63.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-15T15:06:02.552Z] #18 63.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-15T15:06:02.552Z] #18 63.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-15T15:06:02.552Z] #18 64.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-15T15:06:02.552Z] #18 64.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-15T15:06:02.552Z] #18 64.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-15T15:06:02.552Z] #18 64.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-15T15:06:02.552Z] #18 64.05 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-15T15:06:02.552Z] #18 64.06 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-15T15:06:02.552Z] #18 64.07 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-12-15T15:06:02.552Z] #18 64.08 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-15T15:06:02.552Z] #18 64.09 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-12-15T15:06:02.552Z] #18 64.10 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-15T15:06:03.018Z] #56 ... [2020-12-15T15:06:03.018Z] [2020-12-15T15:06:03.018Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:03.018Z] #24 299.9 + return [2020-12-15T15:06:03.018Z] #24 DONE 300.1s [2020-12-15T15:06:03.018Z] [2020-12-15T15:06:03.018Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:03.024Z] #53 ... [2020-12-15T15:06:03.024Z] [2020-12-15T15:06:03.024Z] #41 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-15T15:06:03.024Z] #41 DONE 0.2s [2020-12-15T15:06:03.024Z] [2020-12-15T15:06:03.024Z] #43 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-15T15:06:03.495Z] #18 48.70 Selecting previously unselected package python3. [2020-12-15T15:06:03.495Z] #18 48.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% [2020-12-15T15:06:03.495Z] #18 ... [2020-12-15T15:06:03.495Z] [2020-12-15T15:06:03.495Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:03.495Z] #41 132.2 DEP criu/eventpoll.d [2020-12-15T15:06:03.495Z] #41 132.4 DEP criu/eventfd.d [2020-12-15T15:06:03.495Z] #41 132.6 DEP criu/crtools.d [2020-12-15T15:06:03.495Z] #41 132.9 DEP criu/cr-service.d [2020-12-15T15:06:03.495Z] #41 133.2 DEP criu/cr-restore.d [2020-12-15T15:06:03.495Z] #41 133.6 DEP criu/cr-errno.d [2020-12-15T15:06:03.495Z] #41 133.7 DEP criu/cr-dump.d [2020-12-15T15:06:03.495Z] #41 134.0 DEP criu/cr-dedup.d [2020-12-15T15:06:03.495Z] #41 134.2 DEP criu/cr-check.d [2020-12-15T15:06:03.495Z] #41 134.6 DEP criu/config.d [2020-12-15T15:06:03.495Z] #41 134.8 DEP criu/clone-noasan.d [2020-12-15T15:06:03.495Z] #41 135.0 DEP criu/cgroup.d [2020-12-15T15:06:03.495Z] #41 135.4 DEP criu/cgroup-props.d [2020-12-15T15:06:03.495Z] #41 135.6 DEP criu/bitmap.d [2020-12-15T15:06:03.495Z] #41 135.7 DEP criu/bfd.d [2020-12-15T15:06:03.495Z] #41 135.9 DEP criu/autofs.d [2020-12-15T15:06:03.495Z] #41 136.2 DEP criu/aio.d [2020-12-15T15:06:03.495Z] #41 136.5 DEP criu/action-scripts.d [2020-12-15T15:06:03.495Z] #41 137.0 CC criu/action-scripts.o [2020-12-15T15:06:03.495Z] #41 137.7 CC criu/aio.o [2020-12-15T15:06:03.496Z] #41 138.6 CC criu/autofs.o [2020-12-15T15:06:03.496Z] #41 140.2 CC criu/bfd.o [2020-12-15T15:06:03.496Z] #41 140.7 CC criu/bitmap.o [2020-12-15T15:06:03.496Z] #41 140.9 CC criu/cgroup-props.o [2020-12-15T15:06:03.496Z] #41 141.8 CC criu/cgroup.o [2020-12-15T15:06:03.496Z] #41 ... [2020-12-15T15:06:03.496Z] [2020-12-15T15:06:03.496Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:06:03.496Z] #18 48.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-12-15T15:06:03.496Z] #18 48.82 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-12-15T15:06:03.496Z] #18 48.87 Unpacking python3 (3.7.3-1) ... [2020-12-15T15:06:03.755Z] #18 49.20 Selecting previously unselected package libip4tc0:amd64. [2020-12-15T15:06:03.755Z] #18 49.20 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-12-15T15:06:03.755Z] #18 49.21 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-12-15T15:06:03.969Z] #43 DONE 0.7s [2020-12-15T15:06:03.969Z] [2020-12-15T15:06:03.969Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-15T15:06:04.015Z] #18 49.34 Selecting previously unselected package libip6tc0:amd64. [2020-12-15T15:06:04.015Z] #18 49.34 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-12-15T15:06:04.015Z] #18 49.36 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-12-15T15:06:04.015Z] #18 49.55 Selecting previously unselected package libiptc0:amd64. [2020-12-15T15:06:04.229Z] #45 DONE 0.3s [2020-12-15T15:06:04.229Z] [2020-12-15T15:06:04.229Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-15T15:06:04.275Z] #18 49.56 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-12-15T15:06:04.275Z] #18 49.56 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-12-15T15:06:04.275Z] #18 49.62 Selecting previously unselected package libnfnetlink0:amd64. [2020-12-15T15:06:04.275Z] #18 49.63 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-12-15T15:06:04.275Z] #18 49.63 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-12-15T15:06:04.535Z] #18 49.87 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-12-15T15:06:04.535Z] #18 49.88 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-12-15T15:06:04.535Z] #18 49.89 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-12-15T15:06:04.572Z] #56 ... [2020-12-15T15:06:04.572Z] [2020-12-15T15:06:04.572Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-15T15:06:04.572Z] #25 DONE 0.1s [2020-12-15T15:06:04.572Z] [2020-12-15T15:06:04.572Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:04.572Z] #56 ... [2020-12-15T15:06:04.572Z] [2020-12-15T15:06:04.572Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-15T15:06:04.795Z] #18 50.03 Selecting previously unselected package libnftnl11:amd64. [2020-12-15T15:06:04.795Z] #18 50.04 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-12-15T15:06:04.795Z] #18 50.04 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-12-15T15:06:04.795Z] #18 50.17 Selecting previously unselected package iptables. [2020-12-15T15:06:04.795Z] #18 50.17 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-12-15T15:06:04.795Z] #18 50.20 Unpacking iptables (1.8.2-4) ... [2020-12-15T15:06:05.085Z] #18 ... [2020-12-15T15:06:05.085Z] [2020-12-15T15:06:05.085Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:05.085Z] #41 144.1 CC criu/cr-service.o [2020-12-15T15:06:05.085Z] #41 145.5 CC criu/crtools.o [2020-12-15T15:06:05.085Z] #41 146.1 CC criu/eventfd.o [2020-12-15T15:06:05.085Z] #41 146.5 CC criu/eventpoll.o [2020-12-15T15:06:05.085Z] #41 147.3 CC criu/external.o [2020-12-15T15:06:05.085Z] #41 147.6 CC criu/fault-injection.o [2020-12-15T15:06:05.085Z] #41 147.8 CC criu/fdstore.o [2020-12-15T15:06:05.085Z] #41 148.2 CC criu/fifo.o [2020-12-15T15:06:05.085Z] #41 148.6 CC criu/file-ids.o [2020-12-15T15:06:05.085Z] #41 149.0 CC criu/file-lock.o [2020-12-15T15:06:05.085Z] #41 150.0 CC criu/files-ext.o [2020-12-15T15:06:05.085Z] #41 150.4 CC criu/files-reg.o [2020-12-15T15:06:05.085Z] #41 152.6 CC criu/files.o [2020-12-15T15:06:05.217Z] #30 DONE 0.6s [2020-12-15T15:06:05.217Z] [2020-12-15T15:06:05.217Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-15T15:06:05.217Z] #33 DONE 0.1s [2020-12-15T15:06:05.217Z] [2020-12-15T15:06:05.217Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:05.367Z] #18 50.77 Selecting previously unselected package xxd. [2020-12-15T15:06:05.367Z] #18 50.77 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-12-15T15:06:05.367Z] #18 50.78 Unpacking xxd (2:8.1.0875-5) ... [2020-12-15T15:06:05.515Z] #56 ... [2020-12-15T15:06:05.515Z] [2020-12-15T15:06:05.515Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-15T15:06:05.515Z] #35 DONE 0.1s [2020-12-15T15:06:05.515Z] [2020-12-15T15:06:05.515Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-15T15:06:05.515Z] #38 DONE 0.1s [2020-12-15T15:06:05.515Z] [2020-12-15T15:06:05.515Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-15T15:06:05.614Z] #47 DONE 1.5s [2020-12-15T15:06:05.614Z] [2020-12-15T15:06:05.614Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-15T15:06:05.627Z] #18 51.05 Selecting previously unselected package vim-common. [2020-12-15T15:06:05.627Z] #18 51.05 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:06:05.627Z] #18 51.18 Unpacking vim-common (2:8.1.0875-5) ... [2020-12-15T15:06:05.702Z] #41 154.8 CC criu/filesystems.o [2020-12-15T15:06:05.702Z] #41 ... [2020-12-15T15:06:05.702Z] [2020-12-15T15:06:05.702Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:06:05.702Z] #18 67.09 Setting up iptables (1.8.2-4) ... [2020-12-15T15:06:05.702Z] #18 67.11 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-15T15:06:05.702Z] #18 67.12 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-15T15:06:05.702Z] #18 67.13 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-15T15:06:05.702Z] #18 67.15 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-15T15:06:05.702Z] #18 67.15 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-15T15:06:05.702Z] #18 67.16 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-15T15:06:05.702Z] #18 67.17 Setting up python3 (3.7.3-1) ... [2020-12-15T15:06:05.813Z] #41 DONE 0.1s [2020-12-15T15:06:05.813Z] [2020-12-15T15:06:05.813Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-15T15:06:05.813Z] #44 DONE 0.1s [2020-12-15T15:06:05.813Z] [2020-12-15T15:06:05.813Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-15T15:06:05.875Z] #49 DONE 0.3s [2020-12-15T15:06:05.875Z] [2020-12-15T15:06:05.875Z] #51 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-15T15:06:06.109Z] #46 DONE 0.3s [2020-12-15T15:06:06.109Z] [2020-12-15T15:06:06.109Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:06.109Z] #56 ... [2020-12-15T15:06:06.109Z] [2020-12-15T15:06:06.109Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-15T15:06:06.109Z] #48 DONE 0.1s [2020-12-15T15:06:06.109Z] [2020-12-15T15:06:06.109Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-15T15:06:06.199Z] #18 51.48 Selecting previously unselected package bash-completion. [2020-12-15T15:06:06.199Z] #18 51.49 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-12-15T15:06:06.273Z] #18 67.63 Setting up python3-wheel (0.32.3-2) ... [2020-12-15T15:06:06.408Z] #50 DONE 0.1s [2020-12-15T15:06:06.408Z] [2020-12-15T15:06:06.408Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-15T15:06:06.408Z] #52 DONE 0.1s [2020-12-15T15:06:06.408Z] [2020-12-15T15:06:06.408Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:06.408Z] #56 ... [2020-12-15T15:06:06.408Z] [2020-12-15T15:06:06.408Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-15T15:06:06.408Z] #54 DONE 0.1s [2020-12-15T15:06:06.706Z] [2020-12-15T15:06:06.706Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:06.817Z] #51 DONE 0.7s [2020-12-15T15:06:06.817Z] [2020-12-15T15:06:06.817Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:06.848Z] #18 68.42 Setting up apparmor (2.13.2-10) ... [2020-12-15T15:06:08.766Z] #18 70.19 Setting up xfsprogs (4.20.0-1) ... [2020-12-15T15:06:08.766Z] #18 70.20 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-15T15:06:09.332Z] #18 70.59 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-15T15:06:09.499Z] #18 54.39 Unpacking bash-completion (1:2.8-6) ... [2020-12-15T15:06:09.499Z] #18 54.83 Selecting previously unselected package bzip2. [2020-12-15T15:06:09.499Z] #18 54.84 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-12-15T15:06:09.499Z] #18 54.85 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-15T15:06:09.499Z] #18 54.93 Selecting previously unselected package xz-utils. [2020-12-15T15:06:09.499Z] #18 54.94 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-12-15T15:06:09.499Z] #18 54.95 Unpacking xz-utils (5.2.4-1) ... [2020-12-15T15:06:09.760Z] #18 55.12 Selecting previously unselected package apparmor. [2020-12-15T15:06:09.760Z] #18 55.13 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-12-15T15:06:09.900Z] #18 71.42 Setting up python3-distutils (3.7.3-1) ... [2020-12-15T15:06:10.020Z] #18 55.23 Unpacking apparmor (2.13.2-10) ... [2020-12-15T15:06:10.281Z] #18 55.53 Selecting previously unselected package aufs-tools. [2020-12-15T15:06:10.281Z] #18 55.54 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-12-15T15:06:10.281Z] #18 55.54 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-12-15T15:06:10.281Z] #18 55.69 Selecting previously unselected package libonig5:amd64. [2020-12-15T15:06:10.281Z] #18 55.69 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-12-15T15:06:10.281Z] #18 55.70 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-12-15T15:06:10.467Z] #18 71.96 Setting up python3-setuptools (40.8.0-1) ... [2020-12-15T15:06:10.542Z] #18 55.84 Selecting previously unselected package libjq1:amd64. [2020-12-15T15:06:10.542Z] #18 55.85 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-12-15T15:06:10.542Z] #18 55.85 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-15T15:06:10.542Z] #18 56.05 Selecting previously unselected package jq. [2020-12-15T15:06:10.542Z] #18 56.06 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-12-15T15:06:10.803Z] #18 56.07 Unpacking jq (1.5+dfsg-2+b1) ... [2020-12-15T15:06:10.803Z] #18 56.18 Selecting previously unselected package libaio1:amd64. [2020-12-15T15:06:10.803Z] #18 56.18 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-12-15T15:06:10.803Z] #18 56.18 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-12-15T15:06:10.803Z] #18 56.26 Selecting previously unselected package libgpm2:amd64. [2020-12-15T15:06:10.803Z] #18 56.27 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-12-15T15:06:11.074Z] #18 56.29 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-12-15T15:06:11.074Z] #18 56.35 Selecting previously unselected package libicu63:amd64. [2020-12-15T15:06:11.074Z] #18 56.36 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-12-15T15:06:11.074Z] #18 56.36 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-15T15:06:11.844Z] #18 73.09 Setting up python3-pip (18.1-5) ... [2020-12-15T15:06:12.785Z] #18 74.17 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:06:12.785Z] #18 74.22 Processing triggers for mime-support (3.62) ... [2020-12-15T15:06:13.725Z] #18 DONE 75.1s [2020-12-15T15:06:13.725Z] [2020-12-15T15:06:13.725Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-15T15:06:14.665Z] #19 0.913 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-15T15:06:14.665Z] #19 0.917 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-15T15:06:14.665Z] #19 0.920 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-15T15:06:14.665Z] #19 DONE 1.0s [2020-12-15T15:06:14.665Z] [2020-12-15T15:06:14.665Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:06:14.665Z] #38 261.6 + dpkg --print-architecture [2020-12-15T15:06:14.665Z] #38 261.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-12-15T15:06:14.665Z] #38 261.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-12-15T15:06:14.665Z] #38 261.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-12-15T15:06:14.665Z] #38 ... [2020-12-15T15:06:14.665Z] [2020-12-15T15:06:14.665Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T15:06:15.280Z] #18 60.00 Selecting previously unselected package libnet1:amd64. [2020-12-15T15:06:15.280Z] #18 60.00 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-12-15T15:06:15.280Z] #18 60.01 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:06:15.280Z] #18 60.08 Selecting previously unselected package libnl-3-200:amd64. [2020-12-15T15:06:15.280Z] #18 60.09 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-12-15T15:06:15.280Z] #18 60.09 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-12-15T15:06:15.280Z] #18 60.20 Selecting previously unselected package libprotobuf-c1:amd64. [2020-12-15T15:06:15.280Z] #18 60.20 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-12-15T15:06:15.280Z] #18 60.21 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-15T15:06:15.280Z] #18 60.27 Selecting previously unselected package libreadline5:amd64. [2020-12-15T15:06:15.280Z] #18 60.28 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-12-15T15:06:15.280Z] #18 60.29 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-12-15T15:06:15.280Z] #18 60.40 Selecting previously unselected package net-tools. [2020-12-15T15:06:15.280Z] #18 60.42 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-12-15T15:06:15.280Z] #18 60.42 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-15T15:06:15.280Z] #18 60.64 Selecting previously unselected package python-pip-whl. [2020-12-15T15:06:15.280Z] #18 60.66 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-12-15T15:06:15.280Z] #18 60.66 Unpacking python-pip-whl (18.1-5) ... [2020-12-15T15:06:15.853Z] #18 61.20 Selecting previously unselected package python3-lib2to3. [2020-12-15T15:06:15.853Z] #18 61.21 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-12-15T15:06:15.853Z] #18 61.22 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-12-15T15:06:16.113Z] #18 61.33 Selecting previously unselected package python3-distutils. [2020-12-15T15:06:16.113Z] #18 61.34 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-12-15T15:06:16.113Z] #18 61.36 Unpacking python3-distutils (3.7.3-1) ... [2020-12-15T15:06:16.113Z] #18 61.52 Selecting previously unselected package python3-pip. [2020-12-15T15:06:16.113Z] #18 61.53 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-12-15T15:06:16.113Z] #18 61.54 Unpacking python3-pip (18.1-5) ... [2020-12-15T15:06:16.391Z] #18 61.69 Selecting previously unselected package python3-pkg-resources. [2020-12-15T15:06:16.391Z] #18 61.70 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-12-15T15:06:16.391Z] #18 61.70 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-12-15T15:06:16.391Z] #18 61.85 Selecting previously unselected package python3-setuptools. [2020-12-15T15:06:16.391Z] #18 61.85 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-12-15T15:06:16.391Z] #18 61.86 Unpacking python3-setuptools (40.8.0-1) ... [2020-12-15T15:06:16.569Z] #20 ... [2020-12-15T15:06:16.569Z] [2020-12-15T15:06:16.569Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:16.569Z] #41 155.5 CC criu/fsnotify.o [2020-12-15T15:06:16.569Z] #41 156.7 CC criu/image-desc.o [2020-12-15T15:06:16.569Z] #41 156.9 CC criu/image.o [2020-12-15T15:06:16.569Z] #41 157.9 CC criu/ipc_ns.o [2020-12-15T15:06:16.569Z] #41 159.2 CC criu/irmap.o [2020-12-15T15:06:16.569Z] #41 159.9 CC criu/kcmp-ids.o [2020-12-15T15:06:16.569Z] #41 160.3 CC criu/kerndat.o [2020-12-15T15:06:16.569Z] #41 161.5 CC criu/libnetlink.o [2020-12-15T15:06:16.569Z] #41 162.0 CC criu/log.o [2020-12-15T15:06:16.569Z] #41 162.6 CC criu/lsm.o [2020-12-15T15:06:16.569Z] #41 163.0 CC criu/mem.o [2020-12-15T15:06:16.569Z] #41 165.2 CC criu/memfd.o [2020-12-15T15:06:16.569Z] #41 165.8 CC criu/mount.o [2020-12-15T15:06:16.652Z] #18 62.12 Selecting previously unselected package python3-wheel. [2020-12-15T15:06:16.652Z] #18 62.15 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-12-15T15:06:16.652Z] #18 62.16 Unpacking python3-wheel (0.32.3-2) ... [2020-12-15T15:06:16.652Z] #18 62.22 Selecting previously unselected package sudo. [2020-12-15T15:06:16.652Z] #18 ... [2020-12-15T15:06:16.652Z] [2020-12-15T15:06:16.652Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:16.652Z] #41 145.7 CC criu/clone-noasan.o [2020-12-15T15:06:16.652Z] #41 145.9 CC criu/config.o [2020-12-15T15:06:16.652Z] #41 147.3 CC criu/cr-check.o [2020-12-15T15:06:16.652Z] #41 148.9 CC criu/cr-dedup.o [2020-12-15T15:06:16.652Z] #41 149.4 CC criu/cr-dump.o [2020-12-15T15:06:16.652Z] #41 151.7 CC criu/cr-errno.o [2020-12-15T15:06:16.652Z] #41 151.8 CC criu/cr-restore.o [2020-12-15T15:06:16.823Z] #53 210.6 + bin/containerd-stress [2020-12-15T15:06:16.935Z] #41 ... [2020-12-15T15:06:16.935Z] [2020-12-15T15:06:16.935Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:06:16.935Z] #18 62.22 Selecting previously unselected package sudo. [2020-12-15T15:06:16.935Z] #18 62.23 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-12-15T15:06:16.935Z] #18 62.24 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-12-15T15:06:17.527Z] #18 62.85 Selecting previously unselected package thin-provisioning-tools. [2020-12-15T15:06:17.527Z] #18 62.86 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-12-15T15:06:17.527Z] #18 62.87 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-12-15T15:06:17.527Z] #18 63.07 Selecting previously unselected package uidmap. [2020-12-15T15:06:17.527Z] #18 63.07 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-12-15T15:06:17.789Z] #18 63.08 Unpacking uidmap (1:4.5-1.1) ... [2020-12-15T15:06:17.789Z] #18 63.19 Selecting previously unselected package vim-runtime. [2020-12-15T15:06:17.789Z] #18 63.20 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-12-15T15:06:17.789Z] #18 63.22 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-12-15T15:06:17.789Z] #18 63.25 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-12-15T15:06:17.789Z] #18 63.26 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-12-15T15:06:19.856Z] #41 ... [2020-12-15T15:06:19.856Z] [2020-12-15T15:06:19.856Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T15:06:19.856Z] #20 4.711 Collecting yamllint==1.16.0 [2020-12-15T15:06:20.127Z] #53 213.6 + bin/containerd-shim [2020-12-15T15:06:21.086Z] #18 66.33 Selecting previously unselected package vim. [2020-12-15T15:06:21.086Z] #18 66.36 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-12-15T15:06:21.086Z] #18 66.38 Unpacking vim (2:8.1.0875-5) ... [2020-12-15T15:06:21.655Z] #18 66.91 Selecting previously unselected package xfsprogs. [2020-12-15T15:06:21.655Z] #18 66.91 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-12-15T15:06:21.655Z] #18 66.92 Unpacking xfsprogs (4.20.0-1) ... [2020-12-15T15:06:21.916Z] #18 67.34 Selecting previously unselected package zip. [2020-12-15T15:06:21.916Z] #18 67.34 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-12-15T15:06:21.916Z] #18 67.35 Unpacking zip (3.0-11+b1) ... [2020-12-15T15:06:22.177Z] #18 67.57 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-12-15T15:06:22.177Z] #18 67.59 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-12-15T15:06:22.177Z] #18 67.60 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-12-15T15:06:22.177Z] #18 67.61 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-12-15T15:06:22.177Z] #18 67.62 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-12-15T15:06:22.177Z] #18 67.63 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-12-15T15:06:22.177Z] #18 67.64 Setting up uidmap (1:4.5-1.1) ... [2020-12-15T15:06:22.177Z] #18 67.65 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-12-15T15:06:22.177Z] #18 67.67 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-12-15T15:06:22.177Z] #18 67.68 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-12-15T15:06:22.177Z] #18 67.69 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-12-15T15:06:22.177Z] #18 67.70 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-12-15T15:06:22.437Z] #18 67.72 Setting up xxd (2:8.1.0875-5) ... [2020-12-15T15:06:22.437Z] #18 67.73 Setting up zip (3.0-11+b1) ... [2020-12-15T15:06:22.437Z] #18 67.74 Setting up vim-common (2:8.1.0875-5) ... [2020-12-15T15:06:22.438Z] #18 67.78 Setting up bash-completion (1:2.8-6) ... [2020-12-15T15:06:24.984Z] #18 70.41 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-12-15T15:06:24.984Z] #18 70.42 Setting up xz-utils (5.2.4-1) ... [2020-12-15T15:06:24.984Z] #18 70.44 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-12-15T15:06:24.984Z] #18 70.44 Setting up sudo (1.8.27-1+deb10u2) ... [2020-12-15T15:06:25.127Z] #20 10.08 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-15T15:06:25.127Z] #20 10.16 Collecting pyyaml (from yamllint==1.16.0) [2020-12-15T15:06:25.127Z] #20 10.32 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-15T15:06:25.245Z] #18 70.52 invoke-rc.d: could not determine current runlevel [2020-12-15T15:06:25.245Z] #18 70.53 invoke-rc.d: policy-rc.d denied execution of start. [2020-12-15T15:06:25.245Z] #18 70.54 Setting up pigz (2.4-1) ... [2020-12-15T15:06:25.245Z] #18 70.55 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-12-15T15:06:25.245Z] #18 70.56 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-12-15T15:06:25.245Z] #18 70.57 Setting up python-pip-whl (18.1-5) ... [2020-12-15T15:06:25.245Z] #18 70.59 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-12-15T15:06:25.245Z] #18 70.60 Setting up vim-runtime (2:8.1.0875-5) ... [2020-12-15T15:06:25.506Z] #18 71.04 Setting up libaio1:amd64 (0.3.112-3) ... [2020-12-15T15:06:25.506Z] #18 71.05 Setting up libonig5:amd64 (6.9.1-1) ... [2020-12-15T15:06:25.506Z] #18 71.07 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-12-15T15:06:25.506Z] #18 71.08 Setting up vim (2:8.1.0875-5) ... [2020-12-15T15:06:25.770Z] #18 71.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-12-15T15:06:25.770Z] #18 71.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-12-15T15:06:25.770Z] #18 71.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-12-15T15:06:25.770Z] #18 71.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-12-15T15:06:25.770Z] #18 71.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-12-15T15:06:25.770Z] #18 71.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-12-15T15:06:25.770Z] #18 71.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-12-15T15:06:25.770Z] #18 71.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-12-15T15:06:25.770Z] #18 71.17 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-12-15T15:06:25.770Z] #18 71.18 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-12-15T15:06:25.770Z] #18 71.19 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-12-15T15:06:25.770Z] #18 71.22 Setting up jq (1.5+dfsg-2+b1) ... [2020-12-15T15:06:25.770Z] #18 71.23 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-12-15T15:06:25.770Z] #18 71.25 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-12-15T15:06:26.505Z] #20 11.77 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-15T15:06:26.505Z] #20 11.82 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-15T15:06:26.505Z] #20 11.87 Building wheels for collected packages: pyyaml [2020-12-15T15:06:26.505Z] #20 11.87 Running setup.py bdist_wheel for pyyaml: started [2020-12-15T15:06:26.725Z] #53 220.2 + bin/containerd-shim-runc-v1 [2020-12-15T15:06:27.442Z] #20 12.88 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-15T15:06:27.685Z] #18 ... [2020-12-15T15:06:27.685Z] [2020-12-15T15:06:27.685Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:27.685Z] #41 156.7 CC criu/cr-service.o [2020-12-15T15:06:27.685Z] #41 158.4 CC criu/crtools.o [2020-12-15T15:06:27.685Z] #41 159.0 CC criu/eventfd.o [2020-12-15T15:06:27.685Z] #41 159.3 CC criu/eventpoll.o [2020-12-15T15:06:27.685Z] #41 160.3 CC criu/external.o [2020-12-15T15:06:27.685Z] #41 160.7 CC criu/fault-injection.o [2020-12-15T15:06:27.685Z] #41 160.8 CC criu/fdstore.o [2020-12-15T15:06:27.685Z] #41 161.1 CC criu/fifo.o [2020-12-15T15:06:27.685Z] #41 161.6 CC criu/file-ids.o [2020-12-15T15:06:27.685Z] #41 162.0 CC criu/file-lock.o [2020-12-15T15:06:27.685Z] #41 162.9 CC criu/files-ext.o [2020-12-15T15:06:27.685Z] #41 163.2 CC criu/files-reg.o [2020-12-15T15:06:27.685Z] #41 165.3 CC criu/files.o [2020-12-15T15:06:27.701Z] #20 12.88 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-15T15:06:27.701Z] #20 12.95 Successfully built pyyaml [2020-12-15T15:06:27.701Z] #20 12.97 Installing collected packages: pyyaml, pathspec, yamllint [2020-12-15T15:06:27.960Z] #20 13.33 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-15T15:06:28.256Z] #41 167.3 CC criu/filesystems.o [2020-12-15T15:06:28.530Z] #20 DONE 13.8s [2020-12-15T15:06:28.530Z] [2020-12-15T15:06:28.530Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-15T15:06:28.790Z] #23 DONE 0.3s [2020-12-15T15:06:28.790Z] [2020-12-15T15:06:28.790Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-15T15:06:28.828Z] #41 ... [2020-12-15T15:06:28.828Z] [2020-12-15T15:06:28.828Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-12-15T15:06:28.828Z] #18 74.29 Setting up iptables (1.8.2-4) ... [2020-12-15T15:06:28.828Z] #18 74.31 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-15T15:06:28.828Z] #18 74.33 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-15T15:06:28.828Z] #18 74.33 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-12-15T15:06:28.828Z] #18 74.34 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-12-15T15:06:28.828Z] #18 74.34 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-12-15T15:06:28.828Z] #18 74.35 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-12-15T15:06:29.089Z] #18 74.35 Setting up python3 (3.7.3-1) ... [2020-12-15T15:06:29.349Z] #18 74.82 Setting up python3-wheel (0.32.3-2) ... [2020-12-15T15:06:30.291Z] #18 75.68 Setting up apparmor (2.13.2-10) ... [2020-12-15T15:06:30.695Z] #28 ... [2020-12-15T15:06:30.695Z] [2020-12-15T15:06:30.695Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:30.695Z] #41 170.1 CC criu/namespaces.o [2020-12-15T15:06:30.695Z] #41 171.9 CC criu/net.o [2020-12-15T15:06:30.695Z] #41 175.2 CC criu/netfilter.o [2020-12-15T15:06:30.695Z] #41 175.6 CC criu/page-pipe.o [2020-12-15T15:06:30.695Z] #41 176.3 CC criu/page-xfer.o [2020-12-15T15:06:30.695Z] #41 178.1 CC criu/pagemap-cache.o [2020-12-15T15:06:30.695Z] #41 178.6 CC criu/pagemap.o [2020-12-15T15:06:30.695Z] #41 179.6 CC criu/parasite-syscall.o [2020-12-15T15:06:30.954Z] #41 ... [2020-12-15T15:06:30.954Z] [2020-12-15T15:06:30.954Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:06:30.954Z] #51 103.7 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-15T15:06:31.818Z] aa4f58cd6da1: Pull complete [2020-12-15T15:06:31.818Z] Digest: sha256:0030f755ca84ec601a080df3b47f281896d90ec7cf42bb95af04bd118511e9da [2020-12-15T15:06:31.818Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:06:31.818Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-12-15T15:06:31.818Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-12-15T15:06:31.818Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1637' [2020-12-15T15:06:31.818Z] WARN: Skipping validation tests [2020-12-15T15:06:31.818Z] INFO: Running unit tests at 12/15/2020 15:06:25... [2020-12-15T15:06:31.818Z] INFO: make.ps1 starting at 12/15/2020 15:06:29 [2020-12-15T15:06:31.818Z] INFO: Git commit (7e600eaae0) assumed from DOCKER_GITCOMMIT environment variable [2020-12-15T15:06:31.818Z] INFO: Invoking autogen... [2020-12-15T15:06:31.818Z] INFO: Running unit tests... [2020-12-15T15:06:32.025Z] #53 225.0 + bin/containerd-shim-runc-v2 [2020-12-15T15:06:32.205Z] #18 77.44 Setting up xfsprogs (4.20.0-1) ... [2020-12-15T15:06:32.205Z] #18 77.45 Setting up python3-lib2to3 (3.7.3-1) ... [2020-12-15T15:06:32.465Z] #18 77.88 Setting up python3-pkg-resources (40.8.0-1) ... [2020-12-15T15:06:32.858Z] #51 ... [2020-12-15T15:06:32.858Z] [2020-12-15T15:06:32.858Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-15T15:06:32.858Z] #28 DONE 4.0s [2020-12-15T15:06:32.858Z] [2020-12-15T15:06:32.858Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:06:32.858Z] #51 105.9 + mkdir -p /build [2020-12-15T15:06:32.858Z] #51 105.9 + cp runc /build/runc [2020-12-15T15:06:32.969Z] #53 226.7 + binaries [2020-12-15T15:06:32.969Z] #53 226.7 + install -D bin/containerd /build/containerd [2020-12-15T15:06:32.969Z] #53 226.8 + install -D bin/containerd-shim /build/containerd-shim [2020-12-15T15:06:33.251Z] #53 226.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-15T15:06:33.251Z] #53 226.8 + install -D bin/ctr /build/ctr [2020-12-15T15:06:33.404Z] #18 78.78 Setting up python3-distutils (3.7.3-1) ... [2020-12-15T15:06:33.428Z] #51 DONE 106.4s [2020-12-15T15:06:33.428Z] [2020-12-15T15:06:33.428Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-15T15:06:33.428Z] #31 DONE 0.7s [2020-12-15T15:06:33.428Z] [2020-12-15T15:06:33.428Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-15T15:06:33.688Z] #33 DONE 0.1s [2020-12-15T15:06:33.688Z] [2020-12-15T15:06:33.688Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-15T15:06:33.875Z] #56 289.7 + bin/containerd-stress [2020-12-15T15:06:33.947Z] #36 DONE 0.5s [2020-12-15T15:06:33.947Z] [2020-12-15T15:06:33.947Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:33.947Z] #41 180.5 CC criu/path.o [2020-12-15T15:06:33.947Z] #41 180.7 CC criu/pie-util-vdso-elf32.o [2020-12-15T15:06:33.947Z] #41 181.2 CC criu/pie-util-vdso.o [2020-12-15T15:06:33.947Z] #41 181.6 CC criu/pie-util.o [2020-12-15T15:06:33.947Z] #41 181.8 CC criu/pipes.o [2020-12-15T15:06:33.947Z] #41 182.5 CC criu/plugin.o [2020-12-15T15:06:33.947Z] #41 182.9 CC criu/proc_parse.o [2020-12-15T15:06:33.972Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:06:33.972Z] [2020-12-15T15:06:33.972Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-15T15:06:33.972Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-15T15:06:33.972Z] HOSTNAME=9cbc61bb9ebe [2020-12-15T15:06:33.972Z] TESTDEBUG=0 [2020-12-15T15:06:33.972Z] DEST=bundles/test-integration [2020-12-15T15:06:33.972Z] PWD=/go/src/github.com/docker/docker [2020-12-15T15:06:33.972Z] DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:06:33.972Z] container=docker [2020-12-15T15:06:33.972Z] HOME=/root [2020-12-15T15:06:33.972Z] GOLANG_VERSION=1.13.15 [2020-12-15T15:06:33.972Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-15T15:06:33.972Z] VALIDATE_BRANCH=master [2020-12-15T15:06:33.972Z] TERM=xterm [2020-12-15T15:06:33.972Z] DOCKER_PKG=github.com/docker/docker [2020-12-15T15:06:33.972Z] SHLVL=1 [2020-12-15T15:06:33.972Z] TIMEOUT=120m [2020-12-15T15:06:33.972Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-15T15:06:33.972Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-15T15:06:33.972Z] GO111MODULE=off [2020-12-15T15:06:33.972Z] DOCKER_EXPERIMENTAL=1 [2020-12-15T15:06:33.972Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-12-15T15:06:33.972Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-15T15:06:33.972Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-15T15:06:33.972Z] GOPATH=/go [2020-12-15T15:06:33.972Z] PKG_CONFIG=pkg-config [2020-12-15T15:06:33.972Z] _=/usr/bin/env [2020-12-15T15:06:33.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-12-15T15:06:33.974Z] #18 79.25 Setting up python3-setuptools (40.8.0-1) ... [2020-12-15T15:06:34.523Z] #56 292.1 + bin/containerd-shim [2020-12-15T15:06:34.917Z] #18 80.35 Setting up python3-pip (18.1-5) ... [2020-12-15T15:06:36.301Z] #18 81.58 Processing triggers for libc-bin (2.28-10) ... [2020-12-15T15:06:36.301Z] #18 81.61 Processing triggers for mime-support (3.62) ... [2020-12-15T15:06:36.489Z] #41 185.4 CC criu/protobuf-desc.o [2020-12-15T15:06:36.489Z] #41 ... [2020-12-15T15:06:36.489Z] [2020-12-15T15:06:36.489Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:06:36.489Z] #38 DONE 291.0s [2020-12-15T15:06:36.489Z] [2020-12-15T15:06:36.489Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:36.748Z] #47 ... [2020-12-15T15:06:36.748Z] [2020-12-15T15:06:36.748Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:36.748Z] #41 186.1 CC criu/protobuf.o [2020-12-15T15:06:37.242Z] #18 DONE 82.6s [2020-12-15T15:06:37.242Z] [2020-12-15T15:06:37.242Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:06:37.242Z] #38 273.0 + dpkg --print-architecture [2020-12-15T15:06:37.242Z] #38 273.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-12-15T15:06:37.242Z] #38 273.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-12-15T15:06:37.242Z] #38 273.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-12-15T15:06:37.315Z] #41 186.5 CC criu/pstree.o [2020-12-15T15:06:37.607Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2020-12-15T15:06:38.184Z] #38 ... [2020-12-15T15:06:38.184Z] [2020-12-15T15:06:38.184Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-12-15T15:06:38.184Z] #19 0.917 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-12-15T15:06:38.184Z] #19 0.923 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-12-15T15:06:38.184Z] #19 0.926 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-12-15T15:06:38.184Z] #19 DONE 1.0s [2020-12-15T15:06:38.184Z] [2020-12-15T15:06:38.184Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T15:06:38.251Z] #41 187.6 CC criu/rbtree.o [2020-12-15T15:06:38.510Z] #41 187.9 CC criu/rst-malloc.o [2020-12-15T15:06:38.536Z] #53 DONE 231.8s [2020-12-15T15:06:38.769Z] #41 188.0 CC criu/seccomp.o [2020-12-15T15:06:38.769Z] #41 ... [2020-12-15T15:06:38.769Z] [2020-12-15T15:06:38.769Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-15T15:06:38.769Z] #39 DONE 0.5s [2020-12-15T15:06:39.027Z] [2020-12-15T15:06:39.027Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:39.027Z] #41 188.5 CC criu/seize.o [2020-12-15T15:06:39.129Z] #20 ... [2020-12-15T15:06:39.129Z] [2020-12-15T15:06:39.129Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:39.129Z] #41 168.2 CC criu/fsnotify.o [2020-12-15T15:06:39.129Z] #41 169.2 CC criu/image-desc.o [2020-12-15T15:06:39.129Z] #41 169.3 CC criu/image.o [2020-12-15T15:06:39.129Z] #41 170.1 CC criu/ipc_ns.o [2020-12-15T15:06:39.129Z] #41 171.4 CC criu/irmap.o [2020-12-15T15:06:39.129Z] #41 172.1 CC criu/kcmp-ids.o [2020-12-15T15:06:39.129Z] #41 172.4 CC criu/kerndat.o [2020-12-15T15:06:39.129Z] #41 173.7 CC criu/libnetlink.o [2020-12-15T15:06:39.129Z] #41 174.1 CC criu/log.o [2020-12-15T15:06:39.129Z] #41 174.8 CC criu/lsm.o [2020-12-15T15:06:39.129Z] #41 175.1 CC criu/mem.o [2020-12-15T15:06:39.129Z] #41 177.0 CC criu/memfd.o [2020-12-15T15:06:39.129Z] #41 178.0 CC criu/mount.o [2020-12-15T15:06:39.595Z] #41 189.0 CC criu/servicefd.o [2020-12-15T15:06:39.922Z] [2020-12-15T15:06:39.922Z] #54 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-15T15:06:40.162Z] #41 189.3 CC criu/shmem.o [2020-12-15T15:06:40.421Z] #41 ... [2020-12-15T15:06:40.421Z] [2020-12-15T15:06:40.421Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:40.421Z] #47 294.6 + /build/golangci-lint --version [2020-12-15T15:06:40.421Z] #47 294.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-15T15:06:40.421Z] #47 DONE 295.0s [2020-12-15T15:06:40.680Z] [2020-12-15T15:06:40.680Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:40.680Z] #41 190.0 CC criu/sigframe.o [2020-12-15T15:06:40.680Z] #41 190.1 CC criu/signalfd.o [2020-12-15T15:06:40.939Z] #41 190.3 CC criu/sk-inet.o [2020-12-15T15:06:41.478Z] #56 299.1 + bin/containerd-shim-runc-v1 [2020-12-15T15:06:41.506Z] #41 190.8 CC criu/sk-netlink.o [2020-12-15T15:06:41.765Z] #41 191.1 CC criu/sk-packet.o [2020-12-15T15:06:42.333Z] #41 191.6 CC criu/sk-queue.o [2020-12-15T15:06:42.464Z] #54 DONE 2.6s [2020-12-15T15:06:42.592Z] #41 191.8 CC criu/sk-tcp.o [2020-12-15T15:06:42.592Z] #41 192.1 CC criu/sk-unix.o [2020-12-15T15:06:42.724Z] [2020-12-15T15:06:42.724Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-15T15:06:42.985Z] #58 DONE 0.5s [2020-12-15T15:06:43.246Z] [2020-12-15T15:06:43.246Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-15T15:06:43.336Z] #41 ... [2020-12-15T15:06:43.336Z] [2020-12-15T15:06:43.336Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-12-15T15:06:43.336Z] #20 5.083 Collecting yamllint==1.16.0 [2020-12-15T15:06:43.981Z] #41 193.0 CC criu/sockets.o [2020-12-15T15:06:44.239Z] #41 193.4 CC criu/stats.o [2020-12-15T15:06:44.239Z] #41 193.6 CC criu/string.o [2020-12-15T15:06:44.239Z] #41 193.7 CC criu/sysctl.o [2020-12-15T15:06:44.498Z] #41 194.0 CC criu/sysfs_parse.o [2020-12-15T15:06:44.687Z] ? github.com/docker/docker/api [no test files] [2020-12-15T15:06:44.757Z] #41 194.2 CC criu/timens.o [2020-12-15T15:06:45.016Z] #41 194.4 CC criu/timerfd.o [2020-12-15T15:06:45.275Z] #41 194.5 CC criu/tty.o [2020-12-15T15:06:45.792Z] #60 DONE 2.2s [2020-12-15T15:06:45.792Z] [2020-12-15T15:06:45.792Z] #62 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-15T15:06:45.792Z] #62 DONE 0.1s [2020-12-15T15:06:45.792Z] [2020-12-15T15:06:45.792Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-15T15:06:45.792Z] #63 DONE 0.1s [2020-12-15T15:06:45.792Z] [2020-12-15T15:06:45.792Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-15T15:06:46.211Z] #41 195.4 CC criu/tun.o [2020-12-15T15:06:46.469Z] #41 195.7 CC criu/uffd.o [2020-12-15T15:06:46.728Z] #41 196.3 CC criu/util.o [2020-12-15T15:06:47.073Z] #56 304.0 + bin/containerd-shim-runc-v2 [2020-12-15T15:06:47.366Z] #56 305.1 + binaries [2020-12-15T15:06:47.366Z] #56 305.1 + install -D bin/containerd /build/containerd [2020-12-15T15:06:47.366Z] #56 305.2 + install -D bin/containerd-shim /build/containerd-shim [2020-12-15T15:06:47.366Z] #56 305.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-15T15:06:47.366Z] #56 305.2 + install -D bin/ctr /build/ctr [2020-12-15T15:06:47.366Z] #56 DONE 305.3s [2020-12-15T15:06:47.664Z] #41 196.9 CC criu/uts_ns.o [2020-12-15T15:06:47.664Z] #41 197.0 CC criu/vdso-compat.o [2020-12-15T15:06:47.664Z] #41 197.2 CC criu/vdso.o [2020-12-15T15:06:47.707Z] #64 DONE 2.1s [2020-12-15T15:06:47.707Z] [2020-12-15T15:06:47.707Z] #66 exporting to image [2020-12-15T15:06:47.707Z] #66 exporting layers [2020-12-15T15:06:48.232Z] #41 197.5 LINK criu/built-in.o [2020-12-15T15:06:48.232Z] #41 197.6 LINK criu/criu [2020-12-15T15:06:48.491Z] #41 197.8 DEP lib/c/criu.d [2020-12-15T15:06:48.491Z] #41 197.9 CC images/rpc.pb-c.o [2020-12-15T15:06:48.626Z] #20 10.41 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-12-15T15:06:48.626Z] #20 10.53 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-12-15T15:06:48.626Z] #20 10.57 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-12-15T15:06:48.626Z] #20 10.62 Collecting pyyaml (from yamllint==1.16.0) [2020-12-15T15:06:48.749Z] #41 198.2 CC lib/c/criu.o [2020-12-15T15:06:48.881Z] [2020-12-15T15:06:48.881Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-15T15:06:48.881Z] #57 DONE 0.1s [2020-12-15T15:06:48.881Z] [2020-12-15T15:06:48.881Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-15T15:06:48.881Z] #61 DONE 0.1s [2020-12-15T15:06:48.881Z] [2020-12-15T15:06:48.881Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-15T15:06:48.881Z] #63 DONE 0.1s [2020-12-15T15:06:48.881Z] [2020-12-15T15:06:48.881Z] #65 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-15T15:06:48.881Z] #65 DONE 0.1s [2020-12-15T15:06:48.881Z] [2020-12-15T15:06:48.881Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-15T15:06:48.881Z] #66 DONE 0.0s [2020-12-15T15:06:48.881Z] [2020-12-15T15:06:48.881Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-15T15:06:48.887Z] #20 10.76 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-12-15T15:06:49.317Z] #41 198.7 LINK lib/c/built-in.o [2020-12-15T15:06:49.317Z] #41 198.7 LINK lib/c/libcriu.so [2020-12-15T15:06:49.317Z] #41 198.7 LINK lib/c/libcriu.a [2020-12-15T15:06:49.317Z] #41 198.9 GEN magic.py [2020-12-15T15:06:49.576Z] #41 199.0 Note: Building without setproctitle() and strlcpy() support. [2020-12-15T15:06:49.576Z] #41 199.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-15T15:06:49.576Z] #41 199.0 Note: Building without GnuTLS support [2020-12-15T15:06:49.576Z] #41 199.0 Makefile.config:39: Warn: you have no libnftables installed [2020-12-15T15:06:49.576Z] #41 199.0 Makefile.config:40: Warn: Building without nftables support [2020-12-15T15:06:49.835Z] #41 199.4 fatal: not a git repository (or any of the parent directories): .git [2020-12-15T15:06:50.272Z] #20 12.15 Building wheels for collected packages: pyyaml [2020-12-15T15:06:50.272Z] #20 12.15 Running setup.py bdist_wheel for pyyaml: started [2020-12-15T15:06:50.413Z] #41 199.7 make[1]: Nothing to be done for 'all'. [2020-12-15T15:06:50.672Z] #41 200.1 make[1]: 'images/built-in.o' is up to date. [2020-12-15T15:06:50.931Z] #41 200.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-15T15:06:50.931Z] #41 200.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-15T15:06:50.931Z] #41 200.2 make[1]: 'compel/libcompel.a' is up to date. [2020-12-15T15:06:50.931Z] #41 200.2 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-15T15:06:50.931Z] #41 200.2 make[1]: Nothing to be done for 'all'. [2020-12-15T15:06:50.931Z] #41 200.2 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-15T15:06:50.931Z] #41 200.3 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:50.931Z] #41 200.3 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:50.931Z] #41 200.3 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:50.931Z] #41 200.4 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:50.931Z] #41 200.4 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:50.931Z] #41 200.4 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:50.931Z] #41 200.4 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:50.931Z] #41 200.5 make[2]: Nothing to be done for 'all'. [2020-12-15T15:06:50.931Z] #41 200.5 INSTALL criu/criu [2020-12-15T15:06:50.953Z] #67 DONE 2.1s [2020-12-15T15:06:50.953Z] [2020-12-15T15:06:50.953Z] #68 exporting to oci image format [2020-12-15T15:06:50.953Z] #68 exporting layers [2020-12-15T15:06:51.496Z] #41 DONE 200.7s [2020-12-15T15:06:51.496Z] [2020-12-15T15:06:51.496Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:51.657Z] #20 13.29 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-12-15T15:06:51.657Z] #20 13.29 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-12-15T15:06:51.657Z] #20 13.38 Successfully built pyyaml [2020-12-15T15:06:51.657Z] #20 13.40 Installing collected packages: pathspec, pyyaml, yamllint [2020-12-15T15:06:51.925Z] #20 13.73 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-12-15T15:06:52.186Z] #20 DONE 14.1s [2020-12-15T15:06:52.186Z] [2020-12-15T15:06:52.186Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-12-15T15:06:52.761Z] #23 DONE 0.3s [2020-12-15T15:06:52.761Z] [2020-12-15T15:06:52.761Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-15T15:06:52.870Z] #54 ... [2020-12-15T15:06:52.870Z] [2020-12-15T15:06:52.870Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-15T15:06:52.870Z] #42 DONE 0.2s [2020-12-15T15:06:52.870Z] [2020-12-15T15:06:52.870Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-15T15:06:53.128Z] #44 DONE 0.4s [2020-12-15T15:06:53.128Z] [2020-12-15T15:06:53.128Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:53.386Z] #54 ... [2020-12-15T15:06:53.386Z] [2020-12-15T15:06:53.386Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-15T15:06:53.386Z] #46 DONE 0.1s [2020-12-15T15:06:53.386Z] [2020-12-15T15:06:53.386Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:53.386Z] #54 240.5 + bin/containerd [2020-12-15T15:06:53.704Z] #28 ... [2020-12-15T15:06:53.704Z] [2020-12-15T15:06:53.704Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:53.704Z] #41 182.4 CC criu/namespaces.o [2020-12-15T15:06:53.704Z] #41 184.1 CC criu/net.o [2020-12-15T15:06:53.704Z] #41 187.2 CC criu/netfilter.o [2020-12-15T15:06:53.704Z] #41 187.5 CC criu/page-pipe.o [2020-12-15T15:06:53.704Z] #41 188.3 CC criu/page-xfer.o [2020-12-15T15:06:53.704Z] #41 189.9 CC criu/pagemap-cache.o [2020-12-15T15:06:53.704Z] #41 190.2 CC criu/pagemap.o [2020-12-15T15:06:53.704Z] #41 191.4 CC criu/parasite-syscall.o [2020-12-15T15:06:53.704Z] #41 192.6 CC criu/path.o [2020-12-15T15:06:53.956Z] #54 ... [2020-12-15T15:06:53.956Z] [2020-12-15T15:06:53.956Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-15T15:06:53.956Z] #48 DONE 0.6s [2020-12-15T15:06:53.956Z] [2020-12-15T15:06:53.956Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-15T15:06:53.956Z] #50 DONE 0.1s [2020-12-15T15:06:53.956Z] [2020-12-15T15:06:53.956Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-15T15:06:53.965Z] #41 193.1 CC criu/pie-util-vdso-elf32.o [2020-12-15T15:06:54.166Z] ..........................xx.................... [ 29%] [2020-12-15T15:06:54.214Z] #52 DONE 0.2s [2020-12-15T15:06:54.214Z] [2020-12-15T15:06:54.214Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:06:54.541Z] #41 193.5 CC criu/pie-util-vdso.o [2020-12-15T15:06:55.113Z] #41 193.9 CC criu/pie-util.o [2020-12-15T15:06:55.113Z] #41 194.0 CC criu/pipes.o [2020-12-15T15:06:55.685Z] #41 194.7 CC criu/plugin.o [2020-12-15T15:06:56.257Z] #41 195.1 CC criu/proc_parse.o [2020-12-15T15:06:56.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-12-15T15:06:56.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-12-15T15:06:56.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-12-15T15:06:56.518Z] #41 ... [2020-12-15T15:06:56.518Z] [2020-12-15T15:06:56.518Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-12-15T15:06:56.518Z] #28 DONE 4.1s [2020-12-15T15:06:56.518Z] [2020-12-15T15:06:56.518Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-12-15T15:06:57.089Z] #31 DONE 0.5s [2020-12-15T15:06:57.089Z] [2020-12-15T15:06:57.089Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:06:57.089Z] #51 112.4 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-12-15T15:06:57.089Z] #51 ... [2020-12-15T15:06:57.090Z] [2020-12-15T15:06:57.090Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-12-15T15:06:57.090Z] #33 DONE 0.1s [2020-12-15T15:06:57.229Z] === RUN TestMiddlewares [2020-12-15T15:06:57.229Z] --- PASS: TestMiddlewares (0.00s) [2020-12-15T15:06:57.229Z] PASS [2020-12-15T15:06:57.229Z] coverage: 9.0% of statements [2020-12-15T15:06:57.229Z] ok github.com/docker/docker/api/server 0.180s coverage: 9.0% of statements [2020-12-15T15:06:57.350Z] [2020-12-15T15:06:57.350Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-12-15T15:06:57.350Z] #36 DONE 0.2s [2020-12-15T15:06:57.350Z] [2020-12-15T15:06:57.350Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:06:57.780Z] #66 exporting layers 9.9s done [2020-12-15T15:06:57.780Z] #66 writing image sha256:076c59847e6e92155e51e5b1ebcab5e3e42086c56da0a677878328bf1e0e7897 done [2020-12-15T15:06:57.780Z] #66 naming to docker.io/library/docker:7e600eaae087b830802285e3cd2556761fc729aa done [2020-12-15T15:06:57.780Z] #66 DONE 10.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-12-15T15:06:58.137Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/test/unit [2020-12-15T15:06:58.736Z] #38 ... [2020-12-15T15:06:58.736Z] [2020-12-15T15:06:58.736Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:58.736Z] #41 197.6 CC criu/protobuf-desc.o [2020-12-15T15:06:59.309Z] #41 198.3 CC criu/protobuf.o [2020-12-15T15:06:59.881Z] #41 ... [2020-12-15T15:06:59.881Z] [2020-12-15T15:06:59.881Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-12-15T15:06:59.881Z] #51 114.7 + mkdir -p /build [2020-12-15T15:06:59.881Z] #51 114.7 + cp runc /build/runc [2020-12-15T15:06:59.881Z] #51 DONE 115.3s [2020-12-15T15:06:59.881Z] [2020-12-15T15:06:59.881Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:06:59.881Z] #41 198.6 CC criu/pstree.o [2020-12-15T15:07:01.278Z] #41 200.0 CC criu/rbtree.o [2020-12-15T15:07:01.278Z] #41 ... [2020-12-15T15:07:01.278Z] [2020-12-15T15:07:01.279Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-12-15T15:07:01.279Z] #38 DONE 301.7s [2020-12-15T15:07:01.279Z] [2020-12-15T15:07:01.279Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:07:01.279Z] #41 200.2 CC criu/rst-malloc.o [2020-12-15T15:07:01.539Z] #41 200.6 CC criu/seccomp.o [2020-12-15T15:07:02.479Z] #41 201.4 CC criu/seize.o [2020-12-15T15:07:03.428Z] #41 202.3 CC criu/servicefd.o [2020-12-15T15:07:03.998Z] #41 202.7 CC criu/shmem.o [2020-12-15T15:07:03.998Z] #41 ... [2020-12-15T15:07:03.998Z] [2020-12-15T15:07:03.998Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-12-15T15:07:03.998Z] #39 DONE 0.6s [2020-12-15T15:07:04.259Z] [2020-12-15T15:07:04.259Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:07:04.519Z] #41 203.3 CC criu/sigframe.o [2020-12-15T15:07:04.519Z] #41 203.4 CC criu/signalfd.o [2020-12-15T15:07:04.742Z] ? github.com/docker/docker/api [no test files] [2020-12-15T15:07:04.780Z] #41 203.6 CC criu/sk-inet.o [2020-12-15T15:07:05.352Z] #41 204.3 CC criu/sk-netlink.o [2020-12-15T15:07:05.613Z] #41 204.6 CC criu/sk-packet.o [2020-12-15T15:07:06.190Z] #41 205.0 CC criu/sk-queue.o [2020-12-15T15:07:06.190Z] #41 ... [2020-12-15T15:07:06.190Z] [2020-12-15T15:07:06.190Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:07:06.190Z] #47 306.1 + /build/golangci-lint --version [2020-12-15T15:07:06.190Z] #47 306.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-12-15T15:07:06.190Z] #47 DONE 306.5s [2020-12-15T15:07:06.456Z] [2020-12-15T15:07:06.456Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-12-15T15:07:06.717Z] #41 205.5 CC criu/sk-tcp.o [2020-12-15T15:07:06.977Z] #41 205.9 CC criu/sk-unix.o [2020-12-15T15:07:07.919Z] #41 206.8 CC criu/sockets.o [2020-12-15T15:07:08.491Z] #41 207.5 CC criu/stats.o [2020-12-15T15:07:08.751Z] #41 207.7 CC criu/string.o [2020-12-15T15:07:08.751Z] #41 207.8 CC criu/sysctl.o [2020-12-15T15:07:09.323Z] #41 208.1 CC criu/sysfs_parse.o [2020-12-15T15:07:09.323Z] #41 208.3 CC criu/timens.o [2020-12-15T15:07:09.582Z] #41 208.5 CC criu/timerfd.o [2020-12-15T15:07:09.843Z] #41 208.7 CC criu/tty.o [2020-12-15T15:07:10.784Z] #41 209.6 CC criu/tun.o [2020-12-15T15:07:10.851Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-12-15T15:07:11.045Z] #41 209.9 CC criu/uffd.o [2020-12-15T15:07:11.617Z] #41 210.5 CC criu/util.o [2020-12-15T15:07:12.188Z] #41 211.2 CC criu/uts_ns.o [2020-12-15T15:07:12.188Z] #41 211.3 CC criu/vdso-compat.o [2020-12-15T15:07:12.448Z] #41 211.4 CC criu/vdso.o [2020-12-15T15:07:12.709Z] #41 211.7 LINK criu/built-in.o [2020-12-15T15:07:13.007Z] #41 211.8 LINK criu/criu [2020-12-15T15:07:13.007Z] #41 212.1 DEP lib/c/criu.d [2020-12-15T15:07:13.292Z] #41 212.1 CC images/rpc.pb-c.o [2020-12-15T15:07:13.566Z] #41 212.4 CC lib/c/criu.o [2020-12-15T15:07:14.138Z] #41 213.0 LINK lib/c/built-in.o [2020-12-15T15:07:14.138Z] #41 213.0 LINK lib/c/libcriu.so [2020-12-15T15:07:14.138Z] #41 213.1 LINK lib/c/libcriu.a [2020-12-15T15:07:14.138Z] #41 213.1 GEN magic.py [2020-12-15T15:07:14.138Z] #41 213.2 Note: Building without setproctitle() and strlcpy() support. [2020-12-15T15:07:14.138Z] #41 213.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-12-15T15:07:14.138Z] #41 213.2 Note: Building without GnuTLS support [2020-12-15T15:07:14.138Z] #41 213.2 Makefile.config:39: Warn: you have no libnftables installed [2020-12-15T15:07:14.138Z] #41 213.2 Makefile.config:40: Warn: Building without nftables support [2020-12-15T15:07:14.709Z] #41 213.7 fatal: not a git repository (or any of the parent directories): .git [2020-12-15T15:07:15.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-12-15T15:07:15.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-12-15T15:07:15.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-12-15T15:07:15.279Z] #41 214.1 make[1]: Nothing to be done for 'all'. [2020-12-15T15:07:15.538Z] #41 214.6 make[1]: 'images/built-in.o' is up to date. [2020-12-15T15:07:15.538Z] #41 214.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-12-15T15:07:15.538Z] #41 214.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-12-15T15:07:15.538Z] #41 214.7 make[1]: 'compel/libcompel.a' is up to date. [2020-12-15T15:07:15.538Z] #41 214.7 make[1]: 'compel/compel-host-bin' is up to date. [2020-12-15T15:07:15.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-12-15T15:07:15.799Z] #41 214.7 make[1]: Nothing to be done for 'all'. [2020-12-15T15:07:15.799Z] #41 214.7 make[1]: 'soccr/libsoccr.a' is up to date. [2020-12-15T15:07:15.799Z] #41 214.8 make[2]: Nothing to be done for 'all'. [2020-12-15T15:07:15.799Z] #41 214.8 make[2]: Nothing to be done for 'all'. [2020-12-15T15:07:15.799Z] #41 214.9 make[2]: Nothing to be done for 'all'. [2020-12-15T15:07:15.799Z] #41 214.9 make[2]: Nothing to be done for 'all'. [2020-12-15T15:07:15.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-12-15T15:07:16.059Z] #41 215.0 make[2]: Nothing to be done for 'all'. [2020-12-15T15:07:16.059Z] #41 215.0 make[2]: Nothing to be done for 'all'. [2020-12-15T15:07:16.059Z] #41 215.0 make[2]: Nothing to be done for 'all'. [2020-12-15T15:07:16.059Z] #41 215.0 make[2]: Nothing to be done for 'all'. [2020-12-15T15:07:16.321Z] #41 215.1 INSTALL criu/criu [2020-12-15T15:07:16.321Z] #41 DONE 215.3s [2020-12-15T15:07:16.321Z] [2020-12-15T15:07:16.321Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:07:16.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-12-15T15:07:17.009Z] ok github.com/docker/docker/api/server 0.047s coverage: 9.0% of statements [2020-12-15T15:07:17.264Z] #54 ... [2020-12-15T15:07:17.264Z] [2020-12-15T15:07:17.264Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-12-15T15:07:17.524Z] #42 DONE 0.1s [2020-12-15T15:07:17.524Z] [2020-12-15T15:07:17.524Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:07:17.524Z] #54 ... [2020-12-15T15:07:17.524Z] [2020-12-15T15:07:17.524Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-12-15T15:07:17.788Z] #44 DONE 0.2s [2020-12-15T15:07:17.788Z] [2020-12-15T15:07:17.788Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-12-15T15:07:17.788Z] #46 DONE 0.1s [2020-12-15T15:07:17.788Z] [2020-12-15T15:07:17.788Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-12-15T15:07:18.260Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-12-15T15:07:18.359Z] #48 DONE 0.5s [2020-12-15T15:07:18.359Z] [2020-12-15T15:07:18.359Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-12-15T15:07:18.359Z] #50 DONE 0.2s [2020-12-15T15:07:18.359Z] [2020-12-15T15:07:18.359Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:07:18.619Z] #54 ... [2020-12-15T15:07:18.619Z] [2020-12-15T15:07:18.619Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-12-15T15:07:18.619Z] #52 DONE 0.3s [2020-12-15T15:07:18.619Z] [2020-12-15T15:07:18.619Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-12-15T15:07:19.118Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-12-15T15:07:19.559Z] #54 251.6 + bin/containerd [2020-12-15T15:07:20.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-12-15T15:07:21.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-12-15T15:07:21.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-12-15T15:07:22.515Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-12-15T15:07:22.679Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-12-15T15:07:23.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-12-15T15:07:24.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-12-15T15:07:25.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-12-15T15:07:26.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-12-15T15:07:26.287Z] #54 268.8 + bin/containerd-stress [2020-12-15T15:07:26.287Z] #54 270.8 + bin/containerd-shim [2020-12-15T15:07:26.890Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-15T15:07:26.890Z] Using test binary docker [2020-12-15T15:07:26.890Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-12-15T15:07:26.890Z] +++ /etc/init.d/apparmor start [2020-12-15T15:07:26.890Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-15T15:07:26.890Z] INFO: Waiting for daemon to start... [2020-12-15T15:07:26.890Z] Starting dockerd [2020-12-15T15:07:26.890Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-12-15T15:07:28.959Z] . [2020-12-15T15:07:28.959Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-15T15:07:28.959Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-15T15:07:28.959Z] Error: No such image: emptyfs [2020-12-15T15:07:28.959Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-15T15:07:28.959Z] ++++ docker load [2020-12-15T15:07:29.251Z] Running integration-test (iteration 1) [2020-12-15T15:07:29.251Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-12-15T15:07:29.251Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:07:29.251Z] ++ set -e [2020-12-15T15:07:29.251Z] ++ '[' -n 0 ']' [2020-12-15T15:07:29.251Z] ++ set -x [2020-12-15T15:07:29.251Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:07:30.472Z] #54 277.5 + bin/containerd-shim-runc-v1 [2020-12-15T15:07:34.661Z] #54 282.0 + bin/containerd-shim-runc-v2 [2020-12-15T15:07:35.597Z] #54 282.9 + binaries [2020-12-15T15:07:35.597Z] #54 282.9 + install -D bin/containerd /build/containerd [2020-12-15T15:07:35.597Z] #54 283.0 + install -D bin/containerd-shim /build/containerd-shim [2020-12-15T15:07:35.597Z] #54 283.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-15T15:07:35.597Z] #54 283.0 + install -D bin/ctr /build/ctr [2020-12-15T15:07:36.969Z] #54 DONE 284.0s [2020-12-15T15:07:37.534Z] [2020-12-15T15:07:37.534Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-15T15:07:37.730Z] Loaded image: buildpack-deps:buster [2020-12-15T15:07:37.730Z] Loaded image: busybox:latest [2020-12-15T15:07:37.730Z] Loaded image: busybox:glibc [2020-12-15T15:07:37.730Z] Loaded image: debian:buster [2020-12-15T15:07:37.730Z] Loaded image: hello-world:latest [2020-12-15T15:07:38.022Z] Loaded image: arm32v7/hello-world:latest [2020-12-15T15:07:38.022Z] INFO: Testing against a local daemon [2020-12-15T15:07:38.022Z] === RUN TestCgroupNamespacesBuild [2020-12-15T15:07:38.466Z] #55 DONE 0.8s [2020-12-15T15:07:38.466Z] [2020-12-15T15:07:38.466Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-15T15:07:38.466Z] #59 DONE 0.2s [2020-12-15T15:07:38.724Z] [2020-12-15T15:07:38.724Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-15T15:07:39.011Z] #61 DONE 0.4s [2020-12-15T15:07:39.011Z] [2020-12-15T15:07:39.011Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-15T15:07:39.011Z] #63 DONE 0.0s [2020-12-15T15:07:39.011Z] [2020-12-15T15:07:39.011Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-15T15:07:39.011Z] #64 DONE 0.0s [2020-12-15T15:07:39.011Z] [2020-12-15T15:07:39.011Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-15T15:07:39.265Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-12-15T15:07:39.742Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-12-15T15:07:40.440Z] #65 DONE 1.2s [2020-12-15T15:07:40.440Z] [2020-12-15T15:07:40.440Z] #66 exporting to image [2020-12-15T15:07:40.440Z] #66 exporting layers [2020-12-15T15:07:40.708Z] === RUN TestBoolValue [2020-12-15T15:07:40.708Z] --- PASS: TestBoolValue (0.00s) [2020-12-15T15:07:40.708Z] === RUN TestBoolValueOrDefault [2020-12-15T15:07:40.708Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-12-15T15:07:40.708Z] === RUN TestInt64ValueOrZero [2020-12-15T15:07:40.708Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-12-15T15:07:40.708Z] === RUN TestInt64ValueOrDefault [2020-12-15T15:07:40.708Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-12-15T15:07:40.708Z] === RUN TestInt64ValueOrDefaultWithError [2020-12-15T15:07:40.708Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-12-15T15:07:40.708Z] === RUN TestJsonContentType [2020-12-15T15:07:40.708Z] --- PASS: TestJsonContentType (0.00s) [2020-12-15T15:07:40.708Z] PASS [2020-12-15T15:07:40.708Z] coverage: 14.7% of statements [2020-12-15T15:07:40.708Z] ok github.com/docker/docker/api/server/httputils 0.181s coverage: 14.7% of statements [2020-12-15T15:07:40.752Z] --- PASS: TestCgroupNamespacesBuild (2.36s) [2020-12-15T15:07:40.752Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-12-15T15:07:42.246Z] === RUN TestMaskSecretKeys [2020-12-15T15:07:42.246Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-12-15T15:07:42.246Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-12-15T15:07:42.246Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-12-15T15:07:42.246Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-12-15T15:07:42.246Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-12-15T15:07:42.246Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-12-15T15:07:42.246Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-12-15T15:07:42.246Z] === RUN TestVersionMiddlewareVersion [2020-12-15T15:07:42.246Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-12-15T15:07:42.246Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-12-15T15:07:42.246Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-12-15T15:07:42.246Z] PASS [2020-12-15T15:07:42.246Z] coverage: 37.7% of statements [2020-12-15T15:07:42.246Z] ok github.com/docker/docker/api/server/middleware 0.231s coverage: 37.7% of statements [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router [no test files] [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-12-15T15:07:42.246Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-12-15T15:07:42.260Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.85s) [2020-12-15T15:07:42.260Z] === RUN TestBuildWithSession [2020-12-15T15:07:42.260Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-15T15:07:42.260Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:07:42.260Z] === RUN TestBuildSquashParent [2020-12-15T15:07:43.222Z] === RUN TestToJSON [2020-12-15T15:07:43.222Z] --- PASS: TestToJSON (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestToParamWithVersion [2020-12-15T15:07:43.222Z] --- PASS: TestToParamWithVersion (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestFromJSON [2020-12-15T15:07:43.222Z] --- PASS: TestFromJSON (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestEmpty [2020-12-15T15:07:43.222Z] --- PASS: TestEmpty (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestArgsMatchKVListEmptySources [2020-12-15T15:07:43.222Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestArgsMatchKVList [2020-12-15T15:07:43.222Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestArgsMatch [2020-12-15T15:07:43.222Z] --- PASS: TestArgsMatch (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestAdd [2020-12-15T15:07:43.222Z] --- PASS: TestAdd (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestDel [2020-12-15T15:07:43.222Z] --- PASS: TestDel (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestLen [2020-12-15T15:07:43.222Z] --- PASS: TestLen (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestExactMatch [2020-12-15T15:07:43.222Z] --- PASS: TestExactMatch (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestOnlyOneExactMatch [2020-12-15T15:07:43.222Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestContains [2020-12-15T15:07:43.222Z] --- PASS: TestContains (0.00s) [2020-12-15T15:07:43.222Z] === RUN TestValidate [2020-12-15T15:07:43.681Z] --- PASS: TestValidate (0.00s) [2020-12-15T15:07:43.681Z] === RUN TestWalkValues [2020-12-15T15:07:43.681Z] --- PASS: TestWalkValues (0.00s) [2020-12-15T15:07:43.681Z] === RUN TestFuzzyMatch [2020-12-15T15:07:43.681Z] --- PASS: TestFuzzyMatch (0.00s) [2020-12-15T15:07:43.681Z] === RUN TestClone [2020-12-15T15:07:43.681Z] --- PASS: TestClone (0.00s) [2020-12-15T15:07:43.681Z] PASS [2020-12-15T15:07:43.681Z] coverage: 92.2% of statements [2020-12-15T15:07:43.681Z] ok github.com/docker/docker/api/types/filters 0.051s coverage: 92.2% of statements [2020-12-15T15:07:43.681Z] === RUN TestStrSliceMarshalJSON [2020-12-15T15:07:43.681Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-12-15T15:07:43.681Z] === RUN TestStrSliceUnmarshalJSON [2020-12-15T15:07:43.681Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-12-15T15:07:43.681Z] === RUN TestStrSliceUnmarshalString [2020-12-15T15:07:43.681Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-12-15T15:07:43.681Z] === RUN TestStrSliceUnmarshalSlice [2020-12-15T15:07:43.681Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-12-15T15:07:43.681Z] PASS [2020-12-15T15:07:43.681Z] coverage: 90.0% of statements [2020-12-15T15:07:43.681Z] ok github.com/docker/docker/api/types/strslice 0.153s coverage: 90.0% of statements [2020-12-15T15:07:43.681Z] === RUN TestAdjustForAPIVersion [2020-12-15T15:07:43.681Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-12-15T15:07:43.681Z] PASS [2020-12-15T15:07:43.681Z] coverage: 5.7% of statements [2020-12-15T15:07:43.681Z] ok github.com/docker/docker/api/server/router/swarm 0.202s coverage: 5.7% of statements [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/container [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/events [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/image [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/network [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-12-15T15:07:43.681Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-12-15T15:07:43.681Z] === RUN TestDurationToSecondsString [2020-12-15T15:07:43.681Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-12-15T15:07:43.681Z] === RUN TestGetTimestamp [2020-12-15T15:07:44.139Z] --- PASS: TestGetTimestamp (0.10s) [2020-12-15T15:07:44.139Z] === RUN TestParseTimestamps [2020-12-15T15:07:44.139Z] --- PASS: TestParseTimestamps (0.00s) [2020-12-15T15:07:44.139Z] PASS [2020-12-15T15:07:44.139Z] coverage: 100.0% of statements [2020-12-15T15:07:44.139Z] ok github.com/docker/docker/api/types/time 0.309s coverage: 100.0% of statements [2020-12-15T15:07:44.598Z] === RUN TestCompareVersion [2020-12-15T15:07:44.598Z] --- PASS: TestCompareVersion (0.00s) [2020-12-15T15:07:44.598Z] PASS [2020-12-15T15:07:44.598Z] coverage: 75.0% of statements [2020-12-15T15:07:44.598Z] ok github.com/docker/docker/api/types/versions 0.040s coverage: 75.0% of statements [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/builder [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-12-15T15:07:44.598Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-12-15T15:07:45.565Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL (0.00s) [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-12-15T15:07:45.565Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-12-15T15:07:45.565Z] === RUN TestCloneArgsSmartHttp [2020-12-15T15:07:45.565Z] --- PASS: TestCloneArgsSmartHttp (0.03s) [2020-12-15T15:07:45.565Z] === RUN TestCloneArgsDumbHttp [2020-12-15T15:07:45.565Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-12-15T15:07:45.565Z] === RUN TestCloneArgsGit [2020-12-15T15:07:45.565Z] --- PASS: TestCloneArgsGit (0.00s) [2020-12-15T15:07:45.565Z] === RUN TestCheckoutGit [2020-12-15T15:07:47.053Z] #66 exporting layers 6.4s done [2020-12-15T15:07:47.053Z] #66 writing image sha256:aca6082bfbf4e0a608ca414e5b18adb82a8c97fce85771bb819a6f43bde90fb3 done [2020-12-15T15:07:47.053Z] #66 naming to docker.io/library/docker:7e600eaae087b830802285e3cd2556761fc729aa done [2020-12-15T15:07:47.053Z] #66 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-12-15T15:07:47.391Z] + trap exit INT TERM [2020-12-15T15:07:47.391Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-12-15T15:07:47.391Z] + CONTAINER_NAME=docker-pr2 [2020-12-15T15:07:47.391Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41800/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER docker:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh dynbinary-daemon [2020-12-15T15:07:47.747Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-12-15T15:07:47.747Z] === RUN TestEnable [2020-12-15T15:07:47.747Z] --- PASS: TestEnable (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestDisable [2020-12-15T15:07:47.747Z] --- PASS: TestDisable (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestEnabled [2020-12-15T15:07:47.747Z] --- PASS: TestEnabled (0.00s) [2020-12-15T15:07:47.747Z] PASS [2020-12-15T15:07:47.747Z] coverage: 100.0% of statements [2020-12-15T15:07:47.747Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestProcessNoDockerignore [2020-12-15T15:07:47.747Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestProcessShouldLeaveAllFiles [2020-12-15T15:07:47.747Z] ok github.com/docker/docker/cli/debug 0.069s coverage: 100.0% of statements [2020-12-15T15:07:47.747Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestDetectContentType [2020-12-15T15:07:47.747Z] --- PASS: TestDetectContentType (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestSelectAcceptableMIME [2020-12-15T15:07:47.747Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestInspectEmptyResponse [2020-12-15T15:07:47.747Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestInspectResponseBinary [2020-12-15T15:07:47.747Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestResponseUnsupportedContentType [2020-12-15T15:07:47.747Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestInspectResponseTextSimple [2020-12-15T15:07:47.747Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestInspectResponseEmptyContentType [2020-12-15T15:07:47.747Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestUnknownContentLength [2020-12-15T15:07:47.747Z] --- PASS: TestUnknownContentLength (0.00s) [2020-12-15T15:07:47.747Z] === RUN TestDownloadRemote [2020-12-15T15:07:47.747Z] --- PASS: TestDownloadRemote (0.06s) [2020-12-15T15:07:47.747Z] === RUN TestGetWithStatusError [2020-12-15T15:07:47.747Z] --- PASS: TestGetWithStatusError (0.01s) [2020-12-15T15:07:47.747Z] === RUN TestCloseRootDirectory [2020-12-15T15:07:47.747Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-12-15T15:07:47.747Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:07:47.747Z] === RUN TestHashFile [2020-12-15T15:07:47.747Z] --- SKIP: TestHashFile (0.00s) [2020-12-15T15:07:47.747Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:07:47.747Z] === RUN TestHashSubdir [2020-12-15T15:07:47.747Z] --- SKIP: TestHashSubdir (0.00s) [2020-12-15T15:07:47.747Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:07:47.747Z] === RUN TestRemoveDirectory [2020-12-15T15:07:47.747Z] --- SKIP: TestRemoveDirectory (0.00s) [2020-12-15T15:07:47.747Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:07:47.747Z] PASS [2020-12-15T15:07:47.747Z] coverage: 9.3% of statements [2020-12-15T15:07:47.747Z] ok github.com/docker/docker/builder/remotecontext 0.520s coverage: 9.3% of statements [2020-12-15T15:07:48.205Z] === RUN TestGetAllAllowed [2020-12-15T15:07:48.205Z] --- PASS: TestGetAllAllowed (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestGetAllMeta [2020-12-15T15:07:48.205Z] --- PASS: TestGetAllMeta (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestWarnOnUnusedBuildArgs [2020-12-15T15:07:48.205Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestIsUnreferencedBuiltin [2020-12-15T15:07:48.205Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestIsExistingDirectory [2020-12-15T15:07:48.205Z] --- PASS: TestIsExistingDirectory (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestGetFilenameForDownload [2020-12-15T15:07:48.205Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestEnv2Variables [2020-12-15T15:07:48.205Z] --- PASS: TestEnv2Variables (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-12-15T15:07:48.205Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestMaintainer [2020-12-15T15:07:48.205Z] --- PASS: TestMaintainer (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestLabel [2020-12-15T15:07:48.205Z] --- PASS: TestLabel (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestFromScratch [2020-12-15T15:07:48.205Z] --- PASS: TestFromScratch (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestFromWithArg [2020-12-15T15:07:48.205Z] --- PASS: TestFromWithArg (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-12-15T15:07:48.205Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestFromWithUndefinedArg [2020-12-15T15:07:48.205Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestFromMultiStageWithNamedStage [2020-12-15T15:07:48.205Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestOnbuild [2020-12-15T15:07:48.205Z] --- PASS: TestOnbuild (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestWorkdir [2020-12-15T15:07:48.205Z] --- PASS: TestWorkdir (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestCmd [2020-12-15T15:07:48.205Z] --- PASS: TestCmd (0.00s) [2020-12-15T15:07:48.205Z] === RUN TestHealthcheckNone [2020-12-15T15:07:48.664Z] --- PASS: TestHealthcheckNone (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestHealthcheckCmd [2020-12-15T15:07:48.664Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestEntrypoint [2020-12-15T15:07:48.664Z] --- PASS: TestEntrypoint (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestExpose [2020-12-15T15:07:48.664Z] --- PASS: TestExpose (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestUser [2020-12-15T15:07:48.664Z] --- PASS: TestUser (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestVolume [2020-12-15T15:07:48.664Z] --- PASS: TestVolume (0.01s) [2020-12-15T15:07:48.664Z] === RUN TestStopSignal [2020-12-15T15:07:48.664Z] --- SKIP: TestStopSignal (0.00s) [2020-12-15T15:07:48.664Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-12-15T15:07:48.664Z] === RUN TestArg [2020-12-15T15:07:48.664Z] --- PASS: TestArg (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestShell [2020-12-15T15:07:48.664Z] --- PASS: TestShell (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestPrependEnvOnCmd [2020-12-15T15:07:48.664Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestRunWithBuildArgs [2020-12-15T15:07:48.664Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestRunIgnoresHealthcheck [2020-12-15T15:07:48.664Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestNormalizeWorkdir [2020-12-15T15:07:48.664Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestDispatch [2020-12-15T15:07:48.664Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-12-15T15:07:48.664Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-12-15T15:07:48.664Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-12-15T15:07:48.664Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-12-15T15:07:48.664Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-12-15T15:07:48.664Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-12-15T15:07:48.664Z] === RUN TestDispatch/COPY_url [2020-12-15T15:07:48.664Z] --- PASS: TestDispatch (0.03s) [2020-12-15T15:07:48.664Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2020-12-15T15:07:48.664Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.00s) [2020-12-15T15:07:48.664Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2020-12-15T15:07:48.664Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.00s) [2020-12-15T15:07:48.664Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.00s) [2020-12-15T15:07:48.664Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-12-15T15:07:48.664Z] --- PASS: TestDispatch/COPY_url (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestAddScratchImageAddsToMounts [2020-12-15T15:07:48.664Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestAddFromScratchPopulatesPlatform [2020-12-15T15:07:48.664Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-12-15T15:07:48.664Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-12-15T15:07:48.664Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestImageSourceGetAddsToMounts [2020-12-15T15:07:48.664Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestEmptyDockerfile [2020-12-15T15:07:48.664Z] --- PASS: TestEmptyDockerfile (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestSymlinkDockerfile [2020-12-15T15:07:48.664Z] --- PASS: TestSymlinkDockerfile (0.01s) [2020-12-15T15:07:48.664Z] === RUN TestDockerfileOutsideTheBuildContext [2020-12-15T15:07:48.664Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestNonExistingDockerfile [2020-12-15T15:07:48.664Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestCopyRunConfig [2020-12-15T15:07:48.664Z] --- PASS: TestCopyRunConfig (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestDeepCopyRunConfig [2020-12-15T15:07:48.664Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestExportImage [2020-12-15T15:07:48.664Z] --- PASS: TestExportImage (0.00s) [2020-12-15T15:07:48.664Z] === RUN TestNormalizeDest [2020-12-15T15:07:48.664Z] --- PASS: TestNormalizeDest (0.00s) [2020-12-15T15:07:48.664Z] PASS [2020-12-15T15:07:48.664Z] coverage: 46.6% of statements [2020-12-15T15:07:48.664Z] ok github.com/docker/docker/builder/dockerfile 0.390s coverage: 46.6% of statements [2020-12-15T15:07:48.664Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-12-15T15:07:48.764Z] [2020-12-15T15:07:48.764Z] Removing bundles/ [2020-12-15T15:07:48.764Z] [2020-12-15T15:07:48.764Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-12-15T15:07:48.764Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:07:48.764Z] GOOS="" GOARCH="" GOARM="" [2020-12-15T15:07:49.184Z] --- PASS: TestBuildSquashParent (6.74s) [2020-12-15T15:07:49.184Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-15T15:07:49.184Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:07:49.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:07:49.184Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:07:49.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:07:49.184Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:07:49.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:07:49.184Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:07:49.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:07:49.184Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:07:49.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:07:49.184Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:07:49.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:07:49.184Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:07:49.184Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:07:49.387Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-12-15T15:07:50.569Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-12-15T15:07:51.666Z] #54 280.4 + bin/containerd-stress [2020-12-15T15:07:51.666Z] #54 282.5 + bin/containerd-shim [2020-12-15T15:07:51.914Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:07:51.914Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:07:53.994Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:07:53.994Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:07:55.564Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-12-15T15:07:56.730Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-12-15T15:07:56.730Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.60s) [2020-12-15T15:07:56.730Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.62s) [2020-12-15T15:07:56.730Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.49s) [2020-12-15T15:07:56.730Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.58s) [2020-12-15T15:07:56.730Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.48s) [2020-12-15T15:07:56.730Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.63s) [2020-12-15T15:07:56.730Z] === RUN TestBuildMultiStageCopy [2020-12-15T15:07:56.730Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-15T15:07:58.248Z] #54 289.3 + bin/containerd-shim-runc-v1 [2020-12-15T15:07:58.981Z] === RUN TestCheckpointCreateError [2020-12-15T15:07:58.981Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCheckpointCreate [2020-12-15T15:07:58.981Z] --- PASS: TestCheckpointCreate (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCheckpointDeleteError [2020-12-15T15:07:58.981Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCheckpointDelete [2020-12-15T15:07:58.981Z] --- PASS: TestCheckpointDelete (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCheckpointListError [2020-12-15T15:07:58.981Z] --- PASS: TestCheckpointListError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCheckpointList [2020-12-15T15:07:58.981Z] --- PASS: TestCheckpointList (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCheckpointListContainerNotFound [2020-12-15T15:07:58.981Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestNewClientWithOpsFromEnv [2020-12-15T15:07:58.981Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-12-15T15:07:58.981Z] client_test.go:23: runtime.GOOS == "windows" [2020-12-15T15:07:58.981Z] === RUN TestGetAPIPath [2020-12-15T15:07:58.981Z] --- PASS: TestGetAPIPath (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestParseHostURL [2020-12-15T15:07:58.981Z] --- PASS: TestParseHostURL (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-12-15T15:07:58.981Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestNegotiateAPIVersionEmpty [2020-12-15T15:07:58.981Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestNegotiateAPIVersion [2020-12-15T15:07:58.981Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestNegotiateAPVersionOverride [2020-12-15T15:07:58.981Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestNegotiateAPIVersionAutomatic [2020-12-15T15:07:58.981Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-12-15T15:07:58.981Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-12-15T15:07:58.981Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestClientRedirect [2020-12-15T15:07:58.981Z] --- PASS: TestClientRedirect (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigCreateUnsupported [2020-12-15T15:07:58.981Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigCreateError [2020-12-15T15:07:58.981Z] --- PASS: TestConfigCreateError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigCreate [2020-12-15T15:07:58.981Z] --- PASS: TestConfigCreate (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigInspectNotFound [2020-12-15T15:07:58.981Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigInspectWithEmptyID [2020-12-15T15:07:58.981Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigInspectUnsupported [2020-12-15T15:07:58.981Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigInspectError [2020-12-15T15:07:58.981Z] --- PASS: TestConfigInspectError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigInspectConfigNotFound [2020-12-15T15:07:58.981Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigInspect [2020-12-15T15:07:58.981Z] --- PASS: TestConfigInspect (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigListUnsupported [2020-12-15T15:07:58.981Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigListError [2020-12-15T15:07:58.981Z] --- PASS: TestConfigListError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigList [2020-12-15T15:07:58.981Z] --- PASS: TestConfigList (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigRemoveUnsupported [2020-12-15T15:07:58.981Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigRemoveError [2020-12-15T15:07:58.981Z] --- PASS: TestConfigRemoveError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigRemove [2020-12-15T15:07:58.981Z] --- PASS: TestConfigRemove (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigUpdateUnsupported [2020-12-15T15:07:58.981Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigUpdateError [2020-12-15T15:07:58.981Z] --- PASS: TestConfigUpdateError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestConfigUpdate [2020-12-15T15:07:58.981Z] --- PASS: TestConfigUpdate (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerCommitError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerCommitError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerCommit [2020-12-15T15:07:58.981Z] --- PASS: TestContainerCommit (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerStatPathError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerStatPathError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerStatPathNotFoundError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerStatPathNoHeaderError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerStatPath [2020-12-15T15:07:58.981Z] --- PASS: TestContainerStatPath (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCopyToContainerError [2020-12-15T15:07:58.981Z] --- PASS: TestCopyToContainerError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCopyToContainerNotFoundError [2020-12-15T15:07:58.981Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCopyToContainerNotStatusOKError [2020-12-15T15:07:58.981Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCopyToContainer [2020-12-15T15:07:58.981Z] --- PASS: TestCopyToContainer (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCopyFromContainerError [2020-12-15T15:07:58.981Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCopyFromContainerNotFoundError [2020-12-15T15:07:58.981Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCopyFromContainerNotStatusOKError [2020-12-15T15:07:58.981Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCopyFromContainerNoHeaderError [2020-12-15T15:07:58.981Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestCopyFromContainer [2020-12-15T15:07:58.981Z] --- PASS: TestCopyFromContainer (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerCreateError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerCreateError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerCreateImageNotFound [2020-12-15T15:07:58.981Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerCreateWithName [2020-12-15T15:07:58.981Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerCreateAutoRemove [2020-12-15T15:07:58.981Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerDiffError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerDiffError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerDiff [2020-12-15T15:07:58.981Z] --- PASS: TestContainerDiff (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerExecCreateError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerExecCreate [2020-12-15T15:07:58.981Z] --- PASS: TestContainerExecCreate (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerExecStartError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerExecStartError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerExecStart [2020-12-15T15:07:58.981Z] --- PASS: TestContainerExecStart (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerExecInspectError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerExecInspect [2020-12-15T15:07:58.981Z] --- PASS: TestContainerExecInspect (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerExportError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerExportError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerExport [2020-12-15T15:07:58.981Z] --- PASS: TestContainerExport (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerInspectError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerInspectError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerInspectContainerNotFound [2020-12-15T15:07:58.981Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerInspectWithEmptyID [2020-12-15T15:07:58.981Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerInspect [2020-12-15T15:07:58.981Z] --- PASS: TestContainerInspect (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerInspectNode [2020-12-15T15:07:58.981Z] --- PASS: TestContainerInspectNode (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerKillError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerKillError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerKill [2020-12-15T15:07:58.981Z] --- PASS: TestContainerKill (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerListError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerListError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerList [2020-12-15T15:07:58.981Z] --- PASS: TestContainerList (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerLogsNotFoundError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerLogsError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerLogsError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerLogs [2020-12-15T15:07:58.981Z] --- PASS: TestContainerLogs (0.11s) [2020-12-15T15:07:58.981Z] === RUN TestContainerPauseError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerPauseError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerPause [2020-12-15T15:07:58.981Z] --- PASS: TestContainerPause (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainersPruneError [2020-12-15T15:07:58.981Z] --- PASS: TestContainersPruneError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainersPrune [2020-12-15T15:07:58.981Z] --- PASS: TestContainersPrune (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerRemoveError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerRemoveError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerRemoveNotFoundError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerRemove [2020-12-15T15:07:58.981Z] --- PASS: TestContainerRemove (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerRenameError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerRenameError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerRename [2020-12-15T15:07:58.981Z] --- PASS: TestContainerRename (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerResizeError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerResizeError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerExecResizeError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerResize [2020-12-15T15:07:58.981Z] --- PASS: TestContainerResize (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerExecResize [2020-12-15T15:07:58.981Z] --- PASS: TestContainerExecResize (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerRestartError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerRestartError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerRestart [2020-12-15T15:07:58.981Z] --- PASS: TestContainerRestart (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerStartError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerStartError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerStart [2020-12-15T15:07:58.981Z] --- PASS: TestContainerStart (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerStatsError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerStatsError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerStats [2020-12-15T15:07:58.981Z] --- PASS: TestContainerStats (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerStopError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerStopError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerStop [2020-12-15T15:07:58.981Z] --- PASS: TestContainerStop (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerTopError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerTopError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerTop [2020-12-15T15:07:58.981Z] --- PASS: TestContainerTop (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerUnpauseError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerUnpause [2020-12-15T15:07:58.981Z] --- PASS: TestContainerUnpause (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerUpdateError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerUpdateError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerUpdate [2020-12-15T15:07:58.981Z] --- PASS: TestContainerUpdate (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerWaitError [2020-12-15T15:07:58.981Z] --- PASS: TestContainerWaitError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestContainerWait [2020-12-15T15:07:58.981Z] --- PASS: TestContainerWait (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestDiskUsageError [2020-12-15T15:07:58.981Z] --- PASS: TestDiskUsageError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestDiskUsage [2020-12-15T15:07:58.981Z] --- PASS: TestDiskUsage (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestDistributionInspectUnsupported [2020-12-15T15:07:58.981Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestDistributionInspectWithEmptyID [2020-12-15T15:07:58.981Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestEventsErrorInOptions [2020-12-15T15:07:58.981Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestEventsErrorFromServer [2020-12-15T15:07:58.981Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestEvents [2020-12-15T15:07:58.981Z] --- PASS: TestEvents (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestTLSCloseWriter [2020-12-15T15:07:58.981Z] === PAUSE TestTLSCloseWriter [2020-12-15T15:07:58.981Z] === RUN TestImageBuildError [2020-12-15T15:07:58.981Z] --- PASS: TestImageBuildError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageBuild [2020-12-15T15:07:58.981Z] --- PASS: TestImageBuild (0.02s) [2020-12-15T15:07:58.981Z] === RUN TestGetDockerOS [2020-12-15T15:07:58.981Z] --- PASS: TestGetDockerOS (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageCreateError [2020-12-15T15:07:58.981Z] --- PASS: TestImageCreateError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageCreate [2020-12-15T15:07:58.981Z] --- PASS: TestImageCreate (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageHistoryError [2020-12-15T15:07:58.981Z] --- PASS: TestImageHistoryError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageHistory [2020-12-15T15:07:58.981Z] --- PASS: TestImageHistory (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageImportError [2020-12-15T15:07:58.981Z] --- PASS: TestImageImportError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageImport [2020-12-15T15:07:58.981Z] --- PASS: TestImageImport (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageInspectError [2020-12-15T15:07:58.981Z] --- PASS: TestImageInspectError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageInspectImageNotFound [2020-12-15T15:07:58.981Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageInspectWithEmptyID [2020-12-15T15:07:58.981Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageInspect [2020-12-15T15:07:58.981Z] --- PASS: TestImageInspect (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageListError [2020-12-15T15:07:58.981Z] --- PASS: TestImageListError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageList [2020-12-15T15:07:58.981Z] --- PASS: TestImageList (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageListApiBefore125 [2020-12-15T15:07:58.981Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageLoadError [2020-12-15T15:07:58.981Z] --- PASS: TestImageLoadError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageLoad [2020-12-15T15:07:58.981Z] --- PASS: TestImageLoad (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagesPruneError [2020-12-15T15:07:58.981Z] --- PASS: TestImagesPruneError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagesPrune [2020-12-15T15:07:58.981Z] --- PASS: TestImagesPrune (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePullReferenceParseError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePullAnyError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePullAnyError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePullStatusUnauthorizedError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePullWithoutErrors [2020-12-15T15:07:58.981Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePushReferenceError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePushAnyError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushAnyError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePushStatusUnauthorizedError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImagePushWithoutErrors [2020-12-15T15:07:58.981Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-12-15T15:07:58.981Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-12-15T15:07:58.981Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-12-15T15:07:58.981Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-12-15T15:07:58.981Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageRemoveError [2020-12-15T15:07:58.981Z] --- PASS: TestImageRemoveError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageRemoveImageNotFound [2020-12-15T15:07:58.981Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageRemove [2020-12-15T15:07:58.981Z] --- PASS: TestImageRemove (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageSaveError [2020-12-15T15:07:58.981Z] --- PASS: TestImageSaveError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageSave [2020-12-15T15:07:58.981Z] --- PASS: TestImageSave (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageSearchAnyError [2020-12-15T15:07:58.981Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageSearchStatusUnauthorizedError [2020-12-15T15:07:58.981Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-12-15T15:07:58.981Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-12-15T15:07:58.982Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-12-15T15:07:58.982Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-12-15T15:07:58.982Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestImageSearchWithoutErrors [2020-12-15T15:07:58.982Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestImageTagError [2020-12-15T15:07:58.982Z] --- PASS: TestImageTagError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestImageTagInvalidReference [2020-12-15T15:07:58.982Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestImageTagInvalidSourceImageName [2020-12-15T15:07:58.982Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestImageTagHexSource [2020-12-15T15:07:58.982Z] --- PASS: TestImageTagHexSource (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestImageTag [2020-12-15T15:07:58.982Z] --- PASS: TestImageTag (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestInfoServerError [2020-12-15T15:07:58.982Z] --- PASS: TestInfoServerError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestInfoInvalidResponseJSONError [2020-12-15T15:07:58.982Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestInfo [2020-12-15T15:07:58.982Z] --- PASS: TestInfo (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkConnectError [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkConnectError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkConnect [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkConnect (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkCreateError [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkCreateError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkCreate [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkCreate (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkDisconnectError [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkDisconnect [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkInspectError [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkInspectError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkInspectNotFoundError [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkInspectWithEmptyID [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkInspect [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkInspect (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkListError [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkListError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkList [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkList (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworksPruneError [2020-12-15T15:07:58.982Z] --- PASS: TestNetworksPruneError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworksPrune [2020-12-15T15:07:58.982Z] --- PASS: TestNetworksPrune (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkRemoveError [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNetworkRemove [2020-12-15T15:07:58.982Z] --- PASS: TestNetworkRemove (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNodeInspectError [2020-12-15T15:07:58.982Z] --- PASS: TestNodeInspectError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNodeInspectNodeNotFound [2020-12-15T15:07:58.982Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNodeInspectWithEmptyID [2020-12-15T15:07:58.982Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNodeInspect [2020-12-15T15:07:58.982Z] --- PASS: TestNodeInspect (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNodeListError [2020-12-15T15:07:58.982Z] --- PASS: TestNodeListError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNodeList [2020-12-15T15:07:58.982Z] --- PASS: TestNodeList (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNodeRemoveError [2020-12-15T15:07:58.982Z] --- PASS: TestNodeRemoveError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNodeRemove [2020-12-15T15:07:58.982Z] --- PASS: TestNodeRemove (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNodeUpdateError [2020-12-15T15:07:58.982Z] --- PASS: TestNodeUpdateError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestNodeUpdate [2020-12-15T15:07:58.982Z] --- PASS: TestNodeUpdate (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestOptionWithTimeout [2020-12-15T15:07:58.982Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPingFail [2020-12-15T15:07:58.982Z] --- PASS: TestPingFail (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPingWithError [2020-12-15T15:07:58.982Z] 2020/12/15 15:07:58 RoundTripper returned a response & error; ignoring response [2020-12-15T15:07:58.982Z] 2020/12/15 15:07:58 RoundTripper returned a response & error; ignoring response [2020-12-15T15:07:58.982Z] --- PASS: TestPingWithError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPingSuccess [2020-12-15T15:07:58.982Z] --- PASS: TestPingSuccess (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPingHeadFallback [2020-12-15T15:07:58.982Z] === RUN TestPingHeadFallback/OK [2020-12-15T15:07:58.982Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-12-15T15:07:58.982Z] === RUN TestPingHeadFallback/Not_Found [2020-12-15T15:07:58.982Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-12-15T15:07:58.982Z] --- PASS: TestPingHeadFallback (0.00s) [2020-12-15T15:07:58.982Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-12-15T15:07:58.982Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-12-15T15:07:58.982Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-12-15T15:07:58.982Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginDisableError [2020-12-15T15:07:58.982Z] --- PASS: TestPluginDisableError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginDisable [2020-12-15T15:07:58.982Z] --- PASS: TestPluginDisable (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginEnableError [2020-12-15T15:07:58.982Z] --- PASS: TestPluginEnableError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginEnable [2020-12-15T15:07:58.982Z] --- PASS: TestPluginEnable (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginInspectError [2020-12-15T15:07:58.982Z] --- PASS: TestPluginInspectError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginInspectWithEmptyID [2020-12-15T15:07:58.982Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginInspect [2020-12-15T15:07:58.982Z] --- PASS: TestPluginInspect (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginListError [2020-12-15T15:07:58.982Z] --- PASS: TestPluginListError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginList [2020-12-15T15:07:58.982Z] --- PASS: TestPluginList (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginPushError [2020-12-15T15:07:58.982Z] --- PASS: TestPluginPushError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginPush [2020-12-15T15:07:58.982Z] --- PASS: TestPluginPush (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginRemoveError [2020-12-15T15:07:58.982Z] --- PASS: TestPluginRemoveError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginRemove [2020-12-15T15:07:58.982Z] --- PASS: TestPluginRemove (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginSetError [2020-12-15T15:07:58.982Z] --- PASS: TestPluginSetError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPluginSet [2020-12-15T15:07:58.982Z] --- PASS: TestPluginSet (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSetHostHeader [2020-12-15T15:07:58.982Z] --- PASS: TestSetHostHeader (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestPlainTextError [2020-12-15T15:07:58.982Z] --- PASS: TestPlainTextError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestInfiniteError [2020-12-15T15:07:58.982Z] --- PASS: TestInfiniteError (0.02s) [2020-12-15T15:07:58.982Z] === RUN TestSecretCreateUnsupported [2020-12-15T15:07:58.982Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretCreateError [2020-12-15T15:07:58.982Z] --- PASS: TestSecretCreateError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretCreate [2020-12-15T15:07:58.982Z] --- PASS: TestSecretCreate (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretInspectUnsupported [2020-12-15T15:07:58.982Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretInspectError [2020-12-15T15:07:58.982Z] --- PASS: TestSecretInspectError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretInspectSecretNotFound [2020-12-15T15:07:58.982Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretInspectWithEmptyID [2020-12-15T15:07:58.982Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretInspect [2020-12-15T15:07:58.982Z] --- PASS: TestSecretInspect (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretListUnsupported [2020-12-15T15:07:58.982Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretListError [2020-12-15T15:07:58.982Z] --- PASS: TestSecretListError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretList [2020-12-15T15:07:58.982Z] --- PASS: TestSecretList (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretRemoveUnsupported [2020-12-15T15:07:58.982Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretRemoveError [2020-12-15T15:07:58.982Z] --- PASS: TestSecretRemoveError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretRemove [2020-12-15T15:07:58.982Z] --- PASS: TestSecretRemove (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretUpdateUnsupported [2020-12-15T15:07:58.982Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretUpdateError [2020-12-15T15:07:58.982Z] --- PASS: TestSecretUpdateError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSecretUpdate [2020-12-15T15:07:58.982Z] --- PASS: TestSecretUpdate (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceCreateError [2020-12-15T15:07:58.982Z] --- PASS: TestServiceCreateError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceCreate [2020-12-15T15:07:58.982Z] --- PASS: TestServiceCreate (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceCreateCompatiblePlatforms [2020-12-15T15:07:58.982Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceCreateDigestPinning [2020-12-15T15:07:58.982Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceInspectError [2020-12-15T15:07:58.982Z] --- PASS: TestServiceInspectError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceInspectServiceNotFound [2020-12-15T15:07:58.982Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceInspectWithEmptyID [2020-12-15T15:07:58.982Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceInspect [2020-12-15T15:07:58.982Z] --- PASS: TestServiceInspect (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceListError [2020-12-15T15:07:58.982Z] --- PASS: TestServiceListError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceList [2020-12-15T15:07:58.982Z] --- PASS: TestServiceList (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceLogsError [2020-12-15T15:07:58.982Z] --- PASS: TestServiceLogsError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceLogs [2020-12-15T15:07:58.982Z] --- PASS: TestServiceLogs (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceRemoveError [2020-12-15T15:07:58.982Z] --- PASS: TestServiceRemoveError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceRemoveNotFoundError [2020-12-15T15:07:58.982Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceRemove [2020-12-15T15:07:58.982Z] --- PASS: TestServiceRemove (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceUpdateError [2020-12-15T15:07:58.982Z] --- PASS: TestServiceUpdateError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestServiceUpdate [2020-12-15T15:07:58.982Z] --- PASS: TestServiceUpdate (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmGetUnlockKeyError [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmGetUnlockKey [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmInitError [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmInitError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmInit [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmInit (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmInspectError [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmInspectError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmInspect [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmInspect (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmJoinError [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmJoinError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmJoin [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmJoin (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmLeaveError [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmLeave [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmLeave (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmUnlockError [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmUnlock [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmUnlock (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmUpdateError [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestSwarmUpdate [2020-12-15T15:07:58.982Z] --- PASS: TestSwarmUpdate (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestTaskInspectError [2020-12-15T15:07:58.982Z] --- PASS: TestTaskInspectError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestTaskInspectWithEmptyID [2020-12-15T15:07:58.982Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestTaskInspect [2020-12-15T15:07:58.982Z] --- PASS: TestTaskInspect (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestTaskListError [2020-12-15T15:07:58.982Z] --- PASS: TestTaskListError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestTaskList [2020-12-15T15:07:58.982Z] --- PASS: TestTaskList (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestVolumeCreateError [2020-12-15T15:07:58.982Z] --- PASS: TestVolumeCreateError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestVolumeCreate [2020-12-15T15:07:58.982Z] --- PASS: TestVolumeCreate (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestVolumeInspectError [2020-12-15T15:07:58.982Z] --- PASS: TestVolumeInspectError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestVolumeInspectNotFound [2020-12-15T15:07:58.982Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestVolumeInspectWithEmptyID [2020-12-15T15:07:58.982Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestVolumeInspect [2020-12-15T15:07:58.982Z] --- PASS: TestVolumeInspect (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestVolumeListError [2020-12-15T15:07:58.982Z] --- PASS: TestVolumeListError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestVolumeList [2020-12-15T15:07:58.982Z] --- PASS: TestVolumeList (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestVolumeRemoveError [2020-12-15T15:07:58.982Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-12-15T15:07:58.982Z] === RUN TestVolumeRemove [2020-12-15T15:07:58.982Z] --- PASS: TestVolumeRemove (0.00s) [2020-12-15T15:07:58.982Z] === CONT TestTLSCloseWriter [2020-12-15T15:07:58.982Z] --- PASS: TestTLSCloseWriter (0.01s) [2020-12-15T15:07:58.982Z] PASS [2020-12-15T15:07:58.982Z] coverage: 74.9% of statements [2020-12-15T15:07:58.982Z] ok github.com/docker/docker/client 0.584s coverage: 74.9% of statements [2020-12-15T15:07:59.459Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-15T15:08:00.092Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-15T15:08:00.384Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-15T15:08:01.418Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-15T15:08:01.544Z] #54 293.9 + bin/containerd-shim-runc-v2 [2020-12-15T15:08:02.051Z] --- PASS: TestBuildMultiStageCopy (5.19s) [2020-12-15T15:08:02.051Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.71s) [2020-12-15T15:08:02.051Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s) [2020-12-15T15:08:02.051Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s) [2020-12-15T15:08:02.051Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.65s) [2020-12-15T15:08:02.051Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.69s) [2020-12-15T15:08:02.051Z] === RUN TestBuildMultiStageParentConfig [2020-12-15T15:08:02.926Z] #54 294.8 + binaries [2020-12-15T15:08:02.926Z] #54 294.8 + install -D bin/containerd /build/containerd [2020-12-15T15:08:02.926Z] #54 294.9 + install -D bin/containerd-shim /build/containerd-shim [2020-12-15T15:08:02.926Z] #54 294.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-12-15T15:08:02.926Z] #54 294.9 + install -D bin/ctr /build/ctr [2020-12-15T15:08:03.559Z] --- PASS: TestBuildMultiStageParentConfig (1.67s) [2020-12-15T15:08:03.559Z] === RUN TestBuildLabelWithTargets [2020-12-15T15:08:03.865Z] #54 DONE 296.0s [2020-12-15T15:08:04.805Z] [2020-12-15T15:08:04.805Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-12-15T15:08:05.743Z] #55 DONE 0.9s [2020-12-15T15:08:05.743Z] [2020-12-15T15:08:05.743Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-12-15T15:08:06.003Z] #59 DONE 0.3s [2020-12-15T15:08:06.003Z] [2020-12-15T15:08:06.003Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-12-15T15:08:06.289Z] --- PASS: TestBuildLabelWithTargets (2.60s) [2020-12-15T15:08:06.289Z] === RUN TestBuildWithEmptyLayers [2020-12-15T15:08:06.572Z] #61 DONE 0.4s [2020-12-15T15:08:06.572Z] [2020-12-15T15:08:06.572Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-12-15T15:08:06.572Z] #63 DONE 0.0s [2020-12-15T15:08:06.572Z] [2020-12-15T15:08:06.572Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-12-15T15:08:06.572Z] #64 DONE 0.0s [2020-12-15T15:08:06.572Z] [2020-12-15T15:08:06.572Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-12-15T15:08:07.324Z] --- PASS: TestBuildWithEmptyLayers (1.19s) [2020-12-15T15:08:07.324Z] === RUN TestBuildMultiStageOnBuild [2020-12-15T15:08:07.955Z] #65 DONE 1.6s [2020-12-15T15:08:07.955Z] [2020-12-15T15:08:07.955Z] #66 exporting to image [2020-12-15T15:08:07.955Z] #66 exporting layers [2020-12-15T15:08:08.040Z] ......................... [ 67%] [2020-12-15T15:08:10.846Z] --- PASS: TestBuildMultiStageOnBuild (3.07s) [2020-12-15T15:08:10.846Z] === RUN TestBuildUncleanTarFilenames [2020-12-15T15:08:11.363Z] --- PASS: TestCheckoutGit (24.92s) [2020-12-15T15:08:11.363Z] === RUN TestValidGitTransport [2020-12-15T15:08:11.363Z] --- PASS: TestValidGitTransport (0.00s) [2020-12-15T15:08:11.363Z] === RUN TestGitInvalidRef [2020-12-15T15:08:11.363Z] --- PASS: TestGitInvalidRef (0.15s) [2020-12-15T15:08:11.363Z] PASS [2020-12-15T15:08:11.363Z] coverage: 86.3% of statements [2020-12-15T15:08:11.363Z] ok github.com/docker/docker/builder/remotecontext/git 25.260s coverage: 86.3% of statements [2020-12-15T15:08:11.363Z] ? github.com/docker/docker/cli [no test files] [2020-12-15T15:08:11.363Z] ? github.com/docker/docker/cli/config [no test files] [2020-12-15T15:08:11.880Z] --- PASS: TestBuildUncleanTarFilenames (1.51s) [2020-12-15T15:08:11.880Z] === RUN TestBuildMultiStageLayerLeak [2020-12-15T15:08:13.259Z] #68 exporting layers 81.3s done [2020-12-15T15:08:13.259Z] #68 exporting manifest sha256:5835a9c0c3fa04741b5048e8ac9a7591b9c1f5572f985e0ef02ba4ced0fd53fa done [2020-12-15T15:08:13.259Z] #68 exporting config sha256:c41a1a439e29ac6d50f9b63e63ce45c39d084c05df0c6f3306c0330336374217 done [2020-12-15T15:08:13.259Z] #68 sending tarball [2020-12-15T15:08:14.536Z] #66 exporting layers 6.6s done [2020-12-15T15:08:14.536Z] #66 writing image sha256:90dc39be926c9bcaa389352f5c369d281fbac1df63df6f3ebcb39d057eb91250 done [2020-12-15T15:08:14.536Z] #66 naming to docker.io/library/docker:7e600eaae087b830802285e3cd2556761fc729aa done [2020-12-15T15:08:14.536Z] #66 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-15T15:08:14.884Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -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:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh dynbinary test-integration [2020-12-15T15:08:15.433Z] --- PASS: TestBuildMultiStageLayerLeak (3.35s) [2020-12-15T15:08:15.433Z] === RUN TestBuildWithHugeFile [2020-12-15T15:08:15.823Z] [2020-12-15T15:08:15.823Z] Removing bundles/ [2020-12-15T15:08:15.823Z] [2020-12-15T15:08:15.823Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-12-15T15:08:15.823Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:08:15.823Z] GOOS="" GOARCH="" GOARM="" [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s) [2020-12-15T15:08:19.932Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-12-15T15:08:19.932Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestConfigureDaemonLogs [2020-12-15T15:08:19.932Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestCommonOptionsInstallFlags [2020-12-15T15:08:19.932Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-12-15T15:08:19.932Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-12-15T15:08:19.932Z] PASS [2020-12-15T15:08:19.932Z] coverage: 18.4% of statements [2020-12-15T15:08:19.932Z] ok github.com/docker/docker/cmd/dockerd 0.671s coverage: 18.4% of statements [2020-12-15T15:08:19.932Z] === RUN TestContainerStopSignal [2020-12-15T15:08:19.932Z] --- PASS: TestContainerStopSignal (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestContainerStopTimeout [2020-12-15T15:08:19.932Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestContainerSecretReferenceDestTarget [2020-12-15T15:08:19.932Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-12-15T15:08:19.932Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestContainerLogPathSetForRingLogger [2020-12-15T15:08:19.932Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestReplaceAndAppendEnvVars [2020-12-15T15:08:19.932Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-12-15T15:08:19.932Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-12-15T15:08:19.932Z] === RUN TestNewMemoryStore [2020-12-15T15:08:19.932Z] --- PASS: TestNewMemoryStore (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestAddContainers [2020-12-15T15:08:19.932Z] --- PASS: TestAddContainers (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestGetContainer [2020-12-15T15:08:19.932Z] --- PASS: TestGetContainer (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestDeleteContainer [2020-12-15T15:08:19.932Z] --- PASS: TestDeleteContainer (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestListContainers [2020-12-15T15:08:19.932Z] --- PASS: TestListContainers (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestFirstContainer [2020-12-15T15:08:19.932Z] --- PASS: TestFirstContainer (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestApplyAllContainer [2020-12-15T15:08:19.932Z] --- PASS: TestApplyAllContainer (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestIsValidHealthString [2020-12-15T15:08:19.932Z] --- PASS: TestIsValidHealthString (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestStateRunStop [2020-12-15T15:08:19.932Z] --- PASS: TestStateRunStop (0.00s) [2020-12-15T15:08:19.932Z] === RUN TestStateTimeoutWait [2020-12-15T15:08:20.389Z] --- PASS: TestStateTimeoutWait (0.13s) [2020-12-15T15:08:20.389Z] state_test.go:141: Stop callback fired [2020-12-15T15:08:20.389Z] state_test.go:165: Stop callback fired [2020-12-15T15:08:20.389Z] === RUN TestIsValidStateString [2020-12-15T15:08:20.389Z] --- PASS: TestIsValidStateString (0.00s) [2020-12-15T15:08:20.389Z] === RUN TestViewSaveDelete [2020-12-15T15:08:20.389Z] --- PASS: TestViewSaveDelete (0.09s) [2020-12-15T15:08:20.389Z] === RUN TestViewAll [2020-12-15T15:08:20.389Z] --- PASS: TestViewAll (0.02s) [2020-12-15T15:08:20.389Z] === RUN TestViewGet [2020-12-15T15:08:20.389Z] --- PASS: TestViewGet (0.00s) [2020-12-15T15:08:20.389Z] === RUN TestNames [2020-12-15T15:08:20.389Z] --- PASS: TestNames (0.00s) [2020-12-15T15:08:20.389Z] === RUN TestViewWithHealthCheck [2020-12-15T15:08:20.389Z] --- PASS: TestViewWithHealthCheck (0.00s) [2020-12-15T15:08:20.389Z] PASS [2020-12-15T15:08:20.389Z] coverage: 41.6% of statements [2020-12-15T15:08:20.389Z] ok github.com/docker/docker/container 0.598s coverage: 41.6% of statements [2020-12-15T15:08:20.389Z] ? github.com/docker/docker/container/stream [no test files] [2020-12-15T15:08:20.389Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-12-15T15:08:20.389Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-12-15T15:08:20.389Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-12-15T15:08:22.567Z] === RUN TestPrepare [2020-12-15T15:08:22.567Z] --- PASS: TestPrepare (0.00s) [2020-12-15T15:08:22.567Z] === RUN TestStart [2020-12-15T15:08:22.567Z] --- PASS: TestStart (0.00s) [2020-12-15T15:08:22.567Z] === RUN TestWaitCancel [2020-12-15T15:08:22.567Z] --- PASS: TestWaitCancel (0.00s) [2020-12-15T15:08:22.567Z] === RUN TestWaitDisabled [2020-12-15T15:08:22.567Z] --- PASS: TestWaitDisabled (0.00s) [2020-12-15T15:08:22.567Z] === RUN TestWaitEnabled [2020-12-15T15:08:22.567Z] --- PASS: TestWaitEnabled (0.00s) [2020-12-15T15:08:22.567Z] === RUN TestRemove [2020-12-15T15:08:22.567Z] --- PASS: TestRemove (0.00s) [2020-12-15T15:08:22.567Z] PASS [2020-12-15T15:08:22.567Z] coverage: 65.3% of statements [2020-12-15T15:08:22.567Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.281s coverage: 65.3% of statements [2020-12-15T15:08:24.743Z] === RUN TestNewListSecretsFilters [2020-12-15T15:08:24.743Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-12-15T15:08:24.743Z] === RUN TestNewListConfigsFilters [2020-12-15T15:08:24.743Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-12-15T15:08:24.743Z] PASS [2020-12-15T15:08:24.743Z] coverage: 0.5% of statements [2020-12-15T15:08:24.743Z] ok github.com/docker/docker/daemon/cluster 0.638s coverage: 0.5% of statements [2020-12-15T15:08:24.743Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-12-15T15:08:24.743Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.10s) [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCIsolation [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCIsolation [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-12-15T15:08:24.743Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/api/server/httputils 0.044s coverage: 14.7% of statements [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/api/server/middleware 0.014s coverage: 37.7% of statements [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/api/types/strslice 0.023s coverage: 90.0% of statements [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/api/types/filters 0.035s coverage: 92.2% of statements [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/api/server/router/swarm 0.022s coverage: 5.7% of statements [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/container [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/events [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/image [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/network [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/api/types/time 0.023s coverage: 100.0% of statements [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/api/types/versions 0.022s coverage: 75.0% of statements [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/builder [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/builder/remotecontext 0.353s coverage: 13.7% of statements [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/builder/remotecontext/git 3.267s coverage: 86.3% of statements [2020-12-15T15:08:24.771Z] ok github.com/docker/docker/builder/dockerfile 0.903s coverage: 48.3% of statements [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/cli [no test files] [2020-12-15T15:08:24.771Z] ? github.com/docker/docker/cli/config [no test files] [2020-12-15T15:08:25.201Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-12-15T15:08:25.201Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-12-15T15:08:25.201Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-12-15T15:08:25.201Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-12-15T15:08:25.201Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-12-15T15:08:25.201Z] === RUN TestServiceConvertFromGRPCConfigs [2020-12-15T15:08:25.201Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-12-15T15:08:25.201Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-12-15T15:08:25.201Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-12-15T15:08:25.201Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-12-15T15:08:25.201Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-12-15T15:08:25.201Z] === RUN TestServiceConvertToGRPCConfigs [2020-12-15T15:08:25.201Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-12-15T15:08:25.201Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-12-15T15:08:25.201Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-12-15T15:08:25.201Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-12-15T15:08:25.201Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-12-15T15:08:25.201Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-12-15T15:08:25.201Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-12-15T15:08:25.201Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-12-15T15:08:25.201Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-12-15T15:08:25.201Z] PASS [2020-12-15T15:08:25.201Z] coverage: 35.9% of statements [2020-12-15T15:08:25.201Z] ok github.com/docker/docker/daemon/cluster/convert 0.877s coverage: 35.9% of statements [2020-12-15T15:08:28.084Z] ok github.com/docker/docker/client 0.356s coverage: 75.4% of statements [2020-12-15T15:08:28.703Z] #68 sending tarball 16.0s done [2020-12-15T15:08:28.703Z] #68 DONE 97.3s [2020-12-15T15:08:28.703Z] [2020-12-15T15:08:28.703Z] #69 importing to docker [2020-12-15T15:08:29.890Z] === RUN TestBuilderGC [2020-12-15T15:08:29.890Z] --- PASS: TestBuilderGC (0.00s) [2020-12-15T15:08:29.890Z] === RUN TestDaemonConfigurationNotFound [2020-12-15T15:08:29.890Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-12-15T15:08:29.890Z] === RUN TestDaemonBrokenConfiguration [2020-12-15T15:08:29.890Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-12-15T15:08:29.890Z] === RUN TestParseClusterAdvertiseSettings [2020-12-15T15:08:29.890Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-12-15T15:08:29.890Z] === RUN TestFindConfigurationConflicts [2020-12-15T15:08:29.890Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-12-15T15:08:29.890Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-12-15T15:08:29.890Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-12-15T15:08:29.890Z] === RUN TestDaemonConfigurationMergeConflicts [2020-12-15T15:08:29.891Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-12-15T15:08:29.891Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-12-15T15:08:29.891Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-12-15T15:08:29.891Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-12-15T15:08:29.891Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-12-15T15:08:29.891Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-12-15T15:08:29.891Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-12-15T15:08:29.891Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-12-15T15:08:29.891Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-12-15T15:08:29.891Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-12-15T15:08:29.891Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestValidateConfiguration [2020-12-15T15:08:29.891Z] === RUN TestValidateConfiguration/with_label [2020-12-15T15:08:29.891Z] === RUN TestValidateConfiguration/with_dns [2020-12-15T15:08:29.891Z] === RUN TestValidateConfiguration/with_dns-search [2020-12-15T15:08:29.891Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-12-15T15:08:29.891Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-12-15T15:08:29.891Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-12-15T15:08:29.891Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-12-15T15:08:29.891Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfiguration (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-12-15T15:08:29.891Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestModifiedDiscoverySettings [2020-12-15T15:08:29.891Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestReloadSetConfigFileNotExist [2020-12-15T15:08:29.891Z] time="2020-12-15T15:08:29Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-12-15T15:08:29.891Z] --- PASS: TestReloadSetConfigFileNotExist (0.10s) [2020-12-15T15:08:29.891Z] === RUN TestReloadDefaultConfigNotExist [2020-12-15T15:08:29.891Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2020-12-15T15:08:29.891Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:08:29.891Z] === RUN TestReloadBadDefaultConfig [2020-12-15T15:08:29.891Z] time="2020-12-15T15:08:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-100528707" [2020-12-15T15:08:29.891Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestReloadWithConflictingLabels [2020-12-15T15:08:29.891Z] time="2020-12-15T15:08:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-634071238" [2020-12-15T15:08:29.891Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestReloadWithDuplicateLabels [2020-12-15T15:08:29.891Z] time="2020-12-15T15:08:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-192386925" [2020-12-15T15:08:29.891Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestDaemonConfigurationMerge [2020-12-15T15:08:29.891Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-12-15T15:08:29.891Z] PASS [2020-12-15T15:08:29.891Z] coverage: 79.7% of statements [2020-12-15T15:08:29.891Z] ok github.com/docker/docker/daemon/config 0.476s coverage: 79.7% of statements [2020-12-15T15:08:29.891Z] === RUN TestDiscoveryOptsErrors [2020-12-15T15:08:29.891Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-12-15T15:08:29.891Z] === RUN TestDiscoveryOpts [2020-12-15T15:08:29.891Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-12-15T15:08:29.891Z] PASS [2020-12-15T15:08:29.891Z] coverage: 30.0% of statements [2020-12-15T15:08:29.891Z] ok github.com/docker/docker/daemon/discovery 0.180s coverage: 30.0% of statements [2020-12-15T15:08:31.426Z] === RUN TestVerifyNetworkingConfig [2020-12-15T15:08:31.426Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestGetContainer [2020-12-15T15:08:31.426Z] --- PASS: TestGetContainer (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestValidContainerNames [2020-12-15T15:08:31.426Z] --- PASS: TestValidContainerNames (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestContainerInitDNS [2020-12-15T15:08:31.426Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-12-15T15:08:31.426Z] daemon_test.go:147: root required [2020-12-15T15:08:31.426Z] === RUN TestMerge [2020-12-15T15:08:31.426Z] --- PASS: TestMerge (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestValidateContainerIsolation [2020-12-15T15:08:31.426Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestFindNetworkErrorType [2020-12-15T15:08:31.426Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestEnsureServicesExist [2020-12-15T15:08:31.426Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestEnsureServicesExistErrors [2020-12-15T15:08:31.426Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-12-15T15:08:31.426Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-12-15T15:08:31.426Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-12-15T15:08:31.426Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-12-15T15:08:31.426Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-12-15T15:08:31.426Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-12-15T15:08:31.426Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestContainerDelete [2020-12-15T15:08:31.426Z] --- PASS: TestContainerDelete (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestContainerDoubleDelete [2020-12-15T15:08:31.426Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestLogContainerEventCopyLabels [2020-12-15T15:08:31.426Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestLogContainerEventWithAttributes [2020-12-15T15:08:31.426Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestNoneHealthcheck [2020-12-15T15:08:31.426Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-12-15T15:08:31.426Z] === RUN TestHealthStates [2020-12-15T15:08:31.884Z] time="2020-12-15T15:08:31Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-12-15T15:08:31.884Z] time="2020-12-15T15:08:31Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-12-15T15:08:31.884Z] time="2020-12-15T15:08:31Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-12-15T15:08:31.884Z] time="2020-12-15T15:08:31Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-12-15T15:08:31.884Z] time="2020-12-15T15:08:31Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-12-15T15:08:31.884Z] time="2020-12-15T15:08:31Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-12-15T15:08:31.884Z] time="2020-12-15T15:08:31Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-12-15T15:08:31.884Z] time="2020-12-15T15:08:31Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-12-15T15:08:31.884Z] time="2020-12-15T15:08:31Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-12-15T15:08:31.884Z] time="2020-12-15T15:08:31Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-12-15T15:08:31.884Z] --- PASS: TestHealthStates (0.07s) [2020-12-15T15:08:31.884Z] === RUN TestMaskURLCredentials [2020-12-15T15:08:31.884Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestGetInspectData [2020-12-15T15:08:31.884Z] --- PASS: TestGetInspectData (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestFillLicense [2020-12-15T15:08:31.884Z] --- PASS: TestFillLicense (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestListInvalidFilter [2020-12-15T15:08:31.884Z] --- PASS: TestListInvalidFilter (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestNameFilter [2020-12-15T15:08:31.884Z] --- PASS: TestNameFilter (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-12-15T15:08:31.884Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-12-15T15:08:31.884Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-12-15T15:08:31.884Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestDaemonReloadLabels [2020-12-15T15:08:31.884Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-12-15T15:08:31.884Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestDaemonReloadMirrors [2020-12-15T15:08:31.884Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestDaemonReloadInsecureRegistries [2020-12-15T15:08:31.884Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestDaemonReloadNotAffectOthers [2020-12-15T15:08:31.884Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-12-15T15:08:31.884Z] === RUN TestDaemonDiscoveryReload [2020-12-15T15:08:32.849Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2020-12-15T15:08:32.849Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-12-15T15:08:33.306Z] === RUN TestWaitNodeAttachment [2020-12-15T15:08:33.306Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2020-12-15T15:08:33.306Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-12-15T15:08:33.306Z] === RUN TestEventsLog [2020-12-15T15:08:33.306Z] --- PASS: TestEventsLog (0.00s) [2020-12-15T15:08:33.306Z] === RUN TestEventsLogTimeout [2020-12-15T15:08:33.306Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-12-15T15:08:33.306Z] === RUN TestLogEvents [2020-12-15T15:08:33.306Z] --- PASS: TestLogEvents (0.05s) [2020-12-15T15:08:33.306Z] === RUN TestLoadBufferedEvents [2020-12-15T15:08:33.306Z] --- PASS: TestLoadBufferedEvents (0.09s) [2020-12-15T15:08:33.306Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-12-15T15:08:33.306Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-12-15T15:08:33.306Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-12-15T15:08:33.306Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-12-15T15:08:33.306Z] PASS [2020-12-15T15:08:33.306Z] coverage: 50.0% of statements [2020-12-15T15:08:33.306Z] ok github.com/docker/docker/daemon/events 0.310s coverage: 50.0% of statements [2020-12-15T15:08:33.765Z] --- PASS: TestWaitNodeAttachment (0.41s) [2020-12-15T15:08:33.765Z] === RUN TestIsolationConversion [2020-12-15T15:08:33.765Z] === RUN TestIsolationConversion/default [2020-12-15T15:08:33.765Z] === RUN TestIsolationConversion/process [2020-12-15T15:08:33.765Z] === RUN TestIsolationConversion/hyperv [2020-12-15T15:08:33.765Z] --- PASS: TestIsolationConversion (0.00s) [2020-12-15T15:08:33.765Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-12-15T15:08:33.765Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-12-15T15:08:33.765Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestContainerLabels [2020-12-15T15:08:33.765Z] --- PASS: TestContainerLabels (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestCredentialSpecConversion [2020-12-15T15:08:33.765Z] === RUN TestCredentialSpecConversion/none [2020-12-15T15:08:33.765Z] === RUN TestCredentialSpecConversion/config [2020-12-15T15:08:33.765Z] === RUN TestCredentialSpecConversion/file [2020-12-15T15:08:33.765Z] === RUN TestCredentialSpecConversion/registry [2020-12-15T15:08:33.765Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-12-15T15:08:33.765Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-12-15T15:08:33.765Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-12-15T15:08:33.765Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-12-15T15:08:33.765Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestControllerValidateMountBind [2020-12-15T15:08:33.765Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestControllerValidateMountVolume [2020-12-15T15:08:33.765Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestControllerValidateMountTarget [2020-12-15T15:08:33.765Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestControllerValidateMountTmpfs [2020-12-15T15:08:33.765Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestControllerValidateMountInvalidType [2020-12-15T15:08:33.765Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestControllerValidateMountNamedPipe [2020-12-15T15:08:33.765Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-12-15T15:08:33.765Z] PASS [2020-12-15T15:08:33.765Z] coverage: 11.3% of statements [2020-12-15T15:08:33.765Z] ok github.com/docker/docker/daemon/cluster/executor/container 2.417s coverage: 11.3% of statements [2020-12-15T15:08:33.765Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2020-12-15T15:08:33.765Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-12-15T15:08:33.765Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-12-15T15:08:33.765Z] reload_test.go:520: root required [2020-12-15T15:08:33.765Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-12-15T15:08:33.765Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-12-15T15:08:33.765Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2020-12-15T15:08:33.765Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-12-15T15:08:33.765Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2020-12-15T15:08:33.765Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-12-15T15:08:33.765Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-12-15T15:08:33.765Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-12-15T15:08:33.765Z] === RUN TestParseVolumesFrom [2020-12-15T15:08:33.765Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-12-15T15:08:33.765Z] PASS [2020-12-15T15:08:33.765Z] coverage: 9.1% of statements [2020-12-15T15:08:33.765Z] ok github.com/docker/docker/daemon 3.310s coverage: 9.1% of statements [2020-12-15T15:08:33.765Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-12-15T15:08:33.765Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-12-15T15:08:33.765Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-12-15T15:08:33.765Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-12-15T15:08:34.224Z] === RUN TestIsEmptyDir [2020-12-15T15:08:34.224Z] --- PASS: TestIsEmptyDir (0.00s) [2020-12-15T15:08:34.224Z] PASS [2020-12-15T15:08:34.224Z] coverage: 2.3% of statements [2020-12-15T15:08:34.224Z] ok github.com/docker/docker/daemon/graphdriver 0.167s coverage: 2.3% of statements [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-12-15T15:08:34.224Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-12-15T15:08:34.683Z] === RUN TestLinkNaming [2020-12-15T15:08:34.683Z] --- PASS: TestLinkNaming (0.00s) [2020-12-15T15:08:34.683Z] === RUN TestLinkNew [2020-12-15T15:08:34.683Z] --- PASS: TestLinkNew (0.00s) [2020-12-15T15:08:34.683Z] === RUN TestLinkEnv [2020-12-15T15:08:34.683Z] --- PASS: TestLinkEnv (0.00s) [2020-12-15T15:08:34.683Z] === RUN TestLinkMultipleEnv [2020-12-15T15:08:34.683Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-12-15T15:08:34.683Z] === RUN TestLinkPortRangeEnv [2020-12-15T15:08:34.683Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-12-15T15:08:34.683Z] PASS [2020-12-15T15:08:34.683Z] coverage: 93.0% of statements [2020-12-15T15:08:34.683Z] ok github.com/docker/docker/daemon/links 0.052s coverage: 93.0% of statements [2020-12-15T15:08:36.865Z] === RUN TestAdapterReadLogs [2020-12-15T15:08:36.865Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-12-15T15:08:36.865Z] === RUN TestCopier [2020-12-15T15:08:36.865Z] --- PASS: TestCopier (0.00s) [2020-12-15T15:08:36.865Z] === RUN TestCopierLongLines [2020-12-15T15:08:36.865Z] --- PASS: TestCopierLongLines (0.00s) [2020-12-15T15:08:36.865Z] === RUN TestCopierSlow [2020-12-15T15:08:36.865Z] --- PASS: TestCopierSlow (0.21s) [2020-12-15T15:08:36.865Z] === RUN TestCopierWithSized [2020-12-15T15:08:36.865Z] --- PASS: TestCopierWithSized (0.00s) [2020-12-15T15:08:36.865Z] === RUN TestCopierWithPartial [2020-12-15T15:08:36.865Z] --- PASS: TestCopierWithPartial (0.01s) [2020-12-15T15:08:36.865Z] === RUN TestRingLogger [2020-12-15T15:08:36.865Z] --- PASS: TestRingLogger (0.00s) [2020-12-15T15:08:36.865Z] === RUN TestRingCap [2020-12-15T15:08:36.865Z] --- PASS: TestRingCap (0.00s) [2020-12-15T15:08:36.865Z] === RUN TestRingClose [2020-12-15T15:08:36.865Z] --- PASS: TestRingClose (0.00s) [2020-12-15T15:08:36.865Z] === RUN TestRingDrain [2020-12-15T15:08:36.865Z] --- PASS: TestRingDrain (0.00s) [2020-12-15T15:08:36.865Z] PASS [2020-12-15T15:08:36.865Z] coverage: 41.2% of statements [2020-12-15T15:08:36.865Z] ok github.com/docker/docker/daemon/logger 0.493s coverage: 41.2% of statements [2020-12-15T15:08:37.324Z] === RUN TestNewStreamConfig [2020-12-15T15:08:37.324Z] === RUN TestNewStreamConfig/defaults [2020-12-15T15:08:37.783Z] === RUN TestNewStreamConfig/invalid_create_group [2020-12-15T15:08:37.783Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-12-15T15:08:37.783Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-12-15T15:08:37.783Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-12-15T15:08:37.783Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-12-15T15:08:37.783Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-12-15T15:08:37.783Z] --- PASS: TestNewStreamConfig (0.00s) [2020-12-15T15:08:37.783Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-12-15T15:08:37.783Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-12-15T15:08:37.783Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-12-15T15:08:37.783Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-12-15T15:08:37.783Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-12-15T15:08:37.783Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-12-15T15:08:37.783Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-12-15T15:08:37.783Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-12-15T15:08:37.783Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-12-15T15:08:37.783Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-12-15T15:08:37.783Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-12-15T15:08:37.783Z] === RUN TestNewAWSLogsClientRegionDetect [2020-12-15T15:08:37.783Z] time="2020-12-15T15:08:37Z" level=info msg="Trying to get region from EC2 Metadata" [2020-12-15T15:08:37.783Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.09s) [2020-12-15T15:08:37.783Z] === RUN TestCreateSuccess [2020-12-15T15:08:37.783Z] --- PASS: TestCreateSuccess (0.00s) [2020-12-15T15:08:37.783Z] === RUN TestCreateLogGroupSuccess [2020-12-15T15:08:37.783Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-12-15T15:08:37.783Z] === RUN TestCreateError [2020-12-15T15:08:37.783Z] --- PASS: TestCreateError (0.00s) [2020-12-15T15:08:37.783Z] === RUN TestCreateAlreadyExists [2020-12-15T15:08:37.783Z] time="2020-12-15T15:08:37Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-12-15T15:08:37.783Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-12-15T15:08:37.783Z] === RUN TestLogClosed [2020-12-15T15:08:37.783Z] --- PASS: TestLogClosed (0.00s) [2020-12-15T15:08:37.783Z] === RUN TestLogBlocking [2020-12-15T15:08:37.783Z] --- PASS: TestLogBlocking (0.00s) [2020-12-15T15:08:37.783Z] === RUN TestLogNonBlockingBufferEmpty [2020-12-15T15:08:37.783Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-12-15T15:08:37.783Z] === RUN TestLogNonBlockingBufferFull [2020-12-15T15:08:37.783Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestPublishBatchSuccess [2020-12-15T15:08:37.784Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestPublishBatchError [2020-12-15T15:08:37.784Z] time="2020-12-15T15:08:37Z" level=error msg=Error [2020-12-15T15:08:37.784Z] --- PASS: TestPublishBatchError (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-12-15T15:08:37.784Z] time="2020-12-15T15:08:37Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-12-15T15:08:37.784Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestPublishBatchAlreadyAccepted [2020-12-15T15:08:37.784Z] time="2020-12-15T15:08:37Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-12-15T15:08:37.784Z] time="2020-12-15T15:08:37Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-12-15T15:08:37.784Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchSimple [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchTicker [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchMultilinePattern [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.05s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchClose [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchClose (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestEffectiveLen [2020-12-15T15:08:37.784Z] === RUN TestEffectiveLen/0/Hello [2020-12-15T15:08:37.784Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-12-15T15:08:37.784Z] === RUN TestEffectiveLen/2/🙃 [2020-12-15T15:08:37.784Z] === RUN TestEffectiveLen/3/���� [2020-12-15T15:08:37.784Z] === RUN TestEffectiveLen/4/He��o [2020-12-15T15:08:37.784Z] === RUN TestEffectiveLen/5/ [2020-12-15T15:08:37.784Z] --- PASS: TestEffectiveLen (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestFindValidSplit [2020-12-15T15:08:37.784Z] === RUN TestFindValidSplit/0/ [2020-12-15T15:08:37.784Z] === RUN TestFindValidSplit/1/Hello [2020-12-15T15:08:37.784Z] === RUN TestFindValidSplit/2/Hello [2020-12-15T15:08:37.784Z] === RUN TestFindValidSplit/3/Hello [2020-12-15T15:08:37.784Z] === RUN TestFindValidSplit/4/🙃 [2020-12-15T15:08:37.784Z] === RUN TestFindValidSplit/5/🙃 [2020-12-15T15:08:37.784Z] === RUN TestFindValidSplit/6/a� [2020-12-15T15:08:37.784Z] === RUN TestFindValidSplit/7/a� [2020-12-15T15:08:37.784Z] --- PASS: TestFindValidSplit (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1044: [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1045: [2020-12-15T15:08:37.784Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1044: Hello [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1045: [2020-12-15T15:08:37.784Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1044: He [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1045: llo [2020-12-15T15:08:37.784Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1044: [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1045: Hello [2020-12-15T15:08:37.784Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1044: [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1045: 🙃 [2020-12-15T15:08:37.784Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1044: 🙃 [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1045: [2020-12-15T15:08:37.784Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1044: a [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1045: � [2020-12-15T15:08:37.784Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1044: a� [2020-12-15T15:08:37.784Z] cloudwatchlogs_test.go:1045: [2020-12-15T15:08:37.784Z] === RUN TestProcessEventEmoji [2020-12-15T15:08:37.784Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchLineSplit [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchLineSplitWithBinary [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchMaxEvents [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchMaxTotalBytes [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2020-12-15T15:08:37.784Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-12-15T15:08:37.784Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2020-12-15T15:08:37.784Z] === RUN TestParseLogOptionsMultilinePattern [2020-12-15T15:08:37.784Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestParseLogOptionsDatetimeFormat [2020-12-15T15:08:37.784Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-12-15T15:08:37.784Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-12-15T15:08:37.784Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-12-15T15:08:37.784Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-12-15T15:08:37.784Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-12-15T15:08:37.784Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-12-15T15:08:37.784Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-12-15T15:08:37.784Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-12-15T15:08:37.784Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-12-15T15:08:37.784Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestCreateTagSuccess [2020-12-15T15:08:37.784Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-12-15T15:08:37.784Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-12-15T15:08:37.784Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-12-15T15:08:37.784Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-12-15T15:08:37.784Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2020-12-15T15:08:37.784Z] PASS [2020-12-15T15:08:37.784Z] coverage: 77.8% of statements [2020-12-15T15:08:37.784Z] ok github.com/docker/docker/daemon/logger/awslogs 0.485s coverage: 77.8% of statements [2020-12-15T15:08:37.784Z] === RUN TestJSONFileLogger [2020-12-15T15:08:37.784Z] --- PASS: TestJSONFileLogger (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestJSONFileLoggerWithTags [2020-12-15T15:08:37.784Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestJSONFileLoggerWithOpts [2020-12-15T15:08:37.784Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2020-12-15T15:08:37.784Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-12-15T15:08:37.784Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-12-15T15:08:37.784Z] === RUN TestEncodeDecode [2020-12-15T15:08:37.784Z] === PAUSE TestEncodeDecode [2020-12-15T15:08:37.784Z] === CONT TestEncodeDecode [2020-12-15T15:08:37.784Z] --- PASS: TestEncodeDecode (0.09s) [2020-12-15T15:08:37.784Z] PASS [2020-12-15T15:08:37.784Z] coverage: 61.6% of statements [2020-12-15T15:08:37.784Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.276s coverage: 61.6% of statements [2020-12-15T15:08:38.242Z] === RUN TestSearchRegistryForImagesErrors [2020-12-15T15:08:38.242Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-12-15T15:08:38.242Z] === RUN TestSearchRegistryForImages [2020-12-15T15:08:38.242Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-12-15T15:08:38.242Z] === RUN TestImageDelete [2020-12-15T15:08:38.242Z] === RUN TestJSONLogsMarshalJSONBuf [2020-12-15T15:08:38.242Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-12-15T15:08:38.242Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-12-15T15:08:38.242Z] === RUN TestImageDelete/no_lease [2020-12-15T15:08:38.242Z] === RUN TestImageDelete/lease_exists [2020-12-15T15:08:38.242Z] --- PASS: TestImageDelete (0.11s) [2020-12-15T15:08:38.242Z] --- PASS: TestImageDelete/no_lease (0.01s) [2020-12-15T15:08:38.242Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2020-12-15T15:08:38.242Z] === RUN TestContentStoreForPull [2020-12-15T15:08:38.702Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2020-12-15T15:08:38.702Z] === RUN TestFastTimeMarshalJSON [2020-12-15T15:08:38.702Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2020-12-15T15:08:38.702Z] PASS [2020-12-15T15:08:38.702Z] coverage: 87.2% of statements [2020-12-15T15:08:38.702Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.217s coverage: 87.2% of statements [2020-12-15T15:08:38.702Z] --- PASS: TestContentStoreForPull (0.16s) [2020-12-15T15:08:38.702Z] PASS [2020-12-15T15:08:38.702Z] coverage: 6.5% of statements [2020-12-15T15:08:38.702Z] ok github.com/docker/docker/daemon/images 0.636s coverage: 6.5% of statements [2020-12-15T15:08:38.702Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-12-15T15:08:38.702Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-12-15T15:08:38.702Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-12-15T15:08:38.702Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-12-15T15:08:38.702Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-12-15T15:08:38.702Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-12-15T15:08:38.702Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-12-15T15:08:40.249Z] === RUN TestWriteLog [2020-12-15T15:08:40.249Z] === PAUSE TestWriteLog [2020-12-15T15:08:40.249Z] === RUN TestReadLog [2020-12-15T15:08:40.249Z] === PAUSE TestReadLog [2020-12-15T15:08:40.249Z] === CONT TestWriteLog [2020-12-15T15:08:40.249Z] --- PASS: TestWriteLog (0.01s) [2020-12-15T15:08:40.249Z] === CONT TestReadLog [2020-12-15T15:08:40.249Z] === RUN TestReadLog/tail_exact [2020-12-15T15:08:40.710Z] === RUN TestReadLog/tail_less_than_available [2020-12-15T15:08:40.710Z] === RUN TestReadLog/tail_more_than_available [2020-12-15T15:08:40.710Z] --- PASS: TestReadLog (0.26s) [2020-12-15T15:08:40.710Z] --- PASS: TestReadLog/tail_exact (0.24s) [2020-12-15T15:08:40.710Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-12-15T15:08:40.710Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2020-12-15T15:08:40.710Z] PASS [2020-12-15T15:08:40.710Z] coverage: 75.2% of statements [2020-12-15T15:08:40.710Z] ok github.com/docker/docker/daemon/logger/local 0.494s coverage: 75.2% of statements [2020-12-15T15:08:40.710Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-12-15T15:08:41.173Z] === RUN TestOpenFileDelete [2020-12-15T15:08:41.173Z] --- PASS: TestOpenFileDelete (0.00s) [2020-12-15T15:08:41.173Z] === RUN TestOpenFileRename [2020-12-15T15:08:41.173Z] --- PASS: TestOpenFileRename (0.00s) [2020-12-15T15:08:41.173Z] === RUN TestParseLogTagDefaultTag [2020-12-15T15:08:41.173Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-12-15T15:08:41.173Z] === RUN TestParseLogTag [2020-12-15T15:08:41.173Z] --- PASS: TestParseLogTag (0.00s) [2020-12-15T15:08:41.173Z] === RUN TestParseLogTagEmptyTag [2020-12-15T15:08:41.173Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-12-15T15:08:41.173Z] === RUN TestTailFiles [2020-12-15T15:08:41.173Z] --- PASS: TestTailFiles (0.00s) [2020-12-15T15:08:41.173Z] === RUN TestFollowLogsConsumerGone [2020-12-15T15:08:41.173Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2020-12-15T15:08:41.173Z] === RUN TestFollowLogsProducerGone [2020-12-15T15:08:41.173Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-12-15T15:08:41.173Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2020-12-15T15:08:41.173Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2020-12-15T15:08:41.173Z] === RUN TestCheckCapacityAndRotate [2020-12-15T15:08:41.173Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2020-12-15T15:08:41.173Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2020-12-15T15:08:41.173Z] --- PASS: TestCheckCapacityAndRotate (0.14s) [2020-12-15T15:08:41.173Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2020-12-15T15:08:41.173Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2020-12-15T15:08:41.173Z] PASS [2020-12-15T15:08:41.173Z] coverage: 55.3% of statements [2020-12-15T15:08:41.173Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.475s coverage: 55.3% of statements [2020-12-15T15:08:42.147Z] === RUN TestLog [2020-12-15T15:08:42.147Z] --- PASS: TestLog (0.01s) [2020-12-15T15:08:42.147Z] PASS [2020-12-15T15:08:42.147Z] coverage: 33.3% of statements [2020-12-15T15:08:42.147Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.263s coverage: 33.3% of statements [2020-12-15T15:08:42.551Z] --- PASS: TestBuildWithHugeFile (26.98s) [2020-12-15T15:08:42.551Z] === RUN TestBuildWithEmptyDockerfile [2020-12-15T15:08:42.551Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:08:42.551Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:08:42.551Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:08:42.551Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:08:42.551Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:08:42.551Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:08:42.551Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:08:42.551Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:08:42.551Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:08:42.551Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2020-12-15T15:08:42.551Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2020-12-15T15:08:42.551Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2020-12-15T15:08:42.551Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2020-12-15T15:08:42.551Z] === RUN TestBuildPreserveOwnership [2020-12-15T15:08:42.551Z] === RUN TestBuildPreserveOwnership/copy_from [2020-12-15T15:08:42.609Z] === RUN TestValidateLogOpt [2020-12-15T15:08:42.609Z] --- PASS: TestValidateLogOpt (0.00s) [2020-12-15T15:08:42.609Z] === RUN TestNewMissedConfig [2020-12-15T15:08:42.609Z] --- PASS: TestNewMissedConfig (0.00s) [2020-12-15T15:08:42.609Z] === RUN TestNewMissedUrl [2020-12-15T15:08:42.609Z] --- PASS: TestNewMissedUrl (0.00s) [2020-12-15T15:08:42.609Z] === RUN TestNewMissedToken [2020-12-15T15:08:42.609Z] --- PASS: TestNewMissedToken (0.00s) [2020-12-15T15:08:42.609Z] === RUN TestNewWithProxy [2020-12-15T15:08:43.077Z] --- PASS: TestNewWithProxy (0.00s) [2020-12-15T15:08:43.077Z] === RUN TestDefault [2020-12-15T15:08:43.077Z] --- PASS: TestDefault (0.01s) [2020-12-15T15:08:43.077Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-12-15T15:08:43.077Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2020-12-15T15:08:43.077Z] === RUN TestJsonFormat [2020-12-15T15:08:43.077Z] --- PASS: TestJsonFormat (0.02s) [2020-12-15T15:08:43.077Z] === RUN TestRawFormat [2020-12-15T15:08:43.077Z] --- PASS: TestRawFormat (0.00s) [2020-12-15T15:08:43.077Z] === RUN TestRawFormatWithLabels [2020-12-15T15:08:43.077Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-12-15T15:08:43.077Z] === RUN TestRawFormatWithoutTag [2020-12-15T15:08:43.077Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2020-12-15T15:08:43.077Z] === RUN TestBatching [2020-12-15T15:08:43.077Z] === RUN TestNewParse [2020-12-15T15:08:43.077Z] --- PASS: TestNewParse (0.00s) [2020-12-15T15:08:43.077Z] PASS [2020-12-15T15:08:43.077Z] coverage: 8.3% of statements [2020-12-15T15:08:43.077Z] ok github.com/docker/docker/daemon/logger/templates 0.098s coverage: 8.3% of statements [2020-12-15T15:08:43.077Z] --- PASS: TestBatching (0.58s) [2020-12-15T15:08:43.077Z] === RUN TestFrequency [2020-12-15T15:08:43.535Z] --- PASS: TestFrequency (0.16s) [2020-12-15T15:08:43.535Z] === RUN TestOneMessagePerRequest [2020-12-15T15:08:43.535Z] --- PASS: TestOneMessagePerRequest (0.00s) [2020-12-15T15:08:43.535Z] === RUN TestVerify [2020-12-15T15:08:43.535Z] --- PASS: TestVerify (0.00s) [2020-12-15T15:08:43.535Z] === RUN TestSkipVerify [2020-12-15T15:08:43.535Z] === RUN TestParseLogFormat [2020-12-15T15:08:43.535Z] --- PASS: TestParseLogFormat (0.00s) [2020-12-15T15:08:43.535Z] === RUN TestValidateLogOptEmpty [2020-12-15T15:08:43.535Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-12-15T15:08:43.535Z] === RUN TestValidateSyslogAddress [2020-12-15T15:08:43.535Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-12-15T15:08:43.535Z] === RUN TestParseAddressDefaultPort [2020-12-15T15:08:43.535Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-12-15T15:08:43.535Z] === RUN TestValidateSyslogFacility [2020-12-15T15:08:43.535Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-12-15T15:08:43.535Z] === RUN TestValidateLogOptSyslogFormat [2020-12-15T15:08:43.535Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-12-15T15:08:43.535Z] === RUN TestValidateLogOpt [2020-12-15T15:08:43.535Z] --- PASS: TestValidateLogOpt (0.00s) [2020-12-15T15:08:43.535Z] PASS [2020-12-15T15:08:43.535Z] coverage: 46.8% of statements [2020-12-15T15:08:43.535Z] ok github.com/docker/docker/daemon/logger/syslog 0.087s coverage: 46.8% of statements [2020-12-15T15:08:43.535Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.535Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.535Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.535Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.993Z] --- PASS: TestSkipVerify (0.34s) [2020-12-15T15:08:43.993Z] === RUN TestBufferMaximum [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608044923.504632\",\"host\":\"e702a897a31a\"}'" [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608044923.504632\",\"host\":\"e702a897a31a\"}'" [2020-12-15T15:08:43.993Z] --- PASS: TestBufferMaximum (0.00s) [2020-12-15T15:08:43.993Z] === RUN TestServerAlwaysDown [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608044923.506638\",\"host\":\"e702a897a31a\"}'" [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608044923.506638\",\"host\":\"e702a897a31a\"}'" [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608044923.506638\",\"host\":\"e702a897a31a\"}'" [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608044923.507633\",\"host\":\"e702a897a31a\"}'" [2020-12-15T15:08:43.993Z] time="2020-12-15T15:08:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608044923.507633\",\"host\":\"e702a897a31a\"}'" [2020-12-15T15:08:43.993Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-12-15T15:08:43.993Z] === RUN TestCannotSendAfterClose [2020-12-15T15:08:43.993Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-12-15T15:08:43.993Z] === RUN TestDeadlockOnBlockedEndpoint [2020-12-15T15:08:44.960Z] time="2020-12-15T15:08:44Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2020-12-15T15:08:44.960Z] time="2020-12-15T15:08:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"e702a897a31a\"}'" [2020-12-15T15:08:44.960Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.18s) [2020-12-15T15:08:44.960Z] PASS [2020-12-15T15:08:44.960Z] coverage: 82.5% of statements [2020-12-15T15:08:44.960Z] ok github.com/docker/docker/daemon/logger/splunk 2.590s coverage: 82.5% of statements [2020-12-15T15:08:44.960Z] ? github.com/docker/docker/daemon/names [no test files] [2020-12-15T15:08:44.960Z] ? github.com/docker/docker/daemon/network [no test files] [2020-12-15T15:08:44.960Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-12-15T15:08:45.420Z] === RUN TestV1IDService [2020-12-15T15:08:45.420Z] --- PASS: TestV1IDService (0.04s) [2020-12-15T15:08:45.420Z] === RUN TestV2MetadataService [2020-12-15T15:08:45.878Z] === RUN TestSuccessfulDownload [2020-12-15T15:08:45.878Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-12-15T15:08:45.878Z] download_test.go:268: Needs fixing on Windows [2020-12-15T15:08:45.878Z] === RUN TestCancelledDownload [2020-12-15T15:08:45.878Z] --- PASS: TestCancelledDownload (0.00s) [2020-12-15T15:08:45.878Z] === RUN TestMaxDownloadAttempts [2020-12-15T15:08:45.878Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-12-15T15:08:45.878Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-12-15T15:08:45.878Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-12-15T15:08:45.878Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-12-15T15:08:45.878Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-12-15T15:08:45.878Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-12-15T15:08:45.878Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-12-15T15:08:45.878Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-12-15T15:08:45.878Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-12-15T15:08:45.878Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-12-15T15:08:45.878Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-12-15T15:08:45.878Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-12-15T15:08:45.878Z] time="2020-12-15T15:08:45Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-12-15T15:08:45.878Z] time="2020-12-15T15:08:45Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-12-15T15:08:45.878Z] time="2020-12-15T15:08:45Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-12-15T15:08:45.878Z] time="2020-12-15T15:08:45Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-12-15T15:08:45.878Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-12-15T15:08:45.878Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.34s) [2020-12-15T15:08:45.878Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.34s) [2020-12-15T15:08:45.878Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.34s) [2020-12-15T15:08:45.878Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.34s) [2020-12-15T15:08:45.878Z] === RUN TestTransfer [2020-12-15T15:08:46.336Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-12-15T15:08:46.336Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-12-15T15:08:46.336Z] === RUN TestContinueOnError_MirrorEndpoint [2020-12-15T15:08:46.336Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-12-15T15:08:46.336Z] === RUN TestContinueOnError_NeverContinue [2020-12-15T15:08:46.336Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-12-15T15:08:46.336Z] === RUN TestContinueOnError_UnnestsErrors [2020-12-15T15:08:46.336Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-12-15T15:08:46.336Z] === RUN TestManifestStore [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/no_remote_or_local [2020-12-15T15:08:46.336Z] --- PASS: TestTransfer (0.13s) [2020-12-15T15:08:46.336Z] === RUN TestConcurrencyLimit [2020-12-15T15:08:46.336Z] time="2020-12-15T15:08:46Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local972072311\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/no_local_cache [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/with_local_cache [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/unknown_media_type [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/unknown_media_type/no_cache [2020-12-15T15:08:46.336Z] time="2020-12-15T15:08:46Z" level=warning msg="reference for unknown type: " [2020-12-15T15:08:46.336Z] time="2020-12-15T15:08:46Z" level=warning msg="reference for unknown type: " [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/unknown_media_type/with_cache [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2020-12-15T15:08:46.336Z] time="2020-12-15T15:08:46Z" level=warning msg="reference for unknown type: " [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2020-12-15T15:08:46.336Z] time="2020-12-15T15:08:46Z" level=warning msg="reference for unknown type: " [2020-12-15T15:08:46.336Z] time="2020-12-15T15:08:46Z" level=warning msg="reference for unknown type: " [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/error_persisting_manifest [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2020-12-15T15:08:46.336Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2020-12-15T15:08:46.336Z] time="2020-12-15T15:08:46Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2020-12-15T15:08:46.336Z] --- PASS: TestManifestStore (0.17s) [2020-12-15T15:08:46.336Z] --- PASS: TestManifestStore/no_remote_or_local (0.09s) [2020-12-15T15:08:46.337Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2020-12-15T15:08:46.337Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2020-12-15T15:08:46.337Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2020-12-15T15:08:46.337Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2020-12-15T15:08:46.337Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.02s) [2020-12-15T15:08:46.337Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2020-12-15T15:08:46.337Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2020-12-15T15:08:46.337Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2020-12-15T15:08:46.337Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2020-12-15T15:08:46.337Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2020-12-15T15:08:46.337Z] === RUN TestDetectManifestBlobMediaType [2020-12-15T15:08:46.337Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2020-12-15T15:08:46.337Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2020-12-15T15:08:46.337Z] === RUN TestDetectManifestBlobMediaType/schema1 [2020-12-15T15:08:46.337Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2020-12-15T15:08:46.337Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2020-12-15T15:08:46.337Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2020-12-15T15:08:46.337Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2020-12-15T15:08:46.337Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2020-12-15T15:08:46.337Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2020-12-15T15:08:46.337Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2020-12-15T15:08:46.337Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2020-12-15T15:08:46.337Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2020-12-15T15:08:46.337Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2020-12-15T15:08:46.337Z] === RUN TestFixManifestLayers [2020-12-15T15:08:46.337Z] --- PASS: TestFixManifestLayers (0.00s) [2020-12-15T15:08:46.337Z] === RUN TestFixManifestLayersBaseLayerParent [2020-12-15T15:08:46.337Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-12-15T15:08:46.337Z] pull_v2_test.go:73: Needs fixing on Windows [2020-12-15T15:08:46.337Z] === RUN TestFixManifestLayersBadParent [2020-12-15T15:08:46.337Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-12-15T15:08:46.337Z] === RUN TestValidateManifest [2020-12-15T15:08:46.337Z] --- SKIP: TestValidateManifest (0.00s) [2020-12-15T15:08:46.337Z] pull_v2_test.go:118: Needs fixing on Windows [2020-12-15T15:08:46.337Z] === RUN TestFormatPlatform [2020-12-15T15:08:46.337Z] --- PASS: TestFormatPlatform (0.00s) [2020-12-15T15:08:46.337Z] === RUN TestGetRepositoryMountCandidates [2020-12-15T15:08:46.337Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-12-15T15:08:46.337Z] === RUN TestLayerAlreadyExists [2020-12-15T15:08:46.337Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-12-15T15:08:46.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-12-15T15:08:46.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-12-15T15:08:46.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-12-15T15:08:46.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-12-15T15:08:46.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-12-15T15:08:46.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-12-15T15:08:46.337Z] === RUN TestWhenEmptyAuthConfig [2020-12-15T15:08:46.795Z] --- PASS: TestConcurrencyLimit (0.36s) [2020-12-15T15:08:46.795Z] === RUN TestInactiveJobs [2020-12-15T15:08:46.795Z] --- PASS: TestV2MetadataService (1.12s) [2020-12-15T15:08:46.795Z] PASS [2020-12-15T15:08:46.795Z] coverage: 48.2% of statements [2020-12-15T15:08:46.795Z] ok github.com/docker/docker/distribution/metadata 1.488s coverage: 48.2% of statements [2020-12-15T15:08:46.795Z] --- PASS: TestInactiveJobs (0.37s) [2020-12-15T15:08:46.795Z] === RUN TestWatchRelease [2020-12-15T15:08:46.795Z] --- PASS: TestWatchRelease (0.04s) [2020-12-15T15:08:46.795Z] === RUN TestWatchFinishedTransfer [2020-12-15T15:08:46.795Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-12-15T15:08:46.795Z] === RUN TestDuplicateTransfer [2020-12-15T15:08:46.990Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-12-15T15:08:47.252Z] --- PASS: TestDuplicateTransfer (0.04s) [2020-12-15T15:08:47.252Z] === RUN TestSuccessfulUpload [2020-12-15T15:08:47.252Z] === RUN TestNotFound [2020-12-15T15:08:47.252Z] --- PASS: TestNotFound (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestConflict [2020-12-15T15:08:47.252Z] --- PASS: TestConflict (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestForbidden [2020-12-15T15:08:47.252Z] --- PASS: TestForbidden (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestInvalidParameter [2020-12-15T15:08:47.252Z] --- PASS: TestInvalidParameter (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestNotImplemented [2020-12-15T15:08:47.252Z] --- PASS: TestNotImplemented (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestNotModified [2020-12-15T15:08:47.252Z] --- PASS: TestNotModified (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestUnauthorized [2020-12-15T15:08:47.252Z] --- PASS: TestUnauthorized (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestUnknown [2020-12-15T15:08:47.252Z] --- PASS: TestUnknown (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestCancelled [2020-12-15T15:08:47.252Z] --- PASS: TestCancelled (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestDeadline [2020-12-15T15:08:47.252Z] --- PASS: TestDeadline (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestDataLoss [2020-12-15T15:08:47.252Z] --- PASS: TestDataLoss (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestUnavailable [2020-12-15T15:08:47.252Z] --- PASS: TestUnavailable (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestSystem [2020-12-15T15:08:47.252Z] --- PASS: TestSystem (0.00s) [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Not_Found [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Bad_Request [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Conflict [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Unauthorized [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Service_Unavailable [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Forbidden [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Not_Modified [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Not_Implemented [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-12-15T15:08:47.252Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-12-15T15:08:47.252Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-12-15T15:08:47.252Z] PASS [2020-12-15T15:08:47.252Z] coverage: 53.1% of statements [2020-12-15T15:08:47.252Z] ok github.com/docker/docker/errdefs 0.193s coverage: 53.1% of statements [2020-12-15T15:08:47.252Z] time="2020-12-15T15:08:47Z" level=error msg="Upload failed, retrying: simulating retry" [2020-12-15T15:08:47.252Z] --- PASS: TestSuccessfulUpload (0.37s) [2020-12-15T15:08:47.252Z] === RUN TestCancelledUpload [2020-12-15T15:08:47.252Z] --- PASS: TestCancelledUpload (0.00s) [2020-12-15T15:08:47.252Z] PASS [2020-12-15T15:08:47.252Z] coverage: 76.8% of statements [2020-12-15T15:08:47.252Z] ok github.com/docker/docker/distribution/xfer 1.809s coverage: 76.8% of statements [2020-12-15T15:08:47.252Z] --- PASS: TestWhenEmptyAuthConfig (1.06s) [2020-12-15T15:08:47.252Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-12-15T15:08:47.252Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-12-15T15:08:47.347Z] #69 DONE 16.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-12-15T15:08:47.709Z] === RUN TestTokenPassThru [2020-12-15T15:08:47.709Z] --- PASS: TestTokenPassThru (0.00s) [2020-12-15T15:08:47.709Z] === RUN TestTokenPassThruDifferentHost [2020-12-15T15:08:47.709Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2020-12-15T15:08:47.709Z] PASS [2020-12-15T15:08:47.709Z] coverage: 23.5% of statements [2020-12-15T15:08:47.709Z] ok github.com/docker/docker/distribution 1.440s coverage: 23.5% of statements [2020-12-15T15:08:47.709Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-12-15T15:08:47.709Z] ? github.com/docker/docker/dockerversion [no test files] [2020-12-15T15:08:47.803Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/test/unit [2020-12-15T15:08:48.679Z] === RUN TestCompare [2020-12-15T15:08:48.679Z] --- PASS: TestCompare (0.00s) [2020-12-15T15:08:48.679Z] PASS [2020-12-15T15:08:48.679Z] coverage: 19.2% of statements [2020-12-15T15:08:48.679Z] ok github.com/docker/docker/image/cache 0.205s coverage: 19.2% of statements [2020-12-15T15:08:49.137Z] === RUN TestFSGetInvalidData [2020-12-15T15:08:49.137Z] --- PASS: TestFSGetInvalidData (0.01s) [2020-12-15T15:08:49.137Z] === RUN TestFSInvalidSet [2020-12-15T15:08:49.137Z] --- PASS: TestFSInvalidSet (0.01s) [2020-12-15T15:08:49.137Z] === RUN TestFSInvalidRoot [2020-12-15T15:08:49.137Z] --- PASS: TestFSInvalidRoot (0.00s) [2020-12-15T15:08:49.137Z] === RUN TestFSMetadataGetSet [2020-12-15T15:08:49.137Z] --- PASS: TestFSMetadataGetSet (0.24s) [2020-12-15T15:08:49.137Z] === RUN TestFSInvalidWalker [2020-12-15T15:08:49.137Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-12-15T15:08:49.137Z] === RUN TestFSGetSet [2020-12-15T15:08:49.137Z] === RUN TestMakeV1ConfigFromConfig [2020-12-15T15:08:49.137Z] --- PASS: TestFSGetSet (0.02s) [2020-12-15T15:08:49.137Z] === RUN TestFSGetUnsetKey [2020-12-15T15:08:49.137Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-12-15T15:08:49.137Z] PASS [2020-12-15T15:08:49.137Z] coverage: 25.0% of statements [2020-12-15T15:08:49.137Z] --- PASS: TestFSGetUnsetKey (0.01s) [2020-12-15T15:08:49.137Z] === RUN TestFSGetEmptyData [2020-12-15T15:08:49.137Z] --- PASS: TestFSGetEmptyData (0.00s) [2020-12-15T15:08:49.137Z] === RUN TestFSDelete [2020-12-15T15:08:49.137Z] ok github.com/docker/docker/image/v1 0.274s coverage: 25.0% of statements [2020-12-15T15:08:49.137Z] --- PASS: TestFSDelete (0.01s) [2020-12-15T15:08:49.137Z] === RUN TestFSWalker [2020-12-15T15:08:49.137Z] --- PASS: TestFSWalker (0.02s) [2020-12-15T15:08:49.137Z] === RUN TestFSWalkerStopOnError [2020-12-15T15:08:49.596Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-12-15T15:08:49.596Z] === RUN TestNewFromJSON [2020-12-15T15:08:49.596Z] --- PASS: TestNewFromJSON (0.00s) [2020-12-15T15:08:49.596Z] === RUN TestNewFromJSONWithInvalidJSON [2020-12-15T15:08:49.596Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-12-15T15:08:49.596Z] === RUN TestMarshalKeyOrder [2020-12-15T15:08:49.596Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-12-15T15:08:49.596Z] === RUN TestImage [2020-12-15T15:08:49.596Z] --- PASS: TestImage (0.00s) [2020-12-15T15:08:49.596Z] === RUN TestImageOSNotEmpty [2020-12-15T15:08:49.596Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-12-15T15:08:49.596Z] === RUN TestNewChildImageFromImageWithRootFS [2020-12-15T15:08:49.596Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-12-15T15:08:49.596Z] === RUN TestRestore [2020-12-15T15:08:49.597Z] time="2020-12-15T15:08:49Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-12-15T15:08:49.597Z] --- PASS: TestRestore (0.23s) [2020-12-15T15:08:49.597Z] === RUN TestAddDelete [2020-12-15T15:08:49.597Z] --- PASS: TestAddDelete (0.04s) [2020-12-15T15:08:49.597Z] === RUN TestSearchAfterDelete [2020-12-15T15:08:49.597Z] --- PASS: TestSearchAfterDelete (0.01s) [2020-12-15T15:08:49.597Z] === RUN TestParentReset [2020-12-15T15:08:49.597Z] --- PASS: TestParentReset (0.02s) [2020-12-15T15:08:49.597Z] === RUN TestGetAndSetLastUpdated [2020-12-15T15:08:49.597Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2020-12-15T15:08:49.597Z] === RUN TestStoreLen [2020-12-15T15:08:49.597Z] --- PASS: TestStoreLen (0.06s) [2020-12-15T15:08:49.597Z] PASS [2020-12-15T15:08:49.597Z] coverage: 86.4% of statements [2020-12-15T15:08:49.597Z] ok github.com/docker/docker/image 1.131s coverage: 86.4% of statements [2020-12-15T15:08:49.708Z] --- PASS: TestBuildPreserveOwnership (7.00s) [2020-12-15T15:08:49.708Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.53s) [2020-12-15T15:08:49.708Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.46s) [2020-12-15T15:08:49.708Z] === RUN TestBuildPlatformInvalid [2020-12-15T15:08:49.708Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-12-15T15:08:49.708Z] PASS [2020-12-15T15:08:49.708Z] [2020-12-15T15:08:49.708Z] === Skipped [2020-12-15T15:08:49.708Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-12-15T15:08:49.708Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:08:49.708Z] [2020-12-15T15:08:49.708Z] [2020-12-15T15:08:49.708Z] DONE 32 tests, 1 skipped in 80.463s [2020-12-15T15:08:49.708Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-12-15T15:08:49.708Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:08:49.708Z] ++ set -e [2020-12-15T15:08:49.708Z] ++ '[' -n 0 ']' [2020-12-15T15:08:49.708Z] ++ set -x [2020-12-15T15:08:49.708Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:08:49.708Z] INFO: Testing against a local daemon [2020-12-15T15:08:49.708Z] === RUN TestConfigInspect [2020-12-15T15:08:50.056Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-12-15T15:08:50.056Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-12-15T15:08:51.022Z] === RUN TestEmptyLayer [2020-12-15T15:08:51.022Z] --- PASS: TestEmptyLayer (0.00s) [2020-12-15T15:08:51.022Z] === RUN TestCommitFailure [2020-12-15T15:08:51.022Z] --- PASS: TestCommitFailure (0.06s) [2020-12-15T15:08:51.022Z] === RUN TestStartTransactionFailure [2020-12-15T15:08:51.022Z] --- PASS: TestStartTransactionFailure (0.01s) [2020-12-15T15:08:51.022Z] === RUN TestGetOrphan [2020-12-15T15:08:51.022Z] --- PASS: TestGetOrphan (0.01s) [2020-12-15T15:08:51.022Z] === RUN TestMountAndRegister [2020-12-15T15:08:51.022Z] === RUN TestSerialization [2020-12-15T15:08:51.022Z] --- PASS: TestSerialization (0.02s) [2020-12-15T15:08:51.022Z] PASS [2020-12-15T15:08:51.022Z] coverage: 100.0% of statements [2020-12-15T15:08:51.022Z] ok github.com/docker/docker/libcontainerd/queue 0.264s coverage: 100.0% of statements [2020-12-15T15:08:51.022Z] --- PASS: TestMountAndRegister (0.05s) [2020-12-15T15:08:51.022Z] layer_test.go:271: Layer size: 14 [2020-12-15T15:08:51.022Z] === RUN TestLayerRelease [2020-12-15T15:08:51.022Z] --- SKIP: TestLayerRelease (0.00s) [2020-12-15T15:08:51.022Z] layer_test.go:304: Failing on Windows [2020-12-15T15:08:51.022Z] === RUN TestStoreRestore [2020-12-15T15:08:51.022Z] --- SKIP: TestStoreRestore (0.00s) [2020-12-15T15:08:51.022Z] layer_test.go:353: Failing on Windows [2020-12-15T15:08:51.022Z] === RUN TestTarStreamStability [2020-12-15T15:08:51.022Z] --- SKIP: TestTarStreamStability (0.00s) [2020-12-15T15:08:51.022Z] layer_test.go:468: Failing on Windows [2020-12-15T15:08:51.022Z] === RUN TestRegisterExistingLayer [2020-12-15T15:08:51.022Z] --- PASS: TestRegisterExistingLayer (0.18s) [2020-12-15T15:08:51.022Z] === RUN TestTarStreamVerification [2020-12-15T15:08:51.022Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-12-15T15:08:51.022Z] layer_test.go:697: Failing on Windows [2020-12-15T15:08:51.022Z] === RUN TestLayerMigration [2020-12-15T15:08:51.022Z] --- SKIP: TestLayerMigration (0.00s) [2020-12-15T15:08:51.022Z] migration_test.go:46: Failing on Windows [2020-12-15T15:08:51.022Z] === RUN TestLayerMigrationNoTarsplit [2020-12-15T15:08:51.022Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-12-15T15:08:51.022Z] migration_test.go:182: Failing on Windows [2020-12-15T15:08:51.022Z] === RUN TestMountInit [2020-12-15T15:08:51.022Z] --- SKIP: TestMountInit (0.00s) [2020-12-15T15:08:51.022Z] mount_test.go:17: Failing on Windows [2020-12-15T15:08:51.022Z] === RUN TestMountSize [2020-12-15T15:08:51.022Z] --- SKIP: TestMountSize (0.00s) [2020-12-15T15:08:51.022Z] mount_test.go:76: Failing on Windows [2020-12-15T15:08:51.022Z] === RUN TestMountChanges [2020-12-15T15:08:51.022Z] --- SKIP: TestMountChanges (0.00s) [2020-12-15T15:08:51.022Z] mount_test.go:125: Failing on Windows [2020-12-15T15:08:51.022Z] === RUN TestMountApply [2020-12-15T15:08:51.022Z] --- SKIP: TestMountApply (0.00s) [2020-12-15T15:08:51.022Z] mount_test.go:212: Failing on Windows [2020-12-15T15:08:51.022Z] PASS [2020-12-15T15:08:51.022Z] coverage: 30.1% of statements [2020-12-15T15:08:51.022Z] ok github.com/docker/docker/layer 0.596s coverage: 30.1% of statements [2020-12-15T15:08:51.344Z] ? github.com/docker/docker/api [no test files] [2020-12-15T15:08:51.481Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-12-15T15:08:51.540Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-12-15T15:08:51.938Z] === RUN TestEnvironmentParsing [2020-12-15T15:08:51.938Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-12-15T15:08:51.938Z] PASS [2020-12-15T15:08:51.938Z] coverage: 1.0% of statements [2020-12-15T15:08:51.938Z] ok github.com/docker/docker/libcontainerd/local 0.329s coverage: 1.0% of statements [2020-12-15T15:08:51.938Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-12-15T15:08:51.938Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-12-15T15:08:51.938Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-12-15T15:08:51.938Z] ? github.com/docker/docker/oci [no test files] [2020-12-15T15:08:51.938Z] ? github.com/docker/docker/oci/caps [no test files] [2020-12-15T15:08:51.938Z] === RUN TestParseVersion [2020-12-15T15:08:51.938Z] --- PASS: TestParseVersion (0.00s) [2020-12-15T15:08:51.938Z] PASS [2020-12-15T15:08:51.938Z] coverage: 52.9% of statements [2020-12-15T15:08:51.938Z] ok github.com/docker/docker/pkg/aaparser 0.171s coverage: 52.9% of statements [2020-12-15T15:08:51.938Z] === RUN TestAddressPoolOpt [2020-12-15T15:08:51.938Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/a [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/something [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/_=a [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/env1=value1 [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/_env1=value1 [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/env2=value2=value3 [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/env3=abc!qwe [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/env_4=value_4 [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/PATH [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/=a [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/PATH= [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/PATH=something [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/asd!qwe [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/1asd [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/123 [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/some_space [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/__some_space_before [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/some_space_after__ [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/= [2020-12-15T15:08:51.938Z] === RUN TestValidateEnv/PaTh [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/a (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/something (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/= (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestParseHost [2020-12-15T15:08:51.938Z] --- PASS: TestParseHost (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestParseDockerDaemonHost [2020-12-15T15:08:51.938Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestParseTCP [2020-12-15T15:08:51.938Z] --- PASS: TestParseTCP (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestParseInvalidUnixAddrInvalid [2020-12-15T15:08:51.938Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestValidateExtraHosts [2020-12-15T15:08:51.938Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestIpOptString [2020-12-15T15:08:51.938Z] --- PASS: TestIpOptString (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestNewIpOptInvalidDefaultVal [2020-12-15T15:08:51.938Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestNewIpOptValidDefaultVal [2020-12-15T15:08:51.938Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestIpOptSetInvalidVal [2020-12-15T15:08:51.938Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestValidateIPAddress [2020-12-15T15:08:51.938Z] --- PASS: TestValidateIPAddress (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestMapOpts [2020-12-15T15:08:51.938Z] --- PASS: TestMapOpts (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestListOptsWithoutValidator [2020-12-15T15:08:51.938Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestListOptsWithValidator [2020-12-15T15:08:51.938Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestValidateDNSSearch [2020-12-15T15:08:51.938Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_general_format [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_one_more [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-12-15T15:08:51.938Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-12-15T15:08:51.938Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestNamedListOpts [2020-12-15T15:08:51.938Z] --- PASS: TestNamedListOpts (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestNamedMapOpts [2020-12-15T15:08:51.938Z] --- PASS: TestNamedMapOpts (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestParseLink [2020-12-15T15:08:51.938Z] --- PASS: TestParseLink (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestQuotedStringSetWithQuotes [2020-12-15T15:08:51.938Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-12-15T15:08:51.938Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestQuotedStringSetWithNoQuotes [2020-12-15T15:08:51.938Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-12-15T15:08:51.938Z] === RUN TestUlimitOpt [2020-12-15T15:08:51.938Z] --- PASS: TestUlimitOpt (0.00s) [2020-12-15T15:08:51.938Z] PASS [2020-12-15T15:08:51.938Z] coverage: 67.1% of statements [2020-12-15T15:08:51.938Z] ok github.com/docker/docker/opts 0.118s coverage: 67.1% of statements [2020-12-15T15:08:52.905Z] === RUN TestUnbuffered [2020-12-15T15:08:52.905Z] --- PASS: TestUnbuffered (0.00s) [2020-12-15T15:08:52.905Z] === RUN TestRaceUnbuffered [2020-12-15T15:08:52.905Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-12-15T15:08:52.905Z] PASS [2020-12-15T15:08:52.905Z] coverage: 100.0% of statements [2020-12-15T15:08:52.905Z] ok github.com/docker/docker/pkg/broadcaster 0.183s coverage: 100.0% of statements [2020-12-15T15:08:53.364Z] === RUN TestMatch [2020-12-15T15:08:53.364Z] === RUN TestMatch/[[]] [2020-12-15T15:08:53.364Z] === RUN TestMatch/[[foo]] [2020-12-15T15:08:53.364Z] === RUN TestMatch/[[bar]_[foo]] [2020-12-15T15:08:53.364Z] === RUN TestMatch/[[foo_bar]] [2020-12-15T15:08:53.364Z] === RUN TestMatch/[[qux]_[foo]] [2020-12-15T15:08:53.364Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-12-15T15:08:53.364Z] === RUN TestMatch/[] [2020-12-15T15:08:53.364Z] === RUN TestMatch/[]#01 [2020-12-15T15:08:53.364Z] === RUN TestMatch/[[qux]] [2020-12-15T15:08:53.364Z] === RUN TestMatch/[[foo_bar_qux]] [2020-12-15T15:08:53.364Z] === RUN TestMatch/[[qux]_[baz]] [2020-12-15T15:08:53.364Z] === RUN TestMatch/[[foo_baz]] [2020-12-15T15:08:53.364Z] --- PASS: TestMatch (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[[]] (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[] (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-12-15T15:08:53.364Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-12-15T15:08:53.364Z] PASS [2020-12-15T15:08:53.364Z] coverage: 87.5% of statements [2020-12-15T15:08:53.364Z] ok github.com/docker/docker/pkg/capabilities 0.030s coverage: 87.5% of statements [2020-12-15T15:08:53.821Z] === RUN TestPeerCertificateMarshalJSON [2020-12-15T15:08:53.821Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-12-15T15:08:53.821Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-12-15T15:08:54.156Z] --- PASS: TestConfigInspect (3.95s) [2020-12-15T15:08:54.156Z] === RUN TestConfigList [2020-12-15T15:08:54.279Z] --- PASS: TestPeerCertificateMarshalJSON (0.27s) [2020-12-15T15:08:54.279Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-12-15T15:08:54.279Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-12-15T15:08:54.279Z] === RUN TestMiddleware [2020-12-15T15:08:54.279Z] --- PASS: TestMiddleware (0.00s) [2020-12-15T15:08:54.279Z] === RUN TestNewResponseModifier [2020-12-15T15:08:54.279Z] --- PASS: TestNewResponseModifier (0.00s) [2020-12-15T15:08:54.279Z] PASS [2020-12-15T15:08:54.279Z] coverage: 26.8% of statements [2020-12-15T15:08:54.279Z] ok github.com/docker/docker/pkg/authorization 0.450s coverage: 26.8% of statements [2020-12-15T15:08:54.279Z] === RUN TestIsArchivePathDir [2020-12-15T15:08:54.686Z] ok github.com/docker/docker/cmd/dockerd 0.120s coverage: 29.2% of statements [2020-12-15T15:08:54.736Z] --- PASS: TestIsArchivePathDir (0.05s) [2020-12-15T15:08:54.736Z] === RUN TestIsArchivePathInvalidFile [2020-12-15T15:08:54.736Z] === RUN TestChrootTarUntar [2020-12-15T15:08:54.736Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-12-15T15:08:54.736Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:08:54.736Z] === RUN TestChrootUntarWithHugeExcludesList [2020-12-15T15:08:54.736Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-12-15T15:08:54.736Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:08:54.736Z] === RUN TestChrootUntarEmptyArchive [2020-12-15T15:08:54.736Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-12-15T15:08:54.736Z] === RUN TestChrootTarUntarWithSymlink [2020-12-15T15:08:54.736Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-12-15T15:08:54.736Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-15T15:08:54.736Z] === RUN TestChrootCopyWithTar [2020-12-15T15:08:54.736Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-12-15T15:08:54.736Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-15T15:08:54.736Z] === RUN TestChrootCopyFileWithTar [2020-12-15T15:08:54.736Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-12-15T15:08:54.736Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:08:54.736Z] === RUN TestChrootUntarPath [2020-12-15T15:08:54.736Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-12-15T15:08:54.736Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-15T15:08:54.736Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-12-15T15:08:54.736Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-12-15T15:08:54.736Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:08:54.736Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-12-15T15:08:54.736Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-12-15T15:08:54.736Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:08:54.736Z] === RUN TestChrootApplyDotDotFile [2020-12-15T15:08:54.736Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-12-15T15:08:54.736Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:08:54.736Z] PASS [2020-12-15T15:08:54.736Z] coverage: 15.4% of statements [2020-12-15T15:08:54.737Z] --- PASS: TestIsArchivePathInvalidFile (0.09s) [2020-12-15T15:08:54.737Z] === RUN TestIsArchivePathTar [2020-12-15T15:08:54.737Z] ok github.com/docker/docker/pkg/chrootarchive 0.238s coverage: 15.4% of statements [2020-12-15T15:08:54.737Z] === RUN TestSizeEmpty [2020-12-15T15:08:54.737Z] --- PASS: TestSizeEmpty (0.00s) [2020-12-15T15:08:54.737Z] === RUN TestSizeEmptyFile [2020-12-15T15:08:54.737Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-12-15T15:08:54.737Z] === RUN TestSizeNonemptyFile [2020-12-15T15:08:54.737Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-12-15T15:08:54.737Z] === RUN TestSizeNestedDirectoryEmpty [2020-12-15T15:08:54.737Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-12-15T15:08:54.737Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-12-15T15:08:54.737Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-12-15T15:08:54.737Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-12-15T15:08:54.737Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2020-12-15T15:08:54.737Z] === RUN TestMoveToSubdir [2020-12-15T15:08:54.737Z] --- PASS: TestMoveToSubdir (0.00s) [2020-12-15T15:08:54.737Z] === RUN TestSizeNonExistingDirectory [2020-12-15T15:08:54.737Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-12-15T15:08:54.737Z] PASS [2020-12-15T15:08:54.737Z] coverage: 80.0% of statements [2020-12-15T15:08:54.737Z] ok github.com/docker/docker/pkg/directory 0.044s coverage: 80.0% of statements [2020-12-15T15:08:54.737Z] --- PASS: TestIsArchivePathTar (0.13s) [2020-12-15T15:08:54.737Z] === RUN TestDecompressStreamGzip [2020-12-15T15:08:54.737Z] --- PASS: TestDecompressStreamGzip (0.12s) [2020-12-15T15:08:54.737Z] === RUN TestDecompressStreamBzip2 [2020-12-15T15:08:55.197Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2020-12-15T15:08:55.197Z] === RUN TestDecompressStreamXz [2020-12-15T15:08:55.197Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-12-15T15:08:55.197Z] archive_test.go:133: Xz not present in msys2 [2020-12-15T15:08:55.197Z] === RUN TestCompressStreamXzUnsupported [2020-12-15T15:08:55.197Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-12-15T15:08:55.197Z] === RUN TestCompressStreamBzip2Unsupported [2020-12-15T15:08:55.197Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-12-15T15:08:55.197Z] === RUN TestCompressStreamInvalid [2020-12-15T15:08:55.197Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-12-15T15:08:55.197Z] === RUN TestExtensionInvalid [2020-12-15T15:08:55.197Z] --- PASS: TestExtensionInvalid (0.00s) [2020-12-15T15:08:55.197Z] === RUN TestExtensionUncompressed [2020-12-15T15:08:55.197Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-12-15T15:08:55.197Z] === RUN TestExtensionBzip2 [2020-12-15T15:08:55.197Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-12-15T15:08:55.197Z] === RUN TestExtensionGzip [2020-12-15T15:08:55.197Z] --- PASS: TestExtensionGzip (0.00s) [2020-12-15T15:08:55.197Z] === RUN TestExtensionXz [2020-12-15T15:08:55.197Z] --- PASS: TestExtensionXz (0.00s) [2020-12-15T15:08:55.197Z] === RUN TestCmdStreamLargeStderr [2020-12-15T15:08:55.197Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2020-12-15T15:08:55.197Z] === RUN TestCmdStreamBad [2020-12-15T15:08:55.197Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-12-15T15:08:55.197Z] archive_test.go:238: Failing on Windows CI machines [2020-12-15T15:08:55.197Z] === RUN TestCmdStreamGood [2020-12-15T15:08:55.197Z] --- PASS: TestCmdStreamGood (0.03s) [2020-12-15T15:08:55.197Z] === RUN TestUntarPathWithInvalidDest [2020-12-15T15:08:55.197Z] --- PASS: TestUntarPathWithInvalidDest (0.16s) [2020-12-15T15:08:55.197Z] === RUN TestUntarPathWithInvalidSrc [2020-12-15T15:08:55.197Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-12-15T15:08:55.197Z] === RUN TestUntarPath [2020-12-15T15:08:55.197Z] --- PASS: TestUntarPath (0.06s) [2020-12-15T15:08:55.197Z] === RUN TestUntarPathWithDestinationFile [2020-12-15T15:08:55.657Z] --- PASS: TestUntarPathWithDestinationFile (0.10s) [2020-12-15T15:08:55.657Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-12-15T15:08:55.657Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.04s) [2020-12-15T15:08:55.657Z] === RUN TestCopyWithTarInvalidSrc [2020-12-15T15:08:55.657Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-12-15T15:08:55.657Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-12-15T15:08:55.657Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-12-15T15:08:55.657Z] === RUN TestCopyWithTarSrcFile [2020-12-15T15:08:55.657Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2020-12-15T15:08:55.657Z] === RUN TestCopyWithTarSrcFolder [2020-12-15T15:08:55.657Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-12-15T15:08:55.657Z] === RUN TestCopyFileWithTarInvalidSrc [2020-12-15T15:08:55.657Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2020-12-15T15:08:55.657Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-12-15T15:08:55.657Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2020-12-15T15:08:55.657Z] === RUN TestCopyFileWithTarSrcFolder [2020-12-15T15:08:55.657Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-12-15T15:08:55.657Z] === RUN TestCopyFileWithTarSrcFile [2020-12-15T15:08:55.657Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2020-12-15T15:08:55.657Z] === RUN TestTarFiles [2020-12-15T15:08:55.657Z] === RUN Test [2020-12-15T15:08:55.657Z] === RUN Test/TestContainsEntry [2020-12-15T15:08:55.657Z] === RUN Test/TestCreateEntries [2020-12-15T15:08:55.657Z] === RUN Test/TestEntriesDiff [2020-12-15T15:08:55.657Z] === RUN Test/TestEntriesEquality [2020-12-15T15:08:55.657Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-12-15T15:08:55.657Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-12-15T15:08:55.657Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-12-15T15:08:55.657Z] === RUN Test/TestGeneratorNotGenerate [2020-12-15T15:08:55.657Z] === RUN Test/TestGeneratorWithPort [2020-12-15T15:08:55.658Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-12-15T15:08:55.658Z] === RUN Test/TestNewEntry [2020-12-15T15:08:55.658Z] === RUN Test/TestParse [2020-12-15T15:08:55.658Z] --- PASS: Test (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestNewEntry (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestParse (0.00s) [2020-12-15T15:08:55.658Z] PASS [2020-12-15T15:08:55.658Z] coverage: 58.3% of statements [2020-12-15T15:08:55.658Z] ok github.com/docker/docker/pkg/discovery 0.064s coverage: 58.3% of statements [2020-12-15T15:08:55.658Z] === RUN Test [2020-12-15T15:08:55.658Z] === RUN Test/TestContent [2020-12-15T15:08:55.658Z] === RUN Test/TestInitialize [2020-12-15T15:08:55.658Z] === RUN Test/TestNew [2020-12-15T15:08:55.658Z] === RUN Test/TestParsingContentsWithComments [2020-12-15T15:08:55.658Z] === RUN Test/TestRegister [2020-12-15T15:08:55.658Z] === RUN Test/TestWatch [2020-12-15T15:08:55.658Z] --- PASS: Test (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestContent (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestInitialize (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestNew (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestRegister (0.00s) [2020-12-15T15:08:55.658Z] --- PASS: Test/TestWatch (0.00s) [2020-12-15T15:08:55.658Z] PASS [2020-12-15T15:08:55.658Z] coverage: 92.9% of statements [2020-12-15T15:08:55.658Z] ok github.com/docker/docker/pkg/discovery/file 0.105s coverage: 92.9% of statements [2020-12-15T15:08:56.082Z] ok github.com/docker/docker/container 0.159s coverage: 34.7% of statements [2020-12-15T15:08:56.082Z] ? github.com/docker/docker/container/stream [no test files] [2020-12-15T15:08:56.082Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-12-15T15:08:56.082Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-12-15T15:08:56.082Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-12-15T15:08:57.194Z] === RUN Test [2020-12-15T15:08:57.194Z] === RUN Test/TestInitialize [2020-12-15T15:08:57.194Z] time="2020-12-15T15:08:56Z" level=info msg="Initializing discovery without TLS" [2020-12-15T15:08:57.194Z] time="2020-12-15T15:08:56Z" level=info msg="Initializing discovery without TLS" [2020-12-15T15:08:57.194Z] time="2020-12-15T15:08:56Z" level=info msg="Initializing discovery without TLS" [2020-12-15T15:08:57.194Z] === RUN Test/TestInitializeWithCerts [2020-12-15T15:08:57.194Z] time="2020-12-15T15:08:56Z" level=info msg="Initializing discovery with TLS" [2020-12-15T15:08:57.194Z] === RUN Test/TestWatch [2020-12-15T15:08:57.194Z] time="2020-12-15T15:08:56Z" level=info msg="Initializing discovery without TLS" [2020-12-15T15:08:57.194Z] === RUN Test [2020-12-15T15:08:57.194Z] === RUN Test/TestWatch [2020-12-15T15:08:57.194Z] --- PASS: Test (0.00s) [2020-12-15T15:08:57.194Z] --- PASS: Test/TestWatch (0.00s) [2020-12-15T15:08:57.194Z] PASS [2020-12-15T15:08:57.194Z] coverage: 92.3% of statements [2020-12-15T15:08:57.194Z] ok github.com/docker/docker/pkg/discovery/memory 0.302s coverage: 92.3% of statements [2020-12-15T15:08:57.194Z] === RUN Test [2020-12-15T15:08:57.194Z] === RUN Test/TestInitialize [2020-12-15T15:08:57.194Z] === RUN Test/TestInitializeWithPattern [2020-12-15T15:08:57.194Z] === RUN Test/TestRegister [2020-12-15T15:08:57.194Z] === RUN Test/TestWatch [2020-12-15T15:08:57.194Z] --- PASS: Test (0.00s) [2020-12-15T15:08:57.194Z] --- PASS: Test/TestInitialize (0.00s) [2020-12-15T15:08:57.194Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-12-15T15:08:57.194Z] --- PASS: Test/TestRegister (0.00s) [2020-12-15T15:08:57.194Z] --- PASS: Test/TestWatch (0.00s) [2020-12-15T15:08:57.194Z] PASS [2020-12-15T15:08:57.194Z] coverage: 93.8% of statements [2020-12-15T15:08:57.194Z] ok github.com/docker/docker/pkg/discovery/nodes 0.103s coverage: 93.8% of statements [2020-12-15T15:08:57.659Z] --- PASS: TestConfigList (3.81s) [2020-12-15T15:08:57.659Z] === RUN TestConfigsCreateAndDelete [2020-12-15T15:08:58.162Z] === RUN TestPollerAddRemove [2020-12-15T15:08:58.162Z] --- PASS: TestPollerAddRemove (0.00s) [2020-12-15T15:08:58.162Z] === RUN TestPollerEvent [2020-12-15T15:08:58.162Z] --- SKIP: TestPollerEvent (0.00s) [2020-12-15T15:08:58.162Z] poller_test.go:41: No chmod on Windows [2020-12-15T15:08:58.162Z] === RUN TestPollerClose [2020-12-15T15:08:58.162Z] --- PASS: TestPollerClose (0.00s) [2020-12-15T15:08:58.162Z] PASS [2020-12-15T15:08:58.162Z] coverage: 39.4% of statements [2020-12-15T15:08:58.162Z] ok github.com/docker/docker/pkg/filenotify 0.154s coverage: 39.4% of statements [2020-12-15T15:08:58.621Z] === RUN TestCopyFileWithInvalidSrc [2020-12-15T15:08:58.621Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestCopyFileWithInvalidDest [2020-12-15T15:08:58.621Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestCopyFileWithSameSrcAndDest [2020-12-15T15:08:58.621Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-12-15T15:08:58.621Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2020-12-15T15:08:58.621Z] === RUN TestCopyFile [2020-12-15T15:08:58.621Z] --- PASS: TestCopyFile (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-12-15T15:08:58.621Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-12-15T15:08:58.621Z] fileutils_test.go:134: Needs porting to Windows [2020-12-15T15:08:58.621Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-12-15T15:08:58.621Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestReadSymlinkedDirectoryToFile [2020-12-15T15:08:58.621Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-12-15T15:08:58.621Z] fileutils_test.go:180: Needs porting to Windows [2020-12-15T15:08:58.621Z] === RUN TestWildcardMatches [2020-12-15T15:08:58.621Z] --- PASS: TestWildcardMatches (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestPatternMatches [2020-12-15T15:08:58.621Z] --- PASS: TestPatternMatches (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-12-15T15:08:58.621Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestPatternMatchesFolderExclusions [2020-12-15T15:08:58.621Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-12-15T15:08:58.621Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-12-15T15:08:58.621Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-12-15T15:08:58.621Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-12-15T15:08:58.622Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-12-15T15:08:58.622Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestSingleExclamationError [2020-12-15T15:08:58.622Z] --- PASS: TestSingleExclamationError (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestMatchesWithNoPatterns [2020-12-15T15:08:58.622Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestMatchesWithMalformedPatterns [2020-12-15T15:08:58.622Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestMatches [2020-12-15T15:08:58.622Z] --- PASS: TestMatches (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestCleanPatterns [2020-12-15T15:08:58.622Z] --- PASS: TestCleanPatterns (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-12-15T15:08:58.622Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestCleanPatternsExceptionFlag [2020-12-15T15:08:58.622Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-12-15T15:08:58.622Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-12-15T15:08:58.622Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestCleanPatternsErrorSingleException [2020-12-15T15:08:58.622Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestCreateIfNotExistsDir [2020-12-15T15:08:58.622Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-12-15T15:08:58.622Z] === RUN TestCreateIfNotExistsFile [2020-12-15T15:08:58.622Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2020-12-15T15:08:58.622Z] === RUN TestMatch [2020-12-15T15:08:58.622Z] --- PASS: TestMatch (0.00s) [2020-12-15T15:08:58.622Z] PASS [2020-12-15T15:08:58.622Z] coverage: 87.7% of statements [2020-12-15T15:08:58.622Z] ok github.com/docker/docker/pkg/fileutils 0.213s coverage: 87.7% of statements [2020-12-15T15:08:58.641Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.028s coverage: 65.3% of statements [2020-12-15T15:08:59.081Z] === RUN TestGet [2020-12-15T15:08:59.081Z] --- PASS: TestGet (0.00s) [2020-12-15T15:08:59.081Z] === RUN TestGetShortcutString [2020-12-15T15:08:59.081Z] --- PASS: TestGetShortcutString (0.00s) [2020-12-15T15:08:59.081Z] PASS [2020-12-15T15:08:59.081Z] coverage: 42.9% of statements [2020-12-15T15:08:59.081Z] ok github.com/docker/docker/pkg/homedir 0.199s coverage: 42.9% of statements [2020-12-15T15:08:59.539Z] --- PASS: TestTarFiles (4.19s) [2020-12-15T15:08:59.539Z] === RUN TestTarUntar [2020-12-15T15:08:59.539Z] --- PASS: TestTarUntar (0.06s) [2020-12-15T15:08:59.539Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-12-15T15:08:59.539Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2020-12-15T15:08:59.539Z] === RUN TestTarWithOptions [2020-12-15T15:08:59.539Z] --- PASS: TestTarWithOptions (0.02s) [2020-12-15T15:08:59.539Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-12-15T15:08:59.539Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-12-15T15:08:59.539Z] === RUN TestUntarUstarGnuConflict [2020-12-15T15:08:59.998Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2020-12-15T15:08:59.998Z] === RUN TestUntarInvalidFilenames [2020-12-15T15:08:59.998Z] === RUN TestCreateIDMapOrder [2020-12-15T15:08:59.998Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-12-15T15:08:59.998Z] PASS [2020-12-15T15:08:59.998Z] coverage: 7.3% of statements [2020-12-15T15:08:59.998Z] ok github.com/docker/docker/pkg/idtools 0.099s coverage: 7.3% of statements [2020-12-15T15:08:59.998Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames216079354\\dest" [2020-12-15T15:08:59.998Z] --- PASS: TestUntarInvalidFilenames (0.11s) [2020-12-15T15:08:59.998Z] === RUN TestUntarHardlinkToSymlink [2020-12-15T15:08:59.998Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2020-12-15T15:08:59.998Z] === RUN TestUntarInvalidHardlink [2020-12-15T15:08:59.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink478642539\\victim\\hello" -> "../victim/hello" [2020-12-15T15:08:59.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink182193102\\victim\\hello" -> "/../victim/hello" [2020-12-15T15:08:59.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink849742037\\victim" -> "../victim" [2020-12-15T15:08:59.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink456657456\\victim" -> "../victim" [2020-12-15T15:08:59.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink043741135\\victim" -> "../victim" [2020-12-15T15:08:59.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink984073442\\victim" -> "../victim" [2020-12-15T15:08:59.998Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2020-12-15T15:08:59.998Z] === RUN TestUntarInvalidSymlink [2020-12-15T15:08:59.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink441135321\\dest\\dotdot" -> "../victim/hello" [2020-12-15T15:08:59.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink664299620\\dest\\slash-dotdot" -> "/../victim/hello" [2020-12-15T15:08:59.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink713562227\\dest\\loophole-victim" -> "../victim" [2020-12-15T15:08:59.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink038863670\\dest\\loophole-victim" -> "../victim" [2020-12-15T15:08:59.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink061765917\\dest\\loophole-victim" -> "../victim" [2020-12-15T15:08:59.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink042802136\\dest\\loophole-victim" -> "../victim" [2020-12-15T15:08:59.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink695857495\\dest\\dir\\loophole" -> "../../victim" [2020-12-15T15:08:59.998Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2020-12-15T15:08:59.998Z] === RUN TestTempArchiveCloseMultipleTimes [2020-12-15T15:08:59.998Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-12-15T15:08:59.998Z] === RUN TestReplaceFileTarWrapper [2020-12-15T15:08:59.998Z] --- PASS: Test (3.08s) [2020-12-15T15:08:59.998Z] --- PASS: Test/TestInitialize (0.07s) [2020-12-15T15:08:59.998Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2020-12-15T15:08:59.998Z] --- PASS: Test/TestWatch (3.00s) [2020-12-15T15:08:59.998Z] PASS [2020-12-15T15:08:59.998Z] coverage: 84.1% of statements [2020-12-15T15:08:59.998Z] ok github.com/docker/docker/pkg/discovery/kv 3.449s coverage: 84.1% of statements [2020-12-15T15:08:59.998Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2020-12-15T15:08:59.998Z] === RUN TestPrefixHeaderReadable [2020-12-15T15:08:59.998Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2020-12-15T15:08:59.998Z] === RUN TestDisablePigz [2020-12-15T15:08:59.998Z] --- PASS: TestDisablePigz (0.13s) [2020-12-15T15:09:00.456Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-12-15T15:09:00.456Z] === RUN TestPigz [2020-12-15T15:09:00.456Z] --- PASS: TestPigz (0.12s) [2020-12-15T15:09:00.456Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-12-15T15:09:00.456Z] === RUN TestCopyFileWithInvalidDest [2020-12-15T15:09:00.456Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-12-15T15:09:00.456Z] archive_windows_test.go:16: Currently fails [2020-12-15T15:09:00.456Z] === RUN TestCanonicalTarNameForPath [2020-12-15T15:09:00.456Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestCanonicalTarName [2020-12-15T15:09:00.456Z] --- PASS: TestCanonicalTarName (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestChmodTarEntry [2020-12-15T15:09:00.456Z] --- PASS: TestChmodTarEntry (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestHardLinkOrder [2020-12-15T15:09:00.456Z] --- PASS: TestHardLinkOrder (0.09s) [2020-12-15T15:09:00.456Z] === RUN TestChangeString [2020-12-15T15:09:00.456Z] --- PASS: TestChangeString (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestChangesWithNoChanges [2020-12-15T15:09:00.456Z] --- PASS: TestChangesWithNoChanges (0.04s) [2020-12-15T15:09:00.456Z] === RUN TestChangesWithChanges [2020-12-15T15:09:00.456Z] --- PASS: TestChangesWithChanges (0.02s) [2020-12-15T15:09:00.456Z] === RUN TestChangesWithChangesGH13590 [2020-12-15T15:09:00.456Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-12-15T15:09:00.456Z] changes_test.go:192: needs more investigation [2020-12-15T15:09:00.456Z] === RUN TestChangesDirsEmpty [2020-12-15T15:09:00.456Z] --- PASS: TestChangesDirsEmpty (0.10s) [2020-12-15T15:09:00.456Z] === RUN TestChangesDirsMutated [2020-12-15T15:09:00.456Z] === RUN TestFixedBufferCap [2020-12-15T15:09:00.456Z] --- PASS: TestFixedBufferCap (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestFixedBufferLen [2020-12-15T15:09:00.456Z] --- PASS: TestFixedBufferLen (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestFixedBufferString [2020-12-15T15:09:00.456Z] --- PASS: TestFixedBufferString (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestFixedBufferWrite [2020-12-15T15:09:00.456Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestFixedBufferRead [2020-12-15T15:09:00.456Z] --- PASS: TestFixedBufferRead (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestBytesPipeRead [2020-12-15T15:09:00.456Z] --- PASS: TestBytesPipeRead (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestBytesPipeWrite [2020-12-15T15:09:00.456Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-12-15T15:09:00.456Z] === RUN TestBytesPipeWriteRandomChunks [2020-12-15T15:09:00.456Z] --- PASS: TestChangesDirsMutated (0.09s) [2020-12-15T15:09:00.456Z] === RUN TestApplyLayer [2020-12-15T15:09:00.456Z] --- SKIP: TestApplyLayer (0.00s) [2020-12-15T15:09:00.456Z] changes_test.go:405: needs further investigation [2020-12-15T15:09:00.456Z] === RUN TestChangesSizeWithHardlinks [2020-12-15T15:09:00.456Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-12-15T15:09:00.456Z] changes_test.go:441: needs further investigation [2020-12-15T15:09:00.456Z] === RUN TestChangesSizeWithNoChanges [2020-12-15T15:09:00.456Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-12-15T15:09:00.566Z] ok github.com/docker/docker/daemon/cluster/convert 0.026s coverage: 35.9% of statements [2020-12-15T15:09:00.914Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-12-15T15:09:00.914Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-12-15T15:09:00.914Z] === RUN TestChangesSize [2020-12-15T15:09:00.914Z] --- PASS: TestChangesSize (0.00s) [2020-12-15T15:09:00.914Z] === RUN TestApplyLayerInvalidFilenames [2020-12-15T15:09:00.914Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames434254219\\dest" [2020-12-15T15:09:00.914Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2020-12-15T15:09:00.914Z] === RUN TestApplyLayerInvalidHardlink [2020-12-15T15:09:00.914Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink315407349\\victim\\hello" -> "../victim/hello" [2020-12-15T15:09:00.914Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink348637904\\victim\\hello" -> "/../victim/hello" [2020-12-15T15:09:00.914Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink388894703\\victim" -> "../victim" [2020-12-15T15:09:00.914Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink757497986\\victim" -> "../victim" [2020-12-15T15:09:00.914Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink799964153\\victim" -> "../victim" [2020-12-15T15:09:00.914Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink059332868\\victim" -> "../victim" [2020-12-15T15:09:00.914Z] --- PASS: TestApplyLayerInvalidHardlink (0.21s) [2020-12-15T15:09:00.914Z] === RUN TestApplyLayerInvalidSymlink [2020-12-15T15:09:00.914Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink491574931\\dest\\dotdot" -> "../victim/hello" [2020-12-15T15:09:00.914Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink261398742\\dest\\slash-dotdot" -> "/../victim/hello" [2020-12-15T15:09:00.914Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink632543805\\dest\\loophole-victim" -> "../victim" [2020-12-15T15:09:00.914Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink362611832\\dest\\loophole-victim" -> "../victim" [2020-12-15T15:09:00.914Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink798523767\\dest\\loophole-victim" -> "../victim" [2020-12-15T15:09:00.914Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink258076778\\dest\\loophole-victim" -> "../victim" [2020-12-15T15:09:00.914Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2020-12-15T15:09:00.914Z] === RUN TestApplyLayerWhiteouts [2020-12-15T15:09:00.914Z] --- PASS: TestApplyLayerWhiteouts (0.04s) [2020-12-15T15:09:00.914Z] === RUN TestGenerateEmptyFile [2020-12-15T15:09:00.914Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-12-15T15:09:00.914Z] === RUN TestGenerateWithContent [2020-12-15T15:09:00.914Z] --- PASS: TestGenerateWithContent (0.00s) [2020-12-15T15:09:00.914Z] PASS [2020-12-15T15:09:00.914Z] coverage: 62.7% of statements [2020-12-15T15:09:00.914Z] --- PASS: TestBytesPipeWriteRandomChunks (0.39s) [2020-12-15T15:09:00.914Z] === RUN TestAtomicWriteToFile [2020-12-15T15:09:00.914Z] ok github.com/docker/docker/pkg/archive 6.650s coverage: 62.7% of statements [2020-12-15T15:09:00.914Z] --- PASS: TestAtomicWriteToFile (0.05s) [2020-12-15T15:09:00.914Z] === RUN TestAtomicWriteSetCommit [2020-12-15T15:09:00.914Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2020-12-15T15:09:00.914Z] === RUN TestAtomicWriteSetCancel [2020-12-15T15:09:00.914Z] === RUN TestError [2020-12-15T15:09:00.914Z] --- PASS: TestError (0.00s) [2020-12-15T15:09:00.914Z] === RUN TestProgressString [2020-12-15T15:09:00.914Z] === RUN TestProgressString/no_progress [2020-12-15T15:09:00.914Z] === RUN TestProgressString/progress_1 [2020-12-15T15:09:00.914Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-12-15T15:09:00.914Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-12-15T15:09:00.914Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-12-15T15:09:00.914Z] === RUN TestProgressString/with_units [2020-12-15T15:09:00.914Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-12-15T15:09:00.914Z] === RUN TestProgressString/hide_counts [2020-12-15T15:09:00.914Z] --- PASS: TestProgressString (0.00s) [2020-12-15T15:09:00.914Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-12-15T15:09:00.914Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-12-15T15:09:00.914Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-12-15T15:09:00.914Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-12-15T15:09:00.914Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-12-15T15:09:00.914Z] --- PASS: TestProgressString/with_units (0.00s) [2020-12-15T15:09:00.914Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-12-15T15:09:00.914Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-12-15T15:09:00.914Z] === RUN TestJSONMessageDisplay [2020-12-15T15:09:00.914Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-12-15T15:09:00.914Z] === RUN TestReadCloserWrapperClose [2020-12-15T15:09:00.914Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-12-15T15:09:00.914Z] === RUN TestReaderErrWrapperReadOnError [2020-12-15T15:09:00.914Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-12-15T15:09:00.914Z] === RUN TestReaderErrWrapperRead [2020-12-15T15:09:00.914Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-12-15T15:09:00.914Z] === RUN TestHashData [2020-12-15T15:09:00.914Z] --- PASS: TestHashData (0.00s) [2020-12-15T15:09:00.914Z] === RUN TestCancelReadCloser [2020-12-15T15:09:00.914Z] === RUN TestStandardLongPath [2020-12-15T15:09:00.914Z] --- PASS: TestStandardLongPath (0.00s) [2020-12-15T15:09:00.914Z] === RUN TestUNCLongPath [2020-12-15T15:09:00.914Z] --- PASS: TestUNCLongPath (0.00s) [2020-12-15T15:09:00.914Z] PASS [2020-12-15T15:09:00.914Z] coverage: 100.0% of statements [2020-12-15T15:09:00.914Z] ok github.com/docker/docker/pkg/longpath 0.032s coverage: 100.0% of statements [2020-12-15T15:09:01.373Z] --- PASS: TestCancelReadCloser (0.10s) [2020-12-15T15:09:01.373Z] === RUN TestWriteCloserWrapperClose [2020-12-15T15:09:01.373Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-12-15T15:09:01.373Z] === RUN TestNopWriteCloser [2020-12-15T15:09:01.373Z] --- PASS: TestNopWriteCloser (0.00s) [2020-12-15T15:09:01.373Z] === RUN TestNopWriter [2020-12-15T15:09:01.373Z] --- PASS: TestNopWriter (0.00s) [2020-12-15T15:09:01.373Z] === RUN TestWriteCounter [2020-12-15T15:09:01.373Z] --- PASS: TestJSONMessageDisplay (0.10s) [2020-12-15T15:09:01.373Z] --- PASS: TestWriteCounter (0.00s) [2020-12-15T15:09:01.373Z] PASS [2020-12-15T15:09:01.373Z] coverage: 69.2% of statements [2020-12-15T15:09:01.373Z] === RUN TestJSONMessageDisplayWithJSONError [2020-12-15T15:09:01.373Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-12-15T15:09:01.373Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-12-15T15:09:01.373Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-12-15T15:09:01.373Z] === RUN TestDisplayJSONMessagesStream [2020-12-15T15:09:01.373Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-12-15T15:09:01.373Z] PASS [2020-12-15T15:09:01.373Z] coverage: 91.7% of statements [2020-12-15T15:09:01.373Z] ok github.com/docker/docker/pkg/jsonmessage 0.206s coverage: 91.7% of statements [2020-12-15T15:09:01.373Z] ok github.com/docker/docker/pkg/ioutils 0.652s coverage: 69.2% of statements [2020-12-15T15:09:01.833Z] === RUN TestNameFormat [2020-12-15T15:09:01.833Z] --- PASS: TestNameFormat (0.00s) [2020-12-15T15:09:01.833Z] === RUN TestNameRetries [2020-12-15T15:09:01.833Z] --- PASS: TestNameRetries (0.00s) [2020-12-15T15:09:01.833Z] PASS [2020-12-15T15:09:01.833Z] coverage: 85.7% of statements [2020-12-15T15:09:01.833Z] ok github.com/docker/docker/pkg/namesgenerator 0.071s coverage: 85.7% of statements [2020-12-15T15:09:02.092Z] --- PASS: TestConfigsCreateAndDelete (3.91s) [2020-12-15T15:09:02.092Z] === RUN TestConfigsUpdate [2020-12-15T15:09:02.292Z] === RUN TestParseKeyValueOpt [2020-12-15T15:09:02.292Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-12-15T15:09:02.292Z] === RUN TestParseUintList [2020-12-15T15:09:02.292Z] --- PASS: TestParseUintList (0.00s) [2020-12-15T15:09:02.292Z] === RUN TestParseUintListMaximumLimits [2020-12-15T15:09:02.292Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-12-15T15:09:02.292Z] PASS [2020-12-15T15:09:02.292Z] coverage: 97.0% of statements [2020-12-15T15:09:02.292Z] ok github.com/docker/docker/pkg/parsers 0.057s coverage: 97.0% of statements [2020-12-15T15:09:02.292Z] === RUN TestNewAndRemove [2020-12-15T15:09:02.292Z] --- PASS: TestNewAndRemove (0.00s) [2020-12-15T15:09:02.292Z] === RUN TestRemoveInvalidPath [2020-12-15T15:09:02.292Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-12-15T15:09:02.292Z] PASS [2020-12-15T15:09:02.292Z] coverage: 82.6% of statements [2020-12-15T15:09:02.292Z] ok github.com/docker/docker/pkg/pidfile 0.038s coverage: 82.6% of statements [2020-12-15T15:09:03.267Z] === RUN TestParseEmptyInterface [2020-12-15T15:09:03.267Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-12-15T15:09:03.267Z] === RUN TestParseNonInterfaceType [2020-12-15T15:09:03.267Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-12-15T15:09:03.267Z] === RUN TestParseWithOneFunction [2020-12-15T15:09:03.267Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-12-15T15:09:03.267Z] === RUN TestParseWithMultipleFuncs [2020-12-15T15:09:03.267Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-12-15T15:09:03.267Z] === RUN TestParseWithUnnamedReturn [2020-12-15T15:09:03.267Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-12-15T15:09:03.267Z] === RUN TestEmbeddedInterface [2020-12-15T15:09:03.267Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-12-15T15:09:03.267Z] === RUN TestParsedImports [2020-12-15T15:09:03.267Z] --- PASS: TestParsedImports (0.00s) [2020-12-15T15:09:03.267Z] === RUN TestAliasedImports [2020-12-15T15:09:03.267Z] --- PASS: TestAliasedImports (0.00s) [2020-12-15T15:09:03.267Z] PASS [2020-12-15T15:09:03.267Z] coverage: 56.8% of statements [2020-12-15T15:09:03.267Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.072s coverage: 56.8% of statements [2020-12-15T15:09:03.875Z] ok github.com/docker/docker/daemon/cluster 0.102s coverage: 0.5% of statements [2020-12-15T15:09:04.233Z] === RUN TestFailedConnection [2020-12-15T15:09:04.233Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-12-15T15:09:04.233Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-12-15T15:09:04.233Z] === RUN TestBufioReaderPoolPutAndGet [2020-12-15T15:09:04.234Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-12-15T15:09:04.234Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-12-15T15:09:04.234Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-12-15T15:09:04.234Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-12-15T15:09:04.234Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-12-15T15:09:04.234Z] === RUN TestBufioWriterPoolPutAndGet [2020-12-15T15:09:04.234Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-12-15T15:09:04.234Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-12-15T15:09:04.234Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-12-15T15:09:04.234Z] === RUN TestBufferPoolPutAndGet [2020-12-15T15:09:04.234Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-12-15T15:09:04.234Z] PASS [2020-12-15T15:09:04.234Z] coverage: 88.2% of statements [2020-12-15T15:09:04.234Z] ok github.com/docker/docker/pkg/pools 0.083s coverage: 88.2% of statements [2020-12-15T15:09:04.693Z] === RUN TestHTTPTransport [2020-12-15T15:09:04.693Z] --- PASS: TestHTTPTransport (0.00s) [2020-12-15T15:09:04.693Z] PASS [2020-12-15T15:09:04.693Z] coverage: 85.7% of statements [2020-12-15T15:09:04.693Z] ok github.com/docker/docker/pkg/plugins/transport 0.115s coverage: 85.7% of statements [2020-12-15T15:09:05.151Z] === RUN TestOutputOnPrematureClose [2020-12-15T15:09:05.151Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-12-15T15:09:05.151Z] === RUN TestCompleteSilently [2020-12-15T15:09:05.151Z] --- PASS: TestCompleteSilently (0.00s) [2020-12-15T15:09:05.151Z] PASS [2020-12-15T15:09:05.151Z] coverage: 75.9% of statements [2020-12-15T15:09:05.151Z] ok github.com/docker/docker/pkg/progress 0.033s coverage: 75.9% of statements [2020-12-15T15:09:05.151Z] === RUN TestSendToOneSub [2020-12-15T15:09:05.151Z] --- PASS: TestSendToOneSub (0.00s) [2020-12-15T15:09:05.151Z] === RUN TestSendToMultipleSubs [2020-12-15T15:09:05.151Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-12-15T15:09:05.151Z] === RUN TestEvictOneSub [2020-12-15T15:09:05.151Z] --- PASS: TestEvictOneSub (0.00s) [2020-12-15T15:09:05.151Z] === RUN TestClosePublisher [2020-12-15T15:09:05.151Z] --- PASS: TestClosePublisher (0.00s) [2020-12-15T15:09:05.151Z] === RUN TestPubSubRace [2020-12-15T15:09:05.151Z] --- PASS: TestFailedConnection (1.10s) [2020-12-15T15:09:05.151Z] === RUN TestFailOnce [2020-12-15T15:09:05.151Z] 2020/12/15 15:09:05 http: panic serving 127.0.0.1:49223: Plugin not ready [2020-12-15T15:09:05.267Z] ok github.com/docker/docker/daemon/discovery 0.014s coverage: 30.0% of statements [2020-12-15T15:09:05.610Z] goroutine 10 [running]: [2020-12-15T15:09:05.610Z] net/http.(*conn).serve.func1(0xc000058b40) [2020-12-15T15:09:05.610Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-12-15T15:09:05.610Z] panic(0x849ac0, 0x986830) [2020-12-15T15:09:05.610Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-12-15T15:09:05.610Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc000124000, 0xc0000d0300) [2020-12-15T15:09:05.610Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-12-15T15:09:05.610Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc000124000, 0xc0000d0300) [2020-12-15T15:09:05.610Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-12-15T15:09:05.610Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc000124000, 0xc0000d0300) [2020-12-15T15:09:05.610Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-12-15T15:09:05.610Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc000124000, 0xc0000d0300) [2020-12-15T15:09:05.610Z] c:/go/src/net/http/server.go:2831 +0xab [2020-12-15T15:09:05.610Z] net/http.(*conn).serve(0xc000058b40, 0x99b060, 0xc00004a980) [2020-12-15T15:09:05.610Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-12-15T15:09:05.610Z] created by net/http.(*Server).Serve [2020-12-15T15:09:05.610Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-12-15T15:09:05.610Z] time="2020-12-15T15:09:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.FailOnce: Post http://127.0.0.1:49222/Test.FailOnce: EOF, retrying in 1s" [2020-12-15T15:09:05.635Z] --- PASS: TestConfigsUpdate (3.70s) [2020-12-15T15:09:05.635Z] === RUN TestTemplatedConfig [2020-12-15T15:09:06.067Z] === RUN TestRegister [2020-12-15T15:09:06.067Z] --- PASS: TestRegister (0.00s) [2020-12-15T15:09:06.067Z] === RUN TestCommand [2020-12-15T15:09:06.067Z] --- PASS: TestCommand (0.02s) [2020-12-15T15:09:06.067Z] === RUN TestNaiveSelf [2020-12-15T15:09:06.067Z] --- PASS: TestNaiveSelf (0.02s) [2020-12-15T15:09:06.067Z] PASS [2020-12-15T15:09:06.067Z] coverage: 82.4% of statements [2020-12-15T15:09:06.067Z] ok github.com/docker/docker/pkg/reexec 0.072s coverage: 82.4% of statements [2020-12-15T15:09:06.369Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-12-15T15:09:06.526Z] --- PASS: TestPubSubRace (1.04s) [2020-12-15T15:09:06.526Z] PASS [2020-12-15T15:09:06.526Z] coverage: 75.0% of statements [2020-12-15T15:09:06.526Z] ok github.com/docker/docker/pkg/pubsub 1.076s coverage: 75.0% of statements [2020-12-15T15:09:06.526Z] --- PASS: TestFailOnce (1.10s) [2020-12-15T15:09:06.526Z] === RUN TestEchoInputOutput [2020-12-15T15:09:06.526Z] --- PASS: TestEchoInputOutput (0.01s) [2020-12-15T15:09:06.526Z] === RUN TestBackoff [2020-12-15T15:09:06.526Z] --- PASS: TestBackoff (0.00s) [2020-12-15T15:09:06.526Z] === RUN TestAbortRetry [2020-12-15T15:09:06.526Z] --- PASS: TestAbortRetry (0.00s) [2020-12-15T15:09:06.526Z] === RUN TestClientScheme [2020-12-15T15:09:06.526Z] --- PASS: TestClientScheme (0.00s) [2020-12-15T15:09:06.526Z] === RUN TestNewClientWithTimeout [2020-12-15T15:09:06.526Z] === RUN TestParseSignal [2020-12-15T15:09:06.526Z] --- PASS: TestParseSignal (0.00s) [2020-12-15T15:09:06.526Z] === RUN TestValidSignalForPlatform [2020-12-15T15:09:06.526Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-12-15T15:09:06.526Z] PASS [2020-12-15T15:09:06.526Z] coverage: 20.3% of statements [2020-12-15T15:09:06.526Z] ok github.com/docker/docker/pkg/signal 0.108s coverage: 20.3% of statements [2020-12-15T15:09:06.663Z] ok github.com/docker/docker/daemon/config 0.077s coverage: 81.8% of statements [2020-12-15T15:09:06.925Z] ok github.com/docker/docker/daemon/events 0.072s coverage: 50.0% of statements [2020-12-15T15:09:06.984Z] time="2020-12-15T15:09:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49227/Test.Echo: Post http://127.0.0.1:49227/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2020-12-15T15:09:06.984Z] === RUN TestNewStdWriter [2020-12-15T15:09:06.984Z] --- PASS: TestNewStdWriter (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestWriteWithUninitializedStdWriter [2020-12-15T15:09:06.984Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestWriteWithNilBytes [2020-12-15T15:09:06.984Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestWrite [2020-12-15T15:09:06.984Z] --- PASS: TestWrite (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestWriteWithWriterError [2020-12-15T15:09:06.984Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-12-15T15:09:06.984Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestStdCopyWriteAndRead [2020-12-15T15:09:06.984Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-12-15T15:09:06.984Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-12-15T15:09:06.984Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-12-15T15:09:06.984Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestStdCopyWithInvalidInputHeader [2020-12-15T15:09:06.984Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestStdCopyWithCorruptedPrefix [2020-12-15T15:09:06.984Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestStdCopyReturnsWriteErrors [2020-12-15T15:09:06.984Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-12-15T15:09:06.984Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-12-15T15:09:06.984Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-12-15T15:09:06.984Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-12-15T15:09:06.984Z] PASS [2020-12-15T15:09:06.984Z] coverage: 100.0% of statements [2020-12-15T15:09:06.984Z] ok github.com/docker/docker/pkg/stdcopy 0.035s coverage: 100.0% of statements [2020-12-15T15:09:07.952Z] === RUN TestRawProgressFormatterFormatStatus [2020-12-15T15:09:07.952Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestRawProgressFormatterFormatProgress [2020-12-15T15:09:07.952Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestFormatStatus [2020-12-15T15:09:07.952Z] --- PASS: TestFormatStatus (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestFormatError [2020-12-15T15:09:07.952Z] --- PASS: TestFormatError (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestFormatJSONError [2020-12-15T15:09:07.952Z] --- PASS: TestFormatJSONError (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestJsonProgressFormatterFormatProgress [2020-12-15T15:09:07.952Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestJsonProgressFormatterFormatStatus [2020-12-15T15:09:07.952Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestNewJSONProgressOutput [2020-12-15T15:09:07.952Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestAuxFormatterEmit [2020-12-15T15:09:07.952Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestStreamWriterStdout [2020-12-15T15:09:07.952Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestStreamWriterStderr [2020-12-15T15:09:07.952Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-12-15T15:09:07.952Z] PASS [2020-12-15T15:09:07.952Z] coverage: 66.2% of statements [2020-12-15T15:09:07.952Z] ok github.com/docker/docker/pkg/streamformatter 0.080s coverage: 66.2% of statements [2020-12-15T15:09:07.952Z] === RUN TestGenerateRandomID [2020-12-15T15:09:07.952Z] --- PASS: TestGenerateRandomID (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestShortenId [2020-12-15T15:09:07.952Z] --- PASS: TestShortenId (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestShortenSha256Id [2020-12-15T15:09:07.952Z] --- PASS: TestShortenSha256Id (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestShortenIdEmpty [2020-12-15T15:09:07.952Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestShortenIdInvalid [2020-12-15T15:09:07.952Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestIsShortIDNonHex [2020-12-15T15:09:07.952Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-12-15T15:09:07.952Z] === RUN TestIsShortIDNotCorrectSize [2020-12-15T15:09:07.952Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-12-15T15:09:07.952Z] PASS [2020-12-15T15:09:07.952Z] coverage: 70.6% of statements [2020-12-15T15:09:07.952Z] ok github.com/docker/docker/pkg/stringid 0.079s coverage: 70.6% of statements [2020-12-15T15:09:08.410Z] time="2020-12-15T15:09:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49227/Test.Echo: Post http://127.0.0.1:49227/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2020-12-15T15:09:08.510Z] tests/integration/client_test.py ..... [ 75%] [2020-12-15T15:09:08.510Z] tests/integration/context_api_test.py ... [ 76%] [2020-12-15T15:09:08.847Z] ok github.com/docker/docker/daemon/graphdriver 0.023s coverage: 2.2% of statements [2020-12-15T15:09:08.868Z] === RUN TestIsCpusetListAvailable [2020-12-15T15:09:08.868Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-12-15T15:09:08.868Z] PASS [2020-12-15T15:09:08.868Z] coverage: 38.2% of statements [2020-12-15T15:09:08.868Z] ok github.com/docker/docker/pkg/sysinfo 0.039s coverage: 38.2% of statements [2020-12-15T15:09:09.072Z] tests/integration/errors_test.py . [ 76%] [2020-12-15T15:09:09.139Z] --- PASS: TestTemplatedConfig (3.72s) [2020-12-15T15:09:09.139Z] === RUN TestConfigCreateResolve [2020-12-15T15:09:09.328Z] === RUN TestChtimes [2020-12-15T15:09:09.328Z] --- PASS: TestChtimes (0.00s) [2020-12-15T15:09:09.328Z] === RUN TestChtimesWindows [2020-12-15T15:09:09.328Z] --- PASS: TestChtimesWindows (0.00s) [2020-12-15T15:09:09.328Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2020-12-15T15:09:09.328Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2020-12-15T15:09:09.328Z] === RUN TestEnsureRemoveAllNotExist [2020-12-15T15:09:09.328Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2020-12-15T15:09:09.328Z] === RUN TestEnsureRemoveAllWithDir [2020-12-15T15:09:09.328Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2020-12-15T15:09:09.328Z] === RUN TestEnsureRemoveAllWithFile [2020-12-15T15:09:09.328Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2020-12-15T15:09:09.328Z] === RUN TestHasWin32KSupport [2020-12-15T15:09:09.328Z] --- PASS: TestHasWin32KSupport (0.00s) [2020-12-15T15:09:09.328Z] syscall_windows_test.go:8: win32k: true [2020-12-15T15:09:09.328Z] PASS [2020-12-15T15:09:09.328Z] coverage: 12.0% of statements [2020-12-15T15:09:09.328Z] ok github.com/docker/docker/pkg/system 0.047s coverage: 12.0% of statements [2020-12-15T15:09:09.787Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-12-15T15:09:09.787Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-12-15T15:09:09.787Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-12-15T15:09:09.787Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-12-15T15:09:09.787Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-12-15T15:09:09.787Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-12-15T15:09:09.787Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-12-15T15:09:09.787Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-12-15T15:09:09.787Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-12-15T15:09:09.787Z] === RUN TestTailFile [2020-12-15T15:09:09.787Z] --- PASS: TestTailFile (0.00s) [2020-12-15T15:09:09.787Z] === RUN TestTailFileManyLines [2020-12-15T15:09:09.787Z] --- PASS: TestTailFileManyLines (0.00s) [2020-12-15T15:09:09.787Z] === RUN TestTailEmptyFile [2020-12-15T15:09:09.787Z] --- PASS: TestTailEmptyFile (0.00s) [2020-12-15T15:09:09.787Z] === RUN TestTailNegativeN [2020-12-15T15:09:09.787Z] --- PASS: TestTailNegativeN (0.00s) [2020-12-15T15:09:09.787Z] === RUN TestNewTailReader [2020-12-15T15:09:09.787Z] === PAUSE TestNewTailReader [2020-12-15T15:09:09.787Z] === CONT TestNewTailReader [2020-12-15T15:09:09.787Z] === RUN TestNewTailReader/2_byte_delimiter [2020-12-15T15:09:09.787Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-12-15T15:09:09.787Z] === RUN TestNewTailReader/4_byte_delimiter [2020-12-15T15:09:09.787Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-12-15T15:09:09.787Z] === RUN TestNewTailReader/8_byte_delimiter [2020-12-15T15:09:09.787Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-12-15T15:09:09.787Z] === RUN TestNewTailReader/12_byte_delimiter [2020-12-15T15:09:09.787Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-12-15T15:09:09.787Z] === RUN TestNewTailReader/no_delimiter [2020-12-15T15:09:09.787Z] === PAUSE TestNewTailReader/no_delimiter [2020-12-15T15:09:09.787Z] === RUN TestNewTailReader/single_byte_delimiter [2020-12-15T15:09:09.787Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-12-15T15:09:09.787Z] === RUN TestNewTailReader/truncated_last_line [2020-12-15T15:09:09.787Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-12-15T15:09:09.787Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/single_byte_delimiter [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/4_byte_delimiter [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/no_delimiter [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/12_byte_delimiter [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/8_byte_delimiter [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.788Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:09.788Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:09.788Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:09.789Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.789Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:09.789Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-12-15T15:09:09.790Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:09.790Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:09.790Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:09.791Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.791Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-12-15T15:09:09.791Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:09.791Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:09.791Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:10.009Z] ok github.com/docker/docker/api/server 0.054s coverage: 9.0% of statements [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-12-15T15:09:10.252Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-12-15T15:09:10.252Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-12-15T15:09:10.252Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:10.253Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:10.253Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-12-15T15:09:10.254Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-15T15:09:10.254Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.01s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-15T15:09:10.255Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-12-15T15:09:10.256Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.257Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-12-15T15:09:10.257Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-12-15T15:09:10.257Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-12-15T15:09:10.257Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-12-15T15:09:10.257Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-12-15T15:09:10.257Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-12-15T15:09:10.257Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-12-15T15:09:10.257Z] PASS [2020-12-15T15:09:10.257Z] coverage: 88.6% of statements [2020-12-15T15:09:10.257Z] ok github.com/docker/docker/pkg/tailfile 0.288s coverage: 88.6% of statements [2020-12-15T15:09:10.715Z] testing: warning: no tests to run [2020-12-15T15:09:10.715Z] PASS [2020-12-15T15:09:10.715Z] coverage: [no statements] [2020-12-15T15:09:10.715Z] ok github.com/docker/docker/pkg/term/windows 0.038s coverage: [no statements] [no tests to run] [2020-12-15T15:09:10.715Z] === RUN TestTarSumRemoveNonExistent [2020-12-15T15:09:10.715Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestTarSumRemove [2020-12-15T15:09:10.715Z] --- PASS: TestTarSumRemove (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestSortFileInfoSums [2020-12-15T15:09:10.715Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestNewTarSumForLabelInvalid [2020-12-15T15:09:10.715Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestNewTarSumForLabel [2020-12-15T15:09:10.715Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestEmptyTar [2020-12-15T15:09:10.715Z] --- PASS: TestEmptyTar (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestTarSumsReadSize [2020-12-15T15:09:10.715Z] --- PASS: TestTarSumsReadSize (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestTarSums [2020-12-15T15:09:10.715Z] --- PASS: TestTarSums (0.07s) [2020-12-15T15:09:10.715Z] === RUN TestIteration [2020-12-15T15:09:10.715Z] --- PASS: TestIteration (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestVersionLabelForChecksum [2020-12-15T15:09:10.715Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestVersion [2020-12-15T15:09:10.715Z] --- PASS: TestVersion (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestGetVersion [2020-12-15T15:09:10.715Z] --- PASS: TestGetVersion (0.00s) [2020-12-15T15:09:10.715Z] === RUN TestGetVersions [2020-12-15T15:09:10.715Z] --- PASS: TestGetVersions (0.00s) [2020-12-15T15:09:10.715Z] PASS [2020-12-15T15:09:10.715Z] coverage: 89.3% of statements [2020-12-15T15:09:10.715Z] ok github.com/docker/docker/pkg/tarsum 0.200s coverage: 89.3% of statements [2020-12-15T15:09:10.715Z] time="2020-12-15T15:09:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49227/Test.Echo: Post http://127.0.0.1:49227/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2020-12-15T15:09:10.715Z] === RUN TestTruncIndex [2020-12-15T15:09:11.173Z] --- PASS: TestTruncIndex (0.10s) [2020-12-15T15:09:11.173Z] PASS [2020-12-15T15:09:11.173Z] coverage: 91.5% of statements [2020-12-15T15:09:11.173Z] ok github.com/docker/docker/pkg/truncindex 0.141s coverage: 91.5% of statements [2020-12-15T15:09:11.173Z] === RUN TestIsGIT [2020-12-15T15:09:11.173Z] --- PASS: TestIsGIT (0.00s) [2020-12-15T15:09:11.173Z] === RUN TestIsTransport [2020-12-15T15:09:11.174Z] --- PASS: TestIsTransport (0.00s) [2020-12-15T15:09:11.174Z] PASS [2020-12-15T15:09:11.174Z] coverage: 100.0% of statements [2020-12-15T15:09:11.174Z] ok github.com/docker/docker/pkg/urlutil 0.027s coverage: 100.0% of statements [2020-12-15T15:09:11.396Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.502s coverage: 14.1% of statements [2020-12-15T15:09:11.632Z] === RUN TestVersionInfo [2020-12-15T15:09:11.632Z] --- PASS: TestVersionInfo (0.00s) [2020-12-15T15:09:11.632Z] === RUN TestAppendVersions [2020-12-15T15:09:11.632Z] --- PASS: TestAppendVersions (0.00s) [2020-12-15T15:09:11.632Z] PASS [2020-12-15T15:09:11.632Z] coverage: 88.9% of statements [2020-12-15T15:09:11.632Z] ok github.com/docker/docker/pkg/useragent 0.066s coverage: 88.9% of statements [2020-12-15T15:09:11.969Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.017s coverage: 2.9% of statements [2020-12-15T15:09:12.599Z] === RUN TestNewSettable [2020-12-15T15:09:12.599Z] --- PASS: TestNewSettable (0.00s) [2020-12-15T15:09:12.599Z] === RUN TestIsSettable [2020-12-15T15:09:12.599Z] --- PASS: TestIsSettable (0.00s) [2020-12-15T15:09:12.599Z] === RUN TestUpdateSettingsEnv [2020-12-15T15:09:12.599Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-12-15T15:09:12.599Z] PASS [2020-12-15T15:09:12.599Z] coverage: 20.1% of statements [2020-12-15T15:09:12.599Z] ok github.com/docker/docker/plugin/v2 0.140s coverage: 20.1% of statements [2020-12-15T15:09:12.640Z] --- PASS: TestConfigCreateResolve (3.40s) [2020-12-15T15:09:12.640Z] === RUN TestConfigDaemonLibtrustID [2020-12-15T15:09:12.914Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.674s coverage: 56.2% of statements [2020-12-15T15:09:12.929Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-12-15T15:09:12.929Z] PASS [2020-12-15T15:09:12.929Z] [2020-12-15T15:09:12.929Z] DONE 7 tests in 23.068s [2020-12-15T15:09:12.929Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-12-15T15:09:12.929Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:09:12.929Z] ++ set -e [2020-12-15T15:09:12.929Z] ++ '[' -n 0 ']' [2020-12-15T15:09:12.929Z] ++ set -x [2020-12-15T15:09:12.929Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:09:12.929Z] INFO: Testing against a local daemon [2020-12-15T15:09:12.929Z] === RUN TestCheckpoint [2020-12-15T15:09:12.929Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-15T15:09:12.929Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:09:12.929Z] === RUN TestContainerInvalidJSON [2020-12-15T15:09:12.929Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:09:12.929Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:09:12.929Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:09:12.929Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:09:12.929Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:09:12.929Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:09:12.929Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:09:12.929Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:09:12.929Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:09:12.929Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-12-15T15:09:12.929Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-12-15T15:09:12.929Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-15T15:09:12.929Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-12-15T15:09:12.929Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-15T15:09:12.929Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2020-12-15T15:09:12.929Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-15T15:09:13.057Z] === RUN TestLoad [2020-12-15T15:09:13.057Z] --- PASS: TestLoad (0.00s) [2020-12-15T15:09:13.057Z] === RUN TestSave [2020-12-15T15:09:13.057Z] === RUN TestValidatePrivileges [2020-12-15T15:09:13.057Z] --- PASS: TestValidatePrivileges (0.00s) [2020-12-15T15:09:13.057Z] === RUN TestFilterByCapNeg [2020-12-15T15:09:13.057Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-12-15T15:09:13.057Z] === RUN TestFilterByCapPos [2020-12-15T15:09:13.057Z] --- PASS: TestFilterByCapPos (0.00s) [2020-12-15T15:09:13.057Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-12-15T15:09:13.057Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-12-15T15:09:13.057Z] PASS [2020-12-15T15:09:13.057Z] coverage: 12.0% of statements [2020-12-15T15:09:13.057Z] ok github.com/docker/docker/plugin 0.237s coverage: 12.0% of statements [2020-12-15T15:09:13.057Z] --- PASS: TestSave (0.24s) [2020-12-15T15:09:13.057Z] === RUN TestAddDeleteGet [2020-12-15T15:09:13.057Z] --- PASS: TestAddDeleteGet (0.04s) [2020-12-15T15:09:13.057Z] === RUN TestInvalidTags [2020-12-15T15:09:13.057Z] --- PASS: TestInvalidTags (0.00s) [2020-12-15T15:09:13.057Z] PASS [2020-12-15T15:09:13.057Z] coverage: 84.4% of statements [2020-12-15T15:09:13.057Z] ok github.com/docker/docker/reference 0.358s coverage: 84.4% of statements [2020-12-15T15:09:13.218Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2020-12-15T15:09:13.218Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-15T15:09:13.218Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-12-15T15:09:13.218Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-15T15:09:13.508Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-12-15T15:09:13.508Z] === RUN TestCopyFromContainer [2020-12-15T15:09:14.593Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-12-15T15:09:14.593Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2020-12-15T15:09:14.593Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-12-15T15:09:14.593Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-12-15T15:09:14.593Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-12-15T15:09:14.593Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-12-15T15:09:14.593Z] === RUN TestResumableRequestReaderWithReadError [2020-12-15T15:09:14.593Z] === RUN TestRestartManagerTimeout [2020-12-15T15:09:14.593Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-12-15T15:09:14.593Z] === RUN TestRestartManagerTimeoutReset [2020-12-15T15:09:14.593Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-12-15T15:09:14.593Z] PASS [2020-12-15T15:09:14.593Z] coverage: 50.9% of statements [2020-12-15T15:09:14.593Z] ok github.com/docker/docker/restartmanager 0.026s coverage: 50.9% of statements [2020-12-15T15:09:14.593Z] time="2020-12-15T15:09:14Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-12-15T15:09:14.593Z] --- PASS: TestResumableRequestReaderWithReadError (0.08s) [2020-12-15T15:09:14.593Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-12-15T15:09:14.593Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-12-15T15:09:14.593Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-12-15T15:09:14.593Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-12-15T15:09:14.593Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-12-15T15:09:14.593Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-12-15T15:09:14.593Z] === RUN TestResumableRequestReader [2020-12-15T15:09:14.593Z] --- PASS: TestResumableRequestReader (0.00s) [2020-12-15T15:09:14.593Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-12-15T15:09:14.593Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-12-15T15:09:14.593Z] PASS [2020-12-15T15:09:14.593Z] coverage: 100.0% of statements [2020-12-15T15:09:14.593Z] ok github.com/docker/docker/registry/resumable 0.213s coverage: 100.0% of statements [2020-12-15T15:09:15.474Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.8% of statements [2020-12-15T15:09:15.560Z] === RUN TestResolveAuthConfigIndexServer [2020-12-15T15:09:15.560Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestResolveAuthConfigFullURL [2020-12-15T15:09:15.560Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestLoadAllowNondistributableArtifacts [2020-12-15T15:09:15.560Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestValidateMirror [2020-12-15T15:09:15.560Z] --- PASS: TestValidateMirror (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestLoadInsecureRegistries [2020-12-15T15:09:15.560Z] === RUN TestDecodeContainerConfig [2020-12-15T15:09:15.560Z] time="2020-12-15T15:09:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49227/Test.Echo: Post http://127.0.0.1:49227/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2020-12-15T15:09:15.560Z] --- PASS: TestDecodeContainerConfig (0.03s) [2020-12-15T15:09:15.560Z] === RUN TestDecodeContainerConfigIsolation [2020-12-15T15:09:15.560Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestValidatePrivileged [2020-12-15T15:09:15.560Z] --- PASS: TestValidatePrivileged (0.00s) [2020-12-15T15:09:15.560Z] PASS [2020-12-15T15:09:15.560Z] coverage: 52.2% of statements [2020-12-15T15:09:15.560Z] ok github.com/docker/docker/runconfig 0.184s coverage: 52.2% of statements [2020-12-15T15:09:15.560Z] time="2020-12-15T15:09:15Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-12-15T15:09:15.560Z] time="2020-12-15T15:09:15Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-12-15T15:09:15.560Z] time="2020-12-15T15:09:15Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-12-15T15:09:15.560Z] --- PASS: TestLoadInsecureRegistries (0.08s) [2020-12-15T15:09:15.560Z] === RUN TestNewServiceConfig [2020-12-15T15:09:15.560Z] --- PASS: TestNewServiceConfig (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestValidateIndexName [2020-12-15T15:09:15.560Z] --- PASS: TestValidateIndexName (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestValidateIndexNameWithError [2020-12-15T15:09:15.560Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestEndpointParse [2020-12-15T15:09:15.560Z] --- PASS: TestEndpointParse (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestEndpointParseInvalid [2020-12-15T15:09:15.560Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestValidateEndpoint [2020-12-15T15:09:15.560Z] --- PASS: TestValidateEndpoint (0.01s) [2020-12-15T15:09:15.560Z] === RUN TestPing [2020-12-15T15:09:15.560Z] --- PASS: TestPing (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestPingRegistryEndpoint [2020-12-15T15:09:15.560Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2020-12-15T15:09:15.560Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:15.560Z] === RUN TestEndpoint [2020-12-15T15:09:15.560Z] --- SKIP: TestEndpoint (0.00s) [2020-12-15T15:09:15.560Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:15.560Z] === RUN TestParseRepositoryInfo [2020-12-15T15:09:15.560Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestNewIndexInfo [2020-12-15T15:09:15.560Z] --- PASS: TestNewIndexInfo (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestMirrorEndpointLookup [2020-12-15T15:09:15.560Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2020-12-15T15:09:15.560Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:15.560Z] === RUN TestSearchRepositories [2020-12-15T15:09:15.560Z] --- PASS: TestSearchRepositories (0.00s) [2020-12-15T15:09:15.560Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-12-15T15:09:15.560Z] Host: 127.0.0.1:49242 [2020-12-15T15:09:15.560Z] User-Agent: docker test client [2020-12-15T15:09:15.560Z] Authorization: Token fake-token [2020-12-15T15:09:15.560Z] X-Docker-Token: true [2020-12-15T15:09:15.560Z] Accept-Encoding: gzip [2020-12-15T15:09:15.560Z] [2020-12-15T15:09:15.560Z] [2020-12-15T15:09:15.560Z] registry_test.go:730: HTTP/1.1 200 OK [2020-12-15T15:09:15.560Z] Connection: close [2020-12-15T15:09:15.560Z] Content-Length: 144 [2020-12-15T15:09:15.560Z] Cache-Control: no-cache [2020-12-15T15:09:15.560Z] Content-Type: application/json [2020-12-15T15:09:15.560Z] Date: Tue, 15 Dec 2020 15:09:15 GMT [2020-12-15T15:09:15.560Z] Expires: -1 [2020-12-15T15:09:15.560Z] Pragma: no-cache [2020-12-15T15:09:15.560Z] Server: docker-tests/mock [2020-12-15T15:09:15.560Z] X-Docker-Registry-Config: mock [2020-12-15T15:09:15.560Z] X-Docker-Registry-Version: 0.0.0 [2020-12-15T15:09:15.560Z] [2020-12-15T15:09:15.560Z] [2020-12-15T15:09:15.560Z] === RUN TestTrustedLocation [2020-12-15T15:09:15.560Z] --- PASS: TestTrustedLocation (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-12-15T15:09:15.560Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestAllowNondistributableArtifacts [2020-12-15T15:09:15.560Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestIsSecureIndex [2020-12-15T15:09:15.560Z] --- PASS: TestIsSecureIndex (0.00s) [2020-12-15T15:09:15.560Z] PASS [2020-12-15T15:09:15.560Z] coverage: 50.3% of statements [2020-12-15T15:09:15.560Z] ok github.com/docker/docker/registry 0.325s coverage: 50.3% of statements [2020-12-15T15:09:15.560Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-12-15T15:09:15.560Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-12-15T15:09:15.560Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-12-15T15:09:15.560Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-12-15T15:09:15.560Z] PASS [2020-12-15T15:09:15.560Z] coverage: 62.5% of statements [2020-12-15T15:09:15.560Z] ok github.com/docker/docker/testutil 0.080s coverage: 62.5% of statements [2020-12-15T15:09:15.564Z] === RUN TestCopyFromContainer// [2020-12-15T15:09:15.564Z] === RUN TestCopyFromContainer//bar/root [2020-12-15T15:09:15.853Z] === RUN TestCopyFromContainer//bar/root/ [2020-12-15T15:09:15.853Z] === RUN TestCopyFromContainer/bar/quux [2020-12-15T15:09:16.145Z] === RUN TestCopyFromContainer/bar/quux/ [2020-12-15T15:09:16.145Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-12-15T15:09:16.145Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-12-15T15:09:16.434Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-12-15T15:09:16.434Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-12-15T15:09:16.434Z] === RUN TestCopyFromContainer/bar/notarget [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer (3.17s) [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2020-12-15T15:09:16.723Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-12-15T15:09:16.723Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-15T15:09:16.723Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:09:16.723Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:09:16.723Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:09:16.723Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:09:16.723Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:09:16.723Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:09:16.723Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:09:16.723Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:09:16.723Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:09:16.723Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-12-15T15:09:16.723Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-12-15T15:09:16.723Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-12-15T15:09:16.723Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-12-15T15:09:16.723Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-15T15:09:16.723Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-12-15T15:09:16.723Z] === RUN TestCreateWithInvalidEnv [2020-12-15T15:09:16.723Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-15T15:09:16.723Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-15T15:09:16.723Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-15T15:09:16.723Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-15T15:09:16.723Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-15T15:09:16.723Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-15T15:09:16.723Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-15T15:09:16.723Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-15T15:09:16.723Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-15T15:09:16.723Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-12-15T15:09:16.723Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-12-15T15:09:16.723Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-12-15T15:09:16.723Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-15T15:09:16.723Z] === RUN TestCreateTmpfsMountsTarget [2020-12-15T15:09:16.723Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-12-15T15:09:16.723Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-15T15:09:17.737Z] === RUN TestGetDriver [2020-12-15T15:09:17.737Z] --- PASS: TestGetDriver (0.00s) [2020-12-15T15:09:17.737Z] === RUN TestVolumeRequestError [2020-12-15T15:09:17.737Z] --- PASS: TestVolumeRequestError (0.01s) [2020-12-15T15:09:17.737Z] PASS [2020-12-15T15:09:17.737Z] coverage: 36.1% of statements [2020-12-15T15:09:17.737Z] ok github.com/docker/docker/volume/drivers 0.189s coverage: 36.1% of statements [2020-12-15T15:09:18.029Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.229s coverage: 45.9% of statements [2020-12-15T15:09:18.601Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.784s coverage: 73.1% of statements [2020-12-15T15:09:18.704Z] === RUN TestConvertTmpfsOptions [2020-12-15T15:09:18.704Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-12-15T15:09:18.704Z] parser_test.go:49: data="mode=700,size=1m" [2020-12-15T15:09:18.704Z] parser_test.go:49: data="ro" [2020-12-15T15:09:18.704Z] === RUN TestParseMountRaw [2020-12-15T15:09:18.704Z] --- PASS: TestParseMountRaw (0.02s) [2020-12-15T15:09:18.704Z] === RUN TestParseMountRawSplit [2020-12-15T15:09:18.704Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-12-15T15:09:18.704Z] parser_test.go:390: case 0 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 1 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 2 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 3 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 4 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 5 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 6 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 7 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 8 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 0 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 1 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 2 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 3 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 4 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 5 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 6 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 7 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 8 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 9 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 10 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 11 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 12 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 0 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 1 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 2 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 3 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 4 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 5 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 6 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 7 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 8 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 9 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 10 [2020-12-15T15:09:18.704Z] parser_test.go:390: case 11 [2020-12-15T15:09:18.704Z] === RUN TestParseMountSpec [2020-12-15T15:09:18.704Z] --- PASS: TestParseMountSpec (0.00s) [2020-12-15T15:09:18.704Z] parser_test.go:455: case 0 [2020-12-15T15:09:18.704Z] parser_test.go:455: case 1 [2020-12-15T15:09:18.704Z] parser_test.go:455: case 2 [2020-12-15T15:09:18.704Z] parser_test.go:455: case 3 [2020-12-15T15:09:18.704Z] parser_test.go:455: case 4 [2020-12-15T15:09:18.704Z] parser_test.go:455: case 5 [2020-12-15T15:09:18.704Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-12-15T15:09:18.704Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-12-15T15:09:18.704Z] === RUN TestValidateMount [2020-12-15T15:09:18.704Z] --- PASS: TestValidateMount (0.00s) [2020-12-15T15:09:18.704Z] PASS [2020-12-15T15:09:18.704Z] coverage: 66.2% of statements [2020-12-15T15:09:18.704Z] ok github.com/docker/docker/volume/mounts 0.092s coverage: 66.2% of statements [2020-12-15T15:09:18.704Z] === RUN TestGetAddress [2020-12-15T15:09:18.704Z] --- PASS: TestGetAddress (0.00s) [2020-12-15T15:09:18.704Z] === RUN TestRemove [2020-12-15T15:09:18.704Z] --- SKIP: TestRemove (0.00s) [2020-12-15T15:09:18.704Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-12-15T15:09:18.704Z] === RUN TestInitializeWithVolumes [2020-12-15T15:09:18.704Z] --- PASS: TestInitializeWithVolumes (0.00s) [2020-12-15T15:09:18.704Z] === RUN TestCreate [2020-12-15T15:09:18.704Z] --- PASS: TestCreate (0.00s) [2020-12-15T15:09:18.704Z] === RUN TestValidateName [2020-12-15T15:09:18.704Z] --- PASS: TestValidateName (0.00s) [2020-12-15T15:09:18.704Z] === RUN TestCreateWithOpts [2020-12-15T15:09:18.704Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-12-15T15:09:18.704Z] local_test.go:181: runtime.GOOS == "windows" [2020-12-15T15:09:18.704Z] === RUN TestRelaodNoOpts [2020-12-15T15:09:18.704Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-12-15T15:09:18.704Z] PASS [2020-12-15T15:09:18.704Z] coverage: 41.0% of statements [2020-12-15T15:09:18.704Z] ok github.com/docker/docker/volume/local 0.345s coverage: 41.0% of statements [2020-12-15T15:09:19.174Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.886s coverage: 49.5% of statements [2020-12-15T15:09:19.439Z] --- PASS: TestCreateWithCustomMaskedPaths (2.48s) [2020-12-15T15:09:19.439Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-15T15:09:19.669Z] === RUN TestSetGetMeta [2020-12-15T15:09:19.669Z] === PAUSE TestSetGetMeta [2020-12-15T15:09:19.669Z] === RUN TestRestore [2020-12-15T15:09:19.669Z] === PAUSE TestRestore [2020-12-15T15:09:19.669Z] === RUN TestServiceCreate [2020-12-15T15:09:19.669Z] === PAUSE TestServiceCreate [2020-12-15T15:09:19.669Z] === RUN TestServiceList [2020-12-15T15:09:19.669Z] === PAUSE TestServiceList [2020-12-15T15:09:19.669Z] === RUN TestServiceRemove [2020-12-15T15:09:19.669Z] === PAUSE TestServiceRemove [2020-12-15T15:09:19.669Z] === RUN TestServiceGet [2020-12-15T15:09:19.669Z] === PAUSE TestServiceGet [2020-12-15T15:09:19.669Z] === RUN TestServicePrune [2020-12-15T15:09:19.669Z] === PAUSE TestServicePrune [2020-12-15T15:09:19.669Z] === RUN TestCreate [2020-12-15T15:09:19.669Z] === PAUSE TestCreate [2020-12-15T15:09:19.669Z] === RUN TestRemove [2020-12-15T15:09:19.669Z] === PAUSE TestRemove [2020-12-15T15:09:19.669Z] === RUN TestList [2020-12-15T15:09:19.669Z] === PAUSE TestList [2020-12-15T15:09:19.669Z] === RUN TestFindByDriver [2020-12-15T15:09:19.669Z] === PAUSE TestFindByDriver [2020-12-15T15:09:19.669Z] === RUN TestFindByReferenced [2020-12-15T15:09:19.669Z] === PAUSE TestFindByReferenced [2020-12-15T15:09:19.669Z] === RUN TestDerefMultipleOfSameRef [2020-12-15T15:09:19.669Z] === PAUSE TestDerefMultipleOfSameRef [2020-12-15T15:09:19.669Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-12-15T15:09:19.669Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-12-15T15:09:19.669Z] === RUN TestDefererencePluginOnCreateError [2020-12-15T15:09:19.669Z] === PAUSE TestDefererencePluginOnCreateError [2020-12-15T15:09:19.669Z] === RUN TestRefDerefRemove [2020-12-15T15:09:19.669Z] === PAUSE TestRefDerefRemove [2020-12-15T15:09:19.669Z] === RUN TestGet [2020-12-15T15:09:19.669Z] === PAUSE TestGet [2020-12-15T15:09:19.669Z] === RUN TestGetWithReference [2020-12-15T15:09:19.669Z] === PAUSE TestGetWithReference [2020-12-15T15:09:19.669Z] === RUN TestFilterFunc [2020-12-15T15:09:19.669Z] === RUN TestFilterFunc/test_nil_list [2020-12-15T15:09:19.669Z] === PAUSE TestFilterFunc/test_nil_list [2020-12-15T15:09:19.669Z] === RUN TestFilterFunc/test_empty_list [2020-12-15T15:09:19.669Z] === PAUSE TestFilterFunc/test_empty_list [2020-12-15T15:09:19.669Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-12-15T15:09:19.669Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-12-15T15:09:19.669Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-12-15T15:09:19.669Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-12-15T15:09:19.669Z] === RUN TestFilterFunc/test_filter_some [2020-12-15T15:09:19.669Z] === PAUSE TestFilterFunc/test_filter_some [2020-12-15T15:09:19.669Z] === RUN TestFilterFunc/test_filter_middle [2020-12-15T15:09:19.669Z] === PAUSE TestFilterFunc/test_filter_middle [2020-12-15T15:09:19.669Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-12-15T15:09:19.669Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-12-15T15:09:19.669Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-12-15T15:09:19.669Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-12-15T15:09:19.669Z] === CONT TestFilterFunc/test_nil_list [2020-12-15T15:09:19.669Z] === CONT TestFilterFunc/test_filter_some [2020-12-15T15:09:19.669Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-12-15T15:09:19.669Z] === CONT TestFilterFunc/test_empty_list [2020-12-15T15:09:19.669Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-12-15T15:09:19.669Z] === CONT TestFilterFunc/test_filter_middle [2020-12-15T15:09:19.669Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-12-15T15:09:19.669Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-12-15T15:09:19.669Z] --- PASS: TestFilterFunc (0.00s) [2020-12-15T15:09:19.669Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-12-15T15:09:19.669Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-12-15T15:09:19.669Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-12-15T15:09:19.669Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-12-15T15:09:19.669Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-12-15T15:09:19.669Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-12-15T15:09:19.669Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-12-15T15:09:19.669Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-12-15T15:09:19.669Z] === CONT TestSetGetMeta [2020-12-15T15:09:19.669Z] === CONT TestDerefMultipleOfSameRef [2020-12-15T15:09:19.669Z] === CONT TestRefDerefRemove [2020-12-15T15:09:19.669Z] === CONT TestGetWithReference [2020-12-15T15:09:19.669Z] --- PASS: TestSetGetMeta (0.01s) [2020-12-15T15:09:19.669Z] === CONT TestDefererencePluginOnCreateError [2020-12-15T15:09:19.669Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2020-12-15T15:09:19.669Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-12-15T15:09:19.669Z] --- PASS: TestRefDerefRemove (0.02s) [2020-12-15T15:09:19.669Z] === CONT TestServicePrune [2020-12-15T15:09:19.669Z] --- PASS: TestGetWithReference (0.02s) [2020-12-15T15:09:19.669Z] === CONT TestFindByReferenced [2020-12-15T15:09:19.669Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2020-12-15T15:09:19.669Z] === CONT TestFindByDriver [2020-12-15T15:09:19.669Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2020-12-15T15:09:19.669Z] === CONT TestList [2020-12-15T15:09:19.669Z] --- PASS: TestFindByReferenced (0.03s) [2020-12-15T15:09:19.669Z] === CONT TestRemove [2020-12-15T15:09:19.669Z] --- PASS: TestFindByDriver (0.02s) [2020-12-15T15:09:19.669Z] === CONT TestCreate [2020-12-15T15:09:19.669Z] --- PASS: TestList (0.02s) [2020-12-15T15:09:19.669Z] === CONT TestGet [2020-12-15T15:09:19.669Z] --- PASS: TestRemove (0.02s) [2020-12-15T15:09:19.669Z] === CONT TestServiceList [2020-12-15T15:09:19.669Z] --- PASS: TestCreate (0.01s) [2020-12-15T15:09:19.669Z] === CONT TestServiceGet [2020-12-15T15:09:19.669Z] --- PASS: TestGet (0.02s) [2020-12-15T15:09:19.669Z] === CONT TestServiceRemove [2020-12-15T15:09:19.669Z] --- PASS: TestServiceGet (0.05s) [2020-12-15T15:09:19.669Z] === CONT TestServiceCreate [2020-12-15T15:09:19.669Z] time="2020-12-15T15:09:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-12-15T15:09:19.669Z] --- PASS: TestServiceRemove (0.05s) [2020-12-15T15:09:19.669Z] === CONT TestRestore [2020-12-15T15:09:19.669Z] --- PASS: TestServiceList (0.06s) [2020-12-15T15:09:19.669Z] time="2020-12-15T15:09:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-12-15T15:09:19.669Z] time="2020-12-15T15:09:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-12-15T15:09:19.669Z] --- PASS: TestServiceCreate (0.02s) [2020-12-15T15:09:19.669Z] time="2020-12-15T15:09:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-12-15T15:09:19.669Z] time="2020-12-15T15:09:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-12-15T15:09:19.669Z] --- PASS: TestRestore (0.02s) [2020-12-15T15:09:19.669Z] --- PASS: TestServicePrune (0.13s) [2020-12-15T15:09:19.669Z] PASS [2020-12-15T15:09:19.669Z] coverage: 70.3% of statements [2020-12-15T15:09:19.669Z] ok github.com/docker/docker/volume/service 0.308s coverage: 70.3% of statements [2020-12-15T15:09:21.094Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.017s coverage: 58.0% of statements [2020-12-15T15:09:21.095Z] ok github.com/docker/docker/daemon 12.291s coverage: 17.2% of statements [2020-12-15T15:09:21.095Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-12-15T15:09:21.095Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-12-15T15:09:21.095Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-12-15T15:09:21.095Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-12-15T15:09:21.095Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-12-15T15:09:21.095Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.016s coverage: 3.0% of statements [2020-12-15T15:09:21.669Z] ok github.com/docker/docker/daemon/links 0.046s coverage: 93.0% of statements [2020-12-15T15:09:22.159Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.53s) [2020-12-15T15:09:22.159Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-15T15:09:22.159Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:09:22.159Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:09:22.159Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:09:22.159Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:09:22.159Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:09:22.159Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:09:22.159Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:09:22.159Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:09:22.159Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:09:22.159Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:09:22.159Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:09:22.159Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:09:22.159Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:09:22.159Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:09:22.159Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:09:22.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-12-15T15:09:22.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2020-12-15T15:09:22.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-12-15T15:09:22.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-12-15T15:09:22.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2020-12-15T15:09:22.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-12-15T15:09:22.159Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-15T15:09:22.787Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.87s) [2020-12-15T15:09:22.787Z] === RUN TestCreateDifferentPlatform [2020-12-15T15:09:22.787Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-15T15:09:22.787Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-15T15:09:22.787Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-12-15T15:09:22.787Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-15T15:09:22.787Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-15T15:09:22.787Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-15T15:09:22.787Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-12-15T15:09:22.787Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-15T15:09:22.787Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2020-12-15T15:09:22.787Z] === RUN TestContainerStartOnDaemonRestart [2020-12-15T15:09:22.787Z] === PAUSE TestContainerStartOnDaemonRestart [2020-12-15T15:09:22.787Z] === RUN TestDaemonRestartIpcMode [2020-12-15T15:09:22.787Z] === PAUSE TestDaemonRestartIpcMode [2020-12-15T15:09:22.787Z] === RUN TestDaemonHostGatewayIP [2020-12-15T15:09:22.787Z] === PAUSE TestDaemonHostGatewayIP [2020-12-15T15:09:22.787Z] === RUN TestContainerKillOnDaemonStart [2020-12-15T15:09:22.787Z] === PAUSE TestContainerKillOnDaemonStart [2020-12-15T15:09:22.787Z] === RUN TestDiff [2020-12-15T15:09:23.615Z] ok github.com/docker/docker/daemon/logger 0.255s coverage: 41.0% of statements [2020-12-15T15:09:23.814Z] --- PASS: TestDiff (0.86s) [2020-12-15T15:09:23.814Z] === RUN TestExecWithCloseStdin [2020-12-15T15:09:24.349Z] --- PASS: TestNewClientWithTimeout (17.62s) [2020-12-15T15:09:24.349Z] === RUN TestClientStream [2020-12-15T15:09:24.349Z] --- PASS: TestClientStream (0.00s) [2020-12-15T15:09:24.349Z] === RUN TestClientSendFile [2020-12-15T15:09:24.349Z] --- PASS: TestClientSendFile (0.00s) [2020-12-15T15:09:24.349Z] === RUN TestClientWithRequestTimeout [2020-12-15T15:09:24.349Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2020-12-15T15:09:24.349Z] === RUN TestFileSpecPlugin [2020-12-15T15:09:24.349Z] --- PASS: TestFileSpecPlugin (0.00s) [2020-12-15T15:09:24.349Z] === RUN TestFileJSONSpecPlugin [2020-12-15T15:09:24.349Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-12-15T15:09:24.349Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-12-15T15:09:24.349Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-12-15T15:09:24.349Z] === RUN TestPluginAddHandler [2020-12-15T15:09:24.349Z] --- PASS: TestPluginAddHandler (0.00s) [2020-12-15T15:09:24.349Z] === RUN TestPluginWaitBadPlugin [2020-12-15T15:09:24.349Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-12-15T15:09:24.349Z] === RUN TestGet [2020-12-15T15:09:24.349Z] time="2020-12-15T15:09:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-12-15T15:09:24.443Z] --- PASS: TestExecWithCloseStdin (0.91s) [2020-12-15T15:09:24.443Z] === RUN TestExec [2020-12-15T15:09:24.564Z] ok github.com/docker/docker/daemon/images 0.068s coverage: 6.5% of statements [2020-12-15T15:09:24.564Z] ok github.com/docker/docker/daemon/logger/awslogs 0.265s coverage: 77.8% of statements [2020-12-15T15:09:24.808Z] time="2020-12-15T15:09:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-12-15T15:09:25.138Z] ok github.com/docker/docker/daemon/logger/gelf 0.037s coverage: 67.0% of statements [2020-12-15T15:09:25.201Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:09:25.201Z] [2020-12-15T15:09:25.201Z] + TEST_INTEGRATION_DEST=2 [2020-12-15T15:09:25.201Z] + CONTAINER_NAME=docker-pr2-2 [2020-12-15T15:09:25.201Z] + TEST_SKIP_INTEGRATION=1 [2020-12-15T15:09:25.201Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-12-15T15:09:25.201Z] + run_tests [2020-12-15T15:09:25.201Z] + c=0 [2020-12-15T15:09:25.201Z] + '[' -n 0 ']' [2020-12-15T15:09:25.201Z] + rm= [2020-12-15T15:09:25.201Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41800/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41800/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh '' test-integration [2020-12-15T15:09:25.201Z] + TEST_INTEGRATION_DEST=1 [2020-12-15T15:09:25.201Z] + CONTAINER_NAME=docker-pr2-1 [2020-12-15T15:09:25.201Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-12-15T15:09:25.201Z] + run_tests test-integration-flaky [2020-12-15T15:09:25.201Z] + '[' -n 0 ']' [2020-12-15T15:09:25.201Z] + rm= [2020-12-15T15:09:25.201Z] + TEST_INTEGRATION_DEST=3 [2020-12-15T15:09:25.201Z] + CONTAINER_NAME=docker-pr2-3 [2020-12-15T15:09:25.201Z] + TEST_SKIP_INTEGRATION=1 [2020-12-15T15:09:25.201Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-12-15T15:09:25.201Z] + run_tests [2020-12-15T15:09:25.201Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41800/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41800/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh test-integration-flaky test-integration [2020-12-15T15:09:25.201Z] + '[' -n 0 ']' [2020-12-15T15:09:25.201Z] + rm= [2020-12-15T15:09:25.202Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41800/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41800/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh '' test-integration [2020-12-15T15:09:25.202Z] ++ jobs -p [2020-12-15T15:09:25.202Z] + for job in $(jobs -p) [2020-12-15T15:09:25.202Z] + wait 18492 [2020-12-15T15:09:25.202Z] [2020-12-15T15:09:25.202Z] [2020-12-15T15:09:25.202Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-15T15:09:25.202Z] [2020-12-15T15:09:25.202Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-15T15:09:25.202Z] HOSTNAME=1a1e7d40fc61 [2020-12-15T15:09:25.202Z] TEST_SKIP_INTEGRATION=1 [2020-12-15T15:09:25.202Z] TESTDEBUG=0 [2020-12-15T15:09:25.202Z] DEST=bundles/test-integration [2020-12-15T15:09:25.202Z] PWD=/go/src/github.com/docker/docker [2020-12-15T15:09:25.202Z] KEEPBUNDLE=1 [2020-12-15T15:09:25.202Z] DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:09:25.202Z] container=docker [2020-12-15T15:09:25.202Z] HOME=/root [2020-12-15T15:09:25.202Z] GOLANG_VERSION=1.13.15 [2020-12-15T15:09:25.202Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-15T15:09:25.202Z] VALIDATE_BRANCH=master [2020-12-15T15:09:25.202Z] TERM=xterm [2020-12-15T15:09:25.202Z] DOCKER_PKG=github.com/docker/docker [2020-12-15T15:09:25.202Z] SHLVL=1 [2020-12-15T15:09:25.202Z] TIMEOUT=120m [2020-12-15T15:09:25.202Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-15T15:09:25.202Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-15T15:09:25.202Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-12-15T15:09:25.202Z] GO111MODULE=off [2020-12-15T15:09:25.202Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-15T15:09:25.202Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-15T15:09:25.202Z] GOPATH=/go [2020-12-15T15:09:25.202Z] PKG_CONFIG=pkg-config [2020-12-15T15:09:25.202Z] _=/usr/bin/env [2020-12-15T15:09:25.202Z] Building test suite binary ./integration-cli/test.main [2020-12-15T15:09:25.202Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-12-15T15:09:25.202Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-15T15:09:25.202Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-15T15:09:25.202Z] HOSTNAME=8e490e0b7de5 [2020-12-15T15:09:25.202Z] TEST_SKIP_INTEGRATION=1 [2020-12-15T15:09:25.202Z] TESTDEBUG=0 [2020-12-15T15:09:25.202Z] DEST=bundles/test-integration [2020-12-15T15:09:25.202Z] PWD=/go/src/github.com/docker/docker [2020-12-15T15:09:25.202Z] KEEPBUNDLE=1 [2020-12-15T15:09:25.202Z] DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:09:25.202Z] container=docker [2020-12-15T15:09:25.202Z] HOME=/root [2020-12-15T15:09:25.202Z] GOLANG_VERSION=1.13.15 [2020-12-15T15:09:25.202Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-15T15:09:25.202Z] VALIDATE_BRANCH=master [2020-12-15T15:09:25.202Z] TERM=xterm [2020-12-15T15:09:25.202Z] DOCKER_PKG=github.com/docker/docker [2020-12-15T15:09:25.202Z] SHLVL=1 [2020-12-15T15:09:25.202Z] TIMEOUT=120m [2020-12-15T15:09:25.202Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-15T15:09:25.202Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-15T15:09:25.202Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-12-15T15:09:25.202Z] GO111MODULE=off [2020-12-15T15:09:25.202Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-15T15:09:25.202Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-15T15:09:25.202Z] GOPATH=/go [2020-12-15T15:09:25.202Z] PKG_CONFIG=pkg-config [2020-12-15T15:09:25.202Z] _=/usr/bin/env [2020-12-15T15:09:25.202Z] Building test suite binary ./integration-cli/test.main [2020-12-15T15:09:25.202Z] No new tests added to integration. [2020-12-15T15:09:25.202Z] [2020-12-15T15:09:25.202Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-15T15:09:25.202Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-15T15:09:25.202Z] HOSTNAME=05abfb282a04 [2020-12-15T15:09:25.202Z] TESTDEBUG=0 [2020-12-15T15:09:25.202Z] DEST=bundles/test-integration [2020-12-15T15:09:25.202Z] PWD=/go/src/github.com/docker/docker [2020-12-15T15:09:25.202Z] KEEPBUNDLE=1 [2020-12-15T15:09:25.202Z] DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:09:25.202Z] container=docker [2020-12-15T15:09:25.202Z] HOME=/root [2020-12-15T15:09:25.202Z] GOLANG_VERSION=1.13.15 [2020-12-15T15:09:25.202Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-15T15:09:25.202Z] VALIDATE_BRANCH=master [2020-12-15T15:09:25.202Z] TERM=xterm [2020-12-15T15:09:25.202Z] DOCKER_PKG=github.com/docker/docker [2020-12-15T15:09:25.202Z] SHLVL=1 [2020-12-15T15:09:25.202Z] TIMEOUT=120m [2020-12-15T15:09:25.202Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-15T15:09:25.202Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-15T15:09:25.202Z] GO111MODULE=off [2020-12-15T15:09:25.202Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-12-15T15:09:25.202Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-15T15:09:25.202Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-15T15:09:25.202Z] GOPATH=/go [2020-12-15T15:09:25.202Z] PKG_CONFIG=pkg-config [2020-12-15T15:09:25.202Z] _=/usr/bin/env [2020-12-15T15:09:25.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-12-15T15:09:25.470Z] --- PASS: TestExec (0.93s) [2020-12-15T15:09:25.470Z] === RUN TestExecUser [2020-12-15T15:09:25.716Z] ok github.com/docker/docker/daemon/logger/journald 0.014s coverage: 23.9% of statements [2020-12-15T15:09:25.978Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.022s coverage: 87.2% of statements [2020-12-15T15:09:25.978Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.424s coverage: 57.7% of statements [2020-12-15T15:09:25.978Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-12-15T15:09:25.978Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-12-15T15:09:25.978Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-12-15T15:09:25.978Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-12-15T15:09:25.978Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-12-15T15:09:25.978Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-12-15T15:09:26.240Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.023s coverage: 61.6% of statements [2020-12-15T15:09:26.503Z] --- PASS: TestExecUser (0.99s) [2020-12-15T15:09:26.503Z] === RUN TestExportContainerAndImportImage [2020-12-15T15:09:26.984Z] time="2020-12-15T15:09:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-12-15T15:09:27.631Z] ok github.com/docker/docker/daemon/logger/local 0.064s coverage: 75.2% of statements [2020-12-15T15:09:27.631Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-12-15T15:09:28.002Z] --- PASS: TestExportContainerAndImportImage (1.23s) [2020-12-15T15:09:28.002Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-15T15:09:28.214Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.050s coverage: 58.6% of statements [2020-12-15T15:09:28.214Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.037s coverage: 33.3% of statements [2020-12-15T15:09:29.162Z] ok github.com/docker/docker/daemon/logger/templates 0.028s coverage: 8.3% of statements [2020-12-15T15:09:29.423Z] ok github.com/docker/docker/daemon/logger/syslog 0.024s coverage: 46.8% of statements [2020-12-15T15:09:29.500Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s) [2020-12-15T15:09:29.500Z] === RUN TestHealthCheckWorkdir [2020-12-15T15:09:29.998Z] ok github.com/docker/docker/daemon/network 0.015s coverage: 63.8% of statements [2020-12-15T15:09:30.563Z] --- PASS: TestHealthCheckWorkdir (1.19s) [2020-12-15T15:09:30.563Z] === RUN TestHealthKillContainer [2020-12-15T15:09:30.573Z] ok github.com/docker/docker/daemon/logger/splunk 1.833s coverage: 82.5% of statements [2020-12-15T15:09:30.573Z] ? github.com/docker/docker/daemon/names [no test files] [2020-12-15T15:09:30.573Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-12-15T15:09:31.518Z] ok github.com/docker/docker/distribution/metadata 0.133s coverage: 48.2% of statements [2020-12-15T15:09:31.662Z] time="2020-12-15T15:09:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-12-15T15:09:32.907Z] ok github.com/docker/docker/errdefs 0.013s coverage: 53.1% of statements [2020-12-15T15:09:32.907Z] ok github.com/docker/docker/distribution 0.278s coverage: 25.1% of statements [2020-12-15T15:09:32.907Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-12-15T15:09:33.169Z] ok github.com/docker/docker/image 0.068s coverage: 86.4% of statements [2020-12-15T15:09:33.297Z] --- PASS: TestHealthKillContainer (2.96s) [2020-12-15T15:09:33.297Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-15T15:09:33.744Z] ok github.com/docker/docker/distribution/xfer 1.704s coverage: 85.1% of statements [2020-12-15T15:09:33.744Z] ? github.com/docker/docker/dockerversion [no test files] [2020-12-15T15:09:34.320Z] ok github.com/docker/docker/image/cache 0.057s coverage: 19.2% of statements [2020-12-15T15:09:34.320Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-12-15T15:09:34.320Z] ok github.com/docker/docker/image/v1 0.063s coverage: 25.0% of statements [2020-12-15T15:09:34.320Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-12-15T15:09:34.320Z] ok github.com/docker/docker/libcontainerd/queue 0.052s coverage: 100.0% of statements [2020-12-15T15:09:34.324Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s) [2020-12-15T15:09:34.324Z] === RUN TestIpcModeNone [2020-12-15T15:09:35.385Z] --- PASS: TestIpcModeNone (0.92s) [2020-12-15T15:09:35.385Z] === RUN TestIpcModePrivate [2020-12-15T15:09:35.710Z] ok github.com/docker/docker/pkg/aaparser 0.018s coverage: 52.9% of statements [2020-12-15T15:09:35.710Z] ok github.com/docker/docker/oci 0.019s coverage: 8.2% of statements [2020-12-15T15:09:35.710Z] ok github.com/docker/docker/opts 0.060s coverage: 67.1% of statements [2020-12-15T15:09:36.013Z] --- PASS: TestIpcModePrivate (0.97s) [2020-12-15T15:09:36.013Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-12-15T15:09:36.013Z] === RUN TestIpcModeShareable [2020-12-15T15:09:36.657Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2020-12-15T15:09:37.042Z] --- PASS: TestIpcModeShareable (0.98s) [2020-12-15T15:09:37.042Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-12-15T15:09:37.042Z] === RUN TestAPIIpcModeShareableAndContainer [2020-12-15T15:09:37.604Z] ok github.com/docker/docker/pkg/capabilities 0.019s coverage: 87.5% of statements [2020-12-15T15:09:38.178Z] ok github.com/docker/docker/pkg/authorization 0.839s coverage: 68.3% of statements [2020-12-15T15:09:39.122Z] ok github.com/docker/docker/pkg/directory 0.015s coverage: 80.0% of statements [2020-12-15T15:09:39.384Z] ok github.com/docker/docker/pkg/archive 1.177s coverage: 76.8% of statements [2020-12-15T15:09:39.645Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2020-12-15T15:09:39.908Z] ok github.com/docker/docker/pkg/discovery/file 0.022s coverage: 97.6% of statements [2020-12-15T15:09:40.221Z] --- PASS: TestGet (15.00s) [2020-12-15T15:09:40.221Z] === RUN TestPluginWithNoManifest [2020-12-15T15:09:40.221Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-12-15T15:09:40.221Z] === RUN TestGetAll [2020-12-15T15:09:40.221Z] --- PASS: TestGetAll (0.00s) [2020-12-15T15:09:40.221Z] PASS [2020-12-15T15:09:40.221Z] coverage: 73.4% of statements [2020-12-15T15:09:40.221Z] ok github.com/docker/docker/pkg/plugins 34.997s coverage: 73.4% of statements [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/pkg/term [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/quota [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/rootless [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/testutil/request [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/volume [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-12-15T15:09:40.221Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === Skipped [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-12-15T15:09:40.221Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-12-15T15:09:40.221Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-12-15T15:09:40.221Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-12-15T15:09:40.221Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-12-15T15:09:40.221Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-12-15T15:09:40.221Z] client_test.go:23: runtime.GOOS == "windows" [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-12-15T15:09:40.221Z] daemon_test.go:147: root required [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-12-15T15:09:40.221Z] reload_test.go:520: root required [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-12-15T15:09:40.221Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-12-15T15:09:40.221Z] pull_v2_test.go:73: Needs fixing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-12-15T15:09:40.221Z] pull_v2_test.go:118: Needs fixing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-12-15T15:09:40.221Z] download_test.go:268: Needs fixing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-12-15T15:09:40.221Z] layer_test.go:304: Failing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-12-15T15:09:40.221Z] layer_test.go:353: Failing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-12-15T15:09:40.221Z] layer_test.go:468: Failing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-12-15T15:09:40.221Z] layer_test.go:697: Failing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-12-15T15:09:40.221Z] migration_test.go:46: Failing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-12-15T15:09:40.221Z] migration_test.go:182: Failing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-12-15T15:09:40.221Z] mount_test.go:17: Failing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-12-15T15:09:40.221Z] mount_test.go:76: Failing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-12-15T15:09:40.221Z] mount_test.go:125: Failing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-12-15T15:09:40.221Z] mount_test.go:212: Failing on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:133: Xz not present in msys2 [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:238: Failing on Windows CI machines [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-12-15T15:09:40.221Z] archive_windows_test.go:16: Currently fails [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-12-15T15:09:40.221Z] changes_test.go:192: needs more investigation [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-12-15T15:09:40.221Z] changes_test.go:405: needs further investigation [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-12-15T15:09:40.221Z] changes_test.go:441: needs further investigation [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-12-15T15:09:40.221Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-12-15T15:09:40.221Z] poller_test.go:41: No chmod on Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-12-15T15:09:40.221Z] fileutils_test.go:134: Needs porting to Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-12-15T15:09:40.221Z] fileutils_test.go:180: Needs porting to Windows [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-12-15T15:09:40.221Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-12-15T15:09:40.221Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-12-15T15:09:40.221Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-12-15T15:09:40.221Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-12-15T15:09:40.221Z] local_test.go:181: runtime.GOOS == "windows" [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] [2020-12-15T15:09:40.221Z] DONE 1792 tests, 45 skipped in 182.603s [2020-12-15T15:09:40.221Z] INFO: make.ps1 ended at 12/15/2020 15:09:39 [2020-12-15T15:09:40.676Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.99s) [2020-12-15T15:09:40.676Z] === RUN TestAPIIpcModeHost [2020-12-15T15:09:40.676Z] --- PASS: TestAPIIpcModeHost (0.64s) [2020-12-15T15:09:40.676Z] === RUN TestDaemonIpcModeShareable [2020-12-15T15:09:40.852Z] ok github.com/docker/docker/pkg/discovery/memory 0.022s coverage: 92.3% of statements [2020-12-15T15:09:41.113Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-12-15T15:09:41.686Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-12-15T15:09:41.755Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-12-15T15:09:41.755Z] INFO: Unit tests ended at 12/15/2020 15:09:41. Duration:00:03:15.4087917 [2020-12-15T15:09:41.755Z] INFO: Building busybox [2020-12-15T15:09:41.755Z] Sending build context to Docker daemon 5.12kB [2020-12-15T15:09:41.755Z] [2020-12-15T15:09:41.755Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-12-15T15:09:41.755Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-12-15T15:09:41.755Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-12-15T15:09:41.755Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-12-15T15:09:41.755Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-12-15T15:09:41.755Z] ---> c0773f9ce353 [2020-12-15T15:09:41.755Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-12-15T15:09:41.755Z] ---> Running in 679ef52d61b8 [2020-12-15T15:09:42.259Z] ok github.com/docker/docker/pkg/chrootarchive 3.556s coverage: 43.2% of statements [2020-12-15T15:09:42.732Z] --- PASS: TestDaemonIpcModeShareable (1.89s) [2020-12-15T15:09:42.732Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-12-15T15:09:42.732Z] === RUN TestDaemonIpcModePrivate [2020-12-15T15:09:42.832Z] ok github.com/docker/docker/pkg/filenotify 0.614s coverage: 67.0% of statements [2020-12-15T15:09:42.832Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2020-12-15T15:09:43.406Z] ok github.com/docker/docker/pkg/homedir 0.012s coverage: 11.4% of statements [2020-12-15T15:09:43.668Z] ok github.com/docker/docker/pkg/fsutils 0.314s coverage: 85.1% of statements [2020-12-15T15:09:43.931Z] ok github.com/docker/docker/pkg/discovery/kv 3.093s coverage: 84.1% of statements [2020-12-15T15:09:44.286Z] --- PASS: TestDaemonIpcModePrivate (1.74s) [2020-12-15T15:09:44.286Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-12-15T15:09:44.286Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-12-15T15:09:44.876Z] ok github.com/docker/docker/pkg/idtools 0.642s coverage: 70.1% of statements [2020-12-15T15:09:44.876Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2020-12-15T15:09:45.138Z] ok github.com/docker/docker/pkg/ioutils 0.607s coverage: 69.3% of statements [2020-12-15T15:09:45.138Z] ok github.com/docker/docker/layer 8.014s coverage: 68.8% of statements [2020-12-15T15:09:45.138Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-12-15T15:09:45.138Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-12-15T15:09:45.138Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-12-15T15:09:45.138Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-12-15T15:09:45.138Z] ? github.com/docker/docker/oci/caps [no test files] [2020-12-15T15:09:45.138Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-12-15T15:09:45.138Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-12-15T15:09:45.138Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-12-15T15:09:45.399Z] ok github.com/docker/docker/pkg/longpath 0.016s coverage: 100.0% of statements [2020-12-15T15:09:45.399Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-12-15T15:09:45.399Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-12-15T15:09:45.399Z] ok github.com/docker/docker/pkg/namesgenerator 0.016s coverage: 85.7% of statements [2020-12-15T15:09:45.399Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-12-15T15:09:45.662Z] ok github.com/docker/docker/pkg/parsers 0.013s coverage: 97.0% of statements [2020-12-15T15:09:45.925Z] ok github.com/docker/docker/pkg/parsers/kernel 0.027s coverage: 60.0% of statements [2020-12-15T15:09:45.925Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.028s coverage: 86.7% of statements [2020-12-15T15:09:46.187Z] ok github.com/docker/docker/pkg/pidfile 0.047s coverage: 82.4% of statements [2020-12-15T15:09:46.187Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-12-15T15:09:46.187Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-12-15T15:09:46.382Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s) [2020-12-15T15:09:46.382Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-12-15T15:09:46.382Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-12-15T15:09:46.438Z] Removing intermediate container 679ef52d61b8 [2020-12-15T15:09:46.439Z] ---> 353b6de19646 [2020-12-15T15:09:46.439Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-12-15T15:09:46.439Z] ---> Running in 88f0b2555bf5 [2020-12-15T15:09:46.761Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.054s coverage: 56.8% of statements [2020-12-15T15:09:46.897Z] Removing intermediate container 88f0b2555bf5 [2020-12-15T15:09:46.897Z] ---> 676619742b64 [2020-12-15T15:09:46.897Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-12-15T15:09:46.897Z] ---> Running in 42fb15ad6947 [2020-12-15T15:09:47.336Z] ok github.com/docker/docker/pkg/pools 0.019s coverage: 88.2% of statements [2020-12-15T15:09:47.355Z] Removing intermediate container 42fb15ad6947 [2020-12-15T15:09:47.355Z] ---> 47fa9150590f [2020-12-15T15:09:47.355Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-12-15T15:09:47.598Z] ok github.com/docker/docker/pkg/plugins/transport 0.016s coverage: 85.7% of statements [2020-12-15T15:09:47.598Z] ok github.com/docker/docker/pkg/progress 0.017s coverage: 75.9% of statements [2020-12-15T15:09:48.008Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2020-12-15T15:09:48.008Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-12-15T15:09:48.008Z] === RUN TestIpcModeOlderClient [2020-12-15T15:09:48.008Z] === PAUSE TestIpcModeOlderClient [2020-12-15T15:09:48.008Z] === RUN TestKillContainerInvalidSignal [2020-12-15T15:09:48.173Z] ok github.com/docker/docker/pkg/reexec 0.017s coverage: 82.4% of statements [2020-12-15T15:09:48.319Z] [2020-12-15T15:09:48.747Z] ok github.com/docker/docker/pkg/stdcopy 0.012s coverage: 100.0% of statements [2020-12-15T15:09:48.777Z] ---> 3579edfe1338 [2020-12-15T15:09:48.777Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-12-15T15:09:48.777Z] ---> Running in 84b0261aa66b [2020-12-15T15:09:49.008Z] ok github.com/docker/docker/pkg/pubsub 1.077s coverage: 75.0% of statements [2020-12-15T15:09:49.036Z] --- PASS: TestKillContainerInvalidSignal (0.88s) [2020-12-15T15:09:49.036Z] === RUN TestKillContainer [2020-12-15T15:09:49.036Z] === RUN TestKillContainer/no_signal [2020-12-15T15:09:49.270Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-12-15T15:09:49.531Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2020-12-15T15:09:49.730Z] === RUN TestKillContainer/non_killing_signal [2020-12-15T15:09:50.359Z] === RUN TestKillContainer/killing_signal [2020-12-15T15:09:50.477Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 54.2% of statements [2020-12-15T15:09:50.477Z] ok github.com/docker/docker/pkg/system 0.026s coverage: 36.9% of statements [2020-12-15T15:09:51.050Z] ok github.com/docker/docker/pkg/tailfile 0.111s coverage: 88.6% of statements [2020-12-15T15:09:51.050Z] ok github.com/docker/docker/pkg/signal 2.785s coverage: 61.0% of statements [2020-12-15T15:09:51.622Z] ok github.com/docker/docker/pkg/tarsum 0.132s coverage: 89.3% of statements [2020-12-15T15:09:51.622Z] testing: warning: no tests to run [2020-12-15T15:09:51.622Z] coverage: [no statements] [2020-12-15T15:09:51.622Z] ok github.com/docker/docker/pkg/term/windows 0.011s coverage: [no statements] [no tests to run] [2020-12-15T15:09:51.884Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2020-12-15T15:09:51.884Z] ok github.com/docker/docker/pkg/urlutil 0.009s coverage: 100.0% of statements [2020-12-15T15:09:51.884Z] ok github.com/docker/docker/pkg/useragent 0.018s coverage: 88.9% of statements [2020-12-15T15:09:51.898Z] --- PASS: TestKillContainer (2.66s) [2020-12-15T15:09:51.898Z] --- PASS: TestKillContainer/no_signal (0.85s) [2020-12-15T15:09:51.898Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2020-12-15T15:09:51.898Z] --- PASS: TestKillContainer/killing_signal (0.87s) [2020-12-15T15:09:51.898Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-15T15:09:51.898Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-12-15T15:09:52.316Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:09:52.316Z] [2020-12-15T15:09:52.316Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-15T15:09:52.316Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-15T15:09:52.316Z] HOSTNAME=e4a9d685f41b [2020-12-15T15:09:52.316Z] DEST=bundles/test-integration [2020-12-15T15:09:52.316Z] PWD=/go/src/github.com/docker/docker [2020-12-15T15:09:52.316Z] DOCKER_ROOTLESS=1 [2020-12-15T15:09:52.316Z] DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:09:52.316Z] container=docker [2020-12-15T15:09:52.316Z] HOME=/root [2020-12-15T15:09:52.316Z] GOLANG_VERSION=1.13.15 [2020-12-15T15:09:52.316Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-15T15:09:52.316Z] VALIDATE_BRANCH=master [2020-12-15T15:09:52.316Z] TERM=xterm [2020-12-15T15:09:52.316Z] DOCKER_PKG=github.com/docker/docker [2020-12-15T15:09:52.316Z] SHLVL=1 [2020-12-15T15:09:52.316Z] TIMEOUT=120m [2020-12-15T15:09:52.316Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-15T15:09:52.316Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-15T15:09:52.316Z] GO111MODULE=off [2020-12-15T15:09:52.316Z] DOCKER_EXPERIMENTAL=1 [2020-12-15T15:09:52.316Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-12-15T15:09:52.316Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-15T15:09:52.316Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-15T15:09:52.316Z] GOPATH=/go [2020-12-15T15:09:52.316Z] PKG_CONFIG=pkg-config [2020-12-15T15:09:52.316Z] _=/usr/bin/env [2020-12-15T15:09:52.316Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-12-15T15:09:52.527Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-12-15T15:09:53.272Z] ok github.com/docker/docker/plugin/v2 0.050s coverage: 14.5% of statements [2020-12-15T15:09:53.272Z] ok github.com/docker/docker/profiles/seccomp 0.019s coverage: 85.4% of statements [2020-12-15T15:09:53.554Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.77s) [2020-12-15T15:09:53.554Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.88s) [2020-12-15T15:09:53.554Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-12-15T15:09:53.554Z] === RUN TestKillStoppedContainer [2020-12-15T15:09:53.554Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-12-15T15:09:53.554Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-15T15:09:53.554Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-12-15T15:09:53.554Z] === RUN TestKillDifferentUserContainer [2020-12-15T15:09:54.219Z] ok github.com/docker/docker/reference 0.018s coverage: 83.7% of statements [2020-12-15T15:09:54.640Z] --- PASS: TestKillDifferentUserContainer (0.87s) [2020-12-15T15:09:54.640Z] === RUN TestInspectOomKilledTrue [2020-12-15T15:09:54.640Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-12-15T15:09:54.640Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:09:54.640Z] === RUN TestInspectOomKilledFalse [2020-12-15T15:09:54.640Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-12-15T15:09:54.640Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:09:54.640Z] === RUN TestLinksEtcHostsContentMatch [2020-12-15T15:09:54.793Z] ok github.com/docker/docker/plugin 0.594s coverage: 23.2% of statements [2020-12-15T15:09:54.929Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2020-12-15T15:09:54.929Z] === RUN TestLinksContainerNames [2020-12-15T15:09:56.181Z] ok github.com/docker/docker/registry 0.166s coverage: 57.2% of statements [2020-12-15T15:09:56.181Z] ok github.com/docker/docker/quota 0.619s coverage: 71.4% of statements [2020-12-15T15:09:56.181Z] ok github.com/docker/docker/registry/resumable 0.044s coverage: 100.0% of statements [2020-12-15T15:09:56.758Z] ok github.com/docker/docker/restartmanager 0.015s coverage: 45.3% of statements [2020-12-15T15:09:56.985Z] --- PASS: TestLinksContainerNames (1.80s) [2020-12-15T15:09:56.985Z] === RUN TestLogsFollowTailEmpty [2020-12-15T15:09:57.020Z] ok github.com/docker/docker/testutil 0.009s coverage: 62.5% of statements [2020-12-15T15:09:57.596Z] ok github.com/docker/docker/runconfig 0.046s coverage: 66.1% of statements [2020-12-15T15:09:57.614Z] --- PASS: TestLogsFollowTailEmpty (0.86s) [2020-12-15T15:09:57.614Z] === RUN TestContainerNetworkMountsNoChown [2020-12-15T15:09:58.313Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/default [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/default [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/private [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/private [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/rprivate [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/rprivate [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/slave [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/slave [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/rslave [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/rslave [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/shared [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/shared [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/rshared [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/rshared [2020-12-15T15:09:58.313Z] === CONT TestMountDaemonRoot/default [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/default/bind_root [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/default/mount_root [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:09:58.313Z] === CONT TestMountDaemonRoot/default/bind_root [2020-12-15T15:09:58.313Z] === CONT TestMountDaemonRoot/rshared [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:09:58.313Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:09:58.313Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:09:58.313Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/shared [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/rslave [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/slave [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/rprivate [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/private [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/private/bind_root [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/private/mount_root [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-12-15T15:09:58.602Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:09:58.602Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/default/mount_root [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:09:58.602Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:09:58.892Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-12-15T15:09:58.892Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:09:58.892Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:09:58.892Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-12-15T15:09:58.892Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:09:58.892Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:09:58.892Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:09:58.892Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:09:58.987Z] ok github.com/docker/docker/volume/drivers 0.046s coverage: 36.1% of statements [2020-12-15T15:09:59.092Z] Removing intermediate container 84b0261aa66b [2020-12-15T15:09:59.092Z] ---> 32b5435595d1 [2020-12-15T15:09:59.092Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-12-15T15:09:59.092Z] ---> Running in ae3f1d3e0e39 [2020-12-15T15:09:59.092Z] [2020-12-15T15:09:59.092Z] SUCCESS: Specified value was saved. [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/private/bind_root [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:09:59.182Z] === CONT TestMountDaemonRoot/private/mount_root [2020-12-15T15:09:59.471Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-12-15T15:09:59.471Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-12-15T15:09:59.471Z] === RUN TestContainerBindMountNonRecursive [2020-12-15T15:10:00.378Z] ok github.com/docker/docker/volume/mounts 0.072s coverage: 67.0% of statements [2020-12-15T15:10:00.950Z] ok github.com/docker/docker/volume/local 0.273s coverage: 76.6% of statements [2020-12-15T15:10:01.263Z] Removing intermediate container ae3f1d3e0e39 [2020-12-15T15:10:01.264Z] ---> e5274460bc00 [2020-12-15T15:10:01.264Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-12-15T15:10:01.264Z] ---> Running in 12a7bc1e9f5b [2020-12-15T15:10:01.521Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2020-12-15T15:10:01.604Z] --- PASS: TestContainerBindMountNonRecursive (2.17s) [2020-12-15T15:10:01.604Z] === RUN TestContainerVolumesMountedAsShared [2020-12-15T15:10:02.285Z] --- PASS: TestContainerVolumesMountedAsShared (0.83s) [2020-12-15T15:10:02.285Z] === RUN TestContainerVolumesMountedAsSlave [2020-12-15T15:10:02.913Z] --- PASS: TestContainerVolumesMountedAsSlave (0.61s) [2020-12-15T15:10:02.913Z] === RUN TestNetworkNat [2020-12-15T15:10:03.944Z] --- PASS: TestNetworkNat (0.84s) [2020-12-15T15:10:03.944Z] === RUN TestNetworkLocalhostTCPNat [2020-12-15T15:10:04.182Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-12-15T15:10:04.995Z] Cannot create a file when that file already exists. [2020-12-15T15:10:05.025Z] --- PASS: TestNetworkLocalhostTCPNat (0.90s) [2020-12-15T15:10:05.025Z] === RUN TestNetworkLoopbackNat [2020-12-15T15:10:08.525Z] --- PASS: TestNetworkLoopbackNat (3.25s) [2020-12-15T15:10:08.525Z] === RUN TestPause [2020-12-15T15:10:09.153Z] --- PASS: TestPause (0.98s) [2020-12-15T15:10:09.153Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-15T15:10:09.153Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-15T15:10:09.153Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-15T15:10:09.153Z] === RUN TestPauseStopPausedContainer [2020-12-15T15:10:09.673Z] Removing intermediate container 12a7bc1e9f5b [2020-12-15T15:10:09.673Z] ---> c847594fcc11 [2020-12-15T15:10:09.673Z] Step 13/13 : CMD ["sh"] [2020-12-15T15:10:09.673Z] ---> Running in d534b2509c40 [2020-12-15T15:10:09.673Z] Removing intermediate container d534b2509c40 [2020-12-15T15:10:09.673Z] ---> a27d1ded7d86 [2020-12-15T15:10:09.673Z] Successfully built a27d1ded7d86 [2020-12-15T15:10:09.673Z] Successfully tagged busybox:latest [2020-12-15T15:10:09.673Z] INFO: Docker images of the daemon under test [2020-12-15T15:10:09.673Z] [2020-12-15T15:10:09.673Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-12-15T15:10:09.673Z] busybox latest a27d1ded7d86 Less than a second ago 5.19GB [2020-12-15T15:10:09.673Z] microsoft/windowsservercore latest c0773f9ce353 11 days ago 5.12GB [2020-12-15T15:10:09.673Z] mcr.microsoft.com/windows/servercore ltsc2019 c0773f9ce353 11 days ago 5.12GB [2020-12-15T15:10:09.673Z] [2020-12-15T15:10:09.673Z] INFO: Running integration tests at 12/15/2020 15:10:09... [2020-12-15T15:10:09.673Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-12-15T15:10:09.673Z] INFO: Integration API tests being run from the host: [2020-12-15T15:10:09.673Z] INFO: make.ps1 starting at 12/15/2020 15:10:09 [2020-12-15T15:10:09.782Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2020-12-15T15:10:09.782Z] === RUN TestPsFilter [2020-12-15T15:10:10.071Z] --- PASS: TestPsFilter (0.28s) [2020-12-15T15:10:10.071Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-15T15:10:10.640Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-12-15T15:10:11.097Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.84s) [2020-12-15T15:10:11.097Z] === RUN TestRemoveContainerWithVolume [2020-12-15T15:10:11.725Z] --- PASS: TestRemoveContainerWithVolume (0.90s) [2020-12-15T15:10:11.725Z] === RUN TestRemoveContainerRunning [2020-12-15T15:10:12.754Z] --- PASS: TestRemoveContainerRunning (0.91s) [2020-12-15T15:10:12.754Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-15T15:10:13.781Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s) [2020-12-15T15:10:13.781Z] === RUN TestRemoveInvalidContainer [2020-12-15T15:10:13.781Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-12-15T15:10:13.781Z] === RUN TestRenameLinkedContainer [2020-12-15T15:10:17.324Z] --- PASS: TestRenameLinkedContainer (3.61s) [2020-12-15T15:10:17.324Z] === RUN TestRenameStoppedContainer [2020-12-15T15:10:18.352Z] --- PASS: TestRenameStoppedContainer (0.88s) [2020-12-15T15:10:18.352Z] === RUN TestRenameRunningContainerAndReuse [2020-12-15T15:10:19.850Z] --- PASS: TestRenameRunningContainerAndReuse (1.85s) [2020-12-15T15:10:19.850Z] === RUN TestRenameInvalidName [2020-12-15T15:10:20.393Z] ......... [ 86%] [2020-12-15T15:10:20.882Z] --- PASS: TestRenameInvalidName (0.89s) [2020-12-15T15:10:20.882Z] === RUN TestRenameAnonymousContainer [2020-12-15T15:10:23.473Z] ok github.com/docker/docker/pkg/plugins 33.649s coverage: 76.6% of statements [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/pkg/term [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/rootless [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/testutil/request [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/volume [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-12-15T15:10:23.473Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === Skipped [2020-12-15T15:10:23.473Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-12-15T15:10:23.473Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-12-15T15:10:23.473Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-12-15T15:10:23.473Z] time="2020-12-15T15:09:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-12-15T15:10:23.473Z] time="2020-12-15T15:09:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-12-15T15:10:23.473Z] time="2020-12-15T15:09:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-12-15T15:10:23.473Z] time="2020-12-15T15:09:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-12-15T15:10:23.473Z] time="2020-12-15T15:09:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-12-15T15:10:23.473Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-12-15T15:10:23.473Z] overlay_test.go:49: Fails to compute changes intermittently [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-12-15T15:10:23.473Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:10:23.473Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-12-15T15:10:23.473Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-12-15T15:10:23.473Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-12-15T15:10:23.473Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] [2020-12-15T15:10:23.473Z] DONE 2191 tests, 26 skipped in 199.099s Post stage [Pipeline] junit [2020-12-15T15:10:23.487Z] Recording test results [2020-12-15T15:10:24.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-12-15T15:10:24.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-12-15T15:10:25.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-12-15T15:10:25.452Z] tests/integration/models_images_test.py ............... [ 89%] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-15T15:10:25.846Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -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:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh dynbinary test-integration [2020-12-15T15:10:26.425Z] --- PASS: TestRenameAnonymousContainer (5.03s) [2020-12-15T15:10:26.425Z] === RUN TestRenameContainerWithSameName [2020-12-15T15:10:26.714Z] --- PASS: TestRenameContainerWithSameName (0.97s) [2020-12-15T15:10:26.714Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-15T15:10:26.794Z] [2020-12-15T15:10:26.794Z] Removing bundles/ [2020-12-15T15:10:26.794Z] [2020-12-15T15:10:26.794Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-12-15T15:10:26.794Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:10:26.794Z] GOOS="" GOARCH="" GOARM="" [2020-12-15T15:10:26.888Z] tests/integration/models_networks_test.py .... [ 90%] [2020-12-15T15:10:28.769Z] --- PASS: TestRenameContainerWithLinkedContainer (1.77s) [2020-12-15T15:10:28.769Z] === RUN TestResize [2020-12-15T15:10:29.796Z] --- PASS: TestResize (1.02s) [2020-12-15T15:10:29.796Z] === RUN TestResizeWithInvalidSize [2020-12-15T15:10:30.425Z] --- PASS: TestResizeWithInvalidSize (0.94s) [2020-12-15T15:10:30.425Z] === RUN TestResizeWhenContainerNotStarted [2020-12-15T15:10:31.452Z] --- PASS: TestResizeWhenContainerNotStarted (0.88s) [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:10:31.452Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:10:31.452Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:10:31.452Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:10:31.452Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:10:31.748Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:10:31.748Z] INFO: Testing against a local daemon [2020-12-15T15:10:31.748Z] === RUN TestBuildWithSession [2020-12-15T15:10:31.748Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-15T15:10:31.748Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:10:31.748Z] === RUN TestBuildSquashParent [2020-12-15T15:10:31.748Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-12-15T15:10:31.748Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:10:31.748Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-15T15:10:31.748Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:10:31.748Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:10:31.748Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:10:31.748Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:10:31.748Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:10:31.748Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:10:31.748Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:10:31.748Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:10:31.748Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:10:31.748Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:10:31.748Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:10:31.748Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:10:31.749Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:10:31.749Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:10:31.749Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:10:31.749Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:10:32.169Z] tests/integration/models_nodes_test.py . [ 91%] [2020-12-15T15:10:32.290Z] ok github.com/docker/docker/api/server/httputils 0.028s coverage: 14.7% of statements [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-12-15T15:10:32.290Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-12-15T15:10:32.290Z] ok github.com/docker/docker/api/types/strslice 0.025s coverage: 90.0% of statements [2020-12-15T15:10:32.290Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 92.2% of statements [2020-12-15T15:10:32.290Z] ok github.com/docker/docker/api/server/router/swarm 0.012s coverage: 5.7% of statements [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/container [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/events [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/image [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/network [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-12-15T15:10:32.290Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-12-15T15:10:32.290Z] ok github.com/docker/docker/api/types/time 0.023s coverage: 100.0% of statements [2020-12-15T15:10:32.291Z] ok github.com/docker/docker/api/types/versions 0.039s coverage: 75.0% of statements [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/builder [no test files] [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-12-15T15:10:32.291Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-12-15T15:10:33.097Z] tests/integration/models_resources_test.py . [ 91%] [2020-12-15T15:10:34.167Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:10:34.167Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:10:34.385Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements [2020-12-15T15:10:35.195Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:10:35.484Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:10:36.983Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:10:36.983Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:10:37.930Z] ok github.com/docker/docker/builder/remotecontext/git 4.669s coverage: 86.3% of statements [2020-12-15T15:10:37.930Z] ok github.com/docker/docker/builder/remotecontext 0.447s coverage: 13.7% of statements [2020-12-15T15:10:39.260Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-12-15T15:10:39.699Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:10:39.699Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:10:40.028Z] ok github.com/docker/docker/builder/dockerfile 1.197s coverage: 48.3% of statements [2020-12-15T15:10:40.028Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-12-15T15:10:40.029Z] ? github.com/docker/docker/cli [no test files] [2020-12-15T15:10:40.029Z] ? github.com/docker/docker/cli/config [no test files] [2020-12-15T15:10:42.415Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:10:42.509Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-12-15T15:10:42.509Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-12-15T15:10:42.704Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:10:43.594Z] ok github.com/docker/docker/client 0.568s coverage: 75.4% of statements [2020-12-15T15:10:44.121Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:10:44.121Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.35s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.37s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.54s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.50s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.46s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.39s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.94s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.44s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.37s) [2020-12-15T15:10:45.490Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.41s) [2020-12-15T15:10:45.490Z] === RUN TestCgroupNamespacesRun [2020-12-15T15:10:46.400Z] tests/integration/regression_test.py ...... [ 98%] [2020-12-15T15:10:46.656Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-12-15T15:10:46.656Z] tests/integration/credentials/utils_test.py . [100%] [2020-12-15T15:10:46.656Z] [2020-12-15T15:10:46.656Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-12-15T15:10:46.656Z] =========================== short test summary info ============================ [2020-12-15T15:10:46.656Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-12-15T15:10:46.656Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-12-15T15:10:46.656Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-12-15T15:10:46.656Z] Not supported on most drivers [2020-12-15T15:10:46.656Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-12-15T15:10:46.656Z] Output of docker top depends on host distro, and is not formalized. [2020-12-15T15:10:46.656Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-12-15T15:10:46.656Z] Output of docker top depends on host distro, and is not formalized. [2020-12-15T15:10:46.656Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-12-15T15:10:46.656Z] Can fail if eth0 has multiple IP addresses [2020-12-15T15:10:46.656Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-12-15T15:10:46.656Z] This doesn't seem to be taken into account by the engine [2020-12-15T15:10:46.656Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-12-15T15:10:46.656Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-12-15T15:10:46.656Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 337.44 seconds == [2020-12-15T15:10:46.912Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-12-15T15:10:46.989Z] --- PASS: TestCgroupNamespacesRun (1.80s) [2020-12-15T15:10:46.989Z] === RUN TestCgroupNamespacesRunPrivileged [2020-12-15T15:10:48.487Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.73s) [2020-12-15T15:10:48.487Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-12-15T15:10:50.545Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s) [2020-12-15T15:10:50.545Z] === RUN TestCgroupNamespacesRunHostMode [2020-12-15T15:10:52.601Z] --- PASS: TestCgroupNamespacesRunHostMode (1.84s) [2020-12-15T15:10:52.601Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-12-15T15:10:54.099Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2020-12-15T15:10:54.099Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-12-15T15:10:54.440Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-12-15T15:10:54.440Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.55s) [2020-12-15T15:10:54.440Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.92s) [2020-12-15T15:10:54.440Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.21s) [2020-12-15T15:10:54.440Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.69s) [2020-12-15T15:10:54.440Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (6.00s) [2020-12-15T15:10:54.440Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.37s) [2020-12-15T15:10:54.440Z] === RUN TestBuildMultiStageCopy [2020-12-15T15:10:54.440Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-15T15:10:55.597Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.69s) [2020-12-15T15:10:55.597Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-12-15T15:10:56.624Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2020-12-15T15:10:56.624Z] === RUN TestCgroupNamespacesRunOlderClient [2020-12-15T15:10:57.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-12-15T15:10:57.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-12-15T15:10:57.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-12-15T15:10:57.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-12-15T15:10:57.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-12-15T15:10:57.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-12-15T15:10:58.681Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s) [2020-12-15T15:10:58.681Z] === RUN TestKernelTCPMemory [2020-12-15T15:10:59.069Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-15T15:10:59.069Z] [2020-12-15T15:10:59.069Z] Unloading profiles will leave already running processes permanently [2020-12-15T15:10:59.069Z] unconfined, which can lead to unexpected situations. [2020-12-15T15:10:59.069Z] [2020-12-15T15:10:59.069Z] To set a process to complain mode, use the command line tool [2020-12-15T15:10:59.069Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-15T15:10:59.069Z] [2020-12-15T15:10:59.309Z] --- PASS: TestKernelTCPMemory (0.96s) [2020-12-15T15:10:59.309Z] === RUN TestNISDomainname Post stage [Pipeline] junit [2020-12-15T15:10:59.638Z] Recording test results [Pipeline] sh [2020-12-15T15:11:00.061Z] + echo Ensuring container killed. [2020-12-15T15:11:00.061Z] Ensuring container killed. [2020-12-15T15:11:00.061Z] + docker rm -vf docker-pr2 [2020-12-15T15:11:00.061Z] Error: No such container: docker-pr2 [2020-12-15T15:11:00.061Z] + true [Pipeline] sh [2020-12-15T15:11:00.226Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-15T15:11:00.337Z] --- PASS: TestNISDomainname (0.97s) [2020-12-15T15:11:00.337Z] === RUN TestHostnameDnsResolution [2020-12-15T15:11:00.377Z] + echo Chowning /workspace to jenkins user [2020-12-15T15:11:00.377Z] Chowning /workspace to jenkins user [2020-12-15T15:11:00.377Z] + id -u [2020-12-15T15:11:00.377Z] + id -g [2020-12-15T15:11:00.377Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41800:/workspace busybox chown -R 1000:1000 /workspace [2020-12-15T15:11:01.075Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-12-15T15:11:01.191Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-15T15:11:01.634Z] + bundleName=docker-py [2020-12-15T15:11:01.634Z] + echo Creating docker-py-bundles.tar.gz [2020-12-15T15:11:01.634Z] Creating docker-py-bundles.tar.gz [2020-12-15T15:11:01.634Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2020-12-15T15:11:01.643Z] Archiving artifacts [2020-12-15T15:11:01.649Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-15T15:11:01.887Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41800/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-12-15T15:11:02.229Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER docker:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh binary-daemon [2020-12-15T15:11:02.398Z] --- PASS: TestHostnameDnsResolution (1.78s) [2020-12-15T15:11:02.398Z] === RUN TestStats [2020-12-15T15:11:02.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-12-15T15:11:02.617Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-15T15:11:02.791Z] [2020-12-15T15:11:02.791Z] Removing bundles/ [2020-12-15T15:11:02.791Z] [2020-12-15T15:11:02.791Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-12-15T15:11:02.791Z] Building: bundles/binary-daemon/dockerd-dev [2020-12-15T15:11:02.791Z] GOOS="" GOARCH="" GOARM="" [2020-12-15T15:11:03.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-12-15T15:11:04.151Z] --- PASS: TestBuildMultiStageCopy (10.69s) [2020-12-15T15:11:04.151Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.05s) [2020-12-15T15:11:04.151Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.73s) [2020-12-15T15:11:04.151Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.80s) [2020-12-15T15:11:04.151Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.97s) [2020-12-15T15:11:04.151Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.14s) [2020-12-15T15:11:04.151Z] === RUN TestBuildMultiStageParentConfig [2020-12-15T15:11:04.429Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-12-15T15:11:05.114Z] --- PASS: TestStats (2.97s) [2020-12-15T15:11:05.114Z] === RUN TestStopContainerWithTimeout [2020-12-15T15:11:05.114Z] === RUN TestStopContainerWithTimeout/0 [2020-12-15T15:11:05.114Z] === PAUSE TestStopContainerWithTimeout/0 [2020-12-15T15:11:05.114Z] === RUN TestStopContainerWithTimeout/1 [2020-12-15T15:11:05.114Z] === PAUSE TestStopContainerWithTimeout/1 [2020-12-15T15:11:05.114Z] === RUN TestStopContainerWithTimeout/3 [2020-12-15T15:11:05.114Z] === PAUSE TestStopContainerWithTimeout/3 [2020-12-15T15:11:05.114Z] === RUN TestStopContainerWithTimeout/-1 [2020-12-15T15:11:05.114Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-12-15T15:11:05.114Z] === CONT TestStopContainerWithTimeout/0 [2020-12-15T15:11:05.114Z] === CONT TestStopContainerWithTimeout/-1 [2020-12-15T15:11:05.688Z] --- PASS: TestBuildMultiStageParentConfig (1.60s) [2020-12-15T15:11:05.688Z] === RUN TestBuildLabelWithTargets [2020-12-15T15:11:05.688Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2020-12-15T15:11:05.688Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-15T15:11:05.688Z] === RUN TestBuildWithEmptyLayers [2020-12-15T15:11:06.160Z] === CONT TestStopContainerWithTimeout/3 [2020-12-15T15:11:06.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-12-15T15:11:06.654Z] --- PASS: TestBuildWithEmptyLayers (0.81s) [2020-12-15T15:11:06.654Z] === RUN TestBuildMultiStageOnBuild [2020-12-15T15:11:07.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-12-15T15:11:08.217Z] === CONT TestStopContainerWithTimeout/1 [2020-12-15T15:11:08.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-12-15T15:11:09.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-12-15T15:11:10.273Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-12-15T15:11:10.273Z] --- PASS: TestStopContainerWithTimeout/0 (1.18s) [2020-12-15T15:11:10.273Z] --- PASS: TestStopContainerWithTimeout/-1 (3.06s) [2020-12-15T15:11:10.273Z] --- PASS: TestStopContainerWithTimeout/3 (2.88s) [2020-12-15T15:11:10.273Z] --- PASS: TestStopContainerWithTimeout/1 (1.92s) [2020-12-15T15:11:10.273Z] === RUN TestDeleteDevicemapper [2020-12-15T15:11:10.273Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-12-15T15:11:10.273Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-15T15:11:10.273Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-15T15:11:10.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-12-15T15:11:11.931Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-15T15:11:11.931Z] Using test binary docker [2020-12-15T15:11:11.931Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-12-15T15:11:11.931Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-15T15:11:11.931Z] INFO: Waiting for daemon to start... [2020-12-15T15:11:11.931Z] Starting dockerd [2020-12-15T15:11:13.778Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.55s) [2020-12-15T15:11:13.778Z] === RUN TestUpdateMemory [2020-12-15T15:11:13.778Z] --- SKIP: TestUpdateMemory (0.00s) [2020-12-15T15:11:13.778Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:11:13.778Z] === RUN TestUpdateCPUQuota [2020-12-15T15:11:14.805Z] --- PASS: TestUpdateCPUQuota (1.16s) [2020-12-15T15:11:14.805Z] === RUN TestUpdatePidsLimit [2020-12-15T15:11:14.805Z] === RUN TestUpdatePidsLimit/update_from_none [2020-12-15T15:11:15.094Z] === RUN TestUpdatePidsLimit/no_change [2020-12-15T15:11:15.223Z] . [2020-12-15T15:11:15.224Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-15T15:11:15.224Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-15T15:11:15.224Z] Error: No such image: emptyfs [2020-12-15T15:11:15.224Z] Running integration-test (iteration 1) [2020-12-15T15:11:15.224Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-12-15T15:11:15.384Z] === RUN TestUpdatePidsLimit/update_lower [2020-12-15T15:11:16.012Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-12-15T15:11:16.303Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-12-15T15:11:16.593Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-12-15T15:11:16.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-12-15T15:11:16.882Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-12-15T15:11:16.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-12-15T15:11:18.381Z] --- PASS: TestUpdatePidsLimit (3.60s) [2020-12-15T15:11:18.381Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2020-12-15T15:11:18.381Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-12-15T15:11:18.381Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-12-15T15:11:18.381Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-12-15T15:11:18.381Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2020-12-15T15:11:18.381Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2020-12-15T15:11:18.381Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.35s) [2020-12-15T15:11:18.381Z] === RUN TestUpdateRestartPolicy [2020-12-15T15:11:21.454Z] --- PASS: TestBuildMultiStageOnBuild (14.68s) [2020-12-15T15:11:21.454Z] === RUN TestBuildUncleanTarFilenames [2020-12-15T15:11:21.454Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2020-12-15T15:11:21.454Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-15T15:11:21.454Z] === RUN TestBuildMultiStageLayerLeak [2020-12-15T15:11:23.022Z] ok github.com/docker/docker/cmd/dockerd 0.213s coverage: 29.2% of statements [2020-12-15T15:11:27.455Z] Loaded image: buildpack-deps:buster [2020-12-15T15:11:27.455Z] Loaded image: busybox:latest [2020-12-15T15:11:27.523Z] ok github.com/docker/docker/container 0.173s coverage: 34.4% of statements [2020-12-15T15:11:27.523Z] ? github.com/docker/docker/container/stream [no test files] [2020-12-15T15:11:27.523Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-12-15T15:11:27.523Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-12-15T15:11:27.523Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-12-15T15:11:27.715Z] Loaded image: busybox:glibc [2020-12-15T15:11:27.715Z] Loaded image: debian:buster [2020-12-15T15:11:27.715Z] Loaded image: hello-world:latest [2020-12-15T15:11:27.715Z] Loaded image: arm32v7/hello-world:latest [2020-12-15T15:11:27.715Z] INFO: Testing against a local daemon [2020-12-15T15:11:27.715Z] === RUN TestCgroupNamespacesBuild [2020-12-15T15:11:29.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-12-15T15:11:29.619Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.059s coverage: 65.3% of statements [2020-12-15T15:11:31.912Z] --- PASS: TestCgroupNamespacesBuild (3.39s) [2020-12-15T15:11:31.912Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-12-15T15:11:33.296Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.16s) [2020-12-15T15:11:33.296Z] === RUN TestBuildWithSession [2020-12-15T15:11:33.296Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-15T15:11:33.296Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:11:33.296Z] === RUN TestBuildSquashParent [2020-12-15T15:11:33.697Z] --- PASS: TestUpdateRestartPolicy (13.02s) [2020-12-15T15:11:33.697Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-15T15:11:33.697Z] --- PASS: TestUpdateRestartWithAutoRemove (0.95s) [2020-12-15T15:11:33.697Z] === RUN TestWaitNonBlocked [2020-12-15T15:11:33.697Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:11:33.697Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:11:33.697Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:11:33.697Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:11:33.697Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:11:33.697Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:11:33.697Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-12-15T15:11:33.697Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.08s) [2020-12-15T15:11:33.697Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.16s) [2020-12-15T15:11:33.697Z] === RUN TestWaitBlocked [2020-12-15T15:11:33.697Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:11:33.697Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:11:33.697Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:11:33.697Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:11:33.697Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:11:33.697Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:11:34.724Z] --- PASS: TestWaitBlocked (0.01s) [2020-12-15T15:11:34.724Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.19s) [2020-12-15T15:11:34.724Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.28s) [2020-12-15T15:11:34.724Z] === CONT TestContainerStartOnDaemonRestart [2020-12-15T15:11:34.724Z] === CONT TestIpcModeOlderClient [2020-12-15T15:11:35.013Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-12-15T15:11:35.013Z] === CONT TestDaemonHostGatewayIP [2020-12-15T15:11:35.240Z] ok github.com/docker/docker/daemon/cluster/convert 0.056s coverage: 35.9% of statements [2020-12-15T15:11:36.254Z] --- PASS: TestBuildMultiStageLayerLeak (14.89s) [2020-12-15T15:11:36.254Z] === RUN TestBuildWithHugeFile [2020-12-15T15:11:38.007Z] ok github.com/docker/docker/daemon/cluster 0.221s coverage: 0.5% of statements [2020-12-15T15:11:38.516Z] --- PASS: TestContainerStartOnDaemonRestart (3.20s) [2020-12-15T15:11:38.516Z] === CONT TestContainerKillOnDaemonStart [2020-12-15T15:11:38.516Z] --- PASS: TestDaemonHostGatewayIP (3.63s) [2020-12-15T15:11:38.516Z] === CONT TestDaemonRestartIpcMode [2020-12-15T15:11:41.425Z] --- PASS: TestBuildSquashParent (6.87s) [2020-12-15T15:11:41.425Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-15T15:11:41.425Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:11:41.425Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:11:41.425Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:11:41.425Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:11:41.425Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:11:41.425Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:11:41.425Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:11:41.425Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:11:41.425Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:11:41.425Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:11:41.425Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:11:41.425Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:11:41.425Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:11:41.425Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:11:41.561Z] ok github.com/docker/docker/daemon/discovery 0.022s coverage: 30.0% of statements [2020-12-15T15:11:41.995Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:11:41.995Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:11:42.059Z] --- PASS: TestDaemonRestartIpcMode (3.61s) [2020-12-15T15:11:43.095Z] ok github.com/docker/docker/daemon/config 0.095s coverage: 81.8% of statements [2020-12-15T15:11:43.391Z] ok github.com/docker/docker/daemon/events 0.075s coverage: 50.0% of statements [2020-12-15T15:11:43.903Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:11:43.903Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:11:45.817Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-12-15T15:11:45.817Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.56s) [2020-12-15T15:11:45.817Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.58s) [2020-12-15T15:11:45.817Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.05s) [2020-12-15T15:11:45.817Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.06s) [2020-12-15T15:11:45.817Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.90s) [2020-12-15T15:11:45.817Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.97s) [2020-12-15T15:11:45.817Z] === RUN TestBuildMultiStageCopy [2020-12-15T15:11:45.817Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-15T15:11:46.148Z] ok github.com/docker/docker/daemon/graphdriver 0.022s coverage: 2.2% of statements [2020-12-15T15:11:48.292Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:11:48.292Z] [2020-12-15T15:11:48.292Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-15T15:11:48.292Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-15T15:11:48.292Z] HOSTNAME=147070fdb16b [2020-12-15T15:11:48.292Z] TESTDEBUG=0 [2020-12-15T15:11:48.292Z] DEST=bundles/test-integration [2020-12-15T15:11:48.292Z] PWD=/go/src/github.com/docker/docker [2020-12-15T15:11:48.292Z] DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:11:48.292Z] container=docker [2020-12-15T15:11:48.292Z] HOME=/root [2020-12-15T15:11:48.292Z] GOLANG_VERSION=1.13.15 [2020-12-15T15:11:48.292Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-15T15:11:48.292Z] VALIDATE_BRANCH=master [2020-12-15T15:11:48.292Z] TERM=xterm [2020-12-15T15:11:48.292Z] DOCKER_PKG=github.com/docker/docker [2020-12-15T15:11:48.292Z] SHLVL=1 [2020-12-15T15:11:48.292Z] TIMEOUT=120m [2020-12-15T15:11:48.292Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-15T15:11:48.292Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-15T15:11:48.292Z] GO111MODULE=off [2020-12-15T15:11:48.292Z] DOCKER_EXPERIMENTAL=1 [2020-12-15T15:11:48.292Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-12-15T15:11:48.292Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-15T15:11:48.292Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-15T15:11:48.292Z] GOPATH=/go [2020-12-15T15:11:48.292Z] PKG_CONFIG=pkg-config [2020-12-15T15:11:48.292Z] _=/usr/bin/env [2020-12-15T15:11:48.292Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-12-15T15:11:48.889Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2020-12-15T15:11:49.115Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-15T15:11:49.182Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.506s coverage: 14.1% of statements [2020-12-15T15:11:50.056Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-15T15:11:50.229Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.809s coverage: 57.1% of statements [2020-12-15T15:11:50.512Z] --- PASS: TestContainerKillOnDaemonStart (12.31s) [2020-12-15T15:11:50.512Z] PASS [2020-12-15T15:11:50.512Z] [2020-12-15T15:11:50.512Z] === Skipped [2020-12-15T15:11:50.512Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-12-15T15:11:50.512Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:11:50.512Z] [2020-12-15T15:11:50.512Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-12-15T15:11:50.512Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:11:50.512Z] [2020-12-15T15:11:50.512Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-12-15T15:11:50.512Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:11:50.512Z] [2020-12-15T15:11:50.512Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-15T15:11:50.512Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-15T15:11:50.512Z] [2020-12-15T15:11:50.512Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-12-15T15:11:50.512Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-15T15:11:50.512Z] [2020-12-15T15:11:50.512Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-12-15T15:11:50.512Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:11:50.512Z] [2020-12-15T15:11:50.512Z] [2020-12-15T15:11:50.512Z] DONE 195 tests, 6 skipped in 157.462s [2020-12-15T15:11:50.512Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-12-15T15:11:50.512Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:11:50.512Z] ++ set -e [2020-12-15T15:11:50.512Z] ++ '[' -n 0 ']' [2020-12-15T15:11:50.512Z] ++ set -x [2020-12-15T15:11:50.512Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:11:50.512Z] INFO: Testing against a local daemon [2020-12-15T15:11:50.512Z] === RUN TestCommitInheritsEnv [2020-12-15T15:11:51.140Z] --- PASS: TestCommitInheritsEnv (0.62s) [2020-12-15T15:11:51.140Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-15T15:11:51.140Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-12-15T15:11:51.140Z] === RUN TestImagesFilterMultiReference [2020-12-15T15:11:51.140Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-12-15T15:11:51.140Z] === RUN TestImagePullPlatformInvalid [2020-12-15T15:11:51.140Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-12-15T15:11:51.140Z] === RUN TestRemoveImageOrphaning [2020-12-15T15:11:51.435Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-15T15:11:51.768Z] --- PASS: TestRemoveImageOrphaning (0.58s) [2020-12-15T15:11:51.768Z] === RUN TestRemoveImageGarbageCollector [2020-12-15T15:11:51.768Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-12-15T15:11:51.768Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:11:51.768Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-15T15:11:51.768Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-12-15T15:11:51.768Z] === RUN TestTagInvalidReference [2020-12-15T15:11:51.768Z] --- PASS: TestTagInvalidReference (0.02s) [2020-12-15T15:11:51.768Z] === RUN TestTagValidPrefixedRepo [2020-12-15T15:11:51.768Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-12-15T15:11:51.768Z] === RUN TestTagExistedNameWithoutForce [2020-12-15T15:11:51.768Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-12-15T15:11:51.768Z] === RUN TestTagOfficialNames [2020-12-15T15:11:51.768Z] --- PASS: TestTagOfficialNames (0.03s) [2020-12-15T15:11:51.768Z] === RUN TestTagMatchesDigest [2020-12-15T15:11:51.768Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-12-15T15:11:51.768Z] === CONT TestImportExtremelyLargeImageWorks [2020-12-15T15:11:52.373Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-15T15:11:53.025Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements [2020-12-15T15:11:53.311Z] --- PASS: TestBuildMultiStageCopy (7.31s) [2020-12-15T15:11:53.311Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.31s) [2020-12-15T15:11:53.311Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-12-15T15:11:53.311Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.02s) [2020-12-15T15:11:53.311Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.98s) [2020-12-15T15:11:53.311Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-12-15T15:11:53.311Z] === RUN TestBuildMultiStageParentConfig [2020-12-15T15:11:54.074Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.911s coverage: 69.2% of statements [2020-12-15T15:11:55.121Z] ok github.com/docker/docker/daemon 12.328s coverage: 17.2% of statements [2020-12-15T15:11:55.121Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-12-15T15:11:55.121Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-12-15T15:11:55.121Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-12-15T15:11:55.121Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-12-15T15:11:56.185Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.637s coverage: 45.9% of statements [2020-12-15T15:11:56.185Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-12-15T15:11:57.232Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.279s coverage: 49.5% of statements [2020-12-15T15:11:58.279Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.063s coverage: 58.0% of statements [2020-12-15T15:11:58.586Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2020-12-15T15:11:58.586Z] === RUN TestBuildLabelWithTargets [2020-12-15T15:11:59.326Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2020-12-15T15:11:59.968Z] ok github.com/docker/docker/daemon/links 0.025s coverage: 93.0% of statements [2020-12-15T15:12:02.059Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.218s coverage: 52.1% of statements [2020-12-15T15:12:02.059Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-12-15T15:12:02.059Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-12-15T15:12:02.357Z] ok github.com/docker/docker/daemon/logger 0.253s coverage: 41.0% of statements [2020-12-15T15:12:04.463Z] ok github.com/docker/docker/daemon/logger/awslogs 0.552s coverage: 77.8% of statements [2020-12-15T15:12:04.759Z] ok github.com/docker/docker/daemon/logger/journald 0.018s coverage: 23.9% of statements [2020-12-15T15:12:04.759Z] ok github.com/docker/docker/daemon/images 0.056s coverage: 6.5% of statements [2020-12-15T15:12:04.759Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-12-15T15:12:04.759Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-12-15T15:12:04.759Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-12-15T15:12:04.759Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-12-15T15:12:05.053Z] ok github.com/docker/docker/daemon/logger/gelf 0.017s coverage: 67.0% of statements [2020-12-15T15:12:05.693Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.020s coverage: 87.2% of statements [2020-12-15T15:12:06.443Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-12-15T15:12:06.443Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-12-15T15:12:06.710Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-12-15T15:12:06.711Z] === RUN TestBuildWithEmptyLayers [2020-12-15T15:12:07.795Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.040s coverage: 61.6% of statements [2020-12-15T15:12:08.090Z] ok github.com/docker/docker/daemon/logger/local 0.068s coverage: 75.2% of statements [2020-12-15T15:12:08.090Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-12-15T15:12:08.386Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.036s coverage: 33.3% of statements [2020-12-15T15:12:08.994Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-12-15T15:12:09.030Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.048s coverage: 58.6% of statements [2020-12-15T15:12:09.248Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-12-15T15:12:09.248Z] === RUN TestBuildMultiStageOnBuild [2020-12-15T15:12:10.081Z] ok github.com/docker/docker/daemon/logger/templates 0.026s coverage: 8.3% of statements [2020-12-15T15:12:10.726Z] ok github.com/docker/docker/daemon/logger/syslog 0.025s coverage: 46.8% of statements [2020-12-15T15:12:13.482Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2020-12-15T15:12:13.482Z] ok github.com/docker/docker/daemon/logger/splunk 2.513s coverage: 82.5% of statements [2020-12-15T15:12:13.482Z] ? github.com/docker/docker/daemon/names [no test files] [2020-12-15T15:12:13.482Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-12-15T15:12:14.526Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-12-15T15:12:14.526Z] === RUN TestBuildUncleanTarFilenames [2020-12-15T15:12:15.010Z] ok github.com/docker/docker/distribution/metadata 0.097s coverage: 48.2% of statements [2020-12-15T15:12:15.097Z] --- PASS: TestBuildUncleanTarFilenames (0.87s) [2020-12-15T15:12:15.097Z] === RUN TestBuildMultiStageLayerLeak [2020-12-15T15:12:16.541Z] ok github.com/docker/docker/errdefs 0.029s coverage: 53.1% of statements [2020-12-15T15:12:17.184Z] ok github.com/docker/docker/distribution 0.409s coverage: 25.1% of statements [2020-12-15T15:12:17.184Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-12-15T15:12:19.283Z] ok github.com/docker/docker/image 0.051s coverage: 86.4% of statements [2020-12-15T15:12:19.283Z] ok github.com/docker/docker/distribution/xfer 1.714s coverage: 85.6% of statements [2020-12-15T15:12:19.283Z] ? github.com/docker/docker/dockerversion [no test files] [2020-12-15T15:12:19.293Z] --- PASS: TestBuildMultiStageLayerLeak (4.13s) [2020-12-15T15:12:19.293Z] === RUN TestBuildWithHugeFile [2020-12-15T15:12:19.577Z] ok github.com/docker/docker/image/cache 0.015s coverage: 19.2% of statements [2020-12-15T15:12:19.577Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-12-15T15:12:19.879Z] ok github.com/docker/docker/image/v1 0.036s coverage: 25.0% of statements [2020-12-15T15:12:19.879Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-12-15T15:12:20.176Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2020-12-15T15:12:22.275Z] ok github.com/docker/docker/pkg/aaparser 0.022s coverage: 52.9% of statements [2020-12-15T15:12:22.573Z] ok github.com/docker/docker/opts 0.071s coverage: 67.1% of statements [2020-12-15T15:12:22.869Z] ok github.com/docker/docker/oci 0.049s coverage: 8.2% of statements [2020-12-15T15:12:24.395Z] ok github.com/docker/docker/pkg/broadcaster 0.008s coverage: 100.0% of statements [2020-12-15T15:12:25.442Z] ok github.com/docker/docker/pkg/authorization 0.528s coverage: 68.3% of statements [2020-12-15T15:12:25.738Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2020-12-15T15:12:26.782Z] ok github.com/docker/docker/pkg/directory 0.007s coverage: 80.0% of statements [2020-12-15T15:12:27.427Z] ok github.com/docker/docker/pkg/archive 1.274s coverage: 76.9% of statements [2020-12-15T15:12:27.722Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2020-12-15T15:12:28.366Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 92.9% of statements [2020-12-15T15:12:29.412Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-12-15T15:12:29.706Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-12-15T15:12:30.344Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-12-15T15:12:30.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-12-15T15:12:31.403Z] ok github.com/docker/docker/pkg/chrootarchive 3.761s coverage: 43.2% of statements [2020-12-15T15:12:31.403Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2020-12-15T15:12:31.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-12-15T15:12:32.044Z] ok github.com/docker/docker/pkg/fileutils 0.025s coverage: 89.5% of statements [2020-12-15T15:12:32.341Z] ok github.com/docker/docker/layer 7.756s coverage: 68.8% of statements [2020-12-15T15:12:32.341Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-12-15T15:12:32.341Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-12-15T15:12:32.341Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-12-15T15:12:32.341Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-12-15T15:12:32.341Z] ? github.com/docker/docker/oci/caps [no test files] [2020-12-15T15:12:32.341Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-12-15T15:12:32.341Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-12-15T15:12:32.341Z] ok github.com/docker/docker/pkg/discovery/kv 3.097s coverage: 84.1% of statements [2020-12-15T15:12:32.637Z] ok github.com/docker/docker/pkg/fsutils 0.359s coverage: 85.1% of statements [2020-12-15T15:12:33.278Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2020-12-15T15:12:33.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-12-15T15:12:34.328Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2020-12-15T15:12:34.328Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2020-12-15T15:12:34.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-12-15T15:12:34.953Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-12-15T15:12:34.969Z] ok github.com/docker/docker/pkg/idtools 0.710s coverage: 70.1% of statements [2020-12-15T15:12:34.969Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2020-12-15T15:12:35.266Z] ok github.com/docker/docker/pkg/ioutils 1.230s coverage: 68.8% of statements [2020-12-15T15:12:35.266Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-12-15T15:12:35.266Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-12-15T15:12:35.266Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-12-15T15:12:35.266Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-12-15T15:12:35.266Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2020-12-15T15:12:35.908Z] ok github.com/docker/docker/pkg/parsers/kernel 0.036s coverage: 60.0% of statements [2020-12-15T15:12:36.202Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.022s coverage: 86.7% of statements [2020-12-15T15:12:36.202Z] ok github.com/docker/docker/pkg/pidfile 0.040s coverage: 82.4% of statements [2020-12-15T15:12:36.202Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-12-15T15:12:36.202Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-12-15T15:12:36.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-12-15T15:12:37.249Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.057s coverage: 56.8% of statements [2020-12-15T15:12:37.897Z] ok github.com/docker/docker/pkg/pools 0.007s coverage: 88.2% of statements [2020-12-15T15:12:38.191Z] ok github.com/docker/docker/pkg/progress 0.017s coverage: 75.9% of statements [2020-12-15T15:12:38.191Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2020-12-15T15:12:39.168Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-12-15T15:12:39.168Z] Copying nested executables into bundles/binary-daemon [2020-12-15T15:12:39.168Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-12-15T15:12:39.234Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2020-12-15T15:12:39.485Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER docker:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh cross [2020-12-15T15:12:39.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-12-15T15:12:39.741Z] [2020-12-15T15:12:39.874Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2020-12-15T15:12:39.874Z] ok github.com/docker/docker/pkg/pubsub 1.135s coverage: 75.0% of statements [2020-12-15T15:12:39.997Z] Removing bundles/ [2020-12-15T15:12:39.997Z] [2020-12-15T15:12:39.997Z] ---> Making bundle: cross (in bundles/cross) [2020-12-15T15:12:39.997Z] Cross building: bundles/cross/linux/amd64 [2020-12-15T15:12:39.997Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-12-15T15:12:39.997Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-12-15T15:12:40.922Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2020-12-15T15:12:40.922Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2020-12-15T15:12:41.566Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-12-15T15:12:41.976Z] ok github.com/docker/docker/pkg/system 0.031s coverage: 36.9% of statements [2020-12-15T15:12:42.270Z] ok github.com/docker/docker/pkg/sysinfo 0.022s coverage: 53.8% of statements [2020-12-15T15:12:42.270Z] ok github.com/docker/docker/pkg/signal 3.059s coverage: 61.0% of statements [2020-12-15T15:12:42.910Z] ok github.com/docker/docker/pkg/tailfile 0.153s coverage: 88.6% of statements [2020-12-15T15:12:42.910Z] testing: warning: no tests to run [2020-12-15T15:12:42.910Z] coverage: [no statements] [2020-12-15T15:12:42.910Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2020-12-15T15:12:43.481Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-12-15T15:12:43.555Z] ok github.com/docker/docker/pkg/tarsum 0.121s coverage: 89.3% of statements [2020-12-15T15:12:43.555Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2020-12-15T15:12:43.851Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-12-15T15:12:44.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-12-15T15:12:44.147Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2020-12-15T15:12:45.971Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-12-15T15:12:46.232Z] ok github.com/docker/docker/plugin/v2 0.009s coverage: 14.5% of statements [2020-12-15T15:12:46.527Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 83.5% of statements [2020-12-15T15:12:46.914Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-12-15T15:12:47.571Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2020-12-15T15:12:48.217Z] ok github.com/docker/docker/plugin 0.577s coverage: 23.2% of statements [2020-12-15T15:12:48.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-12-15T15:12:49.743Z] ok github.com/docker/docker/quota 0.611s coverage: 71.4% of statements [2020-12-15T15:12:50.038Z] ok github.com/docker/docker/registry/resumable 0.021s coverage: 100.0% of statements [2020-12-15T15:12:50.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-12-15T15:12:50.677Z] ok github.com/docker/docker/restartmanager 0.017s coverage: 45.3% of statements [2020-12-15T15:12:51.314Z] ok github.com/docker/docker/registry 0.253s coverage: 57.2% of statements [2020-12-15T15:12:51.315Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2020-12-15T15:12:51.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-12-15T15:12:52.369Z] ok github.com/docker/docker/runconfig 0.018s coverage: 66.1% of statements [2020-12-15T15:12:52.545Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-15T15:12:52.545Z] Using test binary docker [2020-12-15T15:12:52.806Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-12-15T15:12:52.806Z] +++ /etc/init.d/apparmor start [2020-12-15T15:12:52.806Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-15T15:12:52.806Z] INFO: Waiting for daemon to start... [2020-12-15T15:12:52.806Z] Starting dockerd [2020-12-15T15:12:52.806Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-12-15T15:12:54.460Z] ok github.com/docker/docker/volume/drivers 0.020s coverage: 36.1% of statements [2020-12-15T15:12:55.987Z] ok github.com/docker/docker/volume/mounts 0.056s coverage: 67.0% of statements [2020-12-15T15:12:56.626Z] ok github.com/docker/docker/volume/local 0.193s coverage: 76.6% of statements [2020-12-15T15:12:57.260Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.1% of statements [2020-12-15T15:13:00.938Z] . [2020-12-15T15:13:00.938Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-15T15:13:00.938Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-15T15:13:00.938Z] Error: No such image: emptyfs [2020-12-15T15:13:00.938Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-15T15:13:00.938Z] ++++ docker load [2020-12-15T15:13:00.938Z] Running integration-test (iteration 1) [2020-12-15T15:13:00.938Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-12-15T15:13:00.938Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:13:00.938Z] ++ set -e [2020-12-15T15:13:00.938Z] ++ '[' -n 0 ']' [2020-12-15T15:13:00.938Z] ++ set -x [2020-12-15T15:13:00.938Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:13:05.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-12-15T15:13:05.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-12-15T15:13:05.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-12-15T15:13:05.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-12-15T15:13:05.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-12-15T15:13:07.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-12-15T15:13:12.601Z] ok github.com/docker/docker/pkg/plugins 33.631s coverage: 76.6% of statements [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/pkg/term [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/rootless [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/testutil/request [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/volume [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-12-15T15:13:12.601Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === Skipped [2020-12-15T15:13:12.601Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-12-15T15:13:12.601Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-12-15T15:13:12.601Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-12-15T15:13:12.601Z] time="2020-12-15T15:11:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-12-15T15:13:12.601Z] time="2020-12-15T15:11:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-12-15T15:13:12.601Z] time="2020-12-15T15:11:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-12-15T15:13:12.601Z] time="2020-12-15T15:11:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-12-15T15:13:12.601Z] time="2020-12-15T15:11:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-12-15T15:13:12.601Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-12-15T15:13:12.601Z] overlay_test.go:49: Fails to compute changes intermittently [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-12-15T15:13:12.601Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:13:12.601Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-12-15T15:13:12.601Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-12-15T15:13:12.601Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-12-15T15:13:12.601Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] [2020-12-15T15:13:12.601Z] DONE 2191 tests, 26 skipped in 262.322s Post stage [Pipeline] junit [2020-12-15T15:13:12.646Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-15T15:13:13.471Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -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:7e600eaae087b830802285e3cd2556761fc729aa hack/make.sh dynbinary test-integration [2020-12-15T15:13:13.766Z] [2020-12-15T15:13:13.766Z] Removing bundles/ [2020-12-15T15:13:13.766Z] [2020-12-15T15:13:13.766Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-12-15T15:13:13.766Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:13:13.766Z] GOOS="" GOARCH="" GOARM="" [2020-12-15T15:13:13.954Z] --- PASS: TestImportExtremelyLargeImageWorks (78.85s) [2020-12-15T15:13:13.954Z] PASS [2020-12-15T15:13:13.954Z] [2020-12-15T15:13:13.954Z] === Skipped [2020-12-15T15:13:13.955Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-12-15T15:13:13.955Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:13:13.955Z] [2020-12-15T15:13:13.955Z] [2020-12-15T15:13:13.955Z] DONE 12 tests, 1 skipped in 80.354s [2020-12-15T15:13:13.955Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-12-15T15:13:13.955Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:13:13.955Z] ++ set -e [2020-12-15T15:13:13.955Z] ++ '[' -n 0 ']' [2020-12-15T15:13:13.955Z] ++ set -x [2020-12-15T15:13:13.955Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:13:13.955Z] INFO: Testing against a local daemon [2020-12-15T15:13:13.955Z] === RUN TestNetworkCreateDelete [2020-12-15T15:13:13.955Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-12-15T15:13:13.955Z] === RUN TestDockerNetworkDeletePreferID [2020-12-15T15:13:13.955Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-12-15T15:13:13.955Z] === RUN TestDaemonDNSFallback [2020-12-15T15:13:13.955Z] --- PASS: TestDaemonDNSFallback (2.62s) [2020-12-15T15:13:13.955Z] === RUN TestInspectNetwork [2020-12-15T15:13:15.585Z] --- PASS: TestBuildWithHugeFile (52.71s) [2020-12-15T15:13:15.586Z] === RUN TestBuildWithEmptyDockerfile [2020-12-15T15:13:15.586Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:13:15.586Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:13:15.586Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:13:15.586Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:13:15.586Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:13:15.586Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:13:15.586Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:13:15.586Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:13:15.586Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:13:15.586Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2020-12-15T15:13:15.586Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2020-12-15T15:13:15.586Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-12-15T15:13:15.586Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-12-15T15:13:15.586Z] === RUN TestBuildPreserveOwnership [2020-12-15T15:13:15.586Z] === RUN TestBuildPreserveOwnership/copy_from [2020-12-15T15:13:15.846Z] Loaded image: buildpack-deps:buster [2020-12-15T15:13:15.846Z] Loaded image: busybox:latest [2020-12-15T15:13:16.786Z] Loaded image: busybox:glibc [2020-12-15T15:13:16.786Z] Loaded image: debian:buster [2020-12-15T15:13:17.047Z] Loaded image: hello-world:latest [2020-12-15T15:13:17.308Z] Loaded image: arm32v7/hello-world:latest [2020-12-15T15:13:17.308Z] INFO: Testing against a local daemon [2020-12-15T15:13:17.308Z] === RUN TestCgroupNamespacesBuild [2020-12-15T15:13:17.487Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-12-15T15:13:18.124Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-12-15T15:13:20.605Z] --- PASS: TestCgroupNamespacesBuild (3.39s) [2020-12-15T15:13:20.605Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-12-15T15:13:20.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-12-15T15:13:20.827Z] === RUN TestInspectNetwork/full_network_id [2020-12-15T15:13:20.827Z] === RUN TestInspectNetwork/partial_network_id [2020-12-15T15:13:20.827Z] === RUN TestInspectNetwork/network_name [2020-12-15T15:13:20.827Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-12-15T15:13:22.321Z] --- PASS: TestBuildPreserveOwnership (9.93s) [2020-12-15T15:13:22.321Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.92s) [2020-12-15T15:13:22.321Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-12-15T15:13:22.321Z] === RUN TestBuildPlatformInvalid [2020-12-15T15:13:22.321Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2020-12-15T15:13:22.321Z] PASS [2020-12-15T15:13:22.321Z] [2020-12-15T15:13:22.321Z] === Skipped [2020-12-15T15:13:22.321Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-12-15T15:13:22.321Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:13:22.321Z] [2020-12-15T15:13:22.321Z] [2020-12-15T15:13:22.321Z] DONE 32 tests, 1 skipped in 127.371s [2020-12-15T15:13:22.321Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-12-15T15:13:22.321Z] INFO: Testing against a local daemon [2020-12-15T15:13:22.321Z] === RUN TestConfigInspect [2020-12-15T15:13:22.518Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.88s) [2020-12-15T15:13:22.518Z] === RUN TestBuildWithSession [2020-12-15T15:13:22.518Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-15T15:13:22.518Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:13:22.518Z] === RUN TestBuildSquashParent [2020-12-15T15:13:22.581Z] --- SKIP: TestConfigInspect (0.02s) [2020-12-15T15:13:22.581Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:22.581Z] === RUN TestConfigList [2020-12-15T15:13:22.581Z] --- SKIP: TestConfigList (0.02s) [2020-12-15T15:13:22.581Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:22.581Z] === RUN TestConfigsCreateAndDelete [2020-12-15T15:13:22.581Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-12-15T15:13:22.581Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:22.581Z] === RUN TestConfigsUpdate [2020-12-15T15:13:22.581Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-12-15T15:13:22.581Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:22.581Z] === RUN TestTemplatedConfig [2020-12-15T15:13:22.581Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-12-15T15:13:22.581Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:22.581Z] === RUN TestConfigCreateResolve [2020-12-15T15:13:22.581Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-12-15T15:13:22.581Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:22.581Z] === RUN TestConfigDaemonLibtrustID [2020-12-15T15:13:23.961Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-12-15T15:13:23.961Z] PASS [2020-12-15T15:13:23.961Z] [2020-12-15T15:13:23.961Z] === Skipped [2020-12-15T15:13:23.961Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-12-15T15:13:23.961Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:23.961Z] [2020-12-15T15:13:23.961Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2020-12-15T15:13:23.961Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:23.961Z] [2020-12-15T15:13:23.961Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-12-15T15:13:23.961Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:23.961Z] [2020-12-15T15:13:23.961Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-12-15T15:13:23.961Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:23.961Z] [2020-12-15T15:13:23.961Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-12-15T15:13:23.961Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:23.961Z] [2020-12-15T15:13:23.961Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-12-15T15:13:23.961Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:13:23.961Z] [2020-12-15T15:13:23.961Z] [2020-12-15T15:13:23.961Z] DONE 7 tests, 6 skipped in 1.732s [2020-12-15T15:13:23.961Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-12-15T15:13:24.221Z] INFO: Testing against a local daemon [2020-12-15T15:13:24.221Z] === RUN TestCheckpoint [2020-12-15T15:13:24.221Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-15T15:13:24.221Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:13:24.221Z] === RUN TestContainerInvalidJSON [2020-12-15T15:13:24.221Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:13:24.221Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:13:24.221Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:13:24.221Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:13:24.221Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:13:24.221Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:13:24.221Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:13:24.221Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:13:24.221Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:13:24.221Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-12-15T15:13:24.221Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-12-15T15:13:24.221Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-15T15:13:24.221Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-12-15T15:13:24.221Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-15T15:13:24.221Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2020-12-15T15:13:24.221Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-15T15:13:24.221Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2020-12-15T15:13:24.221Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-15T15:13:24.480Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2020-12-15T15:13:24.480Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-15T15:13:24.480Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2020-12-15T15:13:24.480Z] === RUN TestCopyFromContainer [2020-12-15T15:13:24.960Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-12-15T15:13:26.372Z] --- PASS: TestInspectNetwork (11.91s) [2020-12-15T15:13:26.372Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-12-15T15:13:26.372Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-12-15T15:13:26.372Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-12-15T15:13:26.372Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-12-15T15:13:26.372Z] === RUN TestRunContainerWithBridgeNone [2020-12-15T15:13:27.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-12-15T15:13:28.466Z] --- PASS: TestRunContainerWithBridgeNone (2.37s) [2020-12-15T15:13:28.466Z] === RUN TestNetworkInvalidJSON [2020-12-15T15:13:28.466Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-15T15:13:28.466Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-15T15:13:28.466Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:13:28.466Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:13:28.466Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:13:28.466Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:13:28.466Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-15T15:13:28.466Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:13:28.466Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:13:28.466Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-12-15T15:13:28.466Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-12-15T15:13:28.466Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-12-15T15:13:28.466Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-15T15:13:28.466Z] === RUN TestHostIPv4BridgeLabel [2020-12-15T15:13:28.676Z] === RUN TestCopyFromContainer// [2020-12-15T15:13:28.676Z] === RUN TestCopyFromContainer//bar/root [2020-12-15T15:13:28.676Z] === RUN TestCopyFromContainer//bar/root/ [2020-12-15T15:13:28.676Z] === RUN TestCopyFromContainer/bar/quux [2020-12-15T15:13:28.676Z] === RUN TestCopyFromContainer/bar/quux/ [2020-12-15T15:13:28.676Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-12-15T15:13:28.676Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-12-15T15:13:28.676Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-12-15T15:13:28.676Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-12-15T15:13:28.676Z] === RUN TestCopyFromContainer/bar/notarget [2020-12-15T15:13:28.755Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-12-15T15:13:28.755Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer (4.45s) [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer// (0.08s) [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-12-15T15:13:28.936Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-12-15T15:13:28.936Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-15T15:13:28.936Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:13:28.936Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:13:28.936Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:13:28.936Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:13:28.936Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:13:28.936Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:13:28.936Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:13:28.936Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:13:28.936Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:13:28.936Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-12-15T15:13:28.936Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-12-15T15:13:28.936Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-12-15T15:13:28.936Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-12-15T15:13:28.936Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-15T15:13:28.936Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-12-15T15:13:28.936Z] === RUN TestCreateWithInvalidEnv [2020-12-15T15:13:28.936Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-15T15:13:28.936Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-15T15:13:28.936Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-15T15:13:28.936Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-15T15:13:28.936Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-15T15:13:28.936Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-15T15:13:28.936Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-15T15:13:28.936Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-15T15:13:28.936Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-15T15:13:28.936Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-12-15T15:13:28.936Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-12-15T15:13:28.936Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-12-15T15:13:28.936Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-15T15:13:28.936Z] === RUN TestCreateTmpfsMountsTarget [2020-12-15T15:13:28.936Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-12-15T15:13:28.936Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-15T15:13:29.099Z] --- PASS: TestBuildSquashParent (6.58s) [2020-12-15T15:13:29.099Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-15T15:13:29.099Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:13:29.099Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:13:29.099Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:13:29.099Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:13:29.099Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:13:29.099Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:13:29.099Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:13:29.099Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:13:29.099Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:13:29.099Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:13:29.099Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:13:29.099Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:13:29.099Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:13:29.099Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:13:29.099Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:13:29.099Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:13:29.782Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-12-15T15:13:29.782Z] === RUN TestDaemonDefaultNetworkPools [2020-12-15T15:13:30.317Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s) [2020-12-15T15:13:30.317Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-15T15:13:30.410Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2020-12-15T15:13:30.410Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-15T15:13:31.256Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s) [2020-12-15T15:13:31.256Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-15T15:13:31.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:13:31.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:13:31.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:13:31.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:13:31.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:13:31.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:13:31.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:13:31.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:13:31.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:13:31.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:13:31.516Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:13:31.516Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:13:31.516Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:13:31.516Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:13:31.516Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:13:31.516Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-12-15T15:13:31.516Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-12-15T15:13:31.516Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-12-15T15:13:31.516Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-12-15T15:13:31.516Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-12-15T15:13:31.516Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-12-15T15:13:31.516Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-15T15:13:31.649Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:13:31.649Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:13:31.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-12-15T15:13:31.777Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2020-12-15T15:13:31.777Z] === RUN TestCreateDifferentPlatform [2020-12-15T15:13:31.777Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-15T15:13:31.777Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-15T15:13:31.777Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-12-15T15:13:31.777Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-15T15:13:31.777Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-15T15:13:31.777Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-15T15:13:31.777Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-12-15T15:13:31.777Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-15T15:13:31.909Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-12-15T15:13:31.909Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-15T15:13:32.037Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2020-12-15T15:13:32.037Z] === RUN TestContainerStartOnDaemonRestart [2020-12-15T15:13:32.037Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-12-15T15:13:32.037Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-12-15T15:13:32.037Z] === RUN TestDaemonRestartIpcMode [2020-12-15T15:13:32.037Z] === PAUSE TestDaemonRestartIpcMode [2020-12-15T15:13:32.037Z] === RUN TestDaemonHostGatewayIP [2020-12-15T15:13:32.037Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-12-15T15:13:32.037Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:13:32.037Z] === RUN TestContainerKillOnDaemonStart [2020-12-15T15:13:32.037Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-12-15T15:13:32.037Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-12-15T15:13:32.037Z] === RUN TestDiff [2020-12-15T15:13:32.297Z] --- PASS: TestDiff (0.46s) [2020-12-15T15:13:32.297Z] === RUN TestExecWithCloseStdin [2020-12-15T15:13:32.868Z] --- PASS: TestExecWithCloseStdin (0.47s) [2020-12-15T15:13:32.868Z] === RUN TestExec [2020-12-15T15:13:32.936Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2020-12-15T15:13:32.936Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-15T15:13:33.437Z] --- PASS: TestExec (0.46s) [2020-12-15T15:13:33.437Z] === RUN TestExecUser [2020-12-15T15:13:33.565Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s) [2020-12-15T15:13:33.565Z] === RUN TestServiceWithPredefinedNetwork [2020-12-15T15:13:33.697Z] --- PASS: TestExecUser (0.45s) [2020-12-15T15:13:33.697Z] === RUN TestExportContainerAndImportImage [2020-12-15T15:13:34.199Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-12-15T15:13:34.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.50s) [2020-12-15T15:13:34.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.55s) [2020-12-15T15:13:34.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.67s) [2020-12-15T15:13:34.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.97s) [2020-12-15T15:13:34.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.55s) [2020-12-15T15:13:34.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.57s) [2020-12-15T15:13:34.199Z] === RUN TestBuildMultiStageCopy [2020-12-15T15:13:34.199Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-15T15:13:34.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-12-15T15:13:34.266Z] --- PASS: TestExportContainerAndImportImage (0.61s) [2020-12-15T15:13:34.266Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-15T15:13:36.743Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-15T15:13:37.003Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-15T15:13:37.558Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s) [2020-12-15T15:13:37.558Z] === RUN TestHealthCheckWorkdir [2020-12-15T15:13:37.574Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-15T15:13:37.997Z] --- PASS: TestServiceWithPredefinedNetwork (3.76s) [2020-12-15T15:13:37.997Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-15T15:13:37.997Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:13:37.997Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:13:37.997Z] === RUN TestServiceWithDataPathPortInit [2020-12-15T15:13:38.128Z] --- PASS: TestHealthCheckWorkdir (0.56s) [2020-12-15T15:13:38.128Z] === RUN TestHealthKillContainer [2020-12-15T15:13:38.145Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-15T15:13:38.715Z] --- PASS: TestBuildMultiStageCopy (4.45s) [2020-12-15T15:13:38.715Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.27s) [2020-12-15T15:13:38.715Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-12-15T15:13:38.715Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2020-12-15T15:13:38.715Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s) [2020-12-15T15:13:38.715Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2020-12-15T15:13:38.715Z] === RUN TestBuildMultiStageParentConfig [2020-12-15T15:13:39.482Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-12-15T15:13:40.098Z] --- PASS: TestBuildMultiStageParentConfig (1.46s) [2020-12-15T15:13:40.099Z] === RUN TestBuildLabelWithTargets [2020-12-15T15:13:40.668Z] --- PASS: TestHealthKillContainer (2.48s) [2020-12-15T15:13:40.668Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-15T15:13:41.236Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2020-12-15T15:13:41.236Z] === RUN TestIpcModeNone [2020-12-15T15:13:41.497Z] --- PASS: TestIpcModeNone (0.48s) [2020-12-15T15:13:41.497Z] === RUN TestIpcModePrivate [2020-12-15T15:13:42.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-12-15T15:13:42.068Z] --- PASS: TestIpcModePrivate (0.44s) [2020-12-15T15:13:42.068Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-12-15T15:13:42.068Z] === RUN TestIpcModeShareable [2020-12-15T15:13:42.068Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-12-15T15:13:42.068Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-15T15:13:42.068Z] === RUN TestAPIIpcModeShareableAndContainer [2020-12-15T15:13:42.641Z] --- PASS: TestBuildLabelWithTargets (2.42s) [2020-12-15T15:13:42.641Z] === RUN TestBuildWithEmptyLayers [2020-12-15T15:13:43.449Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.39s) [2020-12-15T15:13:43.449Z] === RUN TestAPIIpcModeHost [2020-12-15T15:13:43.449Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-12-15T15:13:43.449Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-15T15:13:43.449Z] === RUN TestDaemonIpcModeShareable [2020-12-15T15:13:43.449Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-12-15T15:13:43.449Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-15T15:13:43.449Z] === RUN TestDaemonIpcModePrivate [2020-12-15T15:13:43.582Z] --- PASS: TestBuildWithEmptyLayers (1.08s) [2020-12-15T15:13:43.583Z] === RUN TestBuildMultiStageOnBuild [2020-12-15T15:13:44.829Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2020-12-15T15:13:44.829Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-12-15T15:13:44.829Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-12-15T15:13:44.829Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-12-15T15:13:44.829Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-15T15:13:44.829Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-12-15T15:13:44.829Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-12-15T15:13:44.829Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-15T15:13:44.829Z] === RUN TestIpcModeOlderClient [2020-12-15T15:13:44.829Z] === PAUSE TestIpcModeOlderClient [2020-12-15T15:13:44.829Z] === RUN TestKillContainerInvalidSignal [2020-12-15T15:13:45.089Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2020-12-15T15:13:45.089Z] === RUN TestKillContainer [2020-12-15T15:13:45.089Z] === RUN TestKillContainer/no_signal [2020-12-15T15:13:45.348Z] === RUN TestKillContainer/non_killing_signal [2020-12-15T15:13:45.919Z] === RUN TestKillContainer/killing_signal [2020-12-15T15:13:46.204Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-12-15T15:13:46.488Z] --- PASS: TestKillContainer (1.28s) [2020-12-15T15:13:46.488Z] --- PASS: TestKillContainer/no_signal (0.42s) [2020-12-15T15:13:46.488Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2020-12-15T15:13:46.488Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2020-12-15T15:13:46.488Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-15T15:13:46.488Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-12-15T15:13:46.748Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-12-15T15:13:46.884Z] --- PASS: TestBuildMultiStageOnBuild (2.87s) [2020-12-15T15:13:46.884Z] === RUN TestBuildUncleanTarFilenames [2020-12-15T15:13:47.317Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2020-12-15T15:13:47.317Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2020-12-15T15:13:47.317Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s) [2020-12-15T15:13:47.317Z] === RUN TestKillStoppedContainer [2020-12-15T15:13:47.317Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-12-15T15:13:47.317Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-15T15:13:47.317Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2020-12-15T15:13:47.317Z] === RUN TestKillDifferentUserContainer [2020-12-15T15:13:47.887Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2020-12-15T15:13:47.887Z] === RUN TestInspectOomKilledTrue [2020-12-15T15:13:47.887Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-12-15T15:13:47.887Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:13:47.887Z] === RUN TestInspectOomKilledFalse [2020-12-15T15:13:47.887Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-12-15T15:13:47.887Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:13:47.887Z] === RUN TestLinksEtcHostsContentMatch [2020-12-15T15:13:47.887Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-12-15T15:13:47.887Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-12-15T15:13:47.887Z] === RUN TestLinksContainerNames [2020-12-15T15:13:47.917Z] --- PASS: TestBuildWithHugeFile (118.72s) [2020-12-15T15:13:47.917Z] === RUN TestBuildWithEmptyDockerfile [2020-12-15T15:13:47.917Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:13:47.917Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:13:47.917Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:13:47.917Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:13:47.917Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:13:47.917Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:13:47.917Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:13:47.917Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:13:47.917Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:13:47.917Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-12-15T15:13:47.917Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-12-15T15:13:47.917Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2020-12-15T15:13:47.917Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2020-12-15T15:13:47.917Z] === RUN TestBuildPreserveOwnership [2020-12-15T15:13:47.917Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2020-12-15T15:13:47.917Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-15T15:13:47.917Z] === RUN TestBuildPlatformInvalid [2020-12-15T15:13:47.917Z] --- PASS: TestBuildPlatformInvalid (0.04s) [2020-12-15T15:13:47.917Z] PASS [2020-12-15T15:13:47.917Z] ok github.com/docker/docker/integration/build 186.152s [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === Skipped [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-12-15T15:13:47.917Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-12-15T15:13:47.917Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-12-15T15:13:47.917Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-12-15T15:13:47.917Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-12-15T15:13:47.917Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] DONE 28 tests, 5 skipped in 204.563s [2020-12-15T15:13:47.917Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-12-15T15:13:47.917Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:13:47.917Z] INFO: Testing against a local daemon [2020-12-15T15:13:47.917Z] === RUN TestConfigInspect [2020-12-15T15:13:47.917Z] --- SKIP: TestConfigInspect (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestConfigList [2020-12-15T15:13:47.917Z] --- SKIP: TestConfigList (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestConfigsCreateAndDelete [2020-12-15T15:13:47.917Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestConfigsUpdate [2020-12-15T15:13:47.917Z] --- SKIP: TestConfigsUpdate (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestTemplatedConfig [2020-12-15T15:13:47.917Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestConfigCreateResolve [2020-12-15T15:13:47.917Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:13:47.917Z] === RUN TestConfigDaemonLibtrustID [2020-12-15T15:13:47.917Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:13:47.917Z] PASS [2020-12-15T15:13:47.917Z] ok github.com/docker/docker/integration/config 0.165s [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === Skipped [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-12-15T15:13:47.917Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] [2020-12-15T15:13:47.917Z] DONE 7 tests, 7 skipped in 2.089s [2020-12-15T15:13:47.917Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-12-15T15:13:47.917Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:13:47.917Z] INFO: Testing against a local daemon [2020-12-15T15:13:47.917Z] === RUN TestCheckpoint [2020-12-15T15:13:47.917Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-15T15:13:47.917Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:13:47.917Z] === RUN TestContainerInvalidJSON [2020-12-15T15:13:47.917Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:13:47.917Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:13:47.917Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:13:47.917Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:13:47.917Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:13:47.917Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:13:47.917Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:13:47.917Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:13:47.917Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:13:47.917Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-12-15T15:13:47.917Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-15T15:13:47.917Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-12-15T15:13:47.917Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-12-15T15:13:47.917Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-15T15:13:47.917Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.21s) [2020-12-15T15:13:47.917Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-15T15:13:47.917Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2020-12-15T15:13:47.917Z] copy_test.go:38: testEnv.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-15T15:13:47.917Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.30s) [2020-12-15T15:13:47.917Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-15T15:13:47.917Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2020-12-15T15:13:47.917Z] copy_test.go:63: testEnv.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestCopyFromContainer [2020-12-15T15:13:47.917Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-12-15T15:13:47.917Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-15T15:13:47.917Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:13:47.917Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:13:47.917Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:13:47.917Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:13:47.917Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:13:47.917Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:13:47.917Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:13:47.917Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:13:47.917Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:13:47.917Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-12-15T15:13:47.917Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-15T15:13:47.917Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-12-15T15:13:47.917Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-12-15T15:13:47.917Z] === RUN TestCreateWithInvalidEnv [2020-12-15T15:13:47.917Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-15T15:13:47.917Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-15T15:13:47.917Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-15T15:13:47.917Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-15T15:13:47.917Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-15T15:13:47.917Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-15T15:13:47.917Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-15T15:13:47.917Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-15T15:13:47.917Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-15T15:13:47.917Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-15T15:13:47.917Z] === RUN TestCreateTmpfsMountsTarget [2020-12-15T15:13:47.917Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-12-15T15:13:47.917Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-15T15:13:47.917Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-12-15T15:13:47.917Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:13:47.917Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-15T15:13:47.917Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-12-15T15:13:47.917Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:13:47.917Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-15T15:13:47.917Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:13:47.917Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:13:47.917Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:13:47.917Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:13:47.917Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:13:47.917Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:13:47.917Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:13:47.917Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:13:47.917Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:13:47.917Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:13:47.917Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:13:47.917Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:13:47.917Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:13:47.917Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:13:47.917Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:13:47.917Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-12-15T15:13:47.917Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-15T15:13:47.917Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-12-15T15:13:47.917Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-12-15T15:13:47.917Z] === RUN TestCreateDifferentPlatform [2020-12-15T15:13:47.917Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-15T15:13:47.917Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-15T15:13:47.917Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-15T15:13:47.917Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-15T15:13:47.917Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-15T15:13:47.917Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-12-15T15:13:47.917Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-15T15:13:47.917Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2020-12-15T15:13:47.917Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-12-15T15:13:47.917Z] === RUN TestContainerKillOnDaemonStart [2020-12-15T15:13:47.917Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-12-15T15:13:47.917Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestDiff [2020-12-15T15:13:47.917Z] --- SKIP: TestDiff (0.00s) [2020-12-15T15:13:47.917Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-12-15T15:13:47.917Z] === RUN TestExecWithCloseStdin [2020-12-15T15:13:47.917Z] --- PASS: TestExecWithCloseStdin (1.63s) [2020-12-15T15:13:47.917Z] === RUN TestExec [2020-12-15T15:13:47.917Z] --- PASS: TestExec (1.48s) [2020-12-15T15:13:47.917Z] === RUN TestExecUser [2020-12-15T15:13:47.917Z] --- SKIP: TestExecUser (0.00s) [2020-12-15T15:13:47.917Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-12-15T15:13:47.917Z] === RUN TestExportContainerAndImportImage [2020-12-15T15:13:47.917Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-12-15T15:13:47.917Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-15T15:13:47.917Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-12-15T15:13:47.917Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.917Z] === RUN TestHealthCheckWorkdir [2020-12-15T15:13:47.917Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-12-15T15:13:47.917Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-12-15T15:13:47.917Z] === RUN TestHealthKillContainer [2020-12-15T15:13:47.917Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-12-15T15:13:47.917Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-12-15T15:13:47.917Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-15T15:13:47.917Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-12-15T15:13:47.917Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-12-15T15:13:47.917Z] === RUN TestKillContainerInvalidSignal [2020-12-15T15:13:47.917Z] --- PASS: TestKillContainerInvalidSignal (1.35s) [2020-12-15T15:13:47.917Z] === RUN TestKillContainer [2020-12-15T15:13:47.917Z] === RUN TestKillContainer/no_signal [2020-12-15T15:13:47.917Z] === RUN TestKillContainer/non_killing_signal [2020-12-15T15:13:47.917Z] === RUN TestKillContainer/killing_signal [2020-12-15T15:13:47.917Z] --- PASS: TestKillContainer (3.18s) [2020-12-15T15:13:47.917Z] --- PASS: TestKillContainer/no_signal (1.24s) [2020-12-15T15:13:47.917Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-12-15T15:13:47.918Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-12-15T15:13:47.918Z] --- PASS: TestKillContainer/killing_signal (1.90s) [2020-12-15T15:13:47.918Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-15T15:13:47.918Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-12-15T15:13:47.918Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-15T15:13:47.918Z] === RUN TestKillStoppedContainer [2020-12-15T15:13:47.918Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-12-15T15:13:47.918Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-15T15:13:47.918Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-15T15:13:47.918Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-12-15T15:13:47.918Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-15T15:13:47.918Z] === RUN TestKillDifferentUserContainer [2020-12-15T15:13:47.918Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-12-15T15:13:47.918Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-12-15T15:13:47.918Z] === RUN TestInspectOomKilledTrue [2020-12-15T15:13:47.918Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-12-15T15:13:47.918Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:47.918Z] === RUN TestInspectOomKilledFalse [2020-12-15T15:13:47.918Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-12-15T15:13:47.918Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:13:47.918Z] === RUN TestLogsFollowTailEmpty [2020-12-15T15:13:48.268Z] --- PASS: TestBuildUncleanTarFilenames (1.46s) [2020-12-15T15:13:48.268Z] === RUN TestBuildMultiStageLayerLeak [2020-12-15T15:13:48.774Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-15T15:13:48.774Z] Using test binary docker [2020-12-15T15:13:48.774Z] +++ /etc/init.d/apparmor start [2020-12-15T15:13:48.774Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-15T15:13:48.774Z] INFO: Waiting for daemon to start... [2020-12-15T15:13:48.774Z] Starting dockerd [2020-12-15T15:13:48.774Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-12-15T15:13:48.827Z] --- PASS: TestLinksContainerNames (0.87s) [2020-12-15T15:13:48.827Z] === RUN TestLogsFollowTailEmpty [2020-12-15T15:13:49.087Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2020-12-15T15:13:49.087Z] === RUN TestContainerNetworkMountsNoChown [2020-12-15T15:13:49.347Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s) [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/default [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/default [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/private [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/private [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rprivate [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rprivate [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/slave [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/slave [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rslave [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rslave [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/shared [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/shared [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rshared [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rshared [2020-12-15T15:13:49.347Z] === CONT TestMountDaemonRoot/default [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/default/bind_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/default/mount_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:13:49.347Z] === CONT TestMountDaemonRoot/rslave [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:13:49.347Z] === CONT TestMountDaemonRoot/rshared [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:13:49.347Z] === CONT TestMountDaemonRoot/shared [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:13:49.347Z] === CONT TestMountDaemonRoot/rprivate [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:13:49.347Z] === CONT TestMountDaemonRoot/slave [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-12-15T15:13:49.347Z] === CONT TestMountDaemonRoot/private [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/private/mount_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:13:49.347Z] === RUN TestMountDaemonRoot/private/bind_root [2020-12-15T15:13:49.347Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-12-15T15:13:49.347Z] === CONT TestMountDaemonRoot/default/bind_root [2020-12-15T15:13:49.347Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:13:49.458Z] --- PASS: TestLogsFollowTailEmpty (1.29s) [2020-12-15T15:13:49.458Z] === RUN TestNetworkNat [2020-12-15T15:13:49.458Z] --- SKIP: TestNetworkNat (0.00s) [2020-12-15T15:13:49.458Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-12-15T15:13:49.458Z] === RUN TestNetworkLocalhostTCPNat [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/default/mount_root [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:13:49.607Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/private/bind_root [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:13:49.867Z] === CONT TestMountDaemonRoot/private/mount_root [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-12-15T15:13:49.867Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-12-15T15:13:49.867Z] === RUN TestContainerBindMountNonRecursive [2020-12-15T15:13:49.867Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2020-12-15T15:13:49.867Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-12-15T15:13:49.867Z] === RUN TestContainerVolumesMountedAsShared [2020-12-15T15:13:49.867Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2020-12-15T15:13:49.867Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-12-15T15:13:49.867Z] === RUN TestContainerVolumesMountedAsSlave [2020-12-15T15:13:49.867Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2020-12-15T15:13:49.867Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-12-15T15:13:49.867Z] === RUN TestNetworkNat [2020-12-15T15:13:50.437Z] --- PASS: TestNetworkNat (0.51s) [2020-12-15T15:13:50.437Z] === RUN TestNetworkLocalhostTCPNat [2020-12-15T15:13:50.812Z] --- PASS: TestBuildMultiStageLayerLeak (2.93s) [2020-12-15T15:13:50.812Z] === RUN TestBuildWithHugeFile [2020-12-15T15:13:51.006Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2020-12-15T15:13:51.007Z] === RUN TestNetworkLoopbackNat [2020-12-15T15:13:51.010Z] --- PASS: TestNetworkLocalhostTCPNat (1.57s) [2020-12-15T15:13:51.010Z] === RUN TestNetworkLoopbackNat [2020-12-15T15:13:51.010Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-12-15T15:13:51.010Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-12-15T15:13:51.010Z] === RUN TestPause [2020-12-15T15:13:51.010Z] --- SKIP: TestPause (0.00s) [2020-12-15T15:13:51.010Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-12-15T15:13:51.010Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-15T15:13:51.978Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.27s) [2020-12-15T15:13:51.978Z] === RUN TestPauseStopPausedContainer [2020-12-15T15:13:51.978Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-12-15T15:13:51.978Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:13:51.978Z] === RUN TestPsFilter [2020-12-15T15:13:52.435Z] --- PASS: TestPsFilter (0.08s) [2020-12-15T15:13:52.435Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-15T15:13:53.251Z] . [2020-12-15T15:13:53.251Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-15T15:13:53.251Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-15T15:13:53.251Z] Error: No such image: emptyfs [2020-12-15T15:13:53.251Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-15T15:13:53.251Z] ++++ docker load [2020-12-15T15:13:53.509Z] Running integration-test (iteration 1) [2020-12-15T15:13:53.509Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-12-15T15:13:53.509Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:13:53.509Z] ++ set -e [2020-12-15T15:13:53.509Z] ++ '[' -n 0 ']' [2020-12-15T15:13:53.509Z] ++ set -x [2020-12-15T15:13:53.509Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:13:53.543Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2020-12-15T15:13:53.543Z] === RUN TestPause [2020-12-15T15:13:53.543Z] --- SKIP: TestPause (0.00s) [2020-12-15T15:13:53.543Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:13:53.543Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-15T15:13:53.543Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-15T15:13:53.543Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-15T15:13:53.543Z] === RUN TestPauseStopPausedContainer [2020-12-15T15:13:53.543Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-12-15T15:13:53.543Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:13:53.543Z] === RUN TestPsFilter [2020-12-15T15:13:53.543Z] --- PASS: TestPsFilter (0.13s) [2020-12-15T15:13:53.543Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-15T15:13:53.971Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.57s) [2020-12-15T15:13:53.971Z] === RUN TestRemoveContainerWithVolume [2020-12-15T15:13:54.114Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2020-12-15T15:13:54.114Z] === RUN TestRemoveContainerWithVolume [2020-12-15T15:13:54.374Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2020-12-15T15:13:54.374Z] === RUN TestRemoveContainerRunning [2020-12-15T15:13:54.942Z] --- PASS: TestRemoveContainerRunning (0.50s) [2020-12-15T15:13:54.942Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-15T15:13:55.202Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2020-12-15T15:13:55.202Z] === RUN TestRemoveInvalidContainer [2020-12-15T15:13:55.202Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-12-15T15:13:55.202Z] === RUN TestRenameLinkedContainer [2020-12-15T15:13:55.505Z] --- PASS: TestRemoveContainerWithVolume (1.46s) [2020-12-15T15:13:55.505Z] === RUN TestRemoveContainerRunning [2020-12-15T15:13:56.470Z] --- PASS: TestRemoveContainerRunning (1.26s) [2020-12-15T15:13:56.470Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-15T15:13:57.110Z] --- PASS: TestRenameLinkedContainer (1.69s) [2020-12-15T15:13:57.110Z] === RUN TestRenameStoppedContainer [2020-12-15T15:13:57.370Z] --- PASS: TestRenameStoppedContainer (0.39s) [2020-12-15T15:13:57.370Z] === RUN TestRenameRunningContainerAndReuse [2020-12-15T15:13:58.004Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.29s) [2020-12-15T15:13:58.004Z] === RUN TestRemoveInvalidContainer [2020-12-15T15:13:58.004Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-12-15T15:13:58.004Z] === RUN TestRenameLinkedContainer [2020-12-15T15:13:58.004Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-12-15T15:13:58.004Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-12-15T15:13:58.004Z] === RUN TestRenameStoppedContainer [2020-12-15T15:13:58.310Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2020-12-15T15:13:58.310Z] === RUN TestRenameInvalidName [2020-12-15T15:13:58.570Z] --- PASS: TestRenameInvalidName (0.42s) [2020-12-15T15:13:58.570Z] === RUN TestRenameAnonymousContainer [2020-12-15T15:13:59.536Z] --- PASS: TestRenameStoppedContainer (1.70s) [2020-12-15T15:13:59.536Z] === RUN TestRenameRunningContainerAndReuse [2020-12-15T15:14:00.418Z] --- PASS: TestServiceWithDataPathPortInit (21.39s) [2020-12-15T15:14:00.418Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-15T15:14:00.479Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2020-12-15T15:14:00.479Z] === RUN TestRenameContainerWithSameName [2020-12-15T15:14:00.739Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2020-12-15T15:14:00.739Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-15T15:14:01.677Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2020-12-15T15:14:01.677Z] === RUN TestResize [2020-12-15T15:14:01.937Z] --- PASS: TestResize (0.43s) [2020-12-15T15:14:01.937Z] === RUN TestResizeWithInvalidSize [2020-12-15T15:14:02.440Z] --- PASS: TestRenameRunningContainerAndReuse (2.78s) [2020-12-15T15:14:02.440Z] === RUN TestRenameInvalidName [2020-12-15T15:14:02.506Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2020-12-15T15:14:02.506Z] === RUN TestResizeWhenContainerNotStarted [2020-12-15T15:14:02.766Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2020-12-15T15:14:02.766Z] === RUN TestDaemonRestartKillContainers [2020-12-15T15:14:02.766Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-12-15T15:14:02.766Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-12-15T15:14:02.766Z] === RUN TestCgroupNamespacesRun [2020-12-15T15:14:03.976Z] --- PASS: TestRenameInvalidName (1.36s) [2020-12-15T15:14:03.976Z] === RUN TestRenameAnonymousContainer [2020-12-15T15:14:03.976Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-12-15T15:14:03.976Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:03.976Z] === RUN TestRenameContainerWithSameName [2020-12-15T15:14:04.955Z] --- PASS: TestRenameContainerWithSameName (1.29s) [2020-12-15T15:14:04.955Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-15T15:14:04.955Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-12-15T15:14:04.955Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:04.955Z] === RUN TestResize [2020-12-15T15:14:05.304Z] --- PASS: TestCgroupNamespacesRun (2.17s) [2020-12-15T15:14:05.304Z] === RUN TestCgroupNamespacesRunPrivileged [2020-12-15T15:14:06.489Z] --- PASS: TestResize (1.30s) [2020-12-15T15:14:06.489Z] === RUN TestResizeWithInvalidSize [2020-12-15T15:14:06.489Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-12-15T15:14:06.489Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:06.489Z] === RUN TestResizeWhenContainerNotStarted [2020-12-15T15:14:07.213Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.14s) [2020-12-15T15:14:07.213Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-12-15T15:14:08.022Z] --- PASS: TestResizeWhenContainerNotStarted (1.65s) [2020-12-15T15:14:08.022Z] === RUN TestDaemonRestartKillContainers [2020-12-15T15:14:08.022Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-12-15T15:14:08.022Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:08.022Z] === RUN TestStats [2020-12-15T15:14:08.022Z] --- SKIP: TestStats (0.00s) [2020-12-15T15:14:08.022Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-12-15T15:14:08.022Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-15T15:14:09.121Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.14s) [2020-12-15T15:14:09.121Z] === RUN TestCgroupNamespacesRunHostMode [2020-12-15T15:14:10.761Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.73s) [2020-12-15T15:14:10.761Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:q6i9cesxoc022rxp24vbbn24r Created:2020-12-15 15:14:00.194673641 +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[912c0c440b1ac7a47049889ed85852c04455f08e1199c9858bd553a041addc44:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5hjblddwfgugikk48fl34mc1i EndpointID:91faaa7735e91710126d50cb80e3ef05b6b79930e289e33633d4fc67c74f4c69 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f4d780d613a545cc07961dec4ca2dc018b5254747b0b24018689f30e5244a53e 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:450374a75b88 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5hjblddwfgugikk48fl34mc1i EndpointID:91faaa7735e91710126d50cb80e3ef05b6b79930e289e33633d4fc67c74f4c69 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-12-15T15:14:10.761Z] PASS [2020-12-15T15:14:10.761Z] [2020-12-15T15:14:10.761Z] === Skipped [2020-12-15T15:14:10.761Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:14:10.761Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:14:10.761Z] [2020-12-15T15:14:10.761Z] [2020-12-15T15:14:10.761Z] DONE 23 tests, 1 skipped in 58.790s [2020-12-15T15:14:10.761Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-12-15T15:14:10.761Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:14:10.761Z] ++ set -e [2020-12-15T15:14:10.761Z] ++ '[' -n 0 ']' [2020-12-15T15:14:10.761Z] ++ set -x [2020-12-15T15:14:10.762Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:14:10.762Z] INFO: Testing against a local daemon [2020-12-15T15:14:10.762Z] === RUN TestDockerNetworkIpvlanPersistance [2020-12-15T15:14:10.762Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-15T15:14:10.762Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:14:10.762Z] === RUN TestDockerNetworkIpvlan [2020-12-15T15:14:10.762Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-12-15T15:14:10.762Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:14:10.762Z] PASS [2020-12-15T15:14:10.762Z] [2020-12-15T15:14:10.762Z] === Skipped [2020-12-15T15:14:10.762Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-15T15:14:10.762Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:14:10.762Z] [2020-12-15T15:14:10.762Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-12-15T15:14:10.762Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:14:10.762Z] [2020-12-15T15:14:10.762Z] [2020-12-15T15:14:10.762Z] DONE 2 tests, 2 skipped in 0.069s [2020-12-15T15:14:10.762Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-12-15T15:14:10.762Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:14:10.762Z] ++ set -e [2020-12-15T15:14:10.762Z] ++ '[' -n 0 ']' [2020-12-15T15:14:10.762Z] ++ set -x [2020-12-15T15:14:10.762Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:14:10.762Z] INFO: Testing against a local daemon [2020-12-15T15:14:10.762Z] === RUN TestDockerNetworkMacvlanPersistance [2020-12-15T15:14:11.051Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s) [2020-12-15T15:14:11.051Z] === RUN TestDockerNetworkMacvlan [2020-12-15T15:14:11.663Z] --- PASS: TestCgroupNamespacesRunHostMode (2.15s) [2020-12-15T15:14:11.663Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-12-15T15:14:11.764Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.76s) [2020-12-15T15:14:11.764Z] === RUN TestStopContainerWithTimeout [2020-12-15T15:14:11.764Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-12-15T15:14:11.764Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-12-15T15:14:11.764Z] === RUN TestUpdateRestartPolicy [2020-12-15T15:14:12.079Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-12-15T15:14:13.109Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-12-15T15:14:13.596Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.15s) [2020-12-15T15:14:13.596Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-12-15T15:14:13.779Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-12-15T15:14:16.170Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.19s) [2020-12-15T15:14:16.170Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-12-15T15:14:16.376Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-12-15T15:14:16.376Z] Copying nested executables into bundles/cross/linux/amd64 [2020-12-15T15:14:16.376Z] Cross building: bundles/cross/windows/amd64 [2020-12-15T15:14:16.376Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-12-15T15:14:16.376Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-12-15T15:14:17.550Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.74s) [2020-12-15T15:14:17.550Z] === RUN TestCgroupNamespacesRunOlderClient [2020-12-15T15:14:18.215Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-12-15T15:14:19.458Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.15s) [2020-12-15T15:14:19.458Z] === RUN TestKernelTCPMemory [2020-12-15T15:14:19.719Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-12-15T15:14:19.719Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:19.719Z] === RUN TestNISDomainname [2020-12-15T15:14:19.719Z] --- SKIP: TestNISDomainname (0.01s) [2020-12-15T15:14:19.719Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-12-15T15:14:19.719Z] === RUN TestHostnameDnsResolution [2020-12-15T15:14:20.287Z] --- PASS: TestHostnameDnsResolution (0.63s) [2020-12-15T15:14:20.287Z] === RUN TestStats [2020-12-15T15:14:20.287Z] --- SKIP: TestStats (0.00s) [2020-12-15T15:14:20.287Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:20.287Z] === RUN TestStopContainerWithTimeout [2020-12-15T15:14:20.287Z] === RUN TestStopContainerWithTimeout/0 [2020-12-15T15:14:20.287Z] === PAUSE TestStopContainerWithTimeout/0 [2020-12-15T15:14:20.287Z] === RUN TestStopContainerWithTimeout/1 [2020-12-15T15:14:20.287Z] === PAUSE TestStopContainerWithTimeout/1 [2020-12-15T15:14:20.287Z] === RUN TestStopContainerWithTimeout/3 [2020-12-15T15:14:20.287Z] === PAUSE TestStopContainerWithTimeout/3 [2020-12-15T15:14:20.287Z] === RUN TestStopContainerWithTimeout/-1 [2020-12-15T15:14:20.287Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-12-15T15:14:20.287Z] === CONT TestStopContainerWithTimeout/0 [2020-12-15T15:14:20.287Z] === CONT TestStopContainerWithTimeout/3 [2020-12-15T15:14:20.858Z] === CONT TestStopContainerWithTimeout/-1 [2020-12-15T15:14:21.720Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-12-15T15:14:23.395Z] === CONT TestStopContainerWithTimeout/1 [2020-12-15T15:14:24.333Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-12-15T15:14:24.333Z] --- PASS: TestStopContainerWithTimeout/0 (0.71s) [2020-12-15T15:14:24.333Z] --- PASS: TestStopContainerWithTimeout/3 (2.71s) [2020-12-15T15:14:24.333Z] --- PASS: TestStopContainerWithTimeout/-1 (2.39s) [2020-12-15T15:14:24.333Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2020-12-15T15:14:24.333Z] === RUN TestDeleteDevicemapper [2020-12-15T15:14:24.333Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-12-15T15:14:24.333Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-15T15:14:24.333Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-15T15:14:25.714Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.25s) [2020-12-15T15:14:25.714Z] === RUN TestUpdateMemory [2020-12-15T15:14:25.714Z] --- SKIP: TestUpdateMemory (0.00s) [2020-12-15T15:14:25.714Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:25.714Z] === RUN TestUpdateCPUQuota [2020-12-15T15:14:25.714Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-12-15T15:14:25.714Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:25.714Z] === RUN TestUpdatePidsLimit [2020-12-15T15:14:25.714Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-12-15T15:14:25.714Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:25.714Z] === RUN TestUpdateRestartPolicy [2020-12-15T15:14:30.173Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-12-15T15:14:31.201Z] --- PASS: TestDockerNetworkMacvlan (19.96s) [2020-12-15T15:14:31.201Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-12-15T15:14:31.201Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-12-15T15:14:31.201Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.45s) [2020-12-15T15:14:31.201Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.54s) [2020-12-15T15:14:31.201Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.60s) [2020-12-15T15:14:31.201Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.48s) [2020-12-15T15:14:31.201Z] PASS [2020-12-15T15:14:31.201Z] [2020-12-15T15:14:31.201Z] DONE 8 tests in 21.495s [2020-12-15T15:14:31.201Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-12-15T15:14:31.201Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:14:31.201Z] ++ set -e [2020-12-15T15:14:31.201Z] ++ '[' -n 0 ']' [2020-12-15T15:14:31.201Z] ++ set -x [2020-12-15T15:14:31.201Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:14:31.201Z] testing: warning: no tests to run [2020-12-15T15:14:31.201Z] PASS [2020-12-15T15:14:31.201Z] [2020-12-15T15:14:31.201Z] DONE 0 tests in 0.015s [2020-12-15T15:14:31.201Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-12-15T15:14:31.201Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:14:31.201Z] ++ set -e [2020-12-15T15:14:31.201Z] ++ '[' -n 0 ']' [2020-12-15T15:14:31.201Z] ++ set -x [2020-12-15T15:14:31.201Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:14:31.201Z] INFO: Testing against a local daemon [2020-12-15T15:14:31.201Z] === RUN TestAuthZPluginAllowRequest [2020-12-15T15:14:32.856Z] --- PASS: TestUpdateRestartPolicy (17.97s) [2020-12-15T15:14:32.856Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-15T15:14:32.856Z] --- PASS: TestUpdateRestartWithAutoRemove (1.32s) [2020-12-15T15:14:32.856Z] === RUN TestWaitNonBlocked [2020-12-15T15:14:32.856Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:14:32.856Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:14:32.856Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:14:32.856Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:14:32.856Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:14:32.856Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:14:33.296Z] --- PASS: TestAuthZPluginAllowRequest (1.75s) [2020-12-15T15:14:33.296Z] === RUN TestAuthZPluginTLS [2020-12-15T15:14:33.296Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-12-15T15:14:33.296Z] === RUN TestAuthZPluginDenyRequest [2020-12-15T15:14:33.315Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-12-15T15:14:33.315Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.20s) [2020-12-15T15:14:33.315Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.29s) [2020-12-15T15:14:33.315Z] === RUN TestWaitBlocked [2020-12-15T15:14:33.315Z] --- SKIP: TestWaitBlocked (0.00s) [2020-12-15T15:14:33.315Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:33.315Z] PASS [2020-12-15T15:14:33.315Z] ok github.com/docker/docker/integration/container 53.862s [2020-12-15T15:14:33.315Z] [2020-12-15T15:14:33.315Z] === Skipped [2020-12-15T15:14:33.315Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-12-15T15:14:33.315Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:14:33.315Z] [2020-12-15T15:14:33.315Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2020-12-15T15:14:33.315Z] copy_test.go:38: testEnv.OSType == "windows" [2020-12-15T15:14:33.315Z] [2020-12-15T15:14:33.315Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-12-15T15:14:33.315Z] copy_test.go:63: testEnv.OSType == "windows" [2020-12-15T15:14:33.315Z] [2020-12-15T15:14:33.315Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-12-15T15:14:33.315Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:33.315Z] [2020-12-15T15:14:33.315Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-12-15T15:14:33.315Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-12-15T15:14:33.315Z] [2020-12-15T15:14:33.315Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-12-15T15:14:33.315Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-12-15T15:14:33.316Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-12-15T15:14:33.316Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-12-15T15:14:33.316Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2020-12-15T15:14:33.316Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-12-15T15:14:33.316Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-12-15T15:14:33.316Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-12-15T15:14:33.316Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-12-15T15:14:33.316Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-12-15T15:14:33.316Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-12-15T15:14:33.316Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-12-15T15:14:33.316Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-12-15T15:14:33.316Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2020-12-15T15:14:33.316Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-12-15T15:14:33.316Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-12-15T15:14:33.316Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-12-15T15:14:33.316Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-12-15T15:14:33.316Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-12-15T15:14:33.316Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-12-15T15:14:33.316Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-12-15T15:14:33.316Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-12-15T15:14:33.316Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-12-15T15:14:33.316Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-12-15T15:14:33.316Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-12-15T15:14:33.316Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-12-15T15:14:33.316Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-12-15T15:14:33.316Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-12-15T15:14:33.316Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-12-15T15:14:33.316Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-12-15T15:14:33.316Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-12-15T15:14:33.316Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-12-15T15:14:33.316Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-12-15T15:14:33.316Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] [2020-12-15T15:14:33.316Z] DONE 88 tests, 37 skipped in 56.183s [2020-12-15T15:14:33.316Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-12-15T15:14:33.924Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-12-15T15:14:33.924Z] === RUN TestAuthZPluginAPIDenyResponse [2020-12-15T15:14:34.552Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-12-15T15:14:34.552Z] === RUN TestAuthZPluginDenyResponse [2020-12-15T15:14:35.180Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-12-15T15:14:35.180Z] === RUN TestAuthZPluginAllowEventStream [2020-12-15T15:14:35.490Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:35.490Z] INFO: Testing against a local daemon [2020-12-15T15:14:35.490Z] === RUN TestCommitInheritsEnv [2020-12-15T15:14:35.490Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-12-15T15:14:35.490Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-15T15:14:35.490Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-15T15:14:35.490Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-12-15T15:14:35.490Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-12-15T15:14:35.490Z] === RUN TestImagesFilterMultiReference [2020-12-15T15:14:35.490Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2020-12-15T15:14:35.490Z] === RUN TestImagePullPlatformInvalid [2020-12-15T15:14:35.490Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-12-15T15:14:35.490Z] === RUN TestRemoveImageOrphaning [2020-12-15T15:14:35.948Z] --- PASS: TestRemoveImageOrphaning (0.60s) [2020-12-15T15:14:35.948Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-15T15:14:35.948Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-12-15T15:14:35.948Z] === RUN TestTagInvalidReference [2020-12-15T15:14:35.948Z] --- PASS: TestTagInvalidReference (0.02s) [2020-12-15T15:14:35.948Z] === RUN TestTagValidPrefixedRepo [2020-12-15T15:14:35.948Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-12-15T15:14:35.948Z] === RUN TestTagExistedNameWithoutForce [2020-12-15T15:14:35.948Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-12-15T15:14:35.948Z] === RUN TestTagOfficialNames [2020-12-15T15:14:35.948Z] --- PASS: TestTagOfficialNames (0.06s) [2020-12-15T15:14:35.948Z] === RUN TestTagMatchesDigest [2020-12-15T15:14:35.948Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-12-15T15:14:35.948Z] PASS [2020-12-15T15:14:36.406Z] ok github.com/docker/docker/integration/image 1.097s [2020-12-15T15:14:36.406Z] [2020-12-15T15:14:36.406Z] === Skipped [2020-12-15T15:14:36.406Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-12-15T15:14:36.406Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-15T15:14:36.406Z] [2020-12-15T15:14:36.406Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-12-15T15:14:36.406Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-12-15T15:14:36.406Z] [2020-12-15T15:14:36.406Z] [2020-12-15T15:14:36.406Z] DONE 11 tests, 2 skipped in 2.920s [2020-12-15T15:14:36.406Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-12-15T15:14:36.703Z] --- PASS: TestAuthZPluginAllowEventStream (1.75s) [2020-12-15T15:14:36.703Z] === RUN TestAuthZPluginErrorResponse [2020-12-15T15:14:37.331Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-12-15T15:14:37.331Z] === RUN TestAuthZPluginErrorRequest [2020-12-15T15:14:37.673Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-12-15T15:14:37.673Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-12-15T15:14:37.931Z] --- PASS: TestUpdateRestartPolicy (10.95s) [2020-12-15T15:14:37.932Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-15T15:14:37.932Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2020-12-15T15:14:37.932Z] === RUN TestWaitNonBlocked [2020-12-15T15:14:37.932Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:14:37.932Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:14:37.932Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:14:37.932Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:14:37.932Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:14:37.932Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:14:37.932Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-12-15T15:14:37.932Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.53s) [2020-12-15T15:14:37.932Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s) [2020-12-15T15:14:37.932Z] === RUN TestWaitBlocked [2020-12-15T15:14:37.932Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:14:37.932Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:14:37.932Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:14:37.932Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:14:37.932Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:14:37.932Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:14:37.946Z] testing: warning: no tests to run [2020-12-15T15:14:37.946Z] PASS [2020-12-15T15:14:37.946Z] ok github.com/docker/docker/integration/network/ipvlan 0.075s [no tests to run] [2020-12-15T15:14:37.946Z] testing: warning: no tests to run [2020-12-15T15:14:37.946Z] PASS [2020-12-15T15:14:37.946Z] ok github.com/docker/docker/integration/network/macvlan 0.074s [no tests to run] [2020-12-15T15:14:38.302Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-12-15T15:14:38.302Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-12-15T15:14:38.510Z] --- PASS: TestWaitBlocked (0.01s) [2020-12-15T15:14:38.510Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2020-12-15T15:14:38.510Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2020-12-15T15:14:38.510Z] === CONT TestDaemonRestartIpcMode [2020-12-15T15:14:38.510Z] === CONT TestIpcModeOlderClient [2020-12-15T15:14:38.510Z] --- PASS: TestIpcModeOlderClient (0.07s) [2020-12-15T15:14:38.915Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:38.915Z] INFO: Testing against a local daemon [2020-12-15T15:14:38.915Z] === RUN TestNetworkCreateDelete [2020-12-15T15:14:38.915Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-12-15T15:14:38.915Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:38.915Z] === RUN TestDockerNetworkDeletePreferID [2020-12-15T15:14:38.915Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-12-15T15:14:38.915Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-12-15T15:14:38.915Z] === RUN TestDaemonDNSFallback [2020-12-15T15:14:38.915Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2020-12-15T15:14:38.915Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:38.915Z] === RUN TestInspectNetwork [2020-12-15T15:14:38.915Z] --- SKIP: TestInspectNetwork (0.00s) [2020-12-15T15:14:38.915Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:38.915Z] === RUN TestRunContainerWithBridgeNone [2020-12-15T15:14:38.915Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-12-15T15:14:38.915Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:38.915Z] === RUN TestNetworkInvalidJSON [2020-12-15T15:14:38.915Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-15T15:14:38.915Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-15T15:14:38.915Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:14:38.915Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:14:38.915Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:14:38.915Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:14:38.915Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-15T15:14:38.915Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:14:38.915Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:14:38.915Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-12-15T15:14:38.915Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2020-12-15T15:14:38.915Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-12-15T15:14:38.915Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-15T15:14:38.915Z] === RUN TestHostIPv4BridgeLabel [2020-12-15T15:14:38.915Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-12-15T15:14:38.915Z] network_test.go:97: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-15T15:14:38.915Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:29: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] === RUN TestDaemonDefaultNetworkPools [2020-12-15T15:14:38.915Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:52: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-15T15:14:38.915Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:96: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-15T15:14:38.915Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:130: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-15T15:14:38.915Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:181: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] === RUN TestServiceWithPredefinedNetwork [2020-12-15T15:14:38.915Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:206: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-15T15:14:38.915Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:14:38.915Z] === RUN TestServiceWithDataPathPortInit [2020-12-15T15:14:38.915Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:326: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-15T15:14:38.915Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:394: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] PASS [2020-12-15T15:14:38.915Z] ok github.com/docker/docker/integration/network 0.244s [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === Skipped [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-12-15T15:14:38.915Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-12-15T15:14:38.915Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-12-15T15:14:38.915Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-12-15T15:14:38.915Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-12-15T15:14:38.915Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-12-15T15:14:38.915Z] network_test.go:97: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:29: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:52: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:96: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:130: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:181: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:206: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:326: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-12-15T15:14:38.915Z] service_test.go:394: testEnv.OSType == "windows" [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] [2020-12-15T15:14:38.915Z] DONE 19 tests, 15 skipped in 2.628s [2020-12-15T15:14:38.915Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-12-15T15:14:39.373Z] testing: warning: no tests to run [2020-12-15T15:14:39.373Z] PASS [2020-12-15T15:14:39.373Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2020-12-15T15:14:39.373Z] [2020-12-15T15:14:39.373Z] DONE 0 tests in 0.265s [2020-12-15T15:14:39.374Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-12-15T15:14:39.831Z] testing: warning: no tests to run [2020-12-15T15:14:39.831Z] PASS [2020-12-15T15:14:39.831Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2020-12-15T15:14:39.831Z] [2020-12-15T15:14:39.831Z] DONE 0 tests in 0.259s [2020-12-15T15:14:39.831Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-12-15T15:14:40.174Z] Loaded image: buildpack-deps:buster [2020-12-15T15:14:40.174Z] Loaded image: busybox:latest [2020-12-15T15:14:40.174Z] Loaded image: busybox:glibc [2020-12-15T15:14:40.174Z] Loaded image: debian:buster [2020-12-15T15:14:40.174Z] Loaded image: hello-world:latest [2020-12-15T15:14:40.174Z] Loaded image: arm32v7/hello-world:latest [2020-12-15T15:14:40.174Z] INFO: Testing against a local daemon [2020-12-15T15:14:40.174Z] === RUN TestCgroupNamespacesBuild [2020-12-15T15:14:40.174Z] --- PASS: TestCgroupNamespacesBuild (2.27s) [2020-12-15T15:14:40.174Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-12-15T15:14:40.174Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.01s) [2020-12-15T15:14:40.174Z] === RUN TestBuildWithSession [2020-12-15T15:14:40.174Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-15T15:14:40.175Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:14:40.175Z] === RUN TestBuildSquashParent [2020-12-15T15:14:40.803Z] testing: warning: no tests to run [2020-12-15T15:14:40.803Z] PASS [2020-12-15T15:14:40.803Z] ok github.com/docker/docker/integration/plugin/authz 0.095s [no tests to run] [2020-12-15T15:14:40.803Z] testing: warning: no tests to run [2020-12-15T15:14:40.803Z] PASS [2020-12-15T15:14:40.803Z] ok github.com/docker/docker/integration/plugin 0.086s [no tests to run] [2020-12-15T15:14:41.079Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.27s) [2020-12-15T15:14:41.079Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-12-15T15:14:42.708Z] --- PASS: TestDaemonRestartIpcMode (4.22s) [2020-12-15T15:14:42.708Z] PASS [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === Skipped [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-12-15T15:14:42.708Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-12-15T15:14:42.708Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-12-15T15:14:42.708Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-12-15T15:14:42.708Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-12-15T15:14:42.708Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-12-15T15:14:42.708Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-12-15T15:14:42.708Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-12-15T15:14:42.708Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-12-15T15:14:42.708Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-12-15T15:14:42.708Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-12-15T15:14:42.708Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-12-15T15:14:42.708Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2020-12-15T15:14:42.708Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2020-12-15T15:14:42.708Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2020-12-15T15:14:42.708Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-12-15T15:14:42.708Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-15T15:14:42.708Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-12-15T15:14:42.708Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-12-15T15:14:42.708Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-12-15T15:14:42.708Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-12-15T15:14:42.708Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-12-15T15:14:42.708Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-12-15T15:14:42.708Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-12-15T15:14:42.708Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-12-15T15:14:42.708Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-12-15T15:14:42.708Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] [2020-12-15T15:14:42.708Z] DONE 176 tests, 26 skipped in 78.496s [2020-12-15T15:14:42.708Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-12-15T15:14:42.708Z] INFO: Testing against a local daemon [2020-12-15T15:14:42.708Z] === RUN TestCommitInheritsEnv [2020-12-15T15:14:43.169Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.27s) [2020-12-15T15:14:43.169Z] === RUN TestAuthZPluginHeader [2020-12-15T15:14:43.797Z] --- PASS: TestAuthZPluginHeader (0.88s) [2020-12-15T15:14:43.797Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-12-15T15:14:43.797Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-12-15T15:14:43.797Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:14:43.797Z] === RUN TestAuthZPluginV2Disable [2020-12-15T15:14:43.797Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-12-15T15:14:43.797Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:14:43.797Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-12-15T15:14:43.797Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-15T15:14:43.797Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:14:43.797Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-12-15T15:14:43.797Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-15T15:14:43.797Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:14:43.797Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-12-15T15:14:44.088Z] --- PASS: TestCommitInheritsEnv (1.41s) [2020-12-15T15:14:44.088Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-15T15:14:44.088Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-12-15T15:14:44.088Z] === RUN TestImagesFilterMultiReference [2020-12-15T15:14:44.347Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-12-15T15:14:44.347Z] === RUN TestImagePullPlatformInvalid [2020-12-15T15:14:44.347Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-12-15T15:14:44.347Z] === RUN TestRemoveImageOrphaning [2020-12-15T15:14:46.254Z] --- PASS: TestRemoveImageOrphaning (1.90s) [2020-12-15T15:14:46.254Z] === RUN TestRemoveImageGarbageCollector [2020-12-15T15:14:46.254Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-12-15T15:14:46.254Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-12-15T15:14:46.254Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-15T15:14:46.254Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-12-15T15:14:46.254Z] === RUN TestTagInvalidReference [2020-12-15T15:14:46.254Z] --- PASS: TestTagInvalidReference (0.01s) [2020-12-15T15:14:46.254Z] === RUN TestTagValidPrefixedRepo [2020-12-15T15:14:46.254Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-12-15T15:14:46.254Z] === RUN TestTagExistedNameWithoutForce [2020-12-15T15:14:46.254Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-12-15T15:14:46.254Z] === RUN TestTagOfficialNames [2020-12-15T15:14:46.254Z] --- PASS: TestTagOfficialNames (0.06s) [2020-12-15T15:14:46.254Z] === RUN TestTagMatchesDigest [2020-12-15T15:14:46.254Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-12-15T15:14:46.254Z] === CONT TestImportExtremelyLargeImageWorks [2020-12-15T15:14:47.116Z] --- PASS: TestBuildWithHugeFile (53.38s) [2020-12-15T15:14:47.116Z] === RUN TestBuildWithEmptyDockerfile [2020-12-15T15:14:47.116Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:14:47.116Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:14:47.116Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:14:47.116Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:14:47.116Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:14:47.116Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:14:47.116Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:14:47.116Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:14:47.116Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:14:47.116Z] --- PASS: TestBuildWithEmptyDockerfile (0.20s) [2020-12-15T15:14:47.116Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2020-12-15T15:14:47.116Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2020-12-15T15:14:47.116Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2020-12-15T15:14:47.116Z] === RUN TestBuildPreserveOwnership [2020-12-15T15:14:47.116Z] === RUN TestBuildPreserveOwnership/copy_from [2020-12-15T15:14:47.904Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:47.904Z] INFO: Testing against a local daemon [2020-12-15T15:14:47.904Z] === RUN TestExternalGraphDriver [2020-12-15T15:14:47.904Z] --- SKIP: TestExternalGraphDriver (0.01s) [2020-12-15T15:14:47.904Z] external_test.go:48: runtime.GOOS == "windows" [2020-12-15T15:14:47.904Z] === RUN TestGraphdriverPluginV2 [2020-12-15T15:14:47.904Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2020-12-15T15:14:47.904Z] external_test.go:408: runtime.GOOS == "windows" [2020-12-15T15:14:47.904Z] PASS [2020-12-15T15:14:47.904Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.321s [2020-12-15T15:14:48.366Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:48.366Z] INFO: Testing against a local daemon [2020-12-15T15:14:48.366Z] === RUN TestReadPluginNoRead [2020-12-15T15:14:48.366Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-12-15T15:14:48.366Z] read_test.go:21: no unix domain sockets on Windows [2020-12-15T15:14:48.366Z] PASS [2020-12-15T15:14:48.366Z] ok github.com/docker/docker/integration/plugin/logging 0.203s [2020-12-15T15:14:48.366Z] testing: warning: no tests to run [2020-12-15T15:14:48.366Z] PASS [2020-12-15T15:14:48.366Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.185s [no tests to run] [2020-12-15T15:14:48.501Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-12-15T15:14:48.824Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:48.824Z] INFO: Testing against a local daemon [2020-12-15T15:14:48.824Z] === RUN TestPluginInvalidJSON [2020-12-15T15:14:48.824Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:14:48.824Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:14:48.824Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:14:48.824Z] --- PASS: TestPluginInvalidJSON (0.06s) [2020-12-15T15:14:48.824Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-15T15:14:48.824Z] === RUN TestPluginInstall [2020-12-15T15:14:48.824Z] --- SKIP: TestPluginInstall (0.00s) [2020-12-15T15:14:48.824Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-12-15T15:14:48.824Z] PASS [2020-12-15T15:14:48.824Z] ok github.com/docker/docker/integration/plugin/common 0.397s [2020-12-15T15:14:48.824Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-12-15T15:14:48.824Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-12-15T15:14:50.140Z] --- PASS: TestBuildSquashParent (8.71s) [2020-12-15T15:14:50.140Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-15T15:14:50.140Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:14:50.140Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:14:50.140Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:14:50.140Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:14:50.140Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:14:50.140Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:14:50.140Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:14:50.140Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:14:50.140Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:14:50.140Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:14:50.140Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:14:50.140Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:14:50.140Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:14:50.140Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:14:50.358Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:50.359Z] INFO: Testing against a local daemon [2020-12-15T15:14:50.359Z] === RUN TestPluginWithDevMounts [2020-12-15T15:14:50.359Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-12-15T15:14:50.359Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:50.359Z] PASS [2020-12-15T15:14:50.359Z] ok github.com/docker/docker/integration/plugin/volumes 0.192s [2020-12-15T15:14:50.359Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-12-15T15:14:50.816Z] [2020-12-15T15:14:50.816Z] === Skipped [2020-12-15T15:14:50.816Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-12-15T15:14:50.816Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-12-15T15:14:50.816Z] [2020-12-15T15:14:50.816Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2020-12-15T15:14:50.816Z] external_test.go:48: runtime.GOOS == "windows" [2020-12-15T15:14:50.816Z] [2020-12-15T15:14:50.816Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2020-12-15T15:14:50.816Z] external_test.go:408: runtime.GOOS == "windows" [2020-12-15T15:14:50.816Z] [2020-12-15T15:14:50.816Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-12-15T15:14:50.816Z] read_test.go:21: no unix domain sockets on Windows [2020-12-15T15:14:50.816Z] [2020-12-15T15:14:50.816Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-12-15T15:14:50.816Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:50.816Z] [2020-12-15T15:14:50.816Z] [2020-12-15T15:14:50.816Z] DONE 7 tests, 5 skipped in 11.040s [2020-12-15T15:14:50.816Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-12-15T15:14:51.047Z] --- PASS: TestBuildPreserveOwnership (6.10s) [2020-12-15T15:14:51.047Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.86s) [2020-12-15T15:14:51.047Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.22s) [2020-12-15T15:14:51.047Z] === RUN TestBuildPlatformInvalid [2020-12-15T15:14:51.047Z] --- PASS: TestBuildPlatformInvalid (0.20s) [2020-12-15T15:14:51.047Z] PASS [2020-12-15T15:14:51.047Z] [2020-12-15T15:14:51.047Z] === Skipped [2020-12-15T15:14:51.047Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-12-15T15:14:51.047Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:14:51.047Z] [2020-12-15T15:14:51.047Z] [2020-12-15T15:14:51.047Z] DONE 32 tests, 1 skipped in 110.511s [2020-12-15T15:14:51.047Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-12-15T15:14:51.047Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:14:51.047Z] ++ set -e [2020-12-15T15:14:51.047Z] ++ '[' -n 0 ']' [2020-12-15T15:14:51.047Z] ++ set -x [2020-12-15T15:14:51.047Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:14:51.076Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-12-15T15:14:51.076Z] [2020-12-15T15:14:51.076Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-12-15T15:14:51.076Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-12-15T15:14:51.076Z] HOSTNAME=abcdc9330ed0 [2020-12-15T15:14:51.076Z] TESTDEBUG=0 [2020-12-15T15:14:51.076Z] DEST=bundles/test-integration [2020-12-15T15:14:51.076Z] PWD=/go/src/github.com/docker/docker [2020-12-15T15:14:51.076Z] DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa [2020-12-15T15:14:51.076Z] container=docker [2020-12-15T15:14:51.076Z] HOME=/root [2020-12-15T15:14:51.076Z] GOLANG_VERSION=1.13.15 [2020-12-15T15:14:51.076Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-12-15T15:14:51.076Z] VALIDATE_BRANCH=master [2020-12-15T15:14:51.076Z] TERM=xterm [2020-12-15T15:14:51.076Z] DOCKER_PKG=github.com/docker/docker [2020-12-15T15:14:51.076Z] SHLVL=1 [2020-12-15T15:14:51.076Z] TIMEOUT=120m [2020-12-15T15:14:51.076Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-12-15T15:14:51.076Z] DOCKER_GRAPHDRIVER=overlay2 [2020-12-15T15:14:51.076Z] GO111MODULE=off [2020-12-15T15:14:51.076Z] DOCKER_EXPERIMENTAL=1 [2020-12-15T15:14:51.076Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-12-15T15:14:51.076Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-12-15T15:14:51.076Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-12-15T15:14:51.076Z] GOPATH=/go [2020-12-15T15:14:51.076Z] PKG_CONFIG=pkg-config [2020-12-15T15:14:51.076Z] _=/usr/bin/env [2020-12-15T15:14:51.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-12-15T15:14:51.274Z] testing: warning: no tests to run [2020-12-15T15:14:51.274Z] PASS [2020-12-15T15:14:51.274Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2020-12-15T15:14:51.274Z] [2020-12-15T15:14:51.274Z] DONE 0 tests in 0.263s [2020-12-15T15:14:51.274Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-12-15T15:14:51.308Z] INFO: Testing against a local daemon [2020-12-15T15:14:51.308Z] === RUN TestConfigInspect [2020-12-15T15:14:51.733Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:51.733Z] INFO: Testing against a local daemon [2020-12-15T15:14:51.733Z] === RUN TestPluginInvalidJSON [2020-12-15T15:14:51.733Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:14:51.733Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:14:51.733Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:14:51.733Z] --- PASS: TestPluginInvalidJSON (0.06s) [2020-12-15T15:14:51.733Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-15T15:14:51.733Z] === RUN TestPluginInstall [2020-12-15T15:14:51.733Z] --- SKIP: TestPluginInstall (0.00s) [2020-12-15T15:14:51.733Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-12-15T15:14:51.733Z] PASS [2020-12-15T15:14:51.733Z] ok github.com/docker/docker/integration/plugin/common (cached) [2020-12-15T15:14:51.733Z] [2020-12-15T15:14:51.733Z] === Skipped [2020-12-15T15:14:51.733Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-12-15T15:14:51.733Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-12-15T15:14:51.733Z] [2020-12-15T15:14:51.733Z] [2020-12-15T15:14:51.733Z] DONE 3 tests, 1 skipped in 0.657s [2020-12-15T15:14:51.733Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-12-15T15:14:52.040Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:14:52.040Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:14:52.712Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:52.712Z] INFO: Testing against a local daemon [2020-12-15T15:14:52.712Z] === RUN TestExternalGraphDriver [2020-12-15T15:14:52.712Z] --- SKIP: TestExternalGraphDriver (0.01s) [2020-12-15T15:14:52.712Z] external_test.go:48: runtime.GOOS == "windows" [2020-12-15T15:14:52.712Z] === RUN TestGraphdriverPluginV2 [2020-12-15T15:14:52.712Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2020-12-15T15:14:52.712Z] external_test.go:408: runtime.GOOS == "windows" [2020-12-15T15:14:52.712Z] PASS [2020-12-15T15:14:52.712Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2020-12-15T15:14:52.712Z] [2020-12-15T15:14:52.712Z] === Skipped [2020-12-15T15:14:52.712Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2020-12-15T15:14:52.713Z] external_test.go:48: runtime.GOOS == "windows" [2020-12-15T15:14:52.713Z] [2020-12-15T15:14:52.713Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2020-12-15T15:14:52.713Z] external_test.go:408: runtime.GOOS == "windows" [2020-12-15T15:14:52.713Z] [2020-12-15T15:14:52.713Z] [2020-12-15T15:14:52.713Z] DONE 2 tests, 2 skipped in 0.693s [2020-12-15T15:14:52.713Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-12-15T15:14:53.171Z] testing: warning: no tests to run [2020-12-15T15:14:53.171Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:53.171Z] INFO: Testing against a local daemon [2020-12-15T15:14:53.171Z] PASS [2020-12-15T15:14:53.171Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-12-15T15:14:53.171Z] === RUN TestReadPluginNoRead [2020-12-15T15:14:53.171Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-12-15T15:14:53.171Z] read_test.go:21: no unix domain sockets on Windows [2020-12-15T15:14:53.171Z] PASS [2020-12-15T15:14:53.171Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2020-12-15T15:14:53.171Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-12-15T15:14:53.171Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-12-15T15:14:53.171Z] [2020-12-15T15:14:53.171Z] === Skipped [2020-12-15T15:14:53.171Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-12-15T15:14:53.171Z] read_test.go:21: no unix domain sockets on Windows [2020-12-15T15:14:53.171Z] [2020-12-15T15:14:53.171Z] [2020-12-15T15:14:53.171Z] DONE 1 tests, 1 skipped in 0.716s [2020-12-15T15:14:53.171Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-12-15T15:14:53.629Z] testing: warning: no tests to run [2020-12-15T15:14:53.629Z] PASS [2020-12-15T15:14:53.629Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-12-15T15:14:53.629Z] [2020-12-15T15:14:53.629Z] DONE 0 tests in 0.441s [2020-12-15T15:14:53.629Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-12-15T15:14:54.597Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:54.597Z] INFO: Testing against a local daemon [2020-12-15T15:14:54.597Z] === RUN TestPluginWithDevMounts [2020-12-15T15:14:54.597Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-12-15T15:14:54.597Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:54.597Z] PASS [2020-12-15T15:14:54.597Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2020-12-15T15:14:54.597Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-12-15T15:14:54.597Z] [2020-12-15T15:14:54.597Z] === Skipped [2020-12-15T15:14:54.597Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-12-15T15:14:54.597Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:54.597Z] [2020-12-15T15:14:54.597Z] [2020-12-15T15:14:54.597Z] DONE 1 tests, 1 skipped in 0.665s [2020-12-15T15:14:54.597Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-12-15T15:14:55.321Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:14:55.321Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:14:55.508Z] --- PASS: TestConfigInspect (3.67s) [2020-12-15T15:14:55.508Z] === RUN TestConfigList [2020-12-15T15:14:56.131Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:56.131Z] INFO: Testing against a local daemon [2020-12-15T15:14:56.131Z] === RUN TestSecretInspect [2020-12-15T15:14:56.131Z] --- SKIP: TestSecretInspect (0.00s) [2020-12-15T15:14:56.131Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:56.131Z] === RUN TestSecretList [2020-12-15T15:14:56.131Z] --- SKIP: TestSecretList (0.00s) [2020-12-15T15:14:56.131Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:56.131Z] === RUN TestSecretsCreateAndDelete [2020-12-15T15:14:56.131Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-12-15T15:14:56.131Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:56.131Z] === RUN TestSecretsUpdate [2020-12-15T15:14:56.131Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-12-15T15:14:56.131Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:56.131Z] === RUN TestTemplatedSecret [2020-12-15T15:14:56.131Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-12-15T15:14:56.131Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:56.131Z] === RUN TestSecretCreateResolve [2020-12-15T15:14:56.131Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-12-15T15:14:56.131Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:56.131Z] PASS [2020-12-15T15:14:56.131Z] ok github.com/docker/docker/integration/secret 0.219s [2020-12-15T15:14:56.589Z] [2020-12-15T15:14:56.589Z] === Skipped [2020-12-15T15:14:56.589Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-12-15T15:14:56.589Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:56.589Z] [2020-12-15T15:14:56.589Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-12-15T15:14:56.589Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:56.589Z] [2020-12-15T15:14:56.589Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-12-15T15:14:56.589Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:56.589Z] [2020-12-15T15:14:56.589Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-12-15T15:14:56.589Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:56.589Z] [2020-12-15T15:14:56.589Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-12-15T15:14:56.589Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:56.589Z] [2020-12-15T15:14:56.589Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-12-15T15:14:56.589Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:56.589Z] [2020-12-15T15:14:56.589Z] [2020-12-15T15:14:56.589Z] DONE 6 tests, 6 skipped in 1.904s [2020-12-15T15:14:56.589Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-12-15T15:14:58.051Z] --- PASS: TestConfigList (2.70s) [2020-12-15T15:14:58.051Z] === RUN TestConfigsCreateAndDelete [2020-12-15T15:14:58.609Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-12-15T15:14:58.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.18s) [2020-12-15T15:14:58.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.32s) [2020-12-15T15:14:58.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.00s) [2020-12-15T15:14:58.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.29s) [2020-12-15T15:14:58.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.99s) [2020-12-15T15:14:58.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.17s) [2020-12-15T15:14:58.609Z] === RUN TestBuildMultiStageCopy [2020-12-15T15:14:58.609Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-15T15:14:58.764Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:14:58.764Z] INFO: Testing against a local daemon [2020-12-15T15:14:58.764Z] === RUN TestServiceCreateInit [2020-12-15T15:14:58.764Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-15T15:14:58.764Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-15T15:14:58.764Z] --- PASS: TestServiceCreateInit (0.03s) [2020-12-15T15:14:58.764Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-15T15:14:58.764Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-15T15:14:58.764Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestCreateServiceMultipleTimes [2020-12-15T15:14:58.764Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-12-15T15:14:58.764Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestCreateServiceConflict [2020-12-15T15:14:58.764Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-12-15T15:14:58.764Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestCreateServiceMaxReplicas [2020-12-15T15:14:58.764Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-12-15T15:14:58.764Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-15T15:14:58.764Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-12-15T15:14:58.764Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestCreateServiceSecretFileMode [2020-12-15T15:14:58.764Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-12-15T15:14:58.764Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestCreateServiceConfigFileMode [2020-12-15T15:14:58.764Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-12-15T15:14:58.764Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestCreateServiceSysctls [2020-12-15T15:14:58.764Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-12-15T15:14:58.764Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestCreateServiceCapabilities [2020-12-15T15:14:58.764Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-12-15T15:14:58.764Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestInspect [2020-12-15T15:14:58.764Z] --- SKIP: TestInspect (0.00s) [2020-12-15T15:14:58.764Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestCreateJob [2020-12-15T15:14:58.764Z] --- SKIP: TestCreateJob (0.00s) [2020-12-15T15:14:58.764Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestReplicatedJob [2020-12-15T15:14:58.764Z] --- SKIP: TestReplicatedJob (0.00s) [2020-12-15T15:14:58.764Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestUpdateReplicatedJob [2020-12-15T15:14:58.764Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2020-12-15T15:14:58.764Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestServiceListWithStatuses [2020-12-15T15:14:58.764Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-15T15:14:58.764Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestDockerNetworkConnectAlias [2020-12-15T15:14:58.764Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-12-15T15:14:58.764Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestDockerNetworkReConnect [2020-12-15T15:14:58.764Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-12-15T15:14:58.764Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestServicePlugin [2020-12-15T15:14:58.764Z] --- SKIP: TestServicePlugin (0.00s) [2020-12-15T15:14:58.764Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:58.764Z] === RUN TestServiceUpdateLabel [2020-12-15T15:14:58.764Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-12-15T15:14:58.764Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:58.764Z] === RUN TestServiceUpdateSecrets [2020-12-15T15:14:58.764Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-12-15T15:14:58.764Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:58.764Z] === RUN TestServiceUpdateConfigs [2020-12-15T15:14:58.764Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-12-15T15:14:58.764Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:58.764Z] === RUN TestServiceUpdateNetwork [2020-12-15T15:14:58.764Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2020-12-15T15:14:58.764Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:58.764Z] === RUN TestServiceUpdatePidsLimit [2020-12-15T15:14:58.764Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2020-12-15T15:14:58.764Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:58.764Z] PASS [2020-12-15T15:14:58.764Z] ok github.com/docker/docker/integration/service 0.312s [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === Skipped [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-15T15:14:59.225Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-15T15:14:59.225Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-15T15:14:59.225Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-15T15:14:59.225Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-12-15T15:14:59.225Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-12-15T15:14:59.225Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2020-12-15T15:14:59.225Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-12-15T15:14:59.225Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-12-15T15:14:59.225Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-12-15T15:14:59.225Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2020-12-15T15:14:59.225Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2020-12-15T15:14:59.225Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-12-15T15:14:59.225Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-12-15T15:14:59.225Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-12-15T15:14:59.225Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-12-15T15:14:59.225Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-12-15T15:14:59.225Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-12-15T15:14:59.225Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-12-15T15:14:59.225Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-12-15T15:14:59.225Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-12-15T15:14:59.225Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-12-15T15:14:59.225Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-12-15T15:14:59.225Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-12-15T15:14:59.225Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-12-15T15:14:59.225Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] [2020-12-15T15:14:59.225Z] DONE 24 tests, 23 skipped in 2.518s [2020-12-15T15:14:59.225Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-12-15T15:15:00.760Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:15:00.760Z] INFO: Testing against a local daemon [2020-12-15T15:15:00.760Z] === RUN TestSessionCreate [2020-12-15T15:15:00.760Z] --- SKIP: TestSessionCreate (0.00s) [2020-12-15T15:15:00.760Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-12-15T15:15:00.760Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-15T15:15:00.760Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-12-15T15:15:00.760Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-12-15T15:15:00.760Z] PASS [2020-12-15T15:15:00.760Z] ok github.com/docker/docker/integration/session 0.206s [2020-12-15T15:15:00.760Z] [2020-12-15T15:15:00.760Z] === Skipped [2020-12-15T15:15:00.760Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-12-15T15:15:00.760Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-12-15T15:15:00.760Z] [2020-12-15T15:15:00.760Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-12-15T15:15:00.760Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-12-15T15:15:00.760Z] [2020-12-15T15:15:00.760Z] [2020-12-15T15:15:00.760Z] DONE 2 tests, 2 skipped in 1.862s [2020-12-15T15:15:00.760Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-12-15T15:15:01.143Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-15T15:15:01.348Z] --- PASS: TestConfigsCreateAndDelete (3.30s) [2020-12-15T15:15:01.348Z] === RUN TestConfigsUpdate [2020-12-15T15:15:01.402Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-15T15:15:01.969Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-15T15:15:02.350Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.21s) [2020-12-15T15:15:02.350Z] PASS [2020-12-15T15:15:02.350Z] [2020-12-15T15:15:02.350Z] === Skipped [2020-12-15T15:15:02.350Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-12-15T15:15:02.350Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:15:02.350Z] [2020-12-15T15:15:02.350Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-12-15T15:15:02.350Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:15:02.350Z] [2020-12-15T15:15:02.350Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-15T15:15:02.350Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:15:02.350Z] [2020-12-15T15:15:02.350Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-15T15:15:02.350Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:15:02.350Z] [2020-12-15T15:15:02.350Z] [2020-12-15T15:15:02.350Z] DONE 17 tests, 4 skipped in 29.916s [2020-12-15T15:15:02.350Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-12-15T15:15:02.350Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:02.350Z] ++ set -e [2020-12-15T15:15:02.350Z] ++ '[' -n 0 ']' [2020-12-15T15:15:02.350Z] ++ set -x [2020-12-15T15:15:02.350Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:02.350Z] INFO: Testing against a local daemon [2020-12-15T15:15:02.350Z] === RUN TestPluginInvalidJSON [2020-12-15T15:15:02.350Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:15:02.350Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:15:02.350Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:15:02.350Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-12-15T15:15:02.350Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-15T15:15:02.350Z] === RUN TestPluginInstall [2020-12-15T15:15:02.350Z] === RUN TestPluginInstall/no_auth [2020-12-15T15:15:02.350Z] time="2020-12-15T15:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:15:02.350Z] time="2020-12-15T15:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2191403ae0f1032b9657835638942bd4059b97d30e8c756385f176c3e4a15fbc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:15:02.350Z] time="2020-12-15T15:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:15:02.350Z] time="2020-12-15T15:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2191403ae0f1032b9657835638942bd4059b97d30e8c756385f176c3e4a15fbc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:15:02.536Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-15T15:15:02.688Z] === RUN TestPluginInstall/with_htpasswd [2020-12-15T15:15:02.934Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:15:02.934Z] INFO: Testing against a local daemon [2020-12-15T15:15:02.934Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-15T15:15:02.934Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:15:02.935Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:15:02.935Z] === RUN TestEventsExecDie [2020-12-15T15:15:02.935Z] --- SKIP: TestEventsExecDie (0.00s) [2020-12-15T15:15:02.935Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-12-15T15:15:02.935Z] === RUN TestEventsBackwardsCompatible [2020-12-15T15:15:02.935Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-12-15T15:15:02.935Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-12-15T15:15:02.935Z] === RUN TestInfoAPI [2020-12-15T15:15:02.935Z] --- PASS: TestInfoAPI (0.03s) [2020-12-15T15:15:02.935Z] === RUN TestInfoAPIWarnings [2020-12-15T15:15:02.935Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-12-15T15:15:02.935Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-15T15:15:02.935Z] === RUN TestInfoDebug [2020-12-15T15:15:02.935Z] --- SKIP: TestInfoDebug (0.00s) [2020-12-15T15:15:02.935Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-15T15:15:02.935Z] === RUN TestInfoInsecureRegistries [2020-12-15T15:15:02.935Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-12-15T15:15:02.935Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-15T15:15:02.935Z] === RUN TestInfoRegistryMirrors [2020-12-15T15:15:02.935Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-12-15T15:15:02.935Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-15T15:15:02.935Z] === RUN TestLoginFailsWithBadCredentials [2020-12-15T15:15:03.104Z] --- PASS: TestBuildMultiStageCopy (4.90s) [2020-12-15T15:15:03.104Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.53s) [2020-12-15T15:15:03.104Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s) [2020-12-15T15:15:03.104Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s) [2020-12-15T15:15:03.104Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2020-12-15T15:15:03.104Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s) [2020-12-15T15:15:03.104Z] === RUN TestBuildMultiStageParentConfig [2020-12-15T15:15:03.319Z] time="2020-12-15T15:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:15:03.319Z] time="2020-12-15T15:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9bb19a84a7b81dec89ab357fc4cc3244d91d473107b71f82f78d1bc52bfead21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:15:03.319Z] time="2020-12-15T15:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:15:03.319Z] time="2020-12-15T15:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9bb19a84a7b81dec89ab357fc4cc3244d91d473107b71f82f78d1bc52bfead21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:15:03.608Z] === RUN TestPluginInstall/with_insecure [2020-12-15T15:15:03.901Z] --- PASS: TestLoginFailsWithBadCredentials (0.95s) [2020-12-15T15:15:03.901Z] === RUN TestPingCacheHeaders [2020-12-15T15:15:03.901Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-12-15T15:15:03.901Z] === RUN TestPingGet [2020-12-15T15:15:03.901Z] --- PASS: TestPingGet (0.03s) [2020-12-15T15:15:03.901Z] === RUN TestPingHead [2020-12-15T15:15:03.901Z] --- PASS: TestPingHead (0.03s) [2020-12-15T15:15:03.901Z] === RUN TestVersion [2020-12-15T15:15:03.901Z] --- PASS: TestVersion (0.02s) [2020-12-15T15:15:03.901Z] PASS [2020-12-15T15:15:03.901Z] ok github.com/docker/docker/integration/system 1.246s [2020-12-15T15:15:03.901Z] [2020-12-15T15:15:03.901Z] === Skipped [2020-12-15T15:15:03.901Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:15:03.901Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-12-15T15:15:03.902Z] [2020-12-15T15:15:03.902Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-12-15T15:15:03.902Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-12-15T15:15:03.902Z] [2020-12-15T15:15:03.902Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-12-15T15:15:03.902Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-12-15T15:15:03.902Z] [2020-12-15T15:15:03.902Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-12-15T15:15:03.902Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-12-15T15:15:03.902Z] [2020-12-15T15:15:03.902Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-12-15T15:15:03.902Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-15T15:15:03.902Z] [2020-12-15T15:15:03.902Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-12-15T15:15:03.902Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-15T15:15:03.902Z] [2020-12-15T15:15:03.902Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-12-15T15:15:03.902Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-12-15T15:15:03.902Z] [2020-12-15T15:15:03.902Z] [2020-12-15T15:15:03.902Z] DONE 13 tests, 7 skipped in 2.991s [2020-12-15T15:15:03.902Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-12-15T15:15:04.493Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2020-12-15T15:15:04.493Z] === RUN TestBuildLabelWithTargets [2020-12-15T15:15:04.635Z] time="2020-12-15T15:15:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:15:04.635Z] time="2020-12-15T15:15:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2d40c0503b7b0f41aa3d55ee591da50b2188cedc7f5d0b137cdf2e0ca1fe4d52" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:15:04.635Z] time="2020-12-15T15:15:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:15:04.635Z] time="2020-12-15T15:15:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2d40c0503b7b0f41aa3d55ee591da50b2188cedc7f5d0b137cdf2e0ca1fe4d52" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:15:04.635Z] --- PASS: TestPluginInstall (3.66s) [2020-12-15T15:15:04.635Z] --- PASS: TestPluginInstall/no_auth (1.56s) [2020-12-15T15:15:04.635Z] --- PASS: TestPluginInstall/with_htpasswd (0.83s) [2020-12-15T15:15:04.635Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2020-12-15T15:15:04.635Z] plugin_test.go:157: [dc6a6579fd944] daemon is not started [2020-12-15T15:15:04.635Z] PASS [2020-12-15T15:15:04.635Z] [2020-12-15T15:15:04.635Z] DONE 6 tests in 3.758s [2020-12-15T15:15:04.635Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-12-15T15:15:04.635Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:04.635Z] ++ set -e [2020-12-15T15:15:04.635Z] ++ '[' -n 0 ']' [2020-12-15T15:15:04.635Z] ++ set -x [2020-12-15T15:15:04.636Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:04.646Z] --- PASS: TestConfigsUpdate (3.26s) [2020-12-15T15:15:04.646Z] === RUN TestTemplatedConfig [2020-12-15T15:15:04.924Z] INFO: Testing against a local daemon [2020-12-15T15:15:04.924Z] === RUN TestExternalGraphDriver [2020-12-15T15:15:04.924Z] === RUN TestExternalGraphDriver/json [2020-12-15T15:15:06.082Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:15:06.082Z] INFO: Testing against a local daemon [2020-12-15T15:15:06.082Z] === RUN TestVolumesCreateAndList [2020-12-15T15:15:06.082Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-12-15T15:15:06.082Z] === RUN TestVolumesRemove [2020-12-15T15:15:06.082Z] --- PASS: TestVolumesRemove (0.06s) [2020-12-15T15:15:06.082Z] === RUN TestVolumesInspect [2020-12-15T15:15:06.082Z] --- PASS: TestVolumesInspect (0.03s) [2020-12-15T15:15:06.082Z] === RUN TestVolumesInvalidJSON [2020-12-15T15:15:06.082Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-15T15:15:06.082Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-15T15:15:06.082Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-15T15:15:06.082Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-12-15T15:15:06.082Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-12-15T15:15:06.082Z] PASS [2020-12-15T15:15:06.082Z] ok github.com/docker/docker/integration/volume 0.362s [2020-12-15T15:15:06.082Z] [2020-12-15T15:15:06.082Z] DONE 5 tests in 2.101s [2020-12-15T15:15:06.082Z] INFO: make.ps1 ended at 12/15/2020 15:15:05 [2020-12-15T15:15:06.082Z] INFO: Integration CLI tests being run from the host: [2020-12-15T15:15:06.082Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2020-12-15T15:15:06.980Z] === RUN TestExternalGraphDriver/spec [2020-12-15T15:15:07.030Z] --- PASS: TestBuildLabelWithTargets (2.40s) [2020-12-15T15:15:07.030Z] === RUN TestBuildWithEmptyLayers [2020-12-15T15:15:07.944Z] --- PASS: TestTemplatedConfig (3.66s) [2020-12-15T15:15:07.944Z] === RUN TestConfigCreateResolve [2020-12-15T15:15:08.409Z] --- PASS: TestBuildWithEmptyLayers (1.20s) [2020-12-15T15:15:08.409Z] === RUN TestBuildMultiStageOnBuild [2020-12-15T15:15:09.035Z] === RUN TestExternalGraphDriver/pull [2020-12-15T15:15:11.244Z] --- PASS: TestConfigCreateResolve (3.31s) [2020-12-15T15:15:11.244Z] === RUN TestConfigDaemonLibtrustID [2020-12-15T15:15:11.696Z] --- PASS: TestBuildMultiStageOnBuild (2.93s) [2020-12-15T15:15:11.696Z] === RUN TestBuildUncleanTarFilenames [2020-12-15T15:15:11.753Z] --- PASS: TestExternalGraphDriver (6.49s) [2020-12-15T15:15:11.753Z] --- PASS: TestExternalGraphDriver/json (2.10s) [2020-12-15T15:15:11.753Z] --- PASS: TestExternalGraphDriver/spec (2.06s) [2020-12-15T15:15:11.753Z] --- PASS: TestExternalGraphDriver/pull (2.21s) [2020-12-15T15:15:11.753Z] === RUN TestGraphdriverPluginV2 [2020-12-15T15:15:11.753Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2020-12-15T15:15:11.753Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:15:11.753Z] PASS [2020-12-15T15:15:11.753Z] [2020-12-15T15:15:11.753Z] === Skipped [2020-12-15T15:15:11.753Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2020-12-15T15:15:11.753Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:15:11.753Z] [2020-12-15T15:15:11.753Z] [2020-12-15T15:15:11.753Z] DONE 5 tests, 1 skipped in 6.618s [2020-12-15T15:15:11.753Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-12-15T15:15:11.753Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:11.753Z] ++ set -e [2020-12-15T15:15:11.753Z] ++ '[' -n 0 ']' [2020-12-15T15:15:11.753Z] ++ set -x [2020-12-15T15:15:11.753Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:11.753Z] INFO: Testing against a local daemon [2020-12-15T15:15:11.753Z] === RUN TestContinueAfterPluginCrash [2020-12-15T15:15:11.753Z] === PAUSE TestContinueAfterPluginCrash [2020-12-15T15:15:11.753Z] === RUN TestReadPluginNoRead [2020-12-15T15:15:11.753Z] === PAUSE TestReadPluginNoRead [2020-12-15T15:15:11.753Z] === RUN TestDaemonStartWithLogOpt [2020-12-15T15:15:11.753Z] === PAUSE TestDaemonStartWithLogOpt [2020-12-15T15:15:11.753Z] === CONT TestContinueAfterPluginCrash [2020-12-15T15:15:11.753Z] === CONT TestDaemonStartWithLogOpt [2020-12-15T15:15:11.815Z] --- PASS: TestConfigDaemonLibtrustID (0.67s) [2020-12-15T15:15:11.815Z] PASS [2020-12-15T15:15:11.815Z] [2020-12-15T15:15:11.815Z] DONE 7 tests in 20.736s [2020-12-15T15:15:11.815Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-12-15T15:15:11.815Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:11.815Z] ++ set -e [2020-12-15T15:15:11.815Z] ++ '[' -n 0 ']' [2020-12-15T15:15:11.815Z] ++ set -x [2020-12-15T15:15:11.815Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:12.076Z] INFO: Testing against a local daemon [2020-12-15T15:15:12.076Z] === RUN TestCheckpoint [2020-12-15T15:15:12.076Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-15T15:15:12.076Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:15:12.076Z] === RUN TestContainerInvalidJSON [2020-12-15T15:15:12.076Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:15:12.076Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:15:12.076Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:15:12.076Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:15:12.076Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:15:12.076Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:15:12.076Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:15:12.076Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:15:12.076Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:15:12.076Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-12-15T15:15:12.076Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-15T15:15:12.076Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-12-15T15:15:12.076Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-12-15T15:15:12.076Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-15T15:15:12.338Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-12-15T15:15:12.338Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-15T15:15:12.338Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2020-12-15T15:15:12.338Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-15T15:15:12.338Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-12-15T15:15:12.338Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-15T15:15:12.598Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-12-15T15:15:12.598Z] === RUN TestCopyFromContainer [2020-12-15T15:15:13.075Z] --- PASS: TestBuildUncleanTarFilenames (1.91s) [2020-12-15T15:15:13.075Z] === RUN TestBuildMultiStageLayerLeak [2020-12-15T15:15:13.164Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-12-15T15:15:13.164Z] INFO: Testing against a local daemon [2020-12-15T15:15:13.164Z] === RUN TestDockerSuite [2020-12-15T15:15:13.164Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-12-15T15:15:13.164Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-12-15T15:15:13.164Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-12-15T15:15:13.164Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-12-15T15:15:13.164Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-12-15T15:15:13.164Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-12-15T15:15:13.164Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-12-15T15:15:13.164Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-12-15T15:15:14.129Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-12-15T15:15:14.129Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-12-15T15:15:14.511Z] === RUN TestCopyFromContainer// [2020-12-15T15:15:14.772Z] === RUN TestCopyFromContainer//bar/root [2020-12-15T15:15:14.772Z] === RUN TestCopyFromContainer//bar/root/ [2020-12-15T15:15:15.033Z] === RUN TestCopyFromContainer/bar/quux [2020-12-15T15:15:15.033Z] === RUN TestCopyFromContainer/bar/quux/ [2020-12-15T15:15:15.095Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-12-15T15:15:15.095Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-12-15T15:15:15.294Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-12-15T15:15:15.294Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-12-15T15:15:15.555Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-12-15T15:15:15.555Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-12-15T15:15:15.815Z] === RUN TestCopyFromContainer/bar/notarget [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer (3.26s) [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-12-15T15:15:15.815Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-12-15T15:15:15.815Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-15T15:15:15.815Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:15:15.815Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:15:15.815Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:15:15.815Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:15:15.815Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:15:15.815Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:15:15.815Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:15:15.815Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:15:15.815Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:15:15.815Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-12-15T15:15:15.815Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-12-15T15:15:15.815Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-12-15T15:15:15.815Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-12-15T15:15:15.815Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-15T15:15:16.076Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-12-15T15:15:16.076Z] === RUN TestCreateWithInvalidEnv [2020-12-15T15:15:16.076Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-15T15:15:16.076Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-15T15:15:16.076Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-15T15:15:16.076Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-15T15:15:16.076Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-15T15:15:16.076Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-15T15:15:16.076Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-15T15:15:16.076Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-15T15:15:16.076Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-15T15:15:16.076Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-12-15T15:15:16.076Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-15T15:15:16.076Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-12-15T15:15:16.076Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-12-15T15:15:16.076Z] === RUN TestCreateTmpfsMountsTarget [2020-12-15T15:15:16.076Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-12-15T15:15:16.076Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-15T15:15:16.188Z] --- PASS: TestDaemonStartWithLogOpt (3.93s) [2020-12-15T15:15:16.188Z] === CONT TestReadPluginNoRead [2020-12-15T15:15:16.357Z] --- PASS: TestBuildMultiStageLayerLeak (3.18s) [2020-12-15T15:15:16.357Z] === RUN TestBuildWithHugeFile [2020-12-15T15:15:18.243Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-12-15T15:15:18.618Z] --- PASS: TestCreateWithCustomMaskedPaths (2.18s) [2020-12-15T15:15:18.618Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-15T15:15:20.299Z] === RUN TestReadPluginNoRead/default [2020-12-15T15:15:20.529Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.23s) [2020-12-15T15:15:20.529Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-15T15:15:20.529Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:15:20.529Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:15:20.529Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:15:20.529Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:15:20.529Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:15:20.529Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:15:20.529Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:15:20.529Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:15:20.529Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:15:20.529Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:15:20.529Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:15:20.529Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:15:20.529Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:15:20.529Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:15:20.529Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:15:20.529Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-12-15T15:15:20.529Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-12-15T15:15:20.529Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-12-15T15:15:20.529Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-12-15T15:15:20.529Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s) [2020-12-15T15:15:20.529Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-12-15T15:15:20.529Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-15T15:15:20.595Z] --- PASS: TestContinueAfterPluginCrash (9.00s) [2020-12-15T15:15:21.472Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.74s) [2020-12-15T15:15:21.472Z] === RUN TestCreateDifferentPlatform [2020-12-15T15:15:21.472Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-15T15:15:21.472Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-15T15:15:21.472Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-12-15T15:15:21.472Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-15T15:15:21.472Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-15T15:15:21.472Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-15T15:15:21.472Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-12-15T15:15:21.472Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-15T15:15:21.472Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.12s) [2020-12-15T15:15:21.472Z] === RUN TestContainerStartOnDaemonRestart [2020-12-15T15:15:21.472Z] === PAUSE TestContainerStartOnDaemonRestart [2020-12-15T15:15:21.472Z] === RUN TestDaemonRestartIpcMode [2020-12-15T15:15:21.472Z] === PAUSE TestDaemonRestartIpcMode [2020-12-15T15:15:21.472Z] === RUN TestDaemonHostGatewayIP [2020-12-15T15:15:21.472Z] === PAUSE TestDaemonHostGatewayIP [2020-12-15T15:15:21.472Z] === RUN TestContainerKillOnDaemonStart [2020-12-15T15:15:21.472Z] === PAUSE TestContainerKillOnDaemonStart [2020-12-15T15:15:21.472Z] === RUN TestDiff [2020-12-15T15:15:22.117Z] === RUN TestReadPluginNoRead/disabled_caching [2020-12-15T15:15:22.413Z] --- PASS: TestDiff (0.75s) [2020-12-15T15:15:22.413Z] === RUN TestExecWithCloseStdin [2020-12-15T15:15:22.984Z] --- PASS: TestExecWithCloseStdin (0.86s) [2020-12-15T15:15:22.984Z] === RUN TestExec [2020-12-15T15:15:23.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-12-15T15:15:23.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-12-15T15:15:23.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-12-15T15:15:23.926Z] --- PASS: TestExec (0.86s) [2020-12-15T15:15:23.926Z] === RUN TestExecUser [2020-12-15T15:15:24.012Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-12-15T15:15:24.012Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-12-15T15:15:24.012Z] remote: Enumerating objects: 2, done. [2020-12-15T15:15:24.012Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-12-15T15:15:24.012Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-12-15T15:15:24.012Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-12-15T15:15:24.012Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2020-12-15T15:15:24.012Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-12-15T15:15:24.173Z] --- PASS: TestReadPluginNoRead (8.67s) [2020-12-15T15:15:24.173Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.94s) [2020-12-15T15:15:24.173Z] --- PASS: TestReadPluginNoRead/default (1.95s) [2020-12-15T15:15:24.173Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.97s) [2020-12-15T15:15:24.173Z] read_test.go:92: [d2906d1cbfaa6] daemon is not started [2020-12-15T15:15:24.173Z] PASS [2020-12-15T15:15:24.173Z] [2020-12-15T15:15:24.173Z] DONE 6 tests in 12.690s [2020-12-15T15:15:24.173Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-12-15T15:15:24.173Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:24.173Z] ++ set -e [2020-12-15T15:15:24.173Z] ++ '[' -n 0 ']' [2020-12-15T15:15:24.173Z] ++ set -x [2020-12-15T15:15:24.173Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:24.173Z] testing: warning: no tests to run [2020-12-15T15:15:24.173Z] PASS [2020-12-15T15:15:24.173Z] [2020-12-15T15:15:24.173Z] DONE 0 tests in 0.026s [2020-12-15T15:15:24.173Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-12-15T15:15:24.173Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:24.173Z] ++ set -e [2020-12-15T15:15:24.173Z] ++ '[' -n 0 ']' [2020-12-15T15:15:24.173Z] ++ set -x [2020-12-15T15:15:24.173Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:24.173Z] INFO: Testing against a local daemon [2020-12-15T15:15:24.173Z] === RUN TestPluginWithDevMounts [2020-12-15T15:15:24.173Z] === PAUSE TestPluginWithDevMounts [2020-12-15T15:15:24.173Z] === CONT TestPluginWithDevMounts [2020-12-15T15:15:24.867Z] --- PASS: TestExecUser (0.87s) [2020-12-15T15:15:24.867Z] === RUN TestExportContainerAndImportImage [2020-12-15T15:15:24.939Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-12-15T15:15:25.808Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2020-12-15T15:15:25.808Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-15T15:15:25.818Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/test/unit [2020-12-15T15:15:26.233Z] --- PASS: TestPluginWithDevMounts (1.89s) [2020-12-15T15:15:26.233Z] PASS [2020-12-15T15:15:26.233Z] [2020-12-15T15:15:26.233Z] DONE 1 tests in 1.966s [2020-12-15T15:15:26.233Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-12-15T15:15:26.233Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:26.233Z] ++ set -e [2020-12-15T15:15:26.233Z] ++ '[' -n 0 ']' [2020-12-15T15:15:26.233Z] ++ set -x [2020-12-15T15:15:26.233Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:26.233Z] INFO: Testing against a local daemon [2020-12-15T15:15:26.233Z] === RUN TestSecretInspect [2020-12-15T15:15:28.334Z] ? github.com/docker/docker/api [no test files] [2020-12-15T15:15:28.353Z] --- PASS: TestExportContainerAfterDaemonRestart (2.06s) [2020-12-15T15:15:28.353Z] === RUN TestHealthCheckWorkdir [2020-12-15T15:15:28.924Z] --- PASS: TestHealthCheckWorkdir (1.08s) [2020-12-15T15:15:28.924Z] === RUN TestHealthKillContainer [2020-12-15T15:15:30.666Z] --- PASS: TestSecretInspect (3.78s) [2020-12-15T15:15:30.666Z] === RUN TestSecretList [2020-12-15T15:15:32.221Z] --- PASS: TestHealthKillContainer (2.89s) [2020-12-15T15:15:32.221Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-15T15:15:32.792Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s) [2020-12-15T15:15:32.792Z] === RUN TestIpcModeNone [2020-12-15T15:15:33.733Z] --- PASS: TestIpcModeNone (0.86s) [2020-12-15T15:15:33.733Z] === RUN TestIpcModePrivate [2020-12-15T15:15:34.166Z] --- PASS: TestSecretList (3.70s) [2020-12-15T15:15:34.166Z] === RUN TestSecretsCreateAndDelete [2020-12-15T15:15:34.687Z] --- PASS: TestIpcModePrivate (0.88s) [2020-12-15T15:15:34.687Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-12-15T15:15:34.687Z] === RUN TestIpcModeShareable [2020-12-15T15:15:35.258Z] --- PASS: TestIpcModeShareable (0.87s) [2020-12-15T15:15:35.258Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-12-15T15:15:35.258Z] === RUN TestAPIIpcModeShareableAndContainer [2020-12-15T15:15:37.666Z] --- PASS: TestSecretsCreateAndDelete (3.79s) [2020-12-15T15:15:37.666Z] === RUN TestSecretsUpdate [2020-12-15T15:15:38.572Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.76s) [2020-12-15T15:15:38.572Z] === RUN TestAPIIpcModeHost [2020-12-15T15:15:38.833Z] --- PASS: TestAPIIpcModeHost (0.66s) [2020-12-15T15:15:38.833Z] === RUN TestDaemonIpcModeShareable [2020-12-15T15:15:40.752Z] --- PASS: TestDaemonIpcModeShareable (1.86s) [2020-12-15T15:15:40.752Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-12-15T15:15:40.752Z] === RUN TestDaemonIpcModePrivate [2020-12-15T15:15:42.100Z] --- PASS: TestSecretsUpdate (3.88s) [2020-12-15T15:15:42.100Z] === RUN TestTemplatedSecret [2020-12-15T15:15:42.672Z] --- PASS: TestDaemonIpcModePrivate (2.03s) [2020-12-15T15:15:42.672Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-12-15T15:15:42.672Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-12-15T15:15:43.174Z] ok github.com/docker/docker/api/server 0.023s coverage: 9.0% of statements [2020-12-15T15:15:44.584Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.80s) [2020-12-15T15:15:44.584Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-12-15T15:15:44.584Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-12-15T15:15:45.600Z] --- PASS: TestTemplatedSecret (3.71s) [2020-12-15T15:15:45.600Z] === RUN TestSecretCreateResolve [2020-12-15T15:15:46.496Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.89s) [2020-12-15T15:15:46.496Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-12-15T15:15:46.496Z] === RUN TestIpcModeOlderClient [2020-12-15T15:15:46.496Z] === PAUSE TestIpcModeOlderClient [2020-12-15T15:15:46.496Z] === RUN TestKillContainerInvalidSignal [2020-12-15T15:15:47.437Z] --- PASS: TestKillContainerInvalidSignal (0.90s) [2020-12-15T15:15:47.437Z] === RUN TestKillContainer [2020-12-15T15:15:47.437Z] === RUN TestKillContainer/no_signal [2020-12-15T15:15:48.007Z] === RUN TestKillContainer/non_killing_signal [2020-12-15T15:15:48.579Z] === RUN TestKillContainer/killing_signal [2020-12-15T15:15:49.100Z] --- PASS: TestSecretCreateResolve (3.76s) [2020-12-15T15:15:49.100Z] PASS [2020-12-15T15:15:49.100Z] [2020-12-15T15:15:49.100Z] DONE 6 tests in 22.692s [2020-12-15T15:15:49.100Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-12-15T15:15:49.100Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:49.100Z] ++ set -e [2020-12-15T15:15:49.100Z] ++ '[' -n 0 ']' [2020-12-15T15:15:49.100Z] ++ set -x [2020-12-15T15:15:49.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:15:49.100Z] INFO: Testing against a local daemon [2020-12-15T15:15:49.100Z] === RUN TestServiceCreateInit [2020-12-15T15:15:49.100Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-15T15:15:49.520Z] --- PASS: TestKillContainer (2.36s) [2020-12-15T15:15:49.520Z] --- PASS: TestKillContainer/no_signal (0.80s) [2020-12-15T15:15:49.520Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-12-15T15:15:49.520Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2020-12-15T15:15:49.520Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-15T15:15:49.520Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-12-15T15:15:50.461Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-12-15T15:15:51.032Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.53s) [2020-12-15T15:15:51.032Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2020-12-15T15:15:51.032Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2020-12-15T15:15:51.032Z] === RUN TestKillStoppedContainer [2020-12-15T15:15:51.293Z] --- PASS: TestKillStoppedContainer (0.11s) [2020-12-15T15:15:51.293Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-15T15:15:51.293Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-12-15T15:15:51.293Z] === RUN TestKillDifferentUserContainer [2020-12-15T15:15:52.233Z] --- PASS: TestKillDifferentUserContainer (0.85s) [2020-12-15T15:15:52.233Z] === RUN TestInspectOomKilledTrue [2020-12-15T15:15:52.233Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-12-15T15:15:52.233Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:15:52.233Z] === RUN TestInspectOomKilledFalse [2020-12-15T15:15:52.233Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-12-15T15:15:52.233Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:15:52.233Z] === RUN TestLinksEtcHostsContentMatch [2020-12-15T15:15:52.804Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s) [2020-12-15T15:15:52.804Z] === RUN TestLinksContainerNames [2020-12-15T15:15:54.678Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-15T15:15:54.714Z] --- PASS: TestLinksContainerNames (1.59s) [2020-12-15T15:15:54.714Z] === RUN TestLogsFollowTailEmpty [2020-12-15T15:15:55.069Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-15T15:15:55.069Z] Using test binary docker [2020-12-15T15:15:55.069Z] +++ /etc/init.d/apparmor start [2020-12-15T15:15:55.069Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-15T15:15:55.069Z] INFO: Waiting for daemon to start... [2020-12-15T15:15:55.069Z] Starting dockerd [2020-12-15T15:15:55.069Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-12-15T15:15:55.069Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-15T15:15:55.069Z] Using test binary docker [2020-12-15T15:15:55.069Z] +++ /etc/init.d/apparmor start [2020-12-15T15:15:55.069Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-15T15:15:55.069Z] INFO: Waiting for daemon to start... [2020-12-15T15:15:55.069Z] Starting dockerd [2020-12-15T15:15:55.069Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-12-15T15:15:55.285Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2020-12-15T15:15:55.285Z] === RUN TestContainerNetworkMountsNoChown [2020-12-15T15:15:55.328Z] . [2020-12-15T15:15:55.328Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-15T15:15:55.328Z] [2020-12-15T15:15:55.328Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-15T15:15:55.328Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-15T15:15:55.328Z] Error: No such image: emptyfs [2020-12-15T15:15:55.328Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-15T15:15:55.328Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-15T15:15:55.328Z] ++++ docker load [2020-12-15T15:15:55.328Z] Error: No such image: emptyfs [2020-12-15T15:15:55.328Z] ++++ docker load [2020-12-15T15:15:55.328Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-15T15:15:55.856Z] --- PASS: TestContainerNetworkMountsNoChown (0.72s) [2020-12-15T15:15:55.856Z] === RUN TestMountDaemonRoot [2020-12-15T15:15:55.856Z] === RUN TestMountDaemonRoot/default [2020-12-15T15:15:55.856Z] === PAUSE TestMountDaemonRoot/default [2020-12-15T15:15:55.856Z] === RUN TestMountDaemonRoot/private [2020-12-15T15:15:55.856Z] === PAUSE TestMountDaemonRoot/private [2020-12-15T15:15:55.856Z] === RUN TestMountDaemonRoot/rprivate [2020-12-15T15:15:55.856Z] === PAUSE TestMountDaemonRoot/rprivate [2020-12-15T15:15:55.856Z] === RUN TestMountDaemonRoot/slave [2020-12-15T15:15:55.856Z] === PAUSE TestMountDaemonRoot/slave [2020-12-15T15:15:55.856Z] === RUN TestMountDaemonRoot/rslave [2020-12-15T15:15:55.856Z] === PAUSE TestMountDaemonRoot/rslave [2020-12-15T15:15:55.856Z] === RUN TestMountDaemonRoot/shared [2020-12-15T15:15:55.856Z] === PAUSE TestMountDaemonRoot/shared [2020-12-15T15:15:55.856Z] === RUN TestMountDaemonRoot/rshared [2020-12-15T15:15:55.856Z] === PAUSE TestMountDaemonRoot/rshared [2020-12-15T15:15:55.856Z] === CONT TestMountDaemonRoot/default [2020-12-15T15:15:55.856Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:15:55.856Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:15:55.856Z] === CONT TestMountDaemonRoot/rslave [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:15:55.857Z] === CONT TestMountDaemonRoot/rshared [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:15:55.857Z] === CONT TestMountDaemonRoot/slave [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/default/mount_root [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/default/bind_root [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:15:55.857Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:15:55.857Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:15:55.899Z] Running integration-test (iteration 1) [2020-12-15T15:15:55.899Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-12-15T15:15:55.899Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-12-15T15:15:55.899Z] ++ set -e [2020-12-15T15:15:55.899Z] ++ '[' -n 0 ']' [2020-12-15T15:15:55.899Z] ++ set -x [2020-12-15T15:15:55.899Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-12-15T15:15:55.899Z] Running integration-test (iteration 1) [2020-12-15T15:15:55.899Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-12-15T15:15:55.899Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-12-15T15:15:55.899Z] ++ set -e [2020-12-15T15:15:55.899Z] ++ '[' -n 0 ']' [2020-12-15T15:15:55.899Z] ++ set -x [2020-12-15T15:15:55.899Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/private [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/private/bind_root [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/private/mount_root [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/rprivate [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/shared [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-12-15T15:15:56.117Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:15:56.117Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/private/bind_root [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/default/bind_root [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/default/mount_root [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:15:56.117Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/private/mount_root [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-12-15T15:15:56.378Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.11s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.07s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.11s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-12-15T15:15:56.378Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-12-15T15:15:56.378Z] === RUN TestContainerBindMountNonRecursive [2020-12-15T15:15:56.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-12-15T15:15:56.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-12-15T15:15:56.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-12-15T15:15:56.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-12-15T15:15:56.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-12-15T15:15:58.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-12-15T15:15:58.922Z] --- PASS: TestContainerBindMountNonRecursive (2.33s) [2020-12-15T15:15:58.922Z] === RUN TestContainerVolumesMountedAsShared [2020-12-15T15:15:59.492Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2020-12-15T15:15:59.492Z] === RUN TestContainerVolumesMountedAsSlave [2020-12-15T15:16:00.224Z] --- PASS: TestServiceCreateInit (10.73s) [2020-12-15T15:16:00.224Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.37s) [2020-12-15T15:16:00.224Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.35s) [2020-12-15T15:16:00.224Z] === RUN TestCreateServiceMultipleTimes [2020-12-15T15:16:00.433Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s) [2020-12-15T15:16:00.434Z] === RUN TestNetworkNat [2020-12-15T15:16:01.004Z] --- PASS: TestNetworkNat (0.90s) [2020-12-15T15:16:01.004Z] === RUN TestNetworkLocalhostTCPNat [2020-12-15T15:16:01.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-12-15T15:16:01.947Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2020-12-15T15:16:01.947Z] === RUN TestNetworkLoopbackNat [2020-12-15T15:16:03.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-12-15T15:16:04.689Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-12-15T15:16:05.244Z] --- PASS: TestNetworkLoopbackNat (3.20s) [2020-12-15T15:16:05.244Z] === RUN TestPause [2020-12-15T15:16:05.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-12-15T15:16:05.815Z] --- PASS: TestPause (0.84s) [2020-12-15T15:16:05.815Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-15T15:16:06.076Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-15T15:16:06.076Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-15T15:16:06.076Z] === RUN TestPauseStopPausedContainer [2020-12-15T15:16:07.017Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2020-12-15T15:16:07.017Z] === RUN TestPsFilter [2020-12-15T15:16:07.017Z] --- PASS: TestPsFilter (0.28s) [2020-12-15T15:16:07.017Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-15T15:16:07.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-12-15T15:16:07.959Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s) [2020-12-15T15:16:07.959Z] === RUN TestRemoveContainerWithVolume [2020-12-15T15:16:08.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-12-15T15:16:08.531Z] --- PASS: TestRemoveContainerWithVolume (0.77s) [2020-12-15T15:16:08.531Z] === RUN TestRemoveContainerRunning [2020-12-15T15:16:09.472Z] --- PASS: TestRemoveContainerRunning (0.76s) [2020-12-15T15:16:09.472Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-15T15:16:10.413Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2020-12-15T15:16:10.413Z] === RUN TestRemoveInvalidContainer [2020-12-15T15:16:10.413Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-12-15T15:16:10.413Z] === RUN TestRenameLinkedContainer [2020-12-15T15:16:10.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-12-15T15:16:11.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-12-15T15:16:12.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-12-15T15:16:13.710Z] --- PASS: TestRenameLinkedContainer (3.17s) [2020-12-15T15:16:13.710Z] === RUN TestRenameStoppedContainer [2020-12-15T15:16:14.156Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-12-15T15:16:14.156Z] Using test binary docker [2020-12-15T15:16:14.156Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-12-15T15:16:14.156Z] +++ /etc/init.d/apparmor start [2020-12-15T15:16:14.156Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-12-15T15:16:14.156Z] INFO: Waiting for daemon to start... [2020-12-15T15:16:14.156Z] Starting dockerd [2020-12-15T15:16:14.156Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-12-15T15:16:14.280Z] --- PASS: TestRenameStoppedContainer (0.80s) [2020-12-15T15:16:14.280Z] === RUN TestRenameRunningContainerAndReuse [2020-12-15T15:16:15.664Z] --- PASS: TestRenameRunningContainerAndReuse (1.59s) [2020-12-15T15:16:15.664Z] === RUN TestRenameInvalidName [2020-12-15T15:16:16.218Z] . [2020-12-15T15:16:16.218Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-12-15T15:16:16.218Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-12-15T15:16:16.218Z] Error: No such image: emptyfs [2020-12-15T15:16:16.218Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-12-15T15:16:16.218Z] ++++ docker load [2020-12-15T15:16:16.218Z] Running integration-test (iteration 1) [2020-12-15T15:16:16.218Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-12-15T15:16:16.218Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:16:16.218Z] ++ set -e [2020-12-15T15:16:16.218Z] ++ '[' -n 0 ']' [2020-12-15T15:16:16.218Z] ++ set -x [2020-12-15T15:16:16.218Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:16:16.606Z] --- PASS: TestRenameInvalidName (0.77s) [2020-12-15T15:16:16.606Z] === RUN TestRenameAnonymousContainer [2020-12-15T15:16:20.809Z] --- PASS: TestRenameAnonymousContainer (3.99s) [2020-12-15T15:16:20.809Z] === RUN TestRenameContainerWithSameName [2020-12-15T15:16:21.379Z] --- PASS: TestRenameContainerWithSameName (0.79s) [2020-12-15T15:16:21.379Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-15T15:16:22.647Z] --- PASS: TestCreateServiceMultipleTimes (23.16s) [2020-12-15T15:16:22.647Z] === RUN TestCreateServiceConflict [2020-12-15T15:16:22.762Z] --- PASS: TestRenameContainerWithLinkedContainer (1.50s) [2020-12-15T15:16:22.762Z] === RUN TestResize [2020-12-15T15:16:23.703Z] --- PASS: TestResize (0.82s) [2020-12-15T15:16:23.703Z] === RUN TestResizeWithInvalidSize [2020-12-15T15:16:24.644Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2020-12-15T15:16:24.644Z] === RUN TestResizeWhenContainerNotStarted [2020-12-15T15:16:25.216Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s) [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:16:25.216Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:16:25.216Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:16:25.216Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:16:25.216Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:16:25.216Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:16:25.216Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:16:27.082Z] --- PASS: TestCreateServiceConflict (3.76s) [2020-12-15T15:16:27.082Z] === RUN TestCreateServiceMaxReplicas [2020-12-15T15:16:27.133Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:16:28.077Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:16:28.340Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:16:28.914Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:16:30.584Z] --- PASS: TestCreateServiceMaxReplicas (3.89s) [2020-12-15T15:16:30.584Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-15T15:16:30.840Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:16:30.840Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:16:30.840Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:16:31.414Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:16:31.595Z] Loaded image: buildpack-deps:buster [2020-12-15T15:16:31.595Z] Loaded image: busybox:latest [2020-12-15T15:16:31.595Z] Loaded image: busybox:glibc [2020-12-15T15:16:31.595Z] Loaded image: debian:buster [2020-12-15T15:16:31.595Z] Loaded image: hello-world:latest [2020-12-15T15:16:31.595Z] Loaded image: arm32v7/hello-world:latest [2020-12-15T15:16:31.595Z] INFO: Testing against a local daemon [2020-12-15T15:16:31.595Z] === RUN TestCgroupNamespacesBuild [2020-12-15T15:16:31.595Z] --- PASS: TestCgroupNamespacesBuild (1.33s) [2020-12-15T15:16:31.595Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-12-15T15:16:32.244Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.32s) [2020-12-15T15:16:32.244Z] === RUN TestBuildWithSession [2020-12-15T15:16:32.244Z] --- SKIP: TestBuildWithSession (0.00s) [2020-12-15T15:16:32.244Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:16:32.244Z] === RUN TestBuildSquashParent [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.74s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.86s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.03s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.51s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.55s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.58s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.99s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.65s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.65s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.67s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.59s) [2020-12-15T15:16:33.329Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.46s) [2020-12-15T15:16:33.329Z] === RUN TestCgroupNamespacesRun [2020-12-15T15:16:34.619Z] Loaded image: buildpack-deps:buster [2020-12-15T15:16:34.878Z] Loaded image: busybox:latest [2020-12-15T15:16:35.240Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2020-12-15T15:16:35.240Z] === RUN TestCgroupNamespacesRunPrivileged [2020-12-15T15:16:35.455Z] Loaded image: buildpack-deps:buster [2020-12-15T15:16:35.713Z] Loaded image: busybox:glibc [2020-12-15T15:16:35.713Z] Loaded image: debian:buster [2020-12-15T15:16:35.713Z] Loaded image: busybox:latest [2020-12-15T15:16:35.971Z] Loaded image: hello-world:latest [2020-12-15T15:16:35.971Z] Loaded image: arm32v7/hello-world:latest [2020-12-15T15:16:35.971Z] Loaded image: busybox:glibc [2020-12-15T15:16:36.229Z] Loaded image: debian:buster [2020-12-15T15:16:36.229Z] INFO: Testing against a local daemon [2020-12-15T15:16:36.229Z] === RUN TestDockerSuite [2020-12-15T15:16:36.229Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-12-15T15:16:36.229Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-12-15T15:16:36.229Z] Loaded image: hello-world:latest [2020-12-15T15:16:36.229Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-12-15T15:16:36.229Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-12-15T15:16:36.229Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-12-15T15:16:36.229Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-12-15T15:16:36.486Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-12-15T15:16:36.486Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-12-15T15:16:36.486Z] Loaded image: arm32v7/hello-world:latest [2020-12-15T15:16:36.486Z] INFO: Testing against a local daemon [2020-12-15T15:16:36.486Z] === RUN TestDockerDaemonSuite [2020-12-15T15:16:36.486Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-12-15T15:16:36.728Z] --- PASS: TestBuildSquashParent (4.02s) [2020-12-15T15:16:36.728Z] === RUN TestBuildWithRemoveAndForceRemove [2020-12-15T15:16:36.728Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:16:36.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:16:36.728Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:16:36.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:16:36.728Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:16:36.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:16:36.728Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:16:36.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:16:36.728Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:16:36.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:16:36.728Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:16:36.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:16:36.728Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-12-15T15:16:36.728Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-12-15T15:16:36.728Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-12-15T15:16:36.728Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-12-15T15:16:37.152Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s) [2020-12-15T15:16:37.152Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-12-15T15:16:37.423Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-12-15T15:16:37.681Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-12-15T15:16:37.736Z] --- PASS: TestImportExtremelyLargeImageWorks (106.02s) [2020-12-15T15:16:37.736Z] PASS [2020-12-15T15:16:37.736Z] [2020-12-15T15:16:37.736Z] === Skipped [2020-12-15T15:16:37.736Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-12-15T15:16:37.736Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-12-15T15:16:37.736Z] [2020-12-15T15:16:37.736Z] [2020-12-15T15:16:37.736Z] DONE 12 tests, 1 skipped in 109.786s [2020-12-15T15:16:37.736Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-12-15T15:16:37.736Z] INFO: Testing against a local daemon [2020-12-15T15:16:37.736Z] === RUN TestNetworkCreateDelete [2020-12-15T15:16:37.736Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-12-15T15:16:37.736Z] === RUN TestDockerNetworkDeletePreferID [2020-12-15T15:16:37.736Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-12-15T15:16:37.736Z] === RUN TestDaemonDNSFallback [2020-12-15T15:16:38.252Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-12-15T15:16:38.252Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-12-15T15:16:38.816Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-12-15T15:16:38.816Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-12-15T15:16:39.064Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.95s) [2020-12-15T15:16:39.064Z] === RUN TestCgroupNamespacesRunHostMode [2020-12-15T15:16:39.187Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-12-15T15:16:39.187Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-12-15T15:16:39.187Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-12-15T15:16:40.562Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-12-15T15:16:40.894Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-12-15T15:16:40.894Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.42s) [2020-12-15T15:16:40.894Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.52s) [2020-12-15T15:16:40.894Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.60s) [2020-12-15T15:16:40.894Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.65s) [2020-12-15T15:16:40.894Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.94s) [2020-12-15T15:16:40.894Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.90s) [2020-12-15T15:16:40.894Z] === RUN TestBuildMultiStageCopy [2020-12-15T15:16:40.894Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-12-15T15:16:40.976Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s) [2020-12-15T15:16:40.976Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-12-15T15:16:41.027Z] --- PASS: TestDaemonDNSFallback (7.43s) [2020-12-15T15:16:41.027Z] === RUN TestInspectNetwork [2020-12-15T15:16:41.027Z] --- SKIP: TestInspectNetwork (0.00s) [2020-12-15T15:16:41.027Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:16:41.027Z] === RUN TestRunContainerWithBridgeNone [2020-12-15T15:16:41.027Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-12-15T15:16:41.027Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.027Z] === RUN TestNetworkInvalidJSON [2020-12-15T15:16:41.027Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-15T15:16:41.027Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-15T15:16:41.027Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:16:41.027Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:16:41.027Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:16:41.027Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:16:41.027Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-15T15:16:41.027Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:16:41.028Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:16:41.028Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-12-15T15:16:41.028Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-12-15T15:16:41.028Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-12-15T15:16:41.028Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-15T15:16:41.028Z] === RUN TestHostIPv4BridgeLabel [2020-12-15T15:16:41.028Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-12-15T15:16:41.028Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-15T15:16:41.028Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s) [2020-12-15T15:16:41.028Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] === RUN TestDaemonDefaultNetworkPools [2020-12-15T15:16:41.028Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-12-15T15:16:41.028Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-15T15:16:41.028Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-12-15T15:16:41.028Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-15T15:16:41.028Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-12-15T15:16:41.028Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-15T15:16:41.028Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-12-15T15:16:41.028Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] === RUN TestServiceWithPredefinedNetwork [2020-12-15T15:16:41.028Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-12-15T15:16:41.028Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:16:41.028Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-15T15:16:41.028Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:16:41.028Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:16:41.028Z] === RUN TestServiceWithDataPathPortInit [2020-12-15T15:16:41.028Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-12-15T15:16:41.028Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:16:41.028Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-15T15:16:41.028Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-12-15T15:16:41.028Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:16:41.028Z] PASS [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === Skipped [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-12-15T15:16:41.028Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-12-15T15:16:41.028Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-12-15T15:16:41.028Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s) [2020-12-15T15:16:41.028Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-12-15T15:16:41.028Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-12-15T15:16:41.028Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-12-15T15:16:41.028Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-12-15T15:16:41.028Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-12-15T15:16:41.028Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:16:41.028Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-12-15T15:16:41.028Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-12-15T15:16:41.028Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] DONE 19 tests, 12 skipped in 8.106s [2020-12-15T15:16:41.028Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-12-15T15:16:41.028Z] INFO: Testing against a local daemon [2020-12-15T15:16:41.028Z] === RUN TestDockerNetworkIpvlanPersistance [2020-12-15T15:16:41.028Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-15T15:16:41.028Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:16:41.028Z] === RUN TestDockerNetworkIpvlan [2020-12-15T15:16:41.028Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-12-15T15:16:41.028Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:16:41.028Z] PASS [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === Skipped [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-15T15:16:41.028Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-12-15T15:16:41.028Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] DONE 2 tests, 2 skipped in 0.096s [2020-12-15T15:16:41.028Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-12-15T15:16:41.028Z] INFO: Testing against a local daemon [2020-12-15T15:16:41.028Z] === RUN TestDockerNetworkMacvlanPersistance [2020-12-15T15:16:41.028Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-12-15T15:16:41.028Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] === RUN TestDockerNetworkMacvlan [2020-12-15T15:16:41.028Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-12-15T15:16:41.028Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] PASS [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === Skipped [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-12-15T15:16:41.028Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-12-15T15:16:41.028Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] DONE 2 tests, 2 skipped in 0.094s [2020-12-15T15:16:41.028Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-12-15T15:16:41.028Z] testing: warning: no tests to run [2020-12-15T15:16:41.028Z] PASS [2020-12-15T15:16:41.028Z] [2020-12-15T15:16:41.028Z] DONE 0 tests in 0.028s [2020-12-15T15:16:41.028Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-12-15T15:16:41.028Z] INFO: Testing against a local daemon [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginAllowRequest [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginTLS [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginDenyRequest [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginAPIDenyResponse [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginDenyResponse [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginAllowEventStream [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginErrorResponse [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginErrorRequest [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginHeader [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.20s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginV2Disable [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-12-15T15:16:41.028Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-12-15T15:16:41.028Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.028Z] PASS [2020-12-15T15:16:41.130Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-12-15T15:16:41.130Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-12-15T15:16:41.130Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === Skipped [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.20s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-12-15T15:16:41.288Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] DONE 17 tests, 17 skipped in 0.395s [2020-12-15T15:16:41.288Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-12-15T15:16:41.288Z] INFO: Testing against a local daemon [2020-12-15T15:16:41.288Z] === RUN TestPluginInvalidJSON [2020-12-15T15:16:41.288Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:16:41.288Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:16:41.288Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:16:41.288Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-12-15T15:16:41.288Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-15T15:16:41.288Z] === RUN TestPluginInstall [2020-12-15T15:16:41.288Z] --- SKIP: TestPluginInstall (0.00s) [2020-12-15T15:16:41.288Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] PASS [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] === Skipped [2020-12-15T15:16:41.288Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-12-15T15:16:41.288Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] [2020-12-15T15:16:41.288Z] DONE 3 tests, 1 skipped in 0.133s [2020-12-15T15:16:41.288Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-12-15T15:16:41.548Z] INFO: Testing against a local daemon [2020-12-15T15:16:41.548Z] === RUN TestExternalGraphDriver [2020-12-15T15:16:41.548Z] --- SKIP: TestExternalGraphDriver (0.08s) [2020-12-15T15:16:41.548Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-12-15T15:16:41.548Z] === RUN TestGraphdriverPluginV2 [2020-12-15T15:16:41.696Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-12-15T15:16:42.262Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-12-15T15:16:42.400Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-12-15T15:16:42.400Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-12-15T15:16:42.691Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-12-15T15:16:42.888Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s) [2020-12-15T15:16:42.888Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-12-15T15:16:42.983Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-12-15T15:16:43.204Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-12-15T15:16:43.204Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-12-15T15:16:43.278Z] --- PASS: TestBuildMultiStageCopy (2.82s) [2020-12-15T15:16:43.278Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s) [2020-12-15T15:16:43.278Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s) [2020-12-15T15:16:43.278Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.31s) [2020-12-15T15:16:43.278Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.34s) [2020-12-15T15:16:43.278Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.34s) [2020-12-15T15:16:43.278Z] === RUN TestBuildMultiStageParentConfig [2020-12-15T15:16:43.467Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-12-15T15:16:43.467Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-12-15T15:16:43.467Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-12-15T15:16:44.272Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.75s) [2020-12-15T15:16:44.272Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-12-15T15:16:44.313Z] --- PASS: TestBuildMultiStageParentConfig (0.83s) [2020-12-15T15:16:44.313Z] === RUN TestBuildLabelWithTargets [2020-12-15T15:16:45.214Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.99s) [2020-12-15T15:16:45.214Z] === RUN TestCgroupNamespacesRunOlderClient [2020-12-15T15:16:45.821Z] --- PASS: TestBuildLabelWithTargets (1.30s) [2020-12-15T15:16:45.821Z] === RUN TestBuildWithEmptyLayers [2020-12-15T15:16:45.896Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.62s) [2020-12-15T15:16:45.896Z] === RUN TestCreateServiceSecretFileMode [2020-12-15T15:16:46.122Z] --- PASS: TestBuildWithEmptyLayers (0.60s) [2020-12-15T15:16:46.122Z] === RUN TestBuildMultiStageOnBuild [2020-12-15T15:16:47.125Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.95s) [2020-12-15T15:16:47.125Z] === RUN TestKernelTCPMemory [2020-12-15T15:16:48.066Z] --- PASS: TestKernelTCPMemory (0.93s) [2020-12-15T15:16:48.066Z] === RUN TestNISDomainname [2020-12-15T15:16:48.124Z] --- PASS: TestGraphdriverPluginV2 (5.93s) [2020-12-15T15:16:48.124Z] PASS [2020-12-15T15:16:48.124Z] [2020-12-15T15:16:48.124Z] === Skipped [2020-12-15T15:16:48.124Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2020-12-15T15:16:48.124Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-12-15T15:16:48.124Z] [2020-12-15T15:16:48.124Z] [2020-12-15T15:16:48.124Z] DONE 2 tests, 1 skipped in 6.130s [2020-12-15T15:16:48.124Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-12-15T15:16:48.124Z] INFO: Testing against a local daemon [2020-12-15T15:16:48.124Z] === RUN TestContinueAfterPluginCrash [2020-12-15T15:16:48.124Z] === PAUSE TestContinueAfterPluginCrash [2020-12-15T15:16:48.124Z] === RUN TestReadPluginNoRead [2020-12-15T15:16:48.124Z] === PAUSE TestReadPluginNoRead [2020-12-15T15:16:48.124Z] === RUN TestDaemonStartWithLogOpt [2020-12-15T15:16:48.124Z] === PAUSE TestDaemonStartWithLogOpt [2020-12-15T15:16:48.124Z] === CONT TestContinueAfterPluginCrash [2020-12-15T15:16:48.124Z] === CONT TestDaemonStartWithLogOpt [2020-12-15T15:16:48.191Z] --- PASS: TestBuildMultiStageOnBuild (1.72s) [2020-12-15T15:16:48.191Z] === RUN TestBuildUncleanTarFilenames [2020-12-15T15:16:48.827Z] --- PASS: TestBuildUncleanTarFilenames (0.86s) [2020-12-15T15:16:48.827Z] === RUN TestBuildMultiStageLayerLeak [2020-12-15T15:16:49.007Z] --- PASS: TestNISDomainname (0.97s) [2020-12-15T15:16:49.007Z] === RUN TestHostnameDnsResolution [2020-12-15T15:16:49.460Z] --- PASS: TestCreateServiceSecretFileMode (3.56s) [2020-12-15T15:16:49.460Z] === RUN TestCreateServiceConfigFileMode [2020-12-15T15:16:50.026Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-12-15T15:16:50.901Z] --- PASS: TestBuildMultiStageLayerLeak (1.83s) [2020-12-15T15:16:50.901Z] === RUN TestBuildWithHugeFile [2020-12-15T15:16:50.918Z] --- PASS: TestHostnameDnsResolution (1.76s) [2020-12-15T15:16:50.918Z] === RUN TestStats [2020-12-15T15:16:52.555Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-12-15T15:16:53.972Z] --- PASS: TestCreateServiceConfigFileMode (3.70s) [2020-12-15T15:16:53.972Z] === RUN TestCreateServiceSysctls [2020-12-15T15:16:54.216Z] --- PASS: TestStats (2.82s) [2020-12-15T15:16:54.216Z] === RUN TestStopContainerWithTimeout [2020-12-15T15:16:54.216Z] === RUN TestStopContainerWithTimeout/0 [2020-12-15T15:16:54.216Z] === PAUSE TestStopContainerWithTimeout/0 [2020-12-15T15:16:54.216Z] === RUN TestStopContainerWithTimeout/1 [2020-12-15T15:16:54.216Z] === PAUSE TestStopContainerWithTimeout/1 [2020-12-15T15:16:54.216Z] === RUN TestStopContainerWithTimeout/3 [2020-12-15T15:16:54.216Z] === PAUSE TestStopContainerWithTimeout/3 [2020-12-15T15:16:54.216Z] === RUN TestStopContainerWithTimeout/-1 [2020-12-15T15:16:54.216Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-12-15T15:16:54.216Z] === CONT TestStopContainerWithTimeout/0 [2020-12-15T15:16:54.216Z] === CONT TestStopContainerWithTimeout/1 [2020-12-15T15:16:54.216Z] === CONT TestStopContainerWithTimeout/3 [2020-12-15T15:16:54.216Z] === CONT TestStopContainerWithTimeout/-1 [2020-12-15T15:16:54.700Z] --- PASS: TestDaemonStartWithLogOpt (6.51s) [2020-12-15T15:16:54.700Z] === CONT TestReadPluginNoRead [2020-12-15T15:16:55.155Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-12-15T15:16:56.610Z] === RUN TestReadPluginNoRead/disabled_caching [2020-12-15T15:16:57.060Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-12-15T15:16:57.514Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-12-15T15:16:57.514Z] --- PASS: TestStopContainerWithTimeout/0 (1.09s) [2020-12-15T15:16:57.514Z] --- PASS: TestStopContainerWithTimeout/1 (2.41s) [2020-12-15T15:16:57.514Z] --- PASS: TestStopContainerWithTimeout/-1 (3.08s) [2020-12-15T15:16:57.514Z] --- PASS: TestStopContainerWithTimeout/3 (3.27s) [2020-12-15T15:16:57.514Z] === RUN TestDeleteDevicemapper [2020-12-15T15:16:57.514Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-12-15T15:16:57.514Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-15T15:16:57.514Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-15T15:16:57.626Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-12-15T15:16:57.990Z] --- PASS: TestContinueAfterPluginCrash (10.19s) [2020-12-15T15:16:58.408Z] --- PASS: TestCreateServiceSysctls (4.51s) [2020-12-15T15:16:58.408Z] === RUN TestCreateServiceCapabilities [2020-12-15T15:16:58.560Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-12-15T15:16:58.928Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-12-15T15:16:59.126Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-12-15T15:17:00.061Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-12-15T15:17:00.061Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-12-15T15:17:00.811Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.49s) [2020-12-15T15:17:00.811Z] === RUN TestUpdateMemory [2020-12-15T15:17:00.811Z] --- SKIP: TestUpdateMemory (0.00s) [2020-12-15T15:17:00.812Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:17:00.812Z] === RUN TestUpdateCPUQuota [2020-12-15T15:17:01.465Z] === RUN TestReadPluginNoRead/default [2020-12-15T15:17:01.755Z] --- PASS: TestUpdateCPUQuota (1.32s) [2020-12-15T15:17:01.755Z] === RUN TestUpdatePidsLimit [2020-12-15T15:17:01.755Z] === RUN TestUpdatePidsLimit/update_from_none [2020-12-15T15:17:01.911Z] --- PASS: TestCreateServiceCapabilities (3.65s) [2020-12-15T15:17:01.911Z] === RUN TestInspect [2020-12-15T15:17:01.962Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-12-15T15:17:02.325Z] === RUN TestUpdatePidsLimit/no_change [2020-12-15T15:17:02.586Z] === RUN TestUpdatePidsLimit/update_lower [2020-12-15T15:17:02.897Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-12-15T15:17:03.155Z] --- PASS: TestBuildWithHugeFile (106.86s) [2020-12-15T15:17:03.155Z] === RUN TestBuildWithEmptyDockerfile [2020-12-15T15:17:03.155Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:17:03.155Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:17:03.155Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:17:03.155Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:17:03.155Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:17:03.155Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:17:03.155Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:17:03.155Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:17:03.155Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:17:03.157Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-12-15T15:17:03.374Z] --- PASS: TestReadPluginNoRead (9.38s) [2020-12-15T15:17:03.374Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.25s) [2020-12-15T15:17:03.374Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.25s) [2020-12-15T15:17:03.374Z] --- PASS: TestReadPluginNoRead/default (2.24s) [2020-12-15T15:17:03.374Z] read_test.go:92: [d8e75c75bfc46] daemon is not started [2020-12-15T15:17:03.374Z] PASS [2020-12-15T15:17:03.374Z] [2020-12-15T15:17:03.374Z] DONE 6 tests in 16.024s [2020-12-15T15:17:03.374Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-12-15T15:17:03.415Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2020-12-15T15:17:03.415Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2020-12-15T15:17:03.415Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2020-12-15T15:17:03.415Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-12-15T15:17:03.415Z] === RUN TestBuildPreserveOwnership [2020-12-15T15:17:03.415Z] === RUN TestBuildPreserveOwnership/copy_from [2020-12-15T15:17:03.419Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-12-15T15:17:03.633Z] testing: warning: no tests to run [2020-12-15T15:17:03.633Z] PASS [2020-12-15T15:17:03.633Z] [2020-12-15T15:17:03.633Z] DONE 0 tests in 0.041s [2020-12-15T15:17:03.633Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-12-15T15:17:03.633Z] INFO: Testing against a local daemon [2020-12-15T15:17:03.633Z] === RUN TestPluginWithDevMounts [2020-12-15T15:17:03.633Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-12-15T15:17:03.633Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-12-15T15:17:03.633Z] PASS [2020-12-15T15:17:03.633Z] [2020-12-15T15:17:03.633Z] === Skipped [2020-12-15T15:17:03.633Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-12-15T15:17:03.633Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-12-15T15:17:03.633Z] [2020-12-15T15:17:03.633Z] [2020-12-15T15:17:03.633Z] DONE 1 tests, 1 skipped in 0.134s [2020-12-15T15:17:03.633Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-12-15T15:17:03.673Z] === RUN TestDockerSuite/TestAttachDetach [2020-12-15T15:17:03.681Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-12-15T15:17:03.894Z] INFO: Testing against a local daemon [2020-12-15T15:17:03.894Z] === RUN TestSecretInspect [2020-12-15T15:17:03.894Z] --- SKIP: TestSecretInspect (0.03s) [2020-12-15T15:17:03.894Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] === RUN TestSecretList [2020-12-15T15:17:03.894Z] --- SKIP: TestSecretList (0.01s) [2020-12-15T15:17:03.894Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] === RUN TestSecretsCreateAndDelete [2020-12-15T15:17:03.894Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-12-15T15:17:03.894Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] === RUN TestSecretsUpdate [2020-12-15T15:17:03.894Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-12-15T15:17:03.894Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] === RUN TestTemplatedSecret [2020-12-15T15:17:03.894Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-12-15T15:17:03.894Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] === RUN TestSecretCreateResolve [2020-12-15T15:17:03.894Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-12-15T15:17:03.894Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] PASS [2020-12-15T15:17:03.894Z] [2020-12-15T15:17:03.894Z] === Skipped [2020-12-15T15:17:03.894Z] === SKIP: amd64.integration.secret TestSecretInspect (0.03s) [2020-12-15T15:17:03.894Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] [2020-12-15T15:17:03.894Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-12-15T15:17:03.894Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] [2020-12-15T15:17:03.894Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-12-15T15:17:03.894Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] [2020-12-15T15:17:03.894Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-12-15T15:17:03.894Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] [2020-12-15T15:17:03.894Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-12-15T15:17:03.894Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] [2020-12-15T15:17:03.894Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-12-15T15:17:03.894Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] [2020-12-15T15:17:03.894Z] [2020-12-15T15:17:03.894Z] DONE 6 tests, 6 skipped in 0.177s [2020-12-15T15:17:03.894Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-12-15T15:17:03.894Z] INFO: Testing against a local daemon [2020-12-15T15:17:03.894Z] === RUN TestServiceCreateInit [2020-12-15T15:17:03.894Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-15T15:17:03.894Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-15T15:17:03.894Z] --- PASS: TestServiceCreateInit (0.01s) [2020-12-15T15:17:03.894Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-15T15:17:03.894Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-15T15:17:03.894Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:03.894Z] === RUN TestCreateServiceMultipleTimes [2020-12-15T15:17:04.155Z] --- SKIP: TestCreateServiceMultipleTimes (0.03s) [2020-12-15T15:17:04.155Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestCreateServiceConflict [2020-12-15T15:17:04.155Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-12-15T15:17:04.155Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestCreateServiceMaxReplicas [2020-12-15T15:17:04.155Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-12-15T15:17:04.155Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-15T15:17:04.155Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-12-15T15:17:04.155Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestCreateServiceSecretFileMode [2020-12-15T15:17:04.155Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-12-15T15:17:04.155Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestCreateServiceConfigFileMode [2020-12-15T15:17:04.155Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-12-15T15:17:04.155Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestCreateServiceSysctls [2020-12-15T15:17:04.155Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-12-15T15:17:04.155Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestCreateServiceCapabilities [2020-12-15T15:17:04.155Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2020-12-15T15:17:04.155Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestInspect [2020-12-15T15:17:04.155Z] --- SKIP: TestInspect (0.01s) [2020-12-15T15:17:04.155Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestCreateJob [2020-12-15T15:17:04.155Z] --- SKIP: TestCreateJob (0.01s) [2020-12-15T15:17:04.155Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestReplicatedJob [2020-12-15T15:17:04.155Z] --- SKIP: TestReplicatedJob (0.01s) [2020-12-15T15:17:04.155Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestUpdateReplicatedJob [2020-12-15T15:17:04.155Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-12-15T15:17:04.155Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestServiceListWithStatuses [2020-12-15T15:17:04.155Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-15T15:17:04.155Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-15T15:17:04.155Z] === RUN TestDockerNetworkConnectAlias [2020-12-15T15:17:04.155Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-12-15T15:17:04.155Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestDockerNetworkReConnect [2020-12-15T15:17:04.155Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2020-12-15T15:17:04.155Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:04.155Z] === RUN TestServicePlugin [2020-12-15T15:17:04.252Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-12-15T15:17:04.550Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2020-12-15T15:17:04.550Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-12-15T15:17:04.550Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/container [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/events [no test files] [2020-12-15T15:17:04.550Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2020-12-15T15:17:04.550Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/image [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/network [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-12-15T15:17:04.550Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2020-12-15T15:17:04.550Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/builder [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-12-15T15:17:04.550Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-12-15T15:17:04.608Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-12-15T15:17:04.866Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-12-15T15:17:05.433Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-12-15T15:17:05.548Z] --- PASS: TestInspect (3.69s) [2020-12-15T15:17:05.548Z] === RUN TestCreateJob [2020-12-15T15:17:05.635Z] --- PASS: TestUpdatePidsLimit (3.79s) [2020-12-15T15:17:05.635Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-12-15T15:17:05.635Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-12-15T15:17:05.635Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-12-15T15:17:05.635Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2020-12-15T15:17:05.635Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2020-12-15T15:17:05.635Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2020-12-15T15:17:05.635Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2020-12-15T15:17:05.635Z] === RUN TestUpdateRestartPolicy [2020-12-15T15:17:06.805Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-12-15T15:17:06.805Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-12-15T15:17:07.068Z] ok github.com/docker/docker/builder/dockerfile 0.239s coverage: 48.3% of statements [2020-12-15T15:17:07.068Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-12-15T15:17:07.068Z] ok github.com/docker/docker/builder/remotecontext 0.089s coverage: 13.7% of statements [2020-12-15T15:17:07.370Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-12-15T15:17:07.936Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-12-15T15:17:07.936Z] --- PASS: TestBuildPreserveOwnership (4.73s) [2020-12-15T15:17:07.936Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.40s) [2020-12-15T15:17:07.936Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.32s) [2020-12-15T15:17:07.936Z] === RUN TestBuildPlatformInvalid [2020-12-15T15:17:08.193Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-12-15T15:17:08.193Z] PASS [2020-12-15T15:17:08.193Z] [2020-12-15T15:17:08.193Z] === Skipped [2020-12-15T15:17:08.193Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-12-15T15:17:08.193Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:17:08.193Z] [2020-12-15T15:17:08.193Z] [2020-12-15T15:17:08.193Z] DONE 32 tests, 1 skipped in 194.638s [2020-12-15T15:17:08.193Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-12-15T15:17:08.193Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:17:08.193Z] ++ set -e [2020-12-15T15:17:08.193Z] ++ '[' -n 0 ']' [2020-12-15T15:17:08.193Z] ++ set -x [2020-12-15T15:17:08.194Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:17:08.353Z] --- SKIP: TestServicePlugin (3.50s) [2020-12-15T15:17:08.353Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] === RUN TestServiceUpdateLabel [2020-12-15T15:17:08.353Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-12-15T15:17:08.353Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] === RUN TestServiceUpdateSecrets [2020-12-15T15:17:08.353Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-12-15T15:17:08.353Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] === RUN TestServiceUpdateConfigs [2020-12-15T15:17:08.353Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-12-15T15:17:08.353Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] === RUN TestServiceUpdateNetwork [2020-12-15T15:17:08.353Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-12-15T15:17:08.353Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] === RUN TestServiceUpdatePidsLimit [2020-12-15T15:17:08.353Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-12-15T15:17:08.353Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] PASS [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === Skipped [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-15T15:17:08.353Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-12-15T15:17:08.353Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-15T15:17:08.353Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-12-15T15:17:08.353Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.03s) [2020-12-15T15:17:08.353Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-12-15T15:17:08.353Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-12-15T15:17:08.353Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-12-15T15:17:08.353Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-12-15T15:17:08.353Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-12-15T15:17:08.353Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-12-15T15:17:08.353Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2020-12-15T15:17:08.353Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-12-15T15:17:08.353Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-12-15T15:17:08.353Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-12-15T15:17:08.353Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-12-15T15:17:08.353Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-12-15T15:17:08.353Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-12-15T15:17:08.353Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2020-12-15T15:17:08.353Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestServicePlugin (3.50s) [2020-12-15T15:17:08.353Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-12-15T15:17:08.353Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-12-15T15:17:08.353Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-12-15T15:17:08.353Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-12-15T15:17:08.353Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-12-15T15:17:08.353Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] DONE 24 tests, 23 skipped in 3.913s [2020-12-15T15:17:08.353Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-12-15T15:17:08.353Z] INFO: Testing against a local daemon [2020-12-15T15:17:08.353Z] === RUN TestSessionCreate [2020-12-15T15:17:08.353Z] --- PASS: TestSessionCreate (0.04s) [2020-12-15T15:17:08.353Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-15T15:17:08.353Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-12-15T15:17:08.353Z] PASS [2020-12-15T15:17:08.353Z] [2020-12-15T15:17:08.353Z] DONE 2 tests in 0.147s [2020-12-15T15:17:08.353Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-12-15T15:17:08.353Z] INFO: Testing against a local daemon [2020-12-15T15:17:08.353Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-15T15:17:08.353Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:17:08.353Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-15T15:17:08.353Z] === RUN TestEventsExecDie [2020-12-15T15:17:08.444Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2020-12-15T15:17:08.451Z] INFO: Testing against a local daemon [2020-12-15T15:17:08.451Z] === RUN TestConfigInspect [2020-12-15T15:17:08.451Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-12-15T15:17:08.613Z] --- PASS: TestEventsExecDie (0.49s) [2020-12-15T15:17:08.613Z] === RUN TestEventsBackwardsCompatible [2020-12-15T15:17:08.613Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-12-15T15:17:08.613Z] === RUN TestInfoBinaryCommits [2020-12-15T15:17:08.613Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-12-15T15:17:08.613Z] === RUN TestInfoAPIVersioned [2020-12-15T15:17:08.613Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-12-15T15:17:08.613Z] === RUN TestInfoDiscoveryBackend [2020-12-15T15:17:09.383Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-12-15T15:17:09.393Z] ok github.com/docker/docker/builder/remotecontext/git 1.464s coverage: 86.3% of statements [2020-12-15T15:17:09.393Z] ? github.com/docker/docker/cli [no test files] [2020-12-15T15:17:09.393Z] ? github.com/docker/docker/cli/config [no test files] [2020-12-15T15:17:09.985Z] --- PASS: TestCreateJob (4.38s) [2020-12-15T15:17:09.985Z] === RUN TestReplicatedJob [2020-12-15T15:17:10.520Z] --- PASS: TestInfoDiscoveryBackend (1.54s) [2020-12-15T15:17:10.520Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-12-15T15:17:11.285Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-12-15T15:17:11.285Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-12-15T15:17:11.285Z] --- PASS: TestConfigInspect (3.03s) [2020-12-15T15:17:11.285Z] === RUN TestConfigList [2020-12-15T15:17:12.219Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-12-15T15:17:12.656Z] ok github.com/docker/docker/client 0.179s coverage: 75.4% of statements [2020-12-15T15:17:13.156Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-12-15T15:17:13.156Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-12-15T15:17:13.838Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2020-12-15T15:17:13.838Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-12-15T15:17:13.838Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-12-15T15:17:13.838Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:17:13.838Z] === RUN TestInfoAPI [2020-12-15T15:17:13.838Z] --- PASS: TestInfoAPI (0.04s) [2020-12-15T15:17:13.838Z] === RUN TestInfoAPIWarnings [2020-12-15T15:17:14.093Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-12-15T15:17:14.093Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-12-15T15:17:14.351Z] --- PASS: TestConfigList (3.04s) [2020-12-15T15:17:14.351Z] === RUN TestConfigsCreateAndDelete [2020-12-15T15:17:14.918Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-12-15T15:17:16.292Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-12-15T15:17:16.854Z] --- PASS: TestReplicatedJob (7.43s) [2020-12-15T15:17:16.854Z] === RUN TestUpdateReplicatedJob [2020-12-15T15:17:17.670Z] --- PASS: TestConfigsCreateAndDelete (3.02s) [2020-12-15T15:17:17.670Z] === RUN TestConfigsUpdate [2020-12-15T15:17:19.573Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-12-15T15:17:20.507Z] --- PASS: TestConfigsUpdate (2.87s) [2020-12-15T15:17:20.507Z] === RUN TestTemplatedConfig [2020-12-15T15:17:20.531Z] --- PASS: TestUpdateRestartPolicy (12.46s) [2020-12-15T15:17:20.531Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-15T15:17:20.531Z] --- PASS: TestUpdateRestartWithAutoRemove (0.76s) [2020-12-15T15:17:20.531Z] === RUN TestWaitNonBlocked [2020-12-15T15:17:20.531Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:17:20.531Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:17:20.531Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:17:20.531Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:17:20.531Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:17:20.531Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:17:20.531Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-12-15T15:17:20.531Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.97s) [2020-12-15T15:17:20.531Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2020-12-15T15:17:20.531Z] === RUN TestWaitBlocked [2020-12-15T15:17:20.531Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:17:20.531Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:17:20.531Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:17:20.531Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:17:20.531Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:17:20.531Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:17:21.103Z] --- PASS: TestWaitBlocked (0.03s) [2020-12-15T15:17:21.103Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.07s) [2020-12-15T15:17:21.103Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.12s) [2020-12-15T15:17:21.103Z] === CONT TestContainerStartOnDaemonRestart [2020-12-15T15:17:21.103Z] === CONT TestIpcModeOlderClient [2020-12-15T15:17:21.103Z] === CONT TestDaemonHostGatewayIP [2020-12-15T15:17:21.103Z] === CONT TestContainerKillOnDaemonStart [2020-12-15T15:17:21.103Z] --- PASS: TestIpcModeOlderClient (0.21s) [2020-12-15T15:17:21.103Z] === CONT TestDaemonRestartIpcMode [2020-12-15T15:17:21.343Z] --- PASS: TestUpdateReplicatedJob (4.53s) [2020-12-15T15:17:21.343Z] === RUN TestServiceListWithStatuses [2020-12-15T15:17:21.343Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-15T15:17:21.343Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-15T15:17:21.343Z] === RUN TestDockerNetworkConnectAlias [2020-12-15T15:17:23.038Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-12-15T15:17:23.604Z] --- PASS: TestTemplatedConfig (3.17s) [2020-12-15T15:17:23.604Z] === RUN TestConfigCreateResolve [2020-12-15T15:17:25.311Z] --- PASS: TestContainerStartOnDaemonRestart (3.69s) [2020-12-15T15:17:25.311Z] --- PASS: TestDaemonRestartIpcMode (4.20s) [2020-12-15T15:17:25.503Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-12-15T15:17:25.881Z] --- PASS: TestDaemonHostGatewayIP (4.88s) [2020-12-15T15:17:26.436Z] --- PASS: TestConfigCreateResolve (2.97s) [2020-12-15T15:17:26.436Z] === RUN TestConfigDaemonLibtrustID [2020-12-15T15:17:26.694Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-12-15T15:17:26.952Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-12-15T15:17:26.952Z] PASS [2020-12-15T15:17:26.952Z] [2020-12-15T15:17:26.952Z] DONE 7 tests in 18.779s [2020-12-15T15:17:26.952Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-12-15T15:17:26.952Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:17:26.952Z] ++ set -e [2020-12-15T15:17:26.952Z] ++ '[' -n 0 ']' [2020-12-15T15:17:26.952Z] ++ set -x [2020-12-15T15:17:26.952Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:17:27.211Z] INFO: Testing against a local daemon [2020-12-15T15:17:27.211Z] === RUN TestCheckpoint [2020-12-15T15:17:27.211Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-15T15:17:27.211Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:17:27.211Z] === RUN TestContainerInvalidJSON [2020-12-15T15:17:27.211Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:17:27.211Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:17:27.211Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:17:27.211Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:17:27.211Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:17:27.211Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:17:27.211Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:17:27.211Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:17:27.211Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:17:27.211Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-12-15T15:17:27.211Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-12-15T15:17:27.211Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-15T15:17:27.211Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-12-15T15:17:27.211Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-15T15:17:27.211Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-12-15T15:17:27.211Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-15T15:17:27.211Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-12-15T15:17:27.211Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-15T15:17:27.470Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-12-15T15:17:27.470Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-15T15:17:27.470Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-12-15T15:17:27.470Z] === RUN TestCopyFromContainer [2020-12-15T15:17:29.377Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-12-15T15:17:29.377Z] === RUN TestCopyFromContainer// [2020-12-15T15:17:29.377Z] === RUN TestCopyFromContainer//bar/root [2020-12-15T15:17:29.377Z] === RUN TestCopyFromContainer//bar/root/ [2020-12-15T15:17:29.636Z] === RUN TestCopyFromContainer/bar/quux [2020-12-15T15:17:29.636Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-12-15T15:17:29.636Z] === RUN TestCopyFromContainer/bar/quux/ [2020-12-15T15:17:29.798Z] --- PASS: TestDockerNetworkConnectAlias (8.18s) [2020-12-15T15:17:29.798Z] === RUN TestDockerNetworkReConnect [2020-12-15T15:17:29.894Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-12-15T15:17:29.894Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-12-15T15:17:29.894Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-12-15T15:17:30.153Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-12-15T15:17:30.153Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-12-15T15:17:30.411Z] === RUN TestCopyFromContainer/bar/notarget [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer (3.01s) [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer/bar/quux (0.16s) [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s) [2020-12-15T15:17:30.411Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-12-15T15:17:30.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-15T15:17:30.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:17:30.411Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:17:30.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:17:30.411Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:17:30.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:17:30.411Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:17:30.411Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:17:30.412Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:17:30.412Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:17:30.412Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-12-15T15:17:30.412Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-12-15T15:17:30.412Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-12-15T15:17:30.412Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.02s) [2020-12-15T15:17:30.412Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-15T15:17:30.670Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-12-15T15:17:30.670Z] === RUN TestCreateWithInvalidEnv [2020-12-15T15:17:30.670Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-15T15:17:30.670Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-15T15:17:30.670Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-15T15:17:30.670Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-15T15:17:30.670Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-15T15:17:30.670Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-15T15:17:30.670Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-15T15:17:30.670Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-15T15:17:30.670Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-15T15:17:30.670Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-12-15T15:17:30.670Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-12-15T15:17:30.670Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-12-15T15:17:30.670Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-15T15:17:30.670Z] === RUN TestCreateTmpfsMountsTarget [2020-12-15T15:17:30.670Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-12-15T15:17:30.670Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-15T15:17:31.606Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-12-15T15:17:31.606Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-12-15T15:17:31.965Z] --- PASS: TestInfoAPIWarnings (17.36s) [2020-12-15T15:17:31.965Z] === RUN TestInfoDebug [2020-12-15T15:17:32.173Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-12-15T15:17:32.431Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-12-15T15:17:32.538Z] --- PASS: TestInfoDebug (1.53s) [2020-12-15T15:17:32.538Z] === RUN TestInfoInsecureRegistries [2020-12-15T15:17:32.997Z] --- PASS: TestCreateWithCustomMaskedPaths (2.26s) [2020-12-15T15:17:32.997Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-15T15:17:33.917Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-12-15T15:17:33.917Z] === RUN TestInfoRegistryMirrors [2020-12-15T15:17:33.934Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-12-15T15:17:34.193Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-12-15T15:17:34.761Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-12-15T15:17:35.019Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.10s) [2020-12-15T15:17:35.019Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-15T15:17:35.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:17:35.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:17:35.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:17:35.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:17:35.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:17:35.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:17:35.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:17:35.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:17:35.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:17:35.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:17:35.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:17:35.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:17:35.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:17:35.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:17:35.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:17:35.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-12-15T15:17:35.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-12-15T15:17:35.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-12-15T15:17:35.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.06s) [2020-12-15T15:17:35.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-12-15T15:17:35.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-12-15T15:17:35.019Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-15T15:17:35.277Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-12-15T15:17:35.824Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-12-15T15:17:35.824Z] === RUN TestLoginFailsWithBadCredentials [2020-12-15T15:17:35.824Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2020-12-15T15:17:35.824Z] === RUN TestPingCacheHeaders [2020-12-15T15:17:35.824Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-12-15T15:17:35.824Z] === RUN TestPingGet [2020-12-15T15:17:35.824Z] --- PASS: TestPingGet (0.01s) [2020-12-15T15:17:35.824Z] === RUN TestPingHead [2020-12-15T15:17:35.824Z] --- PASS: TestPingHead (0.02s) [2020-12-15T15:17:35.824Z] === RUN TestVersion [2020-12-15T15:17:35.824Z] --- PASS: TestVersion (0.02s) [2020-12-15T15:17:35.824Z] PASS [2020-12-15T15:17:35.824Z] [2020-12-15T15:17:35.824Z] === Skipped [2020-12-15T15:17:35.824Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:17:35.824Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-15T15:17:35.824Z] [2020-12-15T15:17:35.824Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-12-15T15:17:35.824Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-12-15T15:17:35.824Z] [2020-12-15T15:17:35.824Z] [2020-12-15T15:17:35.824Z] DONE 18 tests, 2 skipped in 27.829s [2020-12-15T15:17:35.824Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-12-15T15:17:35.824Z] INFO: Testing against a local daemon [2020-12-15T15:17:35.824Z] === RUN TestVolumesCreateAndList [2020-12-15T15:17:35.824Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-12-15T15:17:35.824Z] === RUN TestVolumesRemove [2020-12-15T15:17:35.844Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s) [2020-12-15T15:17:35.844Z] === RUN TestCreateDifferentPlatform [2020-12-15T15:17:35.844Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-15T15:17:35.844Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-15T15:17:35.844Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-12-15T15:17:35.844Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-15T15:17:35.844Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-15T15:17:35.844Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-15T15:17:35.844Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-12-15T15:17:35.844Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-15T15:17:35.871Z] --- PASS: TestContainerKillOnDaemonStart (13.13s) [2020-12-15T15:17:35.871Z] PASS [2020-12-15T15:17:35.871Z] [2020-12-15T15:17:35.871Z] === Skipped [2020-12-15T15:17:35.871Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-12-15T15:17:35.871Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:17:35.871Z] [2020-12-15T15:17:35.871Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-12-15T15:17:35.871Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:17:35.871Z] [2020-12-15T15:17:35.871Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-12-15T15:17:35.871Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:17:35.871Z] [2020-12-15T15:17:35.871Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-15T15:17:35.871Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-15T15:17:35.871Z] [2020-12-15T15:17:35.871Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-12-15T15:17:35.871Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-15T15:17:35.871Z] [2020-12-15T15:17:35.871Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-12-15T15:17:35.871Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:17:35.871Z] [2020-12-15T15:17:35.871Z] [2020-12-15T15:17:35.871Z] DONE 195 tests, 6 skipped in 142.274s [2020-12-15T15:17:35.871Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-12-15T15:17:35.871Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:17:35.871Z] ++ set -e [2020-12-15T15:17:35.871Z] ++ '[' -n 0 ']' [2020-12-15T15:17:35.871Z] ++ set -x [2020-12-15T15:17:35.871Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:17:35.871Z] INFO: Testing against a local daemon [2020-12-15T15:17:35.871Z] === RUN TestCommitInheritsEnv [2020-12-15T15:17:35.871Z] --- PASS: TestCommitInheritsEnv (0.59s) [2020-12-15T15:17:35.871Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-15T15:17:35.871Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-12-15T15:17:35.871Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-12-15T15:17:35.871Z] === RUN TestImagesFilterMultiReference [2020-12-15T15:17:35.871Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-12-15T15:17:35.871Z] === RUN TestImagePullPlatformInvalid [2020-12-15T15:17:35.871Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-12-15T15:17:35.871Z] === RUN TestRemoveImageOrphaning [2020-12-15T15:17:35.871Z] --- PASS: TestRemoveImageOrphaning (0.59s) [2020-12-15T15:17:35.871Z] === RUN TestRemoveImageGarbageCollector [2020-12-15T15:17:35.871Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-12-15T15:17:35.871Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:17:35.871Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-15T15:17:35.871Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-12-15T15:17:35.871Z] === RUN TestTagInvalidReference [2020-12-15T15:17:35.871Z] --- PASS: TestTagInvalidReference (0.03s) [2020-12-15T15:17:35.871Z] === RUN TestTagValidPrefixedRepo [2020-12-15T15:17:35.871Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-12-15T15:17:35.871Z] === RUN TestTagExistedNameWithoutForce [2020-12-15T15:17:35.871Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-12-15T15:17:35.871Z] === RUN TestTagOfficialNames [2020-12-15T15:17:36.083Z] --- PASS: TestVolumesRemove (0.05s) [2020-12-15T15:17:36.083Z] === RUN TestVolumesInspect [2020-12-15T15:17:36.083Z] --- PASS: TestVolumesInspect (0.02s) [2020-12-15T15:17:36.083Z] === RUN TestVolumesInvalidJSON [2020-12-15T15:17:36.083Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-15T15:17:36.083Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-15T15:17:36.083Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-15T15:17:36.083Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-12-15T15:17:36.083Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-12-15T15:17:36.083Z] PASS [2020-12-15T15:17:36.083Z] [2020-12-15T15:17:36.083Z] DONE 5 tests in 0.222s [2020-12-15T15:17:36.083Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-15T15:17:36.083Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12181 is not a child of this shell [2020-12-15T15:17:36.083Z] warning: PID 12181 from bundles/test-integration/docker.pid had a nonzero exit code [2020-12-15T15:17:36.083Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-15T15:17:36.083Z] [2020-12-15T15:17:36.083Z] Unloading profiles will leave already running processes permanently [2020-12-15T15:17:36.083Z] unconfined, which can lead to unexpected situations. [2020-12-15T15:17:36.083Z] [2020-12-15T15:17:36.083Z] To set a process to complain mode, use the command line tool [2020-12-15T15:17:36.083Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-15T15:17:36.083Z] Removing test suite binaries [2020-12-15T15:17:36.083Z] exiting test-integration [2020-12-15T15:17:36.083Z] ++ exit 0 [2020-12-15T15:17:36.103Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2020-12-15T15:17:36.103Z] === RUN TestContainerStartOnDaemonRestart [2020-12-15T15:17:36.103Z] === PAUSE TestContainerStartOnDaemonRestart [2020-12-15T15:17:36.103Z] === RUN TestDaemonRestartIpcMode [2020-12-15T15:17:36.103Z] === PAUSE TestDaemonRestartIpcMode [2020-12-15T15:17:36.103Z] === RUN TestDaemonHostGatewayIP [2020-12-15T15:17:36.103Z] === PAUSE TestDaemonHostGatewayIP [2020-12-15T15:17:36.103Z] === RUN TestContainerKillOnDaemonStart [2020-12-15T15:17:36.103Z] === PAUSE TestContainerKillOnDaemonStart [2020-12-15T15:17:36.103Z] === RUN TestDiff [2020-12-15T15:17:36.131Z] --- PASS: TestTagOfficialNames (0.08s) [2020-12-15T15:17:36.132Z] === RUN TestTagMatchesDigest [2020-12-15T15:17:36.132Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-12-15T15:17:36.132Z] PASS [2020-12-15T15:17:36.132Z] [2020-12-15T15:17:36.132Z] === Skipped [2020-12-15T15:17:36.132Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-12-15T15:17:36.132Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-12-15T15:17:36.132Z] [2020-12-15T15:17:36.132Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-12-15T15:17:36.132Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:17:36.132Z] [2020-12-15T15:17:36.132Z] [2020-12-15T15:17:36.132Z] DONE 12 tests, 2 skipped in 1.890s [2020-12-15T15:17:36.132Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-12-15T15:17:36.132Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:17:36.132Z] ++ set -e [2020-12-15T15:17:36.132Z] ++ '[' -n 0 ']' [2020-12-15T15:17:36.132Z] ++ set -x [2020-12-15T15:17:36.132Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:17:36.132Z] INFO: Testing against a local daemon [2020-12-15T15:17:36.132Z] === RUN TestNetworkCreateDelete [2020-12-15T15:17:36.362Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-12-15T15:17:36.620Z] --- PASS: TestDiff (0.70s) [2020-12-15T15:17:36.620Z] === RUN TestExecWithCloseStdin [2020-12-15T15:17:36.669Z] --- PASS: TestDockerNetworkReConnect (6.37s) [2020-12-15T15:17:36.669Z] === RUN TestServicePlugin [2020-12-15T15:17:36.669Z] --- SKIP: TestServicePlugin (0.00s) [2020-12-15T15:17:36.669Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:17:36.669Z] === RUN TestServiceUpdateLabel [2020-12-15T15:17:36.702Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-12-15T15:17:36.702Z] === RUN TestDockerNetworkDeletePreferID [2020-12-15T15:17:37.021Z] [2020-12-15T15:17:37.556Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-12-15T15:17:37.556Z] --- PASS: TestExecWithCloseStdin (0.93s) [2020-12-15T15:17:37.556Z] === RUN TestExec [2020-12-15T15:17:38.086Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s) [2020-12-15T15:17:38.086Z] === RUN TestDaemonDNSFallback Post stage [Pipeline] junit [2020-12-15T15:17:38.417Z] Recording test results [2020-12-15T15:17:38.495Z] --- PASS: TestExec (0.92s) [2020-12-15T15:17:38.495Z] === RUN TestExecUser [2020-12-15T15:17:38.754Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-12-15T15:17:39.321Z] --- PASS: TestExecUser (0.75s) [2020-12-15T15:17:39.321Z] === RUN TestExportContainerAndImportImage [2020-12-15T15:17:39.888Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-12-15T15:17:40.147Z] --- PASS: TestExportContainerAndImportImage (0.84s) [2020-12-15T15:17:40.147Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-15T15:17:40.170Z] --- PASS: TestServiceUpdateLabel (3.72s) [2020-12-15T15:17:40.170Z] === RUN TestServiceUpdateSecrets [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-15T15:17:40.405Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-12-15T15:17:40.657Z] + echo Ensuring container killed. [2020-12-15T15:17:40.657Z] Ensuring container killed. [2020-12-15T15:17:40.657Z] + docker rm -vf docker-pr2 [2020-12-15T15:17:40.657Z] Error: No such container: docker-pr2 [2020-12-15T15:17:40.657Z] + true [2020-12-15T15:17:40.664Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [Pipeline] sh [2020-12-15T15:17:40.947Z] + echo Chowning /workspace to jenkins user [2020-12-15T15:17:40.947Z] Chowning /workspace to jenkins user [2020-12-15T15:17:40.947Z] + id -u [2020-12-15T15:17:40.947Z] + id -g [2020-12-15T15:17:40.947Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41800:/workspace busybox chown -R 1000:1000 /workspace [2020-12-15T15:17:40.947Z] Unable to find image 'busybox:latest' locally [2020-12-15T15:17:41.207Z] latest: Pulling from library/busybox [2020-12-15T15:17:41.207Z] ea97eb0eb3ec: Pulling fs layer [2020-12-15T15:17:41.231Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-12-15T15:17:41.797Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2020-12-15T15:17:41.797Z] === RUN TestHealthCheckWorkdir [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-12-15T15:17:41.968Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-12-15T15:17:42.733Z] --- PASS: TestHealthCheckWorkdir (0.84s) [2020-12-15T15:17:42.733Z] === RUN TestHealthKillContainer [2020-12-15T15:17:44.106Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-12-15T15:17:45.480Z] --- PASS: TestHealthKillContainer (2.69s) [2020-12-15T15:17:45.481Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-15T15:17:46.049Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2020-12-15T15:17:46.049Z] === RUN TestIpcModeNone [2020-12-15T15:17:46.217Z] --- PASS: TestDaemonDNSFallback (7.47s) [2020-12-15T15:17:46.217Z] === RUN TestInspectNetwork [2020-12-15T15:17:46.483Z] ea97eb0eb3ec: Verifying Checksum [2020-12-15T15:17:46.483Z] ea97eb0eb3ec: Download complete [2020-12-15T15:17:46.483Z] ea97eb0eb3ec: Pull complete [2020-12-15T15:17:46.483Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-15T15:17:46.483Z] Status: Downloaded newer image for busybox:latest [2020-12-15T15:17:46.619Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-12-15T15:17:46.619Z] --- PASS: TestIpcModeNone (0.70s) [2020-12-15T15:17:46.619Z] === RUN TestIpcModePrivate [2020-12-15T15:17:47.187Z] --- PASS: TestIpcModePrivate (0.67s) [2020-12-15T15:17:47.187Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false [2020-12-15T15:17:47.187Z] === RUN TestIpcModeShareable [2020-12-15T15:17:47.754Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-12-15T15:17:47.759Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-12-15T15:17:47.759Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-12-15T15:17:47.759Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-15T15:17:47.911Z] --- PASS: TestBuildWithHugeFile (54.67s) [2020-12-15T15:17:47.911Z] === RUN TestBuildWithEmptyDockerfile [2020-12-15T15:17:47.911Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:17:47.911Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:17:47.911Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:17:47.911Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:17:47.911Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:17:47.911Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:17:47.911Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-12-15T15:17:47.911Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-12-15T15:17:47.911Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-12-15T15:17:47.911Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-12-15T15:17:47.911Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2020-12-15T15:17:47.911Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.25s) [2020-12-15T15:17:47.911Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2020-12-15T15:17:47.911Z] === RUN TestBuildPreserveOwnership [2020-12-15T15:17:47.911Z] === RUN TestBuildPreserveOwnership/copy_from [2020-12-15T15:17:47.911Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-12-15T15:17:48.012Z] --- PASS: TestIpcModeShareable (0.73s) [2020-12-15T15:17:48.012Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2020-12-15T15:17:48.012Z] === RUN TestAPIIpcModeShareableAndContainer [2020-12-15T15:17:48.178Z] + bundleName=amd64-rootless [2020-12-15T15:17:48.178Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-12-15T15:17:48.178Z] Creating amd64-rootless-bundles.tar.gz [2020-12-15T15:17:48.178Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2020-12-15T15:17:48.178Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-12-15T15:17:48.191Z] Archiving artifacts [2020-12-15T15:17:48.271Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-12-15T15:17:48.837Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-12-15T15:17:49.403Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-12-15T15:17:49.427Z] --- PASS: TestBuildPreserveOwnership (3.80s) [2020-12-15T15:17:49.427Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.45s) [2020-12-15T15:17:49.427Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.35s) [2020-12-15T15:17:49.427Z] === RUN TestBuildPlatformInvalid [2020-12-15T15:17:49.427Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2020-12-15T15:17:49.427Z] PASS [2020-12-15T15:17:49.427Z] [2020-12-15T15:17:49.427Z] === Skipped [2020-12-15T15:17:49.427Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-12-15T15:17:49.427Z] build_session_test.go:25: TODO: BuildKit [2020-12-15T15:17:49.427Z] [2020-12-15T15:17:49.427Z] [2020-12-15T15:17:49.427Z] DONE 32 tests, 1 skipped in 93.122s [2020-12-15T15:17:49.427Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-12-15T15:17:49.427Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:17:49.427Z] ++ set -e [2020-12-15T15:17:49.427Z] ++ '[' -n 0 ']' [2020-12-15T15:17:49.427Z] ++ set -x [2020-12-15T15:17:49.427Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:17:49.427Z] INFO: Testing against a local daemon [2020-12-15T15:17:49.427Z] === RUN TestConfigInspect [2020-12-15T15:17:49.661Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-12-15T15:17:49.919Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-12-15T15:17:49.919Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-12-15T15:17:49.945Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-12-15T15:17:49.994Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41800/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-15T15:17:50.309Z] + make clean [2020-12-15T15:17:50.420Z] === RUN TestInspectNetwork/full_network_id [2020-12-15T15:17:50.420Z] === RUN TestInspectNetwork/partial_network_id [2020-12-15T15:17:50.420Z] === RUN TestInspectNetwork/network_name [2020-12-15T15:17:50.420Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-12-15T15:17:50.486Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.55s) [2020-12-15T15:17:50.486Z] === RUN TestAPIIpcModeHost [2020-12-15T15:17:50.569Z] docker volume rm -f docker-dev-cache [2020-12-15T15:17:50.569Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T15:17:51.421Z] --- PASS: TestAPIIpcModeHost (0.72s) [2020-12-15T15:17:51.421Z] === RUN TestDaemonIpcModeShareable [2020-12-15T15:17:51.480Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-12-15T15:17:51.480Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-12-15T15:17:51.480Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-12-15T15:17:51.480Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-12-15T15:17:51.480Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-12-15T15:17:51.506Z] --- PASS: TestConfigInspect (1.94s) [2020-12-15T15:17:51.506Z] === RUN TestConfigList [2020-12-15T15:17:51.989Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-12-15T15:17:52.926Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-12-15T15:17:53.185Z] --- PASS: TestDaemonIpcModeShareable (1.89s) [2020-12-15T15:17:53.185Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: true, mustBeShared: true [2020-12-15T15:17:53.185Z] === RUN TestDaemonIpcModePrivate [2020-12-15T15:17:53.576Z] --- PASS: TestConfigList (1.89s) [2020-12-15T15:17:53.576Z] === RUN TestConfigsCreateAndDelete [2020-12-15T15:17:55.159Z] --- PASS: TestDaemonIpcModePrivate (1.95s) [2020-12-15T15:17:55.159Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2020-12-15T15:17:55.159Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-12-15T15:17:55.650Z] --- PASS: TestConfigsCreateAndDelete (1.93s) [2020-12-15T15:17:55.651Z] === RUN TestConfigsUpdate [2020-12-15T15:17:55.701Z] --- PASS: TestInspectNetwork (9.64s) [2020-12-15T15:17:55.701Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-12-15T15:17:55.701Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-12-15T15:17:55.701Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-12-15T15:17:55.701Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-12-15T15:17:55.701Z] === RUN TestRunContainerWithBridgeNone [2020-12-15T15:17:55.744Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-12-15T15:17:56.175Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-12-15T15:17:56.175Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-12-15T15:17:56.175Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-12-15T15:17:56.678Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.54s) [2020-12-15T15:17:56.678Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2020-12-15T15:17:56.678Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-12-15T15:17:56.937Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-12-15T15:17:57.162Z] --- PASS: TestConfigsUpdate (1.89s) [2020-12-15T15:17:57.162Z] === RUN TestTemplatedConfig [2020-12-15T15:17:57.613Z] --- PASS: TestRunContainerWithBridgeNone (2.50s) [2020-12-15T15:17:57.613Z] === RUN TestNetworkInvalidJSON [2020-12-15T15:17:57.613Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-15T15:17:57.613Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-15T15:17:57.613Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:17:57.613Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:17:57.613Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:17:57.613Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:17:57.613Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-15T15:17:57.613Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:17:57.613Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:17:57.613Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-12-15T15:17:57.613Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-15T15:17:57.613Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-12-15T15:17:57.613Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-12-15T15:17:57.613Z] === RUN TestHostIPv4BridgeLabel [2020-12-15T15:17:57.873Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-12-15T15:17:58.132Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-12-15T15:17:58.184Z] --- PASS: TestHostIPv4BridgeLabel (0.78s) [2020-12-15T15:17:58.184Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-15T15:17:58.391Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2020-12-15T15:17:58.391Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: true, mustBeShared: true [2020-12-15T15:17:58.391Z] === RUN TestIpcModeOlderClient [2020-12-15T15:17:58.391Z] === PAUSE TestIpcModeOlderClient [2020-12-15T15:17:58.391Z] === RUN TestKillContainerInvalidSignal [2020-12-15T15:17:58.717Z] --- PASS: TestServiceUpdateSecrets (16.06s) [2020-12-15T15:17:58.717Z] === RUN TestServiceUpdateConfigs [2020-12-15T15:17:59.284Z] ok github.com/docker/docker/cmd/dockerd 0.096s coverage: 29.2% of statements [2020-12-15T15:17:59.284Z] ok github.com/docker/docker/container 0.124s coverage: 34.7% of statements [2020-12-15T15:17:59.284Z] ? github.com/docker/docker/container/stream [no test files] [2020-12-15T15:17:59.284Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-12-15T15:17:59.284Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-12-15T15:17:59.284Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-12-15T15:17:59.326Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2020-12-15T15:17:59.326Z] === RUN TestKillContainer [2020-12-15T15:17:59.326Z] === RUN TestKillContainer/no_signal [2020-12-15T15:17:59.568Z] --- PASS: TestDaemonRestartWithLiveRestore (1.39s) [2020-12-15T15:17:59.568Z] === RUN TestDaemonDefaultNetworkPools [2020-12-15T15:17:59.896Z] === RUN TestKillContainer/non_killing_signal [2020-12-15T15:17:59.896Z] --- PASS: TestTemplatedConfig (2.40s) [2020-12-15T15:17:59.896Z] === RUN TestConfigCreateResolve [2020-12-15T15:18:00.463Z] === RUN TestKillContainer/killing_signal [2020-12-15T15:18:00.722Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-12-15T15:18:00.722Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-12-15T15:18:00.951Z] --- PASS: TestDaemonDefaultNetworkPools (1.28s) [2020-12-15T15:18:00.951Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-15T15:18:01.288Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-12-15T15:18:01.432Z] --- PASS: TestConfigCreateResolve (1.92s) [2020-12-15T15:18:01.432Z] === RUN TestConfigDaemonLibtrustID [2020-12-15T15:18:01.546Z] --- PASS: TestKillContainer (2.36s) [2020-12-15T15:18:01.546Z] --- PASS: TestKillContainer/no_signal (0.77s) [2020-12-15T15:18:01.546Z] --- PASS: TestKillContainer/non_killing_signal (0.59s) [2020-12-15T15:18:01.546Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2020-12-15T15:18:01.546Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-15T15:18:01.546Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-12-15T15:18:01.962Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-12-15T15:18:02.064Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-12-15T15:18:02.064Z] PASS [2020-12-15T15:18:02.064Z] [2020-12-15T15:18:02.064Z] DONE 7 tests in 12.580s [2020-12-15T15:18:02.064Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-12-15T15:18:02.064Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:02.064Z] ++ set -e [2020-12-15T15:18:02.064Z] ++ '[' -n 0 ']' [2020-12-15T15:18:02.064Z] ++ set -x [2020-12-15T15:18:02.064Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:02.064Z] INFO: Testing against a local daemon [2020-12-15T15:18:02.064Z] === RUN TestCheckpoint [2020-12-15T15:18:02.064Z] --- SKIP: TestCheckpoint (0.00s) [2020-12-15T15:18:02.064Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:18:02.064Z] === RUN TestContainerInvalidJSON [2020-12-15T15:18:02.064Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:18:02.064Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:18:02.064Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:18:02.064Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:18:02.064Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:18:02.064Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:18:02.064Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-12-15T15:18:02.064Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-12-15T15:18:02.064Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-12-15T15:18:02.064Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-12-15T15:18:02.064Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-12-15T15:18:02.064Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-12-15T15:18:02.064Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-12-15T15:18:02.064Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-12-15T15:18:02.113Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-12-15T15:18:02.359Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-12-15T15:18:02.359Z] === RUN TestCopyFromContainerPathIsNotDir [2020-12-15T15:18:02.359Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2020-12-15T15:18:02.359Z] === RUN TestCopyToContainerPathDoesNotExist [2020-12-15T15:18:02.359Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-12-15T15:18:02.359Z] === RUN TestCopyToContainerPathIsNotDir [2020-12-15T15:18:02.359Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2020-12-15T15:18:02.359Z] === RUN TestCopyFromContainer [2020-12-15T15:18:02.862Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.94s) [2020-12-15T15:18:02.862Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-15T15:18:03.046Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-12-15T15:18:03.046Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.41s) [2020-12-15T15:18:03.046Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2020-12-15T15:18:03.046Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.41s) [2020-12-15T15:18:03.046Z] === RUN TestKillStoppedContainer [2020-12-15T15:18:03.046Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-12-15T15:18:03.046Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-15T15:18:03.046Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s) [2020-12-15T15:18:03.046Z] === RUN TestKillDifferentUserContainer [2020-12-15T15:18:03.611Z] --- PASS: TestKillDifferentUserContainer (0.57s) [2020-12-15T15:18:03.611Z] === RUN TestInspectOomKilledTrue [2020-12-15T15:18:03.611Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-12-15T15:18:03.611Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:18:03.611Z] === RUN TestInspectOomKilledFalse [2020-12-15T15:18:03.611Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-12-15T15:18:03.611Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:18:03.611Z] === RUN TestLinksEtcHostsContentMatch [2020-12-15T15:18:03.869Z] === RUN TestCopyFromContainer// [2020-12-15T15:18:03.869Z] === RUN TestCopyFromContainer//bar/root [2020-12-15T15:18:03.869Z] === RUN TestCopyFromContainer//bar/root/ [2020-12-15T15:18:03.869Z] === RUN TestCopyFromContainer/bar/quux [2020-12-15T15:18:03.869Z] === RUN TestCopyFromContainer/bar/quux/ [2020-12-15T15:18:03.869Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-12-15T15:18:03.869Z] --- PASS: TestLinksEtcHostsContentMatch (0.47s) [2020-12-15T15:18:03.870Z] === RUN TestLinksContainerNames [2020-12-15T15:18:04.175Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-12-15T15:18:04.175Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-12-15T15:18:04.175Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-12-15T15:18:04.175Z] === RUN TestCopyFromContainer/bar/notarget [2020-12-15T15:18:04.437Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer (1.93s) [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-12-15T15:18:04.468Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2020-12-15T15:18:04.468Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-12-15T15:18:04.468Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:18:04.468Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:18:04.468Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:18:04.468Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:18:04.468Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:18:04.468Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:18:04.468Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-12-15T15:18:04.468Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-12-15T15:18:04.468Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-12-15T15:18:04.468Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-12-15T15:18:04.468Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-12-15T15:18:04.468Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-12-15T15:18:04.468Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-12-15T15:18:04.468Z] === RUN TestCreateLinkToNonExistingContainer [2020-12-15T15:18:04.468Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-12-15T15:18:04.468Z] === RUN TestCreateWithInvalidEnv [2020-12-15T15:18:04.468Z] === RUN TestCreateWithInvalidEnv/0 [2020-12-15T15:18:04.468Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-12-15T15:18:04.468Z] === RUN TestCreateWithInvalidEnv/1 [2020-12-15T15:18:04.468Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-12-15T15:18:04.468Z] === RUN TestCreateWithInvalidEnv/2 [2020-12-15T15:18:04.468Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-12-15T15:18:04.468Z] === CONT TestCreateWithInvalidEnv/0 [2020-12-15T15:18:04.468Z] === CONT TestCreateWithInvalidEnv/1 [2020-12-15T15:18:04.468Z] === CONT TestCreateWithInvalidEnv/2 [2020-12-15T15:18:04.468Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-12-15T15:18:04.468Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-12-15T15:18:04.468Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-12-15T15:18:04.468Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-12-15T15:18:04.468Z] === RUN TestCreateTmpfsMountsTarget [2020-12-15T15:18:04.468Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-12-15T15:18:04.468Z] === RUN TestCreateWithCustomMaskedPaths [2020-12-15T15:18:04.532Z] ok github.com/docker/docker/daemon/cluster 0.083s coverage: 0.5% of statements [2020-12-15T15:18:05.004Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-12-15T15:18:05.405Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.39s) [2020-12-15T15:18:05.405Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-15T15:18:05.571Z] --- PASS: TestLinksContainerNames (1.41s) [2020-12-15T15:18:05.571Z] === RUN TestLogsFollowTailEmpty [2020-12-15T15:18:05.829Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-12-15T15:18:05.896Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-12-15T15:18:05.980Z] --- PASS: TestCreateWithCustomMaskedPaths (1.45s) [2020-12-15T15:18:05.980Z] === RUN TestCreateWithCustomReadonlyPaths [2020-12-15T15:18:06.345Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.87s) [2020-12-15T15:18:06.345Z] === RUN TestServiceWithPredefinedNetwork [2020-12-15T15:18:06.396Z] --- PASS: TestLogsFollowTailEmpty (0.83s) [2020-12-15T15:18:06.396Z] === RUN TestContainerNetworkMountsNoChown [2020-12-15T15:18:06.655Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-12-15T15:18:06.914Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s) [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/default [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/default [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/private [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/private [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/rprivate [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/rprivate [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/slave [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/slave [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/rslave [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/rslave [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/shared [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/shared [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/rshared [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/rshared [2020-12-15T15:18:06.914Z] === CONT TestMountDaemonRoot/default [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/default/mount_root [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/default/bind_root [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:18:06.914Z] === CONT TestMountDaemonRoot/default/mount_root [2020-12-15T15:18:06.914Z] === CONT TestMountDaemonRoot/rshared [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:18:06.914Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:18:06.914Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:18:06.914Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:18:07.172Z] === CONT TestMountDaemonRoot/shared [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:18:07.172Z] === CONT TestMountDaemonRoot/rslave [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:18:07.172Z] === CONT TestMountDaemonRoot/slave [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:18:07.172Z] === CONT TestMountDaemonRoot/rprivate [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:18:07.172Z] === CONT TestMountDaemonRoot/private [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/private/bind_root [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/private/mount_root [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-12-15T15:18:07.172Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:18:07.172Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:18:07.172Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:18:07.172Z] === CONT TestMountDaemonRoot/default/bind_root [2020-12-15T15:18:07.172Z] === RUN TestDockerSuite/TestBuildAddScript [2020-12-15T15:18:07.172Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:18:07.172Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:18:07.172Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-12-15T15:18:07.431Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-12-15T15:18:07.494Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.59s) [2020-12-15T15:18:07.494Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-12-15T15:18:07.494Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:18:07.494Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:18:07.494Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:18:07.494Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:18:07.494Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:18:07.494Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:18:07.494Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:18:07.494Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:18:07.494Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:18:07.494Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:18:07.494Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-12-15T15:18:07.494Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-12-15T15:18:07.494Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-12-15T15:18:07.494Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-12-15T15:18:07.494Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-12-15T15:18:07.494Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-12-15T15:18:07.494Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-12-15T15:18:07.494Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-12-15T15:18:07.494Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-12-15T15:18:07.494Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-12-15T15:18:07.494Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-12-15T15:18:07.494Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-12-15T15:18:07.689Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:18:07.689Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:18:07.689Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:18:07.689Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:18:07.689Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:18:07.689Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:18:07.689Z] === CONT TestMountDaemonRoot/private/bind_root [2020-12-15T15:18:07.689Z] === CONT TestMountDaemonRoot/private/mount_root [2020-12-15T15:18:07.689Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:18:07.689Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.13s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.07s) [2020-12-15T15:18:07.689Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.07s) [2020-12-15T15:18:07.689Z] === RUN TestContainerBindMountNonRecursive [2020-12-15T15:18:07.786Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2020-12-15T15:18:08.128Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.48s) [2020-12-15T15:18:08.128Z] === RUN TestCreateDifferentPlatform [2020-12-15T15:18:08.128Z] === RUN TestCreateDifferentPlatform/different_os [2020-12-15T15:18:08.128Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-12-15T15:18:08.128Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-12-15T15:18:08.128Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-12-15T15:18:08.128Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-12-15T15:18:08.128Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-12-15T15:18:08.128Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-12-15T15:18:08.128Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-12-15T15:18:08.128Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2020-12-15T15:18:08.128Z] === RUN TestContainerStartOnDaemonRestart [2020-12-15T15:18:08.128Z] === PAUSE TestContainerStartOnDaemonRestart [2020-12-15T15:18:08.128Z] === RUN TestDaemonRestartIpcMode [2020-12-15T15:18:08.128Z] === PAUSE TestDaemonRestartIpcMode [2020-12-15T15:18:08.128Z] === RUN TestDaemonHostGatewayIP [2020-12-15T15:18:08.128Z] === PAUSE TestDaemonHostGatewayIP [2020-12-15T15:18:08.128Z] === RUN TestContainerKillOnDaemonStart [2020-12-15T15:18:08.128Z] === PAUSE TestContainerKillOnDaemonStart [2020-12-15T15:18:08.128Z] === RUN TestDiff [2020-12-15T15:18:08.624Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-12-15T15:18:08.763Z] --- PASS: TestDiff (0.52s) [2020-12-15T15:18:08.763Z] === RUN TestExecWithCloseStdin [2020-12-15T15:18:09.400Z] --- PASS: TestExecWithCloseStdin (0.61s) [2020-12-15T15:18:09.400Z] === RUN TestExec [2020-12-15T15:18:09.644Z] --- PASS: TestServiceWithPredefinedNetwork (3.34s) [2020-12-15T15:18:09.644Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-15T15:18:09.644Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:18:09.644Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:18:09.644Z] === RUN TestServiceWithDataPathPortInit [2020-12-15T15:18:10.035Z] --- PASS: TestExec (0.62s) [2020-12-15T15:18:10.035Z] === RUN TestExecUser [2020-12-15T15:18:10.524Z] --- PASS: TestContainerBindMountNonRecursive (2.45s) [2020-12-15T15:18:10.524Z] === RUN TestContainerVolumesMountedAsShared [2020-12-15T15:18:10.524Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-12-15T15:18:10.675Z] --- PASS: TestExecUser (0.64s) [2020-12-15T15:18:10.675Z] === RUN TestExportContainerAndImportImage [2020-12-15T15:18:11.091Z] --- PASS: TestContainerVolumesMountedAsShared (0.74s) [2020-12-15T15:18:11.091Z] === RUN TestContainerVolumesMountedAsSlave [2020-12-15T15:18:11.657Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-12-15T15:18:11.657Z] --- PASS: TestContainerVolumesMountedAsSlave (0.66s) [2020-12-15T15:18:11.657Z] === RUN TestNetworkNat [2020-12-15T15:18:11.730Z] --- PASS: TestExportContainerAndImportImage (0.95s) [2020-12-15T15:18:11.730Z] === RUN TestExportContainerAfterDaemonRestart [2020-12-15T15:18:12.223Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-12-15T15:18:12.481Z] --- PASS: TestNetworkNat (0.89s) [2020-12-15T15:18:12.481Z] === RUN TestNetworkLocalhostTCPNat [2020-12-15T15:18:13.239Z] --- PASS: TestExportContainerAfterDaemonRestart (1.46s) [2020-12-15T15:18:13.239Z] === RUN TestHealthCheckWorkdir [2020-12-15T15:18:13.417Z] --- PASS: TestNetworkLocalhostTCPNat (0.71s) [2020-12-15T15:18:13.418Z] === RUN TestNetworkLoopbackNat [2020-12-15T15:18:13.871Z] --- PASS: TestHealthCheckWorkdir (0.71s) [2020-12-15T15:18:13.871Z] === RUN TestHealthKillContainer [2020-12-15T15:18:14.027Z] --- PASS: TestServiceUpdateConfigs (15.76s) [2020-12-15T15:18:14.027Z] === RUN TestServiceUpdateNetwork [2020-12-15T15:18:15.949Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-12-15T15:18:16.208Z] --- PASS: TestNetworkLoopbackNat (3.00s) [2020-12-15T15:18:16.208Z] === RUN TestPause [2020-12-15T15:18:16.604Z] --- PASS: TestHealthKillContainer (2.58s) [2020-12-15T15:18:16.604Z] === RUN TestInspectCpusetInConfigPre120 [2020-12-15T15:18:16.897Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2020-12-15T15:18:16.897Z] === RUN TestIpcModeNone [2020-12-15T15:18:17.143Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-12-15T15:18:17.143Z] --- PASS: TestPause (0.78s) [2020-12-15T15:18:17.143Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-15T15:18:17.143Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-15T15:18:17.143Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-15T15:18:17.143Z] === RUN TestPauseStopPausedContainer [2020-12-15T15:18:17.532Z] --- PASS: TestIpcModeNone (0.60s) [2020-12-15T15:18:17.532Z] === RUN TestIpcModePrivate [2020-12-15T15:18:17.709Z] --- PASS: TestPauseStopPausedContainer (0.70s) [2020-12-15T15:18:17.709Z] === RUN TestPsFilter [2020-12-15T15:18:17.723Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 14.1% of statements [2020-12-15T15:18:17.723Z] ok github.com/docker/docker/daemon 12.164s coverage: 17.2% of statements [2020-12-15T15:18:17.723Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-12-15T15:18:17.723Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-12-15T15:18:17.966Z] --- PASS: TestPsFilter (0.33s) [2020-12-15T15:18:17.966Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-15T15:18:18.166Z] --- PASS: TestIpcModePrivate (0.58s) [2020-12-15T15:18:18.166Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-12-15T15:18:18.166Z] === RUN TestIpcModeShareable [2020-12-15T15:18:18.652Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-12-15T15:18:18.652Z] ok github.com/docker/docker/daemon/config 0.050s coverage: 81.8% of statements [2020-12-15T15:18:18.798Z] --- PASS: TestIpcModeShareable (0.62s) [2020-12-15T15:18:18.798Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-12-15T15:18:18.798Z] === RUN TestAPIIpcModeShareableAndContainer [2020-12-15T15:18:18.900Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s) [2020-12-15T15:18:18.900Z] === RUN TestRemoveContainerWithVolume [2020-12-15T15:18:19.464Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2020-12-15T15:18:19.464Z] === RUN TestRemoveContainerRunning [2020-12-15T15:18:19.581Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2020-12-15T15:18:19.581Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-12-15T15:18:19.581Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-12-15T15:18:20.142Z] ok github.com/docker/docker/daemon/graphdriver 0.012s coverage: 2.2% of statements [2020-12-15T15:18:20.313Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.78s) [2020-12-15T15:18:20.313Z] === RUN TestAPIIpcModeHost [2020-12-15T15:18:20.399Z] --- PASS: TestRemoveContainerRunning (0.66s) [2020-12-15T15:18:20.399Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-15T15:18:20.399Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-12-15T15:18:20.950Z] --- PASS: TestAPIIpcModeHost (0.43s) [2020-12-15T15:18:20.950Z] === RUN TestDaemonIpcModeShareable [2020-12-15T15:18:20.965Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s) [2020-12-15T15:18:20.965Z] === RUN TestRemoveInvalidContainer [2020-12-15T15:18:20.965Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-12-15T15:18:20.965Z] === RUN TestRenameLinkedContainer [2020-12-15T15:18:21.899Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-12-15T15:18:22.460Z] --- PASS: TestDaemonIpcModeShareable (1.35s) [2020-12-15T15:18:22.460Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-12-15T15:18:22.460Z] === RUN TestDaemonIpcModePrivate [2020-12-15T15:18:23.408Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.493s coverage: 73.1% of statements [2020-12-15T15:18:23.408Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 2.9% of statements [2020-12-15T15:18:23.508Z] --- PASS: TestDaemonIpcModePrivate (1.38s) [2020-12-15T15:18:23.508Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-12-15T15:18:23.508Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-12-15T15:18:23.803Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-12-15T15:18:24.064Z] --- PASS: TestRenameLinkedContainer (3.16s) [2020-12-15T15:18:24.064Z] === RUN TestRenameStoppedContainer [2020-12-15T15:18:24.322Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-12-15T15:18:24.347Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.382s coverage: 56.2% of statements [2020-12-15T15:18:24.889Z] --- PASS: TestRenameStoppedContainer (0.71s) [2020-12-15T15:18:24.889Z] === RUN TestRenameRunningContainerAndReuse [2020-12-15T15:18:24.889Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-12-15T15:18:24.889Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-12-15T15:18:25.018Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.36s) [2020-12-15T15:18:25.018Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-12-15T15:18:25.018Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-12-15T15:18:25.455Z] === RUN TestDockerSuite/TestBuildAddTar [2020-12-15T15:18:25.455Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-12-15T15:18:26.389Z] --- PASS: TestRenameRunningContainerAndReuse (1.42s) [2020-12-15T15:18:26.389Z] === RUN TestRenameInvalidName [2020-12-15T15:18:26.526Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.37s) [2020-12-15T15:18:26.526Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-12-15T15:18:26.526Z] === RUN TestIpcModeOlderClient [2020-12-15T15:18:26.526Z] === PAUSE TestIpcModeOlderClient [2020-12-15T15:18:26.526Z] === RUN TestKillContainerInvalidSignal [2020-12-15T15:18:26.819Z] --- PASS: TestKillContainerInvalidSignal (0.51s) [2020-12-15T15:18:26.819Z] === RUN TestKillContainer [2020-12-15T15:18:26.819Z] === RUN TestKillContainer/no_signal [2020-12-15T15:18:26.868Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2020-12-15T15:18:26.958Z] --- PASS: TestRenameInvalidName (0.77s) [2020-12-15T15:18:26.958Z] === RUN TestRenameAnonymousContainer [2020-12-15T15:18:27.217Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-12-15T15:18:27.468Z] === RUN TestKillContainer/non_killing_signal [2020-12-15T15:18:27.760Z] === RUN TestKillContainer/killing_signal [2020-12-15T15:18:27.776Z] --- PASS: TestServiceWithDataPathPortInit (18.06s) [2020-12-15T15:18:27.776Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-15T15:18:28.234Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.260s coverage: 46.3% of statements [2020-12-15T15:18:28.234Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-12-15T15:18:28.396Z] --- PASS: TestKillContainer (1.61s) [2020-12-15T15:18:28.396Z] --- PASS: TestKillContainer/no_signal (0.52s) [2020-12-15T15:18:28.396Z] --- PASS: TestKillContainer/non_killing_signal (0.37s) [2020-12-15T15:18:28.396Z] --- PASS: TestKillContainer/killing_signal (0.48s) [2020-12-15T15:18:28.396Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-12-15T15:18:28.396Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-12-15T15:18:28.795Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.354s coverage: 49.5% of statements [2020-12-15T15:18:29.029Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-12-15T15:18:29.121Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-12-15T15:18:29.371Z] --- PASS: TestServiceUpdateNetwork (16.58s) [2020-12-15T15:18:29.371Z] === RUN TestServiceUpdatePidsLimit [2020-12-15T15:18:29.660Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-12-15T15:18:29.662Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.08s) [2020-12-15T15:18:29.662Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s) [2020-12-15T15:18:29.662Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.38s) [2020-12-15T15:18:29.662Z] === RUN TestKillStoppedContainer [2020-12-15T15:18:29.662Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-12-15T15:18:29.662Z] === RUN TestKillStoppedContainerAPIPre120 [2020-12-15T15:18:29.662Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2020-12-15T15:18:29.662Z] === RUN TestKillDifferentUserContainer [2020-12-15T15:18:29.689Z] --- PASS: TestRenameAnonymousContainer (2.74s) [2020-12-15T15:18:29.689Z] === RUN TestRenameContainerWithSameName [2020-12-15T15:18:30.295Z] --- PASS: TestKillDifferentUserContainer (0.51s) [2020-12-15T15:18:30.295Z] === RUN TestInspectOomKilledTrue [2020-12-15T15:18:30.625Z] --- PASS: TestRenameContainerWithSameName (0.83s) [2020-12-15T15:18:30.625Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-15T15:18:30.684Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.535s coverage: 57.7% of statements [2020-12-15T15:18:30.684Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-12-15T15:18:30.684Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-12-15T15:18:30.684Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2020-12-15T15:18:30.687Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-12-15T15:18:30.883Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-12-15T15:18:30.927Z] --- PASS: TestInspectOomKilledTrue (0.88s) [2020-12-15T15:18:30.927Z] === RUN TestInspectOomKilledFalse [2020-12-15T15:18:31.562Z] --- PASS: TestInspectOomKilledFalse (0.55s) [2020-12-15T15:18:31.562Z] === RUN TestLinksEtcHostsContentMatch [2020-12-15T15:18:31.855Z] --- PASS: TestLinksEtcHostsContentMatch (0.41s) [2020-12-15T15:18:31.855Z] === RUN TestLinksContainerNames [2020-12-15T15:18:32.260Z] --- PASS: TestRenameContainerWithLinkedContainer (1.68s) [2020-12-15T15:18:32.260Z] === RUN TestResize [2020-12-15T15:18:32.520Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-12-15T15:18:32.571Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.024s coverage: 3.0% of statements [2020-12-15T15:18:32.892Z] --- PASS: TestLinksContainerNames (1.04s) [2020-12-15T15:18:32.892Z] === RUN TestLogsFollowTailEmpty [2020-12-15T15:18:33.086Z] --- PASS: TestResize (0.83s) [2020-12-15T15:18:33.086Z] === RUN TestResizeWithInvalidSize [2020-12-15T15:18:33.344Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-12-15T15:18:33.498Z] ok github.com/docker/docker/daemon/links 0.010s coverage: 93.0% of statements [2020-12-15T15:18:33.526Z] --- PASS: TestLogsFollowTailEmpty (0.56s) [2020-12-15T15:18:33.526Z] === RUN TestContainerNetworkMountsNoChown [2020-12-15T15:18:33.911Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2020-12-15T15:18:33.911Z] === RUN TestResizeWhenContainerNotStarted [2020-12-15T15:18:34.170Z] --- PASS: TestContainerNetworkMountsNoChown (0.51s) [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/default [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/default [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/private [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/private [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rprivate [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rprivate [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/slave [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/slave [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rslave [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rslave [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/shared [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/shared [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rshared [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rshared [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/default [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/default/mount_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/default/bind_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rslave [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/slave [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rshared [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/private [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/private/bind_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/private/mount_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/shared [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rprivate [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:18:34.170Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:18:34.170Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/default/mount_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/default/bind_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-12-15T15:18:34.170Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-12-15T15:18:34.425Z] ok github.com/docker/docker/daemon/images 0.022s coverage: 6.5% of statements [2020-12-15T15:18:34.425Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-12-15T15:18:34.425Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-12-15T15:18:34.463Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-12-15T15:18:34.463Z] === CONT TestMountDaemonRoot/private/mount_root [2020-12-15T15:18:34.463Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-12-15T15:18:34.463Z] === CONT TestMountDaemonRoot/private/bind_root [2020-12-15T15:18:34.463Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-12-15T15:18:34.463Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-12-15T15:18:34.463Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-12-15T15:18:34.463Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-12-15T15:18:34.463Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-12-15T15:18:34.463Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-12-15T15:18:34.463Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-12-15T15:18:34.463Z] === RUN TestContainerBindMountNonRecursive [2020-12-15T15:18:34.478Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-12-15T15:18:34.478Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s) [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:34.478Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:34.478Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:34.478Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:18:34.478Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:34.736Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-12-15T15:18:35.353Z] ok github.com/docker/docker/daemon/logger 0.218s coverage: 41.0% of statements [2020-12-15T15:18:36.007Z] --- PASS: TestContainerBindMountNonRecursive (1.49s) [2020-12-15T15:18:36.007Z] === RUN TestContainerVolumesMountedAsShared [2020-12-15T15:18:36.110Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-12-15T15:18:36.299Z] --- PASS: TestContainerVolumesMountedAsShared (0.51s) [2020-12-15T15:18:36.299Z] === RUN TestContainerVolumesMountedAsSlave [2020-12-15T15:18:36.369Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-12-15T15:18:36.369Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:18:36.717Z] ok github.com/docker/docker/daemon/logger/awslogs 0.151s coverage: 77.8% of statements [2020-12-15T15:18:36.717Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-12-15T15:18:36.717Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-12-15T15:18:36.937Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s) [2020-12-15T15:18:36.937Z] === RUN TestNetworkNat [2020-12-15T15:18:36.974Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2020-12-15T15:18:37.584Z] --- PASS: TestNetworkNat (0.54s) [2020-12-15T15:18:37.584Z] === RUN TestNetworkLocalhostTCPNat [2020-12-15T15:18:37.796Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.29s) [2020-12-15T15:18:37.796Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l4qnf4iibkwm3j04a664yihrx Created:2020-12-15 15:18:29.237010581 +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[5c6a50004f602b921c344231de105184e0b126b56bced592459ae76e68460c6c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.e2580obuggbuvsiptpbjmq7av EndpointID:6d930b11ae493a178aea5e5c1c850286b8bcec498219800c8d02a5257691f4b4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a98284a6c83acfffcb6aeb09bfb722e9241e86d711da39b18ccdb461c826bc79 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:df3676221cc1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.e2580obuggbuvsiptpbjmq7av EndpointID:6d930b11ae493a178aea5e5c1c850286b8bcec498219800c8d02a5257691f4b4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-12-15T15:18:37.796Z] PASS [2020-12-15T15:18:37.796Z] [2020-12-15T15:18:37.796Z] === Skipped [2020-12-15T15:18:37.796Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:18:37.796Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:18:37.796Z] [2020-12-15T15:18:37.796Z] [2020-12-15T15:18:37.796Z] DONE 23 tests, 1 skipped in 60.755s [2020-12-15T15:18:37.796Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-12-15T15:18:37.796Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:37.796Z] ++ set -e [2020-12-15T15:18:37.796Z] ++ '[' -n 0 ']' [2020-12-15T15:18:37.796Z] ++ set -x [2020-12-15T15:18:37.796Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:37.796Z] INFO: Testing against a local daemon [2020-12-15T15:18:37.796Z] === RUN TestDockerNetworkIpvlanPersistance [2020-12-15T15:18:37.796Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-15T15:18:37.796Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:18:37.796Z] === RUN TestDockerNetworkIpvlan [2020-12-15T15:18:37.796Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-12-15T15:18:37.796Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:18:37.796Z] PASS [2020-12-15T15:18:37.796Z] [2020-12-15T15:18:37.796Z] === Skipped [2020-12-15T15:18:37.796Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-15T15:18:37.796Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:18:37.796Z] [2020-12-15T15:18:37.796Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-12-15T15:18:37.796Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:18:37.796Z] [2020-12-15T15:18:37.796Z] [2020-12-15T15:18:37.796Z] DONE 2 tests, 2 skipped in 0.176s [2020-12-15T15:18:37.796Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-12-15T15:18:37.797Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:37.797Z] ++ set -e [2020-12-15T15:18:37.797Z] ++ '[' -n 0 ']' [2020-12-15T15:18:37.797Z] ++ set -x [2020-12-15T15:18:37.797Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:37.797Z] INFO: Testing against a local daemon [2020-12-15T15:18:37.797Z] === RUN TestDockerNetworkMacvlanPersistance [2020-12-15T15:18:37.875Z] --- PASS: TestNetworkLocalhostTCPNat (0.58s) [2020-12-15T15:18:37.875Z] === RUN TestNetworkLoopbackNat [2020-12-15T15:18:37.900Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2020-12-15T15:18:38.156Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 61.6% of statements [2020-12-15T15:18:38.270Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:38.412Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.007s coverage: 87.2% of statements [2020-12-15T15:18:38.529Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-12-15T15:18:39.096Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-12-15T15:18:39.140Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-12-15T15:18:39.666Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:39.709Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.24s) [2020-12-15T15:18:39.709Z] === RUN TestDockerNetworkMacvlan [2020-12-15T15:18:39.776Z] ok github.com/docker/docker/daemon/logger/local 0.016s coverage: 75.2% of statements [2020-12-15T15:18:39.776Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-12-15T15:18:39.925Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:40.031Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.054s coverage: 55.1% of statements [2020-12-15T15:18:40.493Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-12-15T15:18:40.600Z] --- PASS: TestNetworkLoopbackNat (2.75s) [2020-12-15T15:18:40.600Z] === RUN TestPause [2020-12-15T15:18:40.651Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-12-15T15:18:41.234Z] --- PASS: TestPause (0.56s) [2020-12-15T15:18:41.234Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-12-15T15:18:41.234Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-15T15:18:41.234Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-15T15:18:41.234Z] === RUN TestPauseStopPausedContainer [2020-12-15T15:18:41.395Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements [2020-12-15T15:18:41.427Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:18:41.428Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:18:41.871Z] --- PASS: TestPauseStopPausedContainer (0.57s) [2020-12-15T15:18:41.871Z] === RUN TestPsFilter [2020-12-15T15:18:42.036Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-12-15T15:18:42.162Z] --- PASS: TestPsFilter (0.15s) [2020-12-15T15:18:42.162Z] === RUN TestRemoveContainerWithRemovedVolume [2020-12-15T15:18:42.455Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2020-12-15T15:18:42.455Z] === RUN TestRemoveContainerWithVolume [2020-12-15T15:18:42.761Z] ok github.com/docker/docker/daemon/logger/syslog 0.012s coverage: 46.8% of statements [2020-12-15T15:18:42.802Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-12-15T15:18:42.977Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-12-15T15:18:43.017Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-12-15T15:18:43.093Z] --- PASS: TestRemoveContainerWithVolume (0.53s) [2020-12-15T15:18:43.093Z] === RUN TestRemoveContainerRunning [2020-12-15T15:18:43.578Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-12-15T15:18:43.727Z] --- PASS: TestRemoveContainerRunning (0.53s) [2020-12-15T15:18:43.727Z] === RUN TestRemoveContainerForceRemoveRunning [2020-12-15T15:18:43.736Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:18:43.834Z] ok github.com/docker/docker/daemon/logger/splunk 1.598s coverage: 82.5% of statements [2020-12-15T15:18:43.834Z] ? github.com/docker/docker/daemon/names [no test files] [2020-12-15T15:18:43.834Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-12-15T15:18:43.995Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:18:44.019Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.58s) [2020-12-15T15:18:44.019Z] === RUN TestRemoveInvalidContainer [2020-12-15T15:18:44.312Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-12-15T15:18:44.312Z] === RUN TestRenameLinkedContainer [2020-12-15T15:18:45.723Z] ok github.com/docker/docker/distribution/metadata 0.042s coverage: 48.2% of statements [2020-12-15T15:18:45.899Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:18:46.014Z] --- PASS: TestServiceUpdatePidsLimit (17.97s) [2020-12-15T15:18:46.014Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s) [2020-12-15T15:18:46.014Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s) [2020-12-15T15:18:46.014Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2020-12-15T15:18:46.014Z] PASS [2020-12-15T15:18:46.014Z] [2020-12-15T15:18:46.014Z] === Skipped [2020-12-15T15:18:46.014Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-12-15T15:18:46.014Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-15T15:18:46.014Z] [2020-12-15T15:18:46.014Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-12-15T15:18:46.014Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:18:46.014Z] [2020-12-15T15:18:46.014Z] [2020-12-15T15:18:46.014Z] DONE 27 tests, 2 skipped in 177.344s [2020-12-15T15:18:46.159Z] === RUN TestDockerSuite/TestBuildBlankName [2020-12-15T15:18:46.305Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-12-15T15:18:46.305Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:46.305Z] ++ set -e [2020-12-15T15:18:46.305Z] ++ '[' -n 0 ']' [2020-12-15T15:18:46.305Z] ++ set -x [2020-12-15T15:18:46.305Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:46.305Z] INFO: Testing against a local daemon [2020-12-15T15:18:46.305Z] === RUN TestSessionCreate [2020-12-15T15:18:46.305Z] --- PASS: TestSessionCreate (0.02s) [2020-12-15T15:18:46.305Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-15T15:18:46.305Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-12-15T15:18:46.305Z] PASS [2020-12-15T15:18:46.305Z] [2020-12-15T15:18:46.305Z] DONE 2 tests in 0.157s [2020-12-15T15:18:46.305Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-12-15T15:18:46.305Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:46.305Z] ++ set -e [2020-12-15T15:18:46.305Z] ++ '[' -n 0 ']' [2020-12-15T15:18:46.305Z] ++ set -x [2020-12-15T15:18:46.305Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:46.305Z] INFO: Testing against a local daemon [2020-12-15T15:18:46.305Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-15T15:18:46.305Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:18:46.305Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-15T15:18:46.305Z] === RUN TestEventsExecDie [2020-12-15T15:18:46.395Z] --- PASS: TestRenameLinkedContainer (2.17s) [2020-12-15T15:18:46.396Z] === RUN TestRenameStoppedContainer [2020-12-15T15:18:46.652Z] ok github.com/docker/docker/distribution 0.210s coverage: 25.1% of statements [2020-12-15T15:18:46.652Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-12-15T15:18:46.726Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-12-15T15:18:46.984Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:18:47.029Z] --- PASS: TestRenameStoppedContainer (0.54s) [2020-12-15T15:18:47.029Z] === RUN TestRenameRunningContainerAndReuse [2020-12-15T15:18:47.181Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-12-15T15:18:47.338Z] --- PASS: TestEventsExecDie (0.98s) [2020-12-15T15:18:47.338Z] === RUN TestEventsBackwardsCompatible [2020-12-15T15:18:47.627Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-12-15T15:18:47.627Z] === RUN TestInfoBinaryCommits [2020-12-15T15:18:47.627Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-12-15T15:18:47.627Z] === RUN TestInfoAPIVersioned [2020-12-15T15:18:47.627Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-12-15T15:18:47.627Z] === RUN TestInfoDiscoveryBackend [2020-12-15T15:18:47.917Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-12-15T15:18:47.917Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-12-15T15:18:48.017Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2020-12-15T15:18:48.062Z] --- PASS: TestRenameRunningContainerAndReuse (1.06s) [2020-12-15T15:18:48.062Z] === RUN TestRenameInvalidName [2020-12-15T15:18:48.355Z] --- PASS: TestRenameInvalidName (0.53s) [2020-12-15T15:18:48.355Z] === RUN TestRenameAnonymousContainer [2020-12-15T15:18:48.361Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-12-15T15:18:48.943Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-12-15T15:18:48.944Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-12-15T15:18:48.944Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.90s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.34s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.84s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.45s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.51s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.60s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.36s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.49s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.25s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.04s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.25s) [2020-12-15T15:18:49.294Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.04s) [2020-12-15T15:18:49.294Z] === RUN TestCgroupNamespacesRun [2020-12-15T15:18:49.295Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-12-15T15:18:49.520Z] ok github.com/docker/docker/distribution/xfer 1.890s coverage: 85.1% of statements [2020-12-15T15:18:49.520Z] ? github.com/docker/docker/dockerversion [no test files] [2020-12-15T15:18:49.520Z] ok github.com/docker/docker/image/cache 0.017s coverage: 19.2% of statements [2020-12-15T15:18:49.520Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-12-15T15:18:49.572Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-12-15T15:18:49.572Z] === RUN TestInfoAPI [2020-12-15T15:18:49.572Z] --- PASS: TestInfoAPI (0.02s) [2020-12-15T15:18:49.572Z] === RUN TestInfoAPIWarnings [2020-12-15T15:18:49.862Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-12-15T15:18:50.436Z] --- PASS: TestRenameAnonymousContainer (1.91s) [2020-12-15T15:18:50.436Z] === RUN TestRenameContainerWithSameName [2020-12-15T15:18:50.479Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-12-15T15:18:50.797Z] --- PASS: TestCgroupNamespacesRun (1.76s) [2020-12-15T15:18:50.797Z] === RUN TestCgroupNamespacesRunPrivileged [2020-12-15T15:18:50.884Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-12-15T15:18:50.884Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-12-15T15:18:51.055Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-12-15T15:18:51.067Z] --- PASS: TestRenameContainerWithSameName (0.54s) [2020-12-15T15:18:51.067Z] === RUN TestRenameContainerWithLinkedContainer [2020-12-15T15:18:51.811Z] ok github.com/docker/docker/libcontainerd/queue 0.032s coverage: 100.0% of statements [2020-12-15T15:18:52.100Z] --- PASS: TestRenameContainerWithLinkedContainer (1.04s) [2020-12-15T15:18:52.100Z] === RUN TestResize [2020-12-15T15:18:52.392Z] --- PASS: TestResize (0.54s) [2020-12-15T15:18:52.392Z] === RUN TestResizeWithInvalidSize [2020-12-15T15:18:52.738Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2020-12-15T15:18:52.962Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.69s) [2020-12-15T15:18:52.962Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-12-15T15:18:53.028Z] --- PASS: TestResizeWithInvalidSize (0.51s) [2020-12-15T15:18:53.028Z] === RUN TestResizeWhenContainerNotStarted [2020-12-15T15:18:53.299Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2020-12-15T15:18:53.299Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2020-12-15T15:18:53.531Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-12-15T15:18:53.666Z] --- PASS: TestResizeWhenContainerNotStarted (0.51s) [2020-12-15T15:18:53.666Z] === RUN TestDaemonRestartKillContainers [2020-12-15T15:18:53.666Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:18:53.666Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:18:53.666Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:18:53.666Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:18:53.666Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:18:53.666Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:18:53.666Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:18:53.666Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:18:53.667Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:18:53.667Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:18:53.667Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:18:53.667Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:18:53.667Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:18:53.667Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:18:53.667Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:18:53.667Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:18:53.667Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:53.667Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:53.667Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:53.667Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:53.667Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:53.667Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:53.667Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:53.667Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:53.667Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-12-15T15:18:53.667Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-12-15T15:18:53.667Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-12-15T15:18:53.667Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:54.509Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.03s) [2020-12-15T15:18:54.509Z] === RUN TestCgroupNamespacesRunHostMode [2020-12-15T15:18:55.188Z] ok github.com/docker/docker/pkg/archive 0.311s coverage: 77.1% of statements [2020-12-15T15:18:55.748Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-12-15T15:18:56.116Z] ok github.com/docker/docker/pkg/authorization 0.084s coverage: 68.3% of statements [2020-12-15T15:18:56.116Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-12-15T15:18:56.372Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-12-15T15:18:56.406Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-12-15T15:18:56.406Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-12-15T15:18:56.421Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-12-15T15:18:56.421Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-12-15T15:18:56.681Z] --- PASS: TestCgroupNamespacesRunHostMode (2.06s) [2020-12-15T15:18:56.681Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-12-15T15:18:56.702Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-12-15T15:18:57.060Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-12-15T15:18:58.230Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:58.442Z] --- PASS: TestDockerNetworkMacvlan (18.87s) [2020-12-15T15:18:58.442Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2020-12-15T15:18:58.442Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-12-15T15:18:58.442Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.06s) [2020-12-15T15:18:58.442Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.27s) [2020-12-15T15:18:58.442Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.89s) [2020-12-15T15:18:58.442Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.37s) [2020-12-15T15:18:58.442Z] PASS [2020-12-15T15:18:58.442Z] [2020-12-15T15:18:58.442Z] DONE 8 tests in 21.288s [2020-12-15T15:18:58.442Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-12-15T15:18:58.442Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:58.442Z] ++ set -e [2020-12-15T15:18:58.442Z] ++ '[' -n 0 ']' [2020-12-15T15:18:58.442Z] ++ set -x [2020-12-15T15:18:58.442Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:58.442Z] testing: warning: no tests to run [2020-12-15T15:18:58.442Z] PASS [2020-12-15T15:18:58.442Z] [2020-12-15T15:18:58.442Z] DONE 0 tests in 0.037s [2020-12-15T15:18:58.442Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-12-15T15:18:58.442Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:58.442Z] ++ set -e [2020-12-15T15:18:58.442Z] ++ '[' -n 0 ']' [2020-12-15T15:18:58.442Z] ++ set -x [2020-12-15T15:18:58.442Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:18:58.582Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2020-12-15T15:18:58.582Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-12-15T15:18:58.582Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-12-15T15:18:58.582Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-12-15T15:18:58.703Z] INFO: Testing against a local daemon [2020-12-15T15:18:58.703Z] === RUN TestAuthZPluginAllowRequest [2020-12-15T15:18:58.870Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-12-15T15:18:59.512Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-12-15T15:18:59.635Z] ok github.com/docker/docker/pkg/chrootarchive 2.501s coverage: 43.2% of statements [2020-12-15T15:18:59.808Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-12-15T15:18:59.891Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-12-15T15:18:59.954Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-12-15T15:19:00.148Z] ok github.com/docker/docker/layer 7.776s coverage: 68.8% of statements [2020-12-15T15:19:00.148Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-12-15T15:19:00.148Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-12-15T15:19:00.148Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-12-15T15:19:00.148Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-12-15T15:19:00.148Z] ? github.com/docker/docker/oci/caps [no test files] [2020-12-15T15:19:00.148Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-12-15T15:19:00.148Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-12-15T15:19:00.148Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2020-12-15T15:19:00.212Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.84s) [2020-12-15T15:19:00.212Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-12-15T15:19:00.615Z] --- PASS: TestAuthZPluginAllowRequest (1.83s) [2020-12-15T15:19:00.615Z] === RUN TestAuthZPluginTLS [2020-12-15T15:19:00.710Z] ok github.com/docker/docker/pkg/discovery/file 0.016s coverage: 97.6% of statements [2020-12-15T15:19:01.186Z] --- PASS: TestAuthZPluginTLS (0.69s) [2020-12-15T15:19:01.186Z] === RUN TestAuthZPluginDenyRequest [2020-12-15T15:19:01.589Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.16s) [2020-12-15T15:19:01.589Z] === RUN TestCgroupNamespacesRunOlderClient [2020-12-15T15:19:01.636Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2020-12-15T15:19:01.757Z] --- PASS: TestAuthZPluginDenyRequest (0.66s) [2020-12-15T15:19:01.757Z] === RUN TestAuthZPluginAPIDenyResponse [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.90s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.68s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.83s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.06s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.60s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.63s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.28s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.63s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.46s) [2020-12-15T15:19:01.885Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.94s) [2020-12-15T15:19:01.885Z] === RUN TestCgroupNamespacesRun [2020-12-15T15:19:02.197Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-12-15T15:19:02.332Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s) [2020-12-15T15:19:02.332Z] === RUN TestAuthZPluginDenyResponse [2020-12-15T15:19:02.457Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-12-15T15:19:03.273Z] --- PASS: TestAuthZPluginDenyResponse (0.75s) [2020-12-15T15:19:03.273Z] === RUN TestAuthZPluginAllowEventStream [2020-12-15T15:19:03.392Z] --- PASS: TestCgroupNamespacesRun (1.35s) [2020-12-15T15:19:03.392Z] === RUN TestCgroupNamespacesRunPrivileged [2020-12-15T15:19:03.491Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.15s) [2020-12-15T15:19:03.491Z] === RUN TestKernelTCPMemory [2020-12-15T15:19:03.821Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-12-15T15:19:04.058Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-12-15T15:19:04.429Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.31s) [2020-12-15T15:19:04.429Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-12-15T15:19:04.625Z] --- PASS: TestKernelTCPMemory (1.00s) [2020-12-15T15:19:04.625Z] === RUN TestNISDomainname [2020-12-15T15:19:04.750Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-12-15T15:19:04.750Z] ok github.com/docker/docker/pkg/discovery/kv 3.089s coverage: 84.1% of statements [2020-12-15T15:19:05.186Z] --- PASS: TestAuthZPluginAllowEventStream (1.81s) [2020-12-15T15:19:05.186Z] === RUN TestAuthZPluginErrorResponse [2020-12-15T15:19:05.313Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2020-12-15T15:19:05.313Z] ok github.com/docker/docker/pkg/fsutils 0.185s coverage: 85.1% of statements [2020-12-15T15:19:05.757Z] --- PASS: TestAuthZPluginErrorResponse (0.67s) [2020-12-15T15:19:05.757Z] === RUN TestAuthZPluginErrorRequest [2020-12-15T15:19:05.941Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.35s) [2020-12-15T15:19:05.942Z] === RUN TestCgroupNamespacesRunHostMode [2020-12-15T15:19:06.004Z] --- PASS: TestNISDomainname (1.13s) [2020-12-15T15:19:06.004Z] === RUN TestHostnameDnsResolution [2020-12-15T15:19:06.240Z] ok github.com/docker/docker/pkg/idtools 0.409s coverage: 70.1% of statements [2020-12-15T15:19:06.329Z] --- PASS: TestAuthZPluginErrorRequest (0.69s) [2020-12-15T15:19:06.329Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-12-15T15:19:06.801Z] ok github.com/docker/docker/pkg/ioutils 0.539s coverage: 69.3% of statements [2020-12-15T15:19:07.057Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2020-12-15T15:19:07.057Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-12-15T15:19:07.057Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2020-12-15T15:19:07.057Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-12-15T15:19:07.057Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-12-15T15:19:07.269Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.80s) [2020-12-15T15:19:07.269Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-12-15T15:19:07.312Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-12-15T15:19:07.312Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-12-15T15:19:07.381Z] --- PASS: TestHostnameDnsResolution (1.46s) [2020-12-15T15:19:07.381Z] === RUN TestStats [2020-12-15T15:19:07.455Z] --- PASS: TestCgroupNamespacesRunHostMode (1.38s) [2020-12-15T15:19:07.455Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-12-15T15:19:07.568Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2020-12-15T15:19:07.824Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2020-12-15T15:19:08.081Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2020-12-15T15:19:08.208Z] --- PASS: TestInfoAPIWarnings (16.27s) [2020-12-15T15:19:08.208Z] === RUN TestInfoDebug [2020-12-15T15:19:08.208Z] --- PASS: TestInfoDebug (0.52s) [2020-12-15T15:19:08.208Z] === RUN TestInfoInsecureRegistries [2020-12-15T15:19:08.208Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-12-15T15:19:08.208Z] === RUN TestInfoRegistryMirrors [2020-12-15T15:19:08.208Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-12-15T15:19:08.208Z] === RUN TestLoginFailsWithBadCredentials [2020-12-15T15:19:08.208Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2020-12-15T15:19:08.208Z] === RUN TestPingCacheHeaders [2020-12-15T15:19:08.208Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-12-15T15:19:08.208Z] === RUN TestPingGet [2020-12-15T15:19:08.208Z] --- PASS: TestPingGet (0.01s) [2020-12-15T15:19:08.208Z] === RUN TestPingHead [2020-12-15T15:19:08.208Z] --- PASS: TestPingHead (0.02s) [2020-12-15T15:19:08.208Z] === RUN TestVersion [2020-12-15T15:19:08.208Z] --- PASS: TestVersion (0.01s) [2020-12-15T15:19:08.208Z] PASS [2020-12-15T15:19:08.208Z] [2020-12-15T15:19:08.208Z] === Skipped [2020-12-15T15:19:08.208Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:19:08.208Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-15T15:19:08.208Z] [2020-12-15T15:19:08.208Z] [2020-12-15T15:19:08.208Z] DONE 18 tests, 1 skipped in 21.389s [2020-12-15T15:19:08.208Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-12-15T15:19:08.208Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:08.208Z] ++ set -e [2020-12-15T15:19:08.208Z] ++ '[' -n 0 ']' [2020-12-15T15:19:08.208Z] ++ set -x [2020-12-15T15:19:08.208Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:08.208Z] INFO: Testing against a local daemon [2020-12-15T15:19:08.208Z] === RUN TestVolumesCreateAndList [2020-12-15T15:19:08.209Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-12-15T15:19:08.209Z] === RUN TestVolumesRemove [2020-12-15T15:19:08.209Z] --- PASS: TestVolumesRemove (0.11s) [2020-12-15T15:19:08.209Z] === RUN TestVolumesInspect [2020-12-15T15:19:08.209Z] --- PASS: TestVolumesInspect (0.01s) [2020-12-15T15:19:08.209Z] === RUN TestVolumesInvalidJSON [2020-12-15T15:19:08.209Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-15T15:19:08.209Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-15T15:19:08.209Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-15T15:19:08.209Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-12-15T15:19:08.209Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-12-15T15:19:08.209Z] PASS [2020-12-15T15:19:08.209Z] [2020-12-15T15:19:08.209Z] DONE 5 tests in 0.231s [2020-12-15T15:19:08.209Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-15T15:19:08.209Z] ++++ cat bundles/test-integration/docker.pid [2020-12-15T15:19:08.209Z] +++ kill 12277 [2020-12-15T15:19:08.337Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-12-15T15:19:08.337Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-12-15T15:19:08.337Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-12-15T15:19:08.495Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.37s) [2020-12-15T15:19:08.495Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-12-15T15:19:09.265Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.013s coverage: 56.8% of statements [2020-12-15T15:19:09.709Z] +++ /etc/init.d/apparmor stop [2020-12-15T15:19:09.709Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-15T15:19:09.709Z] [2020-12-15T15:19:09.709Z] Unloading profiles will leave already running processes permanently [2020-12-15T15:19:09.709Z] unconfined, which can lead to unexpected situations. [2020-12-15T15:19:09.709Z] [2020-12-15T15:19:09.709Z] To set a process to complain mode, use the command line tool [2020-12-15T15:19:09.709Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-15T15:19:09.709Z] +++ true [2020-12-15T15:19:09.709Z] exiting test-integration [2020-12-15T15:19:09.709Z] ++ exit 0 [2020-12-15T15:19:09.709Z] [2020-12-15T15:19:09.812Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.31s) [2020-12-15T15:19:09.812Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-12-15T15:19:09.826Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-12-15T15:19:10.008Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s) [2020-12-15T15:19:10.008Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-12-15T15:19:10.082Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-12-15T15:19:10.338Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-12-15T15:19:10.645Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s) [2020-12-15T15:19:10.645Z] === RUN TestCgroupNamespacesRunOlderClient [2020-12-15T15:19:10.668Z] --- PASS: TestStats (3.06s) [2020-12-15T15:19:10.668Z] === RUN TestStopContainerWithTimeout [2020-12-15T15:19:10.668Z] === RUN TestStopContainerWithTimeout/0 [2020-12-15T15:19:10.668Z] === PAUSE TestStopContainerWithTimeout/0 [2020-12-15T15:19:10.668Z] === RUN TestStopContainerWithTimeout/1 [2020-12-15T15:19:10.668Z] === PAUSE TestStopContainerWithTimeout/1 [2020-12-15T15:19:10.668Z] === RUN TestStopContainerWithTimeout/3 [2020-12-15T15:19:10.668Z] === PAUSE TestStopContainerWithTimeout/3 [2020-12-15T15:19:10.668Z] === RUN TestStopContainerWithTimeout/-1 [2020-12-15T15:19:10.668Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-12-15T15:19:10.668Z] === CONT TestStopContainerWithTimeout/0 [2020-12-15T15:19:10.668Z] === CONT TestStopContainerWithTimeout/-1 Post stage [Pipeline] junit [2020-12-15T15:19:11.253Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-15T15:19:11.605Z] === CONT TestStopContainerWithTimeout/3 [2020-12-15T15:19:11.700Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2020-12-15T15:19:11.725Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.35s) [2020-12-15T15:19:11.725Z] === RUN TestAuthZPluginHeader [2020-12-15T15:19:11.844Z] + echo Ensuring container killed. [2020-12-15T15:19:11.844Z] Ensuring container killed. [2020-12-15T15:19:11.844Z] + docker rm -vf docker-pr2 [2020-12-15T15:19:11.844Z] Error: No such container: docker-pr2 [2020-12-15T15:19:11.844Z] + true [Pipeline] sh [2020-12-15T15:19:11.956Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-12-15T15:19:12.159Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.38s) [2020-12-15T15:19:12.159Z] === RUN TestKernelTCPMemory [2020-12-15T15:19:12.219Z] + echo Chowning /workspace to jenkins user [2020-12-15T15:19:12.219Z] Chowning /workspace to jenkins user [2020-12-15T15:19:12.219Z] + id -u [2020-12-15T15:19:12.219Z] + id -g [2020-12-15T15:19:12.219Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41800:/workspace busybox chown -R 1001:1001 /workspace [2020-12-15T15:19:12.219Z] Unable to find image 'busybox:latest' locally [2020-12-15T15:19:12.800Z] --- PASS: TestKernelTCPMemory (0.62s) [2020-12-15T15:19:12.800Z] === RUN TestNISDomainname [2020-12-15T15:19:12.848Z] latest: Pulling from library/busybox [2020-12-15T15:19:12.848Z] 93035723f9e5: Pulling fs layer [2020-12-15T15:19:12.848Z] 93035723f9e5: Download complete [2020-12-15T15:19:12.985Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-12-15T15:19:13.109Z] --- PASS: TestAuthZPluginHeader (1.01s) [2020-12-15T15:19:13.109Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-12-15T15:19:13.109Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2020-12-15T15:19:13.109Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:13.109Z] === RUN TestAuthZPluginV2Disable [2020-12-15T15:19:13.109Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-12-15T15:19:13.109Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:13.109Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-12-15T15:19:13.109Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-15T15:19:13.110Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:13.110Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-12-15T15:19:13.110Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-15T15:19:13.110Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:13.110Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-12-15T15:19:13.138Z] 93035723f9e5: Pull complete [2020-12-15T15:19:13.428Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-15T15:19:13.428Z] Status: Downloaded newer image for busybox:latest [2020-12-15T15:19:13.437Z] --- PASS: TestNISDomainname (0.69s) [2020-12-15T15:19:13.437Z] === RUN TestHostnameDnsResolution [2020-12-15T15:19:13.550Z] === CONT TestStopContainerWithTimeout/1 [2020-12-15T15:19:14.474Z] --- PASS: TestHostnameDnsResolution (0.85s) [2020-12-15T15:19:14.474Z] === RUN TestStats [2020-12-15T15:19:14.925Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-15T15:19:15.248Z] ok github.com/docker/docker/pkg/signal 2.400s coverage: 61.0% of statements [2020-12-15T15:19:15.248Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-12-15T15:19:15.314Z] + bundleName=s390x-integration [2020-12-15T15:19:15.314Z] + echo Creating s390x-integration-bundles.tar.gz [2020-12-15T15:19:15.314Z] Creating s390x-integration-bundles.tar.gz [2020-12-15T15:19:15.314Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-12-15T15:19:15.314Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-12-15T15:19:15.356Z] Archiving artifacts [2020-12-15T15:19:15.490Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-12-15T15:19:15.490Z] --- PASS: TestStopContainerWithTimeout/0 (1.41s) [2020-12-15T15:19:15.490Z] --- PASS: TestStopContainerWithTimeout/-1 (3.25s) [2020-12-15T15:19:15.490Z] --- PASS: TestStopContainerWithTimeout/3 (2.97s) [2020-12-15T15:19:15.490Z] --- PASS: TestStopContainerWithTimeout/1 (1.82s) [2020-12-15T15:19:15.490Z] === RUN TestDeleteDevicemapper [2020-12-15T15:19:15.490Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-12-15T15:19:15.490Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-15T15:19:15.490Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-15T15:19:15.505Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-12-15T15:19:15.697Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41800/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-15T15:19:15.747Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-12-15T15:19:15.761Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-12-15T15:19:16.006Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-12-15T15:19:16.074Z] + make clean [2020-12-15T15:19:16.323Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2020-12-15T15:19:16.414Z] docker volume rm -f docker-dev-cache [2020-12-15T15:19:16.414Z] docker-dev-cache [Pipeline] deleteDir [2020-12-15T15:19:16.885Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-12-15T15:19:17.211Z] --- PASS: TestStats (2.54s) [2020-12-15T15:19:17.211Z] === RUN TestStopContainerWithTimeout [2020-12-15T15:19:17.211Z] === RUN TestStopContainerWithTimeout/0 [2020-12-15T15:19:17.211Z] === PAUSE TestStopContainerWithTimeout/0 [2020-12-15T15:19:17.211Z] === RUN TestStopContainerWithTimeout/1 [2020-12-15T15:19:17.211Z] === PAUSE TestStopContainerWithTimeout/1 [2020-12-15T15:19:17.211Z] === RUN TestStopContainerWithTimeout/3 [2020-12-15T15:19:17.211Z] === PAUSE TestStopContainerWithTimeout/3 [2020-12-15T15:19:17.211Z] === RUN TestStopContainerWithTimeout/-1 [2020-12-15T15:19:17.211Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-12-15T15:19:17.211Z] === CONT TestStopContainerWithTimeout/0 [2020-12-15T15:19:17.211Z] === CONT TestStopContainerWithTimeout/-1 [2020-12-15T15:19:17.211Z] === CONT TestStopContainerWithTimeout/1 [2020-12-15T15:19:17.211Z] === CONT TestStopContainerWithTimeout/3 [2020-12-15T15:19:17.446Z] ok github.com/docker/docker/pkg/tailfile 0.061s coverage: 88.6% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T15:19:17.906Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.54s) [2020-12-15T15:19:17.906Z] === RUN TestUpdateMemory [2020-12-15T15:19:17.906Z] --- SKIP: TestUpdateMemory (0.00s) [2020-12-15T15:19:17.906Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:19:17.906Z] === RUN TestUpdateCPUQuota [2020-12-15T15:19:18.008Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2020-12-15T15:19:18.008Z] testing: warning: no tests to run [2020-12-15T15:19:18.008Z] coverage: [no statements] [2020-12-15T15:19:18.008Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-12-15T15:19:18.570Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-12-15T15:19:18.827Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-12-15T15:19:18.827Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-12-15T15:19:19.278Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-12-15T15:19:19.536Z] --- PASS: TestUpdateCPUQuota (1.52s) [2020-12-15T15:19:19.536Z] === RUN TestUpdatePidsLimit [2020-12-15T15:19:19.536Z] === RUN TestUpdatePidsLimit/update_from_none [2020-12-15T15:19:19.794Z] === RUN TestUpdatePidsLimit/no_change [2020-12-15T15:19:19.946Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-12-15T15:19:19.946Z] --- PASS: TestStopContainerWithTimeout/0 (0.98s) [2020-12-15T15:19:19.946Z] --- PASS: TestStopContainerWithTimeout/1 (2.23s) [2020-12-15T15:19:19.946Z] --- PASS: TestStopContainerWithTimeout/3 (2.97s) [2020-12-15T15:19:19.946Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) [2020-12-15T15:19:19.946Z] === RUN TestDeleteDevicemapper [2020-12-15T15:19:19.946Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-12-15T15:19:19.946Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-15T15:19:19.946Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-12-15T15:19:20.361Z] === RUN TestUpdatePidsLimit/update_lower [2020-12-15T15:19:20.620Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-12-15T15:19:20.714Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2020-12-15T15:19:20.878Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-12-15T15:19:21.137Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-12-15T15:19:21.396Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-12-15T15:19:21.396Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-12-15T15:19:21.642Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-12-15T15:19:21.654Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-12-15T15:19:21.913Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-12-15T15:19:22.031Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.80s) [2020-12-15T15:19:22.031Z] === RUN TestUpdateMemory [2020-12-15T15:19:22.203Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2020-12-15T15:19:22.664Z] --- PASS: TestUpdateMemory (0.67s) [2020-12-15T15:19:22.664Z] === RUN TestUpdateCPUQuota [2020-12-15T15:19:22.848Z] --- PASS: TestUpdatePidsLimit (3.41s) [2020-12-15T15:19:22.848Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.45s) [2020-12-15T15:19:22.848Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2020-12-15T15:19:22.848Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2020-12-15T15:19:22.848Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) [2020-12-15T15:19:22.848Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) [2020-12-15T15:19:22.848Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-12-15T15:19:22.848Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-12-15T15:19:22.848Z] === RUN TestUpdateRestartPolicy [2020-12-15T15:19:23.299Z] --- PASS: TestUpdateCPUQuota (0.83s) [2020-12-15T15:19:23.299Z] === RUN TestUpdatePidsLimit [2020-12-15T15:19:23.299Z] === RUN TestUpdatePidsLimit/update_from_none [2020-12-15T15:19:23.590Z] === RUN TestUpdatePidsLimit/no_change [2020-12-15T15:19:23.673Z] ok github.com/docker/docker/quota 0.263s coverage: 71.4% of statements [2020-12-15T15:19:23.882Z] === RUN TestUpdatePidsLimit/update_lower [2020-12-15T15:19:23.928Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-12-15T15:19:24.175Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-12-15T15:19:24.221Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-12-15T15:19:24.221Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-12-15T15:19:24.466Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-12-15T15:19:24.773Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-12-15T15:19:24.773Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-12-15T15:19:25.292Z] ok github.com/docker/docker/registry 0.060s coverage: 57.2% of statements [2020-12-15T15:19:25.548Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2020-12-15T15:19:25.803Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-12-15T15:19:25.816Z] --- PASS: TestUpdatePidsLimit (2.43s) [2020-12-15T15:19:25.816Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.25s) [2020-12-15T15:19:25.816Z] --- PASS: TestUpdatePidsLimit/no_change (0.26s) [2020-12-15T15:19:25.816Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2020-12-15T15:19:25.816Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2020-12-15T15:19:25.816Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.28s) [2020-12-15T15:19:25.816Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2020-12-15T15:19:25.816Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.26s) [2020-12-15T15:19:25.816Z] === RUN TestUpdateRestartPolicy [2020-12-15T15:19:26.124Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-12-15T15:19:26.729Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-12-15T15:19:26.985Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-12-15T15:19:28.653Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-12-15T15:19:29.499Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-12-15T15:19:30.026Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-12-15T15:19:30.283Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-12-15T15:19:30.426Z] ok github.com/docker/docker/volume/local 0.083s coverage: 76.6% of statements [2020-12-15T15:19:31.217Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.13s) [2020-12-15T15:19:31.217Z] PASS [2020-12-15T15:19:31.217Z] [2020-12-15T15:19:31.217Z] === Skipped [2020-12-15T15:19:31.217Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2020-12-15T15:19:31.217Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:31.217Z] [2020-12-15T15:19:31.217Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-12-15T15:19:31.217Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:31.217Z] [2020-12-15T15:19:31.217Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-15T15:19:31.217Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:31.217Z] [2020-12-15T15:19:31.217Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-15T15:19:31.217Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:31.217Z] [2020-12-15T15:19:31.217Z] [2020-12-15T15:19:31.217Z] DONE 17 tests, 4 skipped in 32.556s [2020-12-15T15:19:31.217Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-12-15T15:19:31.217Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:31.217Z] ++ set -e [2020-12-15T15:19:31.217Z] ++ '[' -n 0 ']' [2020-12-15T15:19:31.217Z] ++ set -x [2020-12-15T15:19:31.217Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:31.217Z] INFO: Testing against a local daemon [2020-12-15T15:19:31.217Z] === RUN TestPluginInvalidJSON [2020-12-15T15:19:31.217Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:19:31.217Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:19:31.217Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:19:31.217Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-12-15T15:19:31.217Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-12-15T15:19:31.217Z] === RUN TestPluginInstall [2020-12-15T15:19:31.217Z] === RUN TestPluginInstall/no_auth [2020-12-15T15:19:31.245Z] ok github.com/docker/docker/volume/mounts 0.023s coverage: 67.0% of statements [2020-12-15T15:19:31.658Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-12-15T15:19:32.225Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-12-15T15:19:32.225Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-12-15T15:19:32.609Z] ok github.com/docker/docker/volume/service 0.016s coverage: 73.1% of statements [2020-12-15T15:19:33.161Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-12-15T15:19:33.728Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-12-15T15:19:33.761Z] time="2020-12-15T15:19:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:19:33.761Z] time="2020-12-15T15:19:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:50ecea3058df6be05d95a0eb59302bc02d23ad3878b7f8bd2704cb18b9358d91" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:19:33.761Z] time="2020-12-15T15:19:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:19:33.761Z] time="2020-12-15T15:19:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:50ecea3058df6be05d95a0eb59302bc02d23ad3878b7f8bd2704cb18b9358d91" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:19:34.021Z] === RUN TestPluginInstall/with_htpasswd [2020-12-15T15:19:34.963Z] time="2020-12-15T15:19:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:19:34.963Z] time="2020-12-15T15:19:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:410cdecaed53841c1764463524c04dd8537b2f1d8ad7a82d31f900c0b6d9622a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:19:34.963Z] time="2020-12-15T15:19:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:19:34.963Z] time="2020-12-15T15:19:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:410cdecaed53841c1764463524c04dd8537b2f1d8ad7a82d31f900c0b6d9622a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:19:35.224Z] === RUN TestPluginInstall/with_insecure [2020-12-15T15:19:35.633Z] --- PASS: TestUpdateRestartPolicy (12.71s) [2020-12-15T15:19:35.633Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-15T15:19:36.569Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s) [2020-12-15T15:19:36.569Z] === RUN TestWaitNonBlocked [2020-12-15T15:19:36.569Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:19:36.569Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:19:36.569Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:19:36.569Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:19:36.569Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:19:36.569Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:19:36.607Z] time="2020-12-15T15:19:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:19:36.607Z] time="2020-12-15T15:19:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bcc5771c1b71859455f1c47c2fc3be4da978785fe1e82fe0533bbaa7a933d2ff" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:19:36.607Z] time="2020-12-15T15:19:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:19:36.607Z] time="2020-12-15T15:19:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bcc5771c1b71859455f1c47c2fc3be4da978785fe1e82fe0533bbaa7a933d2ff" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:19:37.178Z] --- PASS: TestPluginInstall (5.85s) [2020-12-15T15:19:37.178Z] --- PASS: TestPluginInstall/no_auth (2.84s) [2020-12-15T15:19:37.178Z] --- PASS: TestPluginInstall/with_htpasswd (1.21s) [2020-12-15T15:19:37.178Z] --- PASS: TestPluginInstall/with_insecure (1.80s) [2020-12-15T15:19:37.178Z] plugin_test.go:157: [d5fa6f654dadb] daemon is not started [2020-12-15T15:19:37.178Z] PASS [2020-12-15T15:19:37.178Z] [2020-12-15T15:19:37.178Z] DONE 6 tests in 6.068s [2020-12-15T15:19:37.178Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-12-15T15:19:37.178Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:37.178Z] ++ set -e [2020-12-15T15:19:37.178Z] ++ '[' -n 0 ']' [2020-12-15T15:19:37.178Z] ++ set -x [2020-12-15T15:19:37.178Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:37.178Z] INFO: Testing against a local daemon [2020-12-15T15:19:37.178Z] === RUN TestExternalGraphDriver [2020-12-15T15:19:37.439Z] === RUN TestExternalGraphDriver/json [2020-12-15T15:19:37.505Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-12-15T15:19:37.505Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.93s) [2020-12-15T15:19:37.505Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.01s) [2020-12-15T15:19:37.505Z] === RUN TestWaitBlocked [2020-12-15T15:19:37.505Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:19:37.505Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:19:37.505Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:19:37.505Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:19:37.505Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:19:37.505Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:19:38.444Z] --- PASS: TestUpdateRestartPolicy (11.26s) [2020-12-15T15:19:38.444Z] === RUN TestUpdateRestartWithAutoRemove [2020-12-15T15:19:38.444Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s) [2020-12-15T15:19:38.444Z] === RUN TestWaitNonBlocked [2020-12-15T15:19:38.444Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:19:38.444Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:19:38.444Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:19:38.444Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:19:38.444Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-12-15T15:19:38.444Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-12-15T15:19:38.444Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-12-15T15:19:38.444Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2020-12-15T15:19:38.444Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.75s) [2020-12-15T15:19:38.444Z] === RUN TestWaitBlocked [2020-12-15T15:19:38.444Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:19:38.444Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:19:38.444Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:19:38.444Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:19:38.444Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-12-15T15:19:38.444Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-12-15T15:19:38.879Z] --- PASS: TestWaitBlocked (0.03s) [2020-12-15T15:19:38.879Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.16s) [2020-12-15T15:19:38.879Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.35s) [2020-12-15T15:19:38.879Z] === CONT TestContainerStartOnDaemonRestart [2020-12-15T15:19:38.879Z] === CONT TestIpcModeOlderClient [2020-12-15T15:19:38.879Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-12-15T15:19:38.879Z] === CONT TestDaemonHostGatewayIP [2020-12-15T15:19:39.083Z] --- PASS: TestWaitBlocked (0.02s) [2020-12-15T15:19:39.083Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.76s) [2020-12-15T15:19:39.083Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.83s) [2020-12-15T15:19:39.083Z] === CONT TestContainerStartOnDaemonRestart [2020-12-15T15:19:39.083Z] === CONT TestIpcModeOlderClient [2020-12-15T15:19:39.083Z] === CONT TestDaemonHostGatewayIP [2020-12-15T15:19:39.083Z] === CONT TestDaemonRestartIpcMode [2020-12-15T15:19:39.380Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-12-15T15:19:39.380Z] === CONT TestContainerKillOnDaemonStart [2020-12-15T15:19:39.814Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-12-15T15:19:39.983Z] === RUN TestExternalGraphDriver/spec [2020-12-15T15:19:42.348Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-12-15T15:19:42.348Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-12-15T15:19:42.915Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-12-15T15:19:42.936Z] --- PASS: TestContainerStartOnDaemonRestart (3.42s) [2020-12-15T15:19:43.174Z] --- PASS: TestContainerStartOnDaemonRestart (4.32s) [2020-12-15T15:19:43.174Z] === CONT TestContainerKillOnDaemonStart [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-12-15T15:19:43.205Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-12-15T15:19:43.227Z] --- PASS: TestDaemonRestartIpcMode (4.09s) [2020-12-15T15:19:43.227Z] --- PASS: TestDaemonHostGatewayIP (4.16s) [2020-12-15T15:19:43.280Z] === RUN TestExternalGraphDriver/pull [2020-12-15T15:19:43.664Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-12-15T15:19:44.111Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-12-15T15:19:44.631Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-12-15T15:19:44.631Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-12-15T15:19:44.631Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-12-15T15:19:44.631Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-12-15T15:19:44.766Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/pkg/term [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/rootless [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/testutil/request [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/volume [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-12-15T15:19:44.766Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === Skipped [2020-12-15T15:19:44.766Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-12-15T15:19:44.766Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-12-15T15:19:44.766Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-12-15T15:19:44.766Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:19:44.766Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-12-15T15:19:44.766Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:19:44.766Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-12-15T15:19:44.766Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:19:44.766Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-12-15T15:19:44.766Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:19:44.766Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-12-15T15:19:44.766Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:19:44.766Z] graphtest_unix.go:46: Driver btrfs not supported [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-12-15T15:19:44.766Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-12-15T15:19:44.766Z] time="2020-12-15T15:18:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:19:44.766Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:19:44.766Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-12-15T15:19:44.766Z] time="2020-12-15T15:18:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:19:44.766Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:19:44.766Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-12-15T15:19:44.766Z] time="2020-12-15T15:18:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:19:44.766Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:19:44.766Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-12-15T15:19:44.766Z] time="2020-12-15T15:18:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:19:44.766Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:19:44.766Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-12-15T15:19:44.766Z] time="2020-12-15T15:18:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-12-15T15:19:44.766Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-12-15T15:19:44.766Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-12-15T15:19:44.766Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-12-15T15:19:44.766Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-12-15T15:19:44.766Z] [2020-12-15T15:19:44.766Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-12-15T15:19:44.767Z] overlay_test.go:49: Fails to compute changes intermittently [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-12-15T15:19:44.767Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-12-15T15:19:44.767Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-12-15T15:19:44.767Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:19:44.767Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-12-15T15:19:44.767Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:19:44.767Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-12-15T15:19:44.767Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:19:44.767Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-12-15T15:19:44.767Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:19:44.767Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-12-15T15:19:44.767Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-12-15T15:19:44.767Z] graphtest_unix.go:46: Driver zfs not supported [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-12-15T15:19:44.767Z] graphtest_unix.go:73: No driver to put! [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-12-15T15:19:44.767Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-12-15T15:19:44.767Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] [2020-12-15T15:19:44.767Z] DONE 2191 tests, 26 skipped in 255.945s Post stage [Pipeline] junit [2020-12-15T15:19:44.775Z] Recording test results [Pipeline] } [Pipeline] // stage [2020-12-15T15:19:45.047Z] --- PASS: TestDaemonHostGatewayIP (5.95s) [2020-12-15T15:19:45.047Z] === CONT TestDaemonRestartIpcMode [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-12-15T15:19:45.195Z] --- PASS: TestExternalGraphDriver (7.81s) [2020-12-15T15:19:45.195Z] --- PASS: TestExternalGraphDriver/json (2.53s) [2020-12-15T15:19:45.195Z] --- PASS: TestExternalGraphDriver/spec (2.76s) [2020-12-15T15:19:45.195Z] --- PASS: TestExternalGraphDriver/pull (2.38s) [2020-12-15T15:19:45.195Z] === RUN TestGraphdriverPluginV2 [2020-12-15T15:19:45.195Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2020-12-15T15:19:45.195Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:45.195Z] PASS [2020-12-15T15:19:45.195Z] [2020-12-15T15:19:45.195Z] === Skipped [2020-12-15T15:19:45.195Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2020-12-15T15:19:45.195Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:45.195Z] [2020-12-15T15:19:45.195Z] [2020-12-15T15:19:45.195Z] DONE 5 tests, 1 skipped in 8.009s [2020-12-15T15:19:45.195Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-12-15T15:19:45.195Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:45.195Z] ++ set -e [2020-12-15T15:19:45.195Z] ++ '[' -n 0 ']' [2020-12-15T15:19:45.195Z] ++ set -x [2020-12-15T15:19:45.195Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:45.195Z] INFO: Testing against a local daemon [2020-12-15T15:19:45.195Z] === RUN TestContinueAfterPluginCrash [2020-12-15T15:19:45.195Z] === PAUSE TestContinueAfterPluginCrash [2020-12-15T15:19:45.195Z] === RUN TestReadPluginNoRead [2020-12-15T15:19:45.195Z] === PAUSE TestReadPluginNoRead [2020-12-15T15:19:45.195Z] === RUN TestDaemonStartWithLogOpt [2020-12-15T15:19:45.195Z] === PAUSE TestDaemonStartWithLogOpt [2020-12-15T15:19:45.195Z] === CONT TestContinueAfterPluginCrash [2020-12-15T15:19:45.195Z] === CONT TestDaemonStartWithLogOpt [2020-12-15T15:19:45.195Z] === CONT TestReadPluginNoRead [2020-12-15T15:19:45.384Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41800/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e600eaae087b830802285e3cd2556761fc729aa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7e600eaae087b830802285e3cd2556761fc729aa hack/validate/vendor [2020-12-15T15:19:45.614Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-12-15T15:19:45.944Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-15T15:19:46.805Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-12-15T15:19:46.849Z] + echo Ensuring container killed. [2020-12-15T15:19:46.849Z] Ensuring container killed. [2020-12-15T15:19:46.849Z] + docker rm -vf docker-pr2 [2020-12-15T15:19:46.849Z] Error: No such container: docker-pr2 [2020-12-15T15:19:46.849Z] + true [Pipeline] sh [2020-12-15T15:19:47.162Z] + echo Chowning /workspace to jenkins user [2020-12-15T15:19:47.162Z] Chowning /workspace to jenkins user [2020-12-15T15:19:47.162Z] + id -u [2020-12-15T15:19:47.162Z] + id -g [2020-12-15T15:19:47.162Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41800:/workspace busybox chown -R 1000:1000 /workspace [2020-12-15T15:19:47.513Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-15T15:19:48.049Z] + bundleName=unit [2020-12-15T15:19:48.049Z] + echo Creating unit-bundles.tar.gz [2020-12-15T15:19:48.049Z] Creating unit-bundles.tar.gz [2020-12-15T15:19:48.049Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-12-15T15:19:48.049Z] bundles/junit-report.xml [2020-12-15T15:19:48.049Z] bundles/go-test-report.json [2020-12-15T15:19:48.049Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-12-15T15:19:48.069Z] Archiving artifacts [2020-12-15T15:19:48.426Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41800/2/artifacts/ [Pipeline] } [Pipeline] // catchError [2020-12-15T15:19:48.449Z] --- PASS: TestDaemonRestartIpcMode (3.39s) [Pipeline] sh [2020-12-15T15:19:48.733Z] + make clean [2020-12-15T15:19:48.988Z] docker volume rm -f docker-dev-cache [2020-12-15T15:19:48.988Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T15:19:49.382Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-12-15T15:19:49.382Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-12-15T15:19:50.491Z] === RUN TestReadPluginNoRead/disabled_caching [2020-12-15T15:19:50.491Z] --- PASS: TestDaemonStartWithLogOpt (4.83s) [2020-12-15T15:19:51.281Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-12-15T15:19:51.433Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-12-15T15:19:51.539Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-12-15T15:19:51.539Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-12-15T15:19:51.539Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-12-15T15:19:51.798Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-12-15T15:19:52.056Z] === RUN TestDockerSuite/TestBuildCmd [2020-12-15T15:19:52.315Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-12-15T15:19:52.574Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-12-15T15:19:53.140Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-12-15T15:19:53.140Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-12-15T15:19:53.344Z] === RUN TestReadPluginNoRead/default [2020-12-15T15:19:53.593Z] --- PASS: TestContainerKillOnDaemonStart (12.84s) [2020-12-15T15:19:53.593Z] PASS [2020-12-15T15:19:53.593Z] [2020-12-15T15:19:53.593Z] === Skipped [2020-12-15T15:19:53.593Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-12-15T15:19:53.593Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:19:53.593Z] [2020-12-15T15:19:53.593Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-15T15:19:53.593Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-15T15:19:53.593Z] [2020-12-15T15:19:53.593Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-12-15T15:19:53.593Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-15T15:19:53.593Z] [2020-12-15T15:19:53.593Z] [2020-12-15T15:19:53.593Z] DONE 195 tests, 3 skipped in 110.047s [2020-12-15T15:19:53.593Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-12-15T15:19:53.593Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:53.593Z] ++ set -e [2020-12-15T15:19:53.593Z] ++ '[' -n 0 ']' [2020-12-15T15:19:53.593Z] ++ set -x [2020-12-15T15:19:53.593Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:53.593Z] INFO: Testing against a local daemon [2020-12-15T15:19:53.593Z] === RUN TestCommitInheritsEnv [2020-12-15T15:19:53.593Z] --- PASS: TestCommitInheritsEnv (0.32s) [2020-12-15T15:19:53.593Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-15T15:19:53.593Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-12-15T15:19:53.593Z] === RUN TestImagesFilterMultiReference [2020-12-15T15:19:53.593Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2020-12-15T15:19:53.593Z] === RUN TestImagePullPlatformInvalid [2020-12-15T15:19:53.593Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-12-15T15:19:53.593Z] === RUN TestRemoveImageOrphaning [2020-12-15T15:19:53.593Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2020-12-15T15:19:53.593Z] === RUN TestRemoveImageGarbageCollector [2020-12-15T15:19:53.593Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-12-15T15:19:53.593Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:19:53.593Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-15T15:19:53.593Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-12-15T15:19:53.593Z] === RUN TestTagInvalidReference [2020-12-15T15:19:53.593Z] --- PASS: TestTagInvalidReference (0.02s) [2020-12-15T15:19:53.593Z] === RUN TestTagValidPrefixedRepo [2020-12-15T15:19:53.593Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-12-15T15:19:53.593Z] === RUN TestTagExistedNameWithoutForce [2020-12-15T15:19:53.593Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-12-15T15:19:53.593Z] === RUN TestTagOfficialNames [2020-12-15T15:19:53.593Z] --- PASS: TestTagOfficialNames (0.04s) [2020-12-15T15:19:53.593Z] === RUN TestTagMatchesDigest [2020-12-15T15:19:53.593Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-12-15T15:19:53.593Z] === CONT TestImportExtremelyLargeImageWorks [2020-12-15T15:19:53.707Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-12-15T15:19:54.641Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-12-15T15:19:55.256Z] --- PASS: TestReadPluginNoRead (9.83s) [2020-12-15T15:19:55.256Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.86s) [2020-12-15T15:19:55.256Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.83s) [2020-12-15T15:19:55.256Z] --- PASS: TestReadPluginNoRead/default (1.80s) [2020-12-15T15:19:55.256Z] read_test.go:92: [de38e2decf7de] daemon is not started [2020-12-15T15:19:55.517Z] --- PASS: TestContinueAfterPluginCrash (10.32s) [2020-12-15T15:19:55.517Z] PASS [2020-12-15T15:19:55.517Z] [2020-12-15T15:19:55.517Z] DONE 6 tests in 10.489s [2020-12-15T15:19:55.517Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-12-15T15:19:55.517Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:55.517Z] ++ set -e [2020-12-15T15:19:55.517Z] ++ '[' -n 0 ']' [2020-12-15T15:19:55.517Z] ++ set -x [2020-12-15T15:19:55.517Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:55.778Z] testing: warning: no tests to run [2020-12-15T15:19:55.778Z] PASS [2020-12-15T15:19:55.778Z] [2020-12-15T15:19:55.778Z] DONE 0 tests in 0.056s [2020-12-15T15:19:55.778Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-12-15T15:19:55.778Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:55.778Z] ++ set -e [2020-12-15T15:19:55.778Z] ++ '[' -n 0 ']' [2020-12-15T15:19:55.778Z] ++ set -x [2020-12-15T15:19:55.778Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:55.778Z] INFO: Testing against a local daemon [2020-12-15T15:19:55.778Z] === RUN TestPluginWithDevMounts [2020-12-15T15:19:55.778Z] === PAUSE TestPluginWithDevMounts [2020-12-15T15:19:55.778Z] === CONT TestPluginWithDevMounts [2020-12-15T15:19:56.015Z] --- PASS: TestContainerKillOnDaemonStart (12.98s) [2020-12-15T15:19:56.015Z] PASS [2020-12-15T15:19:56.015Z] [2020-12-15T15:19:56.015Z] === Skipped [2020-12-15T15:19:56.015Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-12-15T15:19:56.015Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-12-15T15:19:56.015Z] [2020-12-15T15:19:56.015Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-12-15T15:19:56.015Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:19:56.015Z] [2020-12-15T15:19:56.015Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-12-15T15:19:56.015Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:19:56.015Z] [2020-12-15T15:19:56.015Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-12-15T15:19:56.015Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-12-15T15:19:56.015Z] [2020-12-15T15:19:56.015Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-12-15T15:19:56.015Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-12-15T15:19:56.015Z] [2020-12-15T15:19:56.015Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-12-15T15:19:56.015Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-12-15T15:19:56.015Z] [2020-12-15T15:19:56.015Z] [2020-12-15T15:19:56.015Z] DONE 195 tests, 6 skipped in 149.061s [2020-12-15T15:19:56.015Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-12-15T15:19:56.015Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:56.015Z] ++ set -e [2020-12-15T15:19:56.015Z] ++ '[' -n 0 ']' [2020-12-15T15:19:56.015Z] ++ set -x [2020-12-15T15:19:56.015Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:56.274Z] INFO: Testing against a local daemon [2020-12-15T15:19:56.274Z] === RUN TestCommitInheritsEnv [2020-12-15T15:19:56.841Z] --- PASS: TestCommitInheritsEnv (0.47s) [2020-12-15T15:19:56.841Z] === RUN TestImportExtremelyLargeImageWorks [2020-12-15T15:19:56.841Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-12-15T15:19:56.841Z] === RUN TestImagesFilterMultiReference [2020-12-15T15:19:56.841Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-12-15T15:19:56.841Z] === RUN TestImagePullPlatformInvalid [2020-12-15T15:19:57.099Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-12-15T15:19:57.099Z] === RUN TestRemoveImageOrphaning [2020-12-15T15:19:57.120Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-12-15T15:19:57.358Z] --- PASS: TestRemoveImageOrphaning (0.37s) [2020-12-15T15:19:57.358Z] === RUN TestRemoveImageGarbageCollector [2020-12-15T15:19:58.294Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-12-15T15:19:58.321Z] --- PASS: TestPluginWithDevMounts (2.20s) [2020-12-15T15:19:58.321Z] PASS [2020-12-15T15:19:58.321Z] [2020-12-15T15:19:58.321Z] DONE 1 tests in 2.392s [2020-12-15T15:19:58.321Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-12-15T15:19:58.321Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:58.321Z] ++ set -e [2020-12-15T15:19:58.321Z] ++ '[' -n 0 ']' [2020-12-15T15:19:58.321Z] ++ set -x [2020-12-15T15:19:58.321Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:19:58.321Z] INFO: Testing against a local daemon [2020-12-15T15:19:58.321Z] === RUN TestSecretInspect [2020-12-15T15:19:59.707Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-12-15T15:19:59.707Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-12-15T15:19:59.966Z] --- PASS: TestRemoveImageGarbageCollector (2.51s) [2020-12-15T15:19:59.966Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-12-15T15:19:59.966Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-12-15T15:19:59.966Z] === RUN TestTagInvalidReference [2020-12-15T15:19:59.966Z] --- PASS: TestTagInvalidReference (0.03s) [2020-12-15T15:19:59.966Z] === RUN TestTagValidPrefixedRepo [2020-12-15T15:19:59.966Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-12-15T15:19:59.966Z] === RUN TestTagExistedNameWithoutForce [2020-12-15T15:19:59.966Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-12-15T15:19:59.966Z] === RUN TestTagOfficialNames [2020-12-15T15:20:00.020Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-12-15T15:20:00.224Z] --- PASS: TestTagOfficialNames (0.07s) [2020-12-15T15:20:00.224Z] === RUN TestTagMatchesDigest [2020-12-15T15:20:00.224Z] --- PASS: TestTagMatchesDigest (0.04s) [2020-12-15T15:20:00.224Z] === CONT TestImportExtremelyLargeImageWorks [2020-12-15T15:20:00.484Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-12-15T15:20:00.986Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-12-15T15:20:00.986Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-12-15T15:20:01.053Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-12-15T15:20:01.620Z] --- PASS: TestSecretInspect (3.25s) [2020-12-15T15:20:01.620Z] === RUN TestSecretList [2020-12-15T15:20:01.987Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-12-15T15:20:02.555Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-12-15T15:20:03.122Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-12-15T15:20:03.122Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-12-15T15:20:03.890Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-12-15T15:20:04.856Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-12-15T15:20:04.918Z] --- PASS: TestSecretList (3.29s) [2020-12-15T15:20:04.918Z] === RUN TestSecretsCreateAndDelete [2020-12-15T15:20:06.408Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-12-15T15:20:08.226Z] --- PASS: TestSecretsCreateAndDelete (3.22s) [2020-12-15T15:20:08.226Z] === RUN TestSecretsUpdate [2020-12-15T15:20:08.595Z] === RUN TestDockerSuite/TestBuildAddScript [2020-12-15T15:20:08.595Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-12-15T15:20:08.595Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-12-15T15:20:08.596Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-12-15T15:20:08.596Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-12-15T15:20:09.054Z] === RUN TestDockerSuite/TestBuildAddTar [2020-12-15T15:20:09.691Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-12-15T15:20:11.524Z] --- PASS: TestSecretsUpdate (3.26s) [2020-12-15T15:20:11.524Z] === RUN TestTemplatedSecret [2020-12-15T15:20:14.823Z] --- PASS: TestTemplatedSecret (3.40s) [2020-12-15T15:20:14.823Z] === RUN TestSecretCreateResolve [2020-12-15T15:20:14.958Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-12-15T15:20:14.958Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-12-15T15:20:15.892Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-12-15T15:20:16.460Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-12-15T15:20:17.366Z] --- PASS: TestSecretCreateResolve (2.76s) [2020-12-15T15:20:17.366Z] PASS [2020-12-15T15:20:17.366Z] [2020-12-15T15:20:17.366Z] DONE 6 tests in 19.360s [2020-12-15T15:20:17.626Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-12-15T15:20:17.626Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:20:17.626Z] ++ set -e [2020-12-15T15:20:17.626Z] ++ '[' -n 0 ']' [2020-12-15T15:20:17.627Z] ++ set -x [2020-12-15T15:20:17.627Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:20:17.627Z] INFO: Testing against a local daemon [2020-12-15T15:20:17.627Z] === RUN TestServiceCreateInit [2020-12-15T15:20:17.627Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-15T15:20:18.989Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-12-15T15:20:19.923Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-12-15T15:20:22.910Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-15T15:20:23.208Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-12-15T15:20:24.142Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-12-15T15:20:26.044Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-12-15T15:20:26.044Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-12-15T15:20:26.044Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-12-15T15:20:26.044Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-12-15T15:20:26.044Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-12-15T15:20:26.044Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-12-15T15:20:28.196Z] --- PASS: TestServiceCreateInit (10.14s) [2020-12-15T15:20:28.196Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.10s) [2020-12-15T15:20:28.196Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.00s) [2020-12-15T15:20:28.196Z] === RUN TestCreateServiceMultipleTimes [2020-12-15T15:20:29.329Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-12-15T15:20:30.261Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-12-15T15:20:34.450Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-12-15T15:20:34.450Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-12-15T15:20:35.824Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-12-15T15:20:37.724Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-12-15T15:20:37.724Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-12-15T15:20:38.996Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-12-15T15:20:38.996Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-12-15T15:20:38.996Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-12-15T15:20:39.099Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-12-15T15:20:43.288Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-12-15T15:20:44.661Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-12-15T15:20:45.595Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-12-15T15:20:46.162Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-12-15T15:20:46.728Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-12-15T15:20:49.260Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-12-15T15:20:49.518Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-12-15T15:20:50.155Z] --- PASS: TestCreateServiceMultipleTimes (19.48s) [2020-12-15T15:20:50.155Z] === RUN TestCreateServiceConflict [2020-12-15T15:20:50.726Z] --- PASS: TestCreateServiceConflict (3.34s) [2020-12-15T15:20:50.726Z] === RUN TestCreateServiceMaxReplicas [2020-12-15T15:20:50.894Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-12-15T15:20:51.371Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-12-15T15:20:51.371Z] === RUN TestDockerSuite/TestBuildBlankName [2020-12-15T15:20:51.371Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-12-15T15:20:51.830Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-12-15T15:20:53.204Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-12-15T15:20:53.770Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-12-15T15:20:54.337Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-12-15T15:20:54.928Z] --- PASS: TestCreateServiceMaxReplicas (3.75s) [2020-12-15T15:20:54.928Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-15T15:20:55.271Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-12-15T15:20:55.271Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-12-15T15:20:55.271Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-12-15T15:20:56.648Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-12-15T15:20:57.159Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-12-15T15:20:57.616Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-12-15T15:20:58.024Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-12-15T15:20:58.283Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-12-15T15:20:58.849Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-12-15T15:20:59.416Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-12-15T15:21:02.300Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-12-15T15:21:02.702Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-12-15T15:21:04.077Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-12-15T15:21:08.263Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-12-15T15:21:09.639Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-12-15T15:21:09.829Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.97s) [2020-12-15T15:21:09.829Z] === RUN TestCreateServiceSecretFileMode [2020-12-15T15:21:10.575Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-12-15T15:21:10.860Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-12-15T15:21:11.951Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-12-15T15:21:13.129Z] --- PASS: TestCreateServiceSecretFileMode (3.46s) [2020-12-15T15:21:13.130Z] === RUN TestCreateServiceConfigFileMode [2020-12-15T15:21:14.483Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-12-15T15:21:15.083Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-12-15T15:21:16.428Z] --- PASS: TestCreateServiceConfigFileMode (3.40s) [2020-12-15T15:21:16.428Z] === RUN TestCreateServiceSysctls [2020-12-15T15:21:17.924Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-12-15T15:21:17.924Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-12-15T15:21:18.390Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-12-15T15:21:20.631Z] --- PASS: TestCreateServiceSysctls (4.03s) [2020-12-15T15:21:20.631Z] === RUN TestCreateServiceCapabilities [2020-12-15T15:21:20.922Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-12-15T15:21:21.662Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-12-15T15:21:21.662Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-12-15T15:21:21.662Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-12-15T15:21:23.929Z] --- PASS: TestCreateServiceCapabilities (3.40s) [2020-12-15T15:21:23.929Z] === RUN TestInspect [2020-12-15T15:21:24.208Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-12-15T15:21:24.466Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-12-15T15:21:25.033Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-12-15T15:21:25.965Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-12-15T15:21:26.345Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-12-15T15:21:26.345Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-12-15T15:21:26.804Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-12-15T15:21:26.804Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-12-15T15:21:26.804Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-12-15T15:21:27.227Z] --- PASS: TestInspect (3.52s) [2020-12-15T15:21:27.227Z] === RUN TestCreateJob [2020-12-15T15:21:27.338Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-12-15T15:21:27.596Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-12-15T15:21:27.596Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-12-15T15:21:28.530Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-12-15T15:21:28.530Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-12-15T15:21:30.429Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-12-15T15:21:32.511Z] --- PASS: TestCreateJob (4.45s) [2020-12-15T15:21:32.511Z] === RUN TestReplicatedJob [2020-12-15T15:21:32.960Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-12-15T15:21:33.219Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-12-15T15:21:34.595Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-12-15T15:21:37.124Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-12-15T15:21:37.690Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-12-15T15:21:39.093Z] --- PASS: TestReplicatedJob (6.48s) [2020-12-15T15:21:39.093Z] === RUN TestUpdateReplicatedJob [2020-12-15T15:21:39.592Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-12-15T15:21:41.494Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-12-15T15:21:42.406Z] --- PASS: TestUpdateReplicatedJob (4.30s) [2020-12-15T15:21:42.406Z] === RUN TestServiceListWithStatuses [2020-12-15T15:21:42.406Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-15T15:21:42.406Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-15T15:21:42.406Z] === RUN TestDockerNetworkConnectAlias [2020-12-15T15:21:43.399Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-12-15T15:21:45.301Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-12-15T15:21:45.868Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-12-15T15:21:48.400Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-12-15T15:21:48.400Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-12-15T15:21:49.006Z] --- PASS: TestDockerNetworkConnectAlias (6.01s) [2020-12-15T15:21:49.006Z] === RUN TestDockerNetworkReConnect [2020-12-15T15:21:51.938Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-12-15T15:21:53.665Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-12-15T15:21:54.112Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-12-15T15:21:54.289Z] --- PASS: TestDockerNetworkReConnect (5.23s) [2020-12-15T15:21:54.289Z] === RUN TestServicePlugin [2020-12-15T15:21:54.289Z] --- SKIP: TestServicePlugin (0.00s) [2020-12-15T15:21:54.289Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:21:54.289Z] === RUN TestServiceUpdateLabel [2020-12-15T15:21:54.570Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-12-15T15:21:54.599Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-12-15T15:21:55.029Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-12-15T15:21:55.971Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-12-15T15:21:55.995Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-12-15T15:21:55.995Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-12-15T15:21:56.904Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-12-15T15:21:57.586Z] --- PASS: TestServiceUpdateLabel (3.37s) [2020-12-15T15:21:57.586Z] === RUN TestServiceUpdateSecrets [2020-12-15T15:22:00.188Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-12-15T15:22:00.679Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-12-15T15:22:00.679Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-12-15T15:22:00.679Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-12-15T15:22:00.679Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-12-15T15:22:02.253Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-12-15T15:22:02.712Z] === RUN TestDockerSuite/TestBuildCmd [2020-12-15T15:22:03.170Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-12-15T15:22:03.170Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-12-15T15:22:03.627Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-12-15T15:22:05.458Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-12-15T15:22:05.716Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-12-15T15:22:07.618Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-12-15T15:22:08.315Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-12-15T15:22:09.849Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-12-15T15:22:09.849Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-12-15T15:22:10.307Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-12-15T15:22:10.307Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-12-15T15:22:10.765Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-12-15T15:22:10.906Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-12-15T15:22:11.165Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-12-15T15:22:11.732Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-12-15T15:22:12.298Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-12-15T15:22:12.299Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-12-15T15:22:12.487Z] --- PASS: TestServiceUpdateSecrets (15.51s) [2020-12-15T15:22:12.487Z] === RUN TestServiceUpdateConfigs [2020-12-15T15:22:12.557Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-12-15T15:22:12.757Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-12-15T15:22:12.815Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-12-15T15:22:13.073Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-12-15T15:22:13.215Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-12-15T15:22:13.215Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-12-15T15:22:13.674Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-12-15T15:22:14.132Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-12-15T15:22:14.132Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-12-15T15:22:14.132Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-12-15T15:22:14.976Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-12-15T15:22:16.351Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-12-15T15:22:16.610Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-12-15T15:22:18.516Z] === RUN TestDockerSuite/TestBuildEnv [2020-12-15T15:22:18.818Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-12-15T15:22:19.890Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-12-15T15:22:19.890Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-12-15T15:22:21.794Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-12-15T15:22:21.794Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-12-15T15:22:23.169Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-12-15T15:22:24.544Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-12-15T15:22:24.544Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite (353.27s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.02s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.84s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.68s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.61s) [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:1455: [d214d1bcaef91] daemon is not started [2020-12-15T15:22:29.808Z] check_test.go:309: [dfd5d3b3ab6ac] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.18s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.69s) [2020-12-15T15:22:29.808Z] check_test.go:309: [de03ae1b0352c] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.69s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.80s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.32s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.15s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.26s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.49s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.43s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.38s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d1c3beb765f59] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-12-15T15:22:29.808Z] check_test.go:309: [ded65cb0b7577] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.46s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d1b575eb6de55] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.55s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.73s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.47s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.66s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.52s) [2020-12-15T15:22:29.808Z] check_test.go:309: [de32589f8e218] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.55s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.08s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.23s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.52s) [2020-12-15T15:22:29.808Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-12-15T15:22:29.808Z] check_test.go:309: [d22ae93b03d2d] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.11s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.98s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.69s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.88s) [2020-12-15T15:22:29.808Z] check_test.go:309: [de508b38b73ce] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.21s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d08f5660beab2] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.63s) [2020-12-15T15:22:29.808Z] docker_cli_daemon_plugins_test.go:79: [d9b1aa7b87018] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.54s) [2020-12-15T15:22:29.808Z] docker_cli_daemon_plugins_test.go:169: [d8e4473c69edf] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.53s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.56s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-12-15T15:22:29.808Z] check_test.go:309: [df3f538672948] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.65s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.83s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.84s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.72s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.83s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.82s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.40s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.98s) [2020-12-15T15:22:29.808Z] check_test.go:309: [de59b2f48e1c9] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.39s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.14s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.17s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.07s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.95s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.56s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d3134e1646c71] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.42s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.15s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.88s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.55s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.10s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.40s) [2020-12-15T15:22:29.808Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-12-15T15:22:29.808Z] check_test.go:309: [da4f2709c2dd9] daemon is not started [2020-12-15T15:22:29.808Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-12-15T15:22:29.808Z] check_test.go:309: [dbf09bb1a9993] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.02s) [2020-12-15T15:22:29.808Z] check_test.go:309: [dd59bc79fd905] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.90s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.44s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.27s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.49s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.45s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.33s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.57s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.67s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d496ceb50a8c8] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.44s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.49s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.93s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d9886a2aa5097] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.25s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.23s) [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2020-12-15T15:22:29.808Z] check_test.go:309: [d402d24c0959c] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.13s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d35678d958f9b] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.52s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.19s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d35913391949c] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.21s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.07s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.16s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d11ba6a0ff819] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.92s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.78s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.93s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.99s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d820b63cda6e2] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.62s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.94s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-12-15T15:22:29.808Z] check_test.go:309: [de771613040fa] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.80s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.80s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.42s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.68s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.99s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.51s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.22s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.64s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.79s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.21s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.18s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.06s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.70s) [2020-12-15T15:22:29.808Z] docker_cli_daemon_test.go:2550: [d54a28450649b] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.95s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.93s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.96s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.88s) [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.20s) [2020-12-15T15:22:29.808Z] check_test.go:309: [d7ebb37e8fd0b] daemon is not started [2020-12-15T15:22:29.808Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.11s) [2020-12-15T15:22:29.808Z] === RUN TestDockerSwarmSuite [2020-12-15T15:22:29.808Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-12-15T15:22:30.066Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-12-15T15:22:30.592Z] --- PASS: TestServiceUpdateConfigs (15.34s) [2020-12-15T15:22:30.592Z] === RUN TestServiceUpdateNetwork [2020-12-15T15:22:33.349Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-12-15T15:22:37.630Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-12-15T15:22:42.813Z] --- PASS: TestServiceUpdateNetwork (14.86s) [2020-12-15T15:22:42.813Z] === RUN TestServiceUpdatePidsLimit [2020-12-15T15:22:42.911Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-12-15T15:22:44.725Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-12-15T15:22:45.296Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-12-15T15:22:48.758Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-12-15T15:22:48.758Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-12-15T15:22:49.724Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-12-15T15:22:51.024Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-12-15T15:22:52.923Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-12-15T15:22:53.427Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-12-15T15:22:54.410Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-12-15T15:22:54.869Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-12-15T15:22:54.869Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-12-15T15:22:54.869Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-12-15T15:22:55.328Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-12-15T15:22:55.328Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-12-15T15:22:56.205Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-12-15T15:22:56.771Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-12-15T15:23:01.558Z] --- PASS: TestServiceUpdatePidsLimit (17.50s) [2020-12-15T15:23:01.558Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-12-15T15:23:01.558Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-12-15T15:23:01.558Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-12-15T15:23:01.558Z] PASS [2020-12-15T15:23:01.558Z] [2020-12-15T15:23:01.558Z] === Skipped [2020-12-15T15:23:01.558Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-12-15T15:23:01.558Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-15T15:23:01.558Z] [2020-12-15T15:23:01.558Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-12-15T15:23:01.558Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:23:01.558Z] [2020-12-15T15:23:01.558Z] [2020-12-15T15:23:01.558Z] DONE 27 tests, 2 skipped in 162.705s [2020-12-15T15:23:01.558Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-12-15T15:23:01.559Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:01.559Z] ++ set -e [2020-12-15T15:23:01.559Z] ++ '[' -n 0 ']' [2020-12-15T15:23:01.559Z] ++ set -x [2020-12-15T15:23:01.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:01.559Z] INFO: Testing against a local daemon [2020-12-15T15:23:01.559Z] === RUN TestSessionCreate [2020-12-15T15:23:01.559Z] --- PASS: TestSessionCreate (0.05s) [2020-12-15T15:23:01.559Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-15T15:23:01.559Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-12-15T15:23:01.559Z] PASS [2020-12-15T15:23:01.559Z] [2020-12-15T15:23:01.559Z] DONE 2 tests in 0.245s [2020-12-15T15:23:01.559Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-12-15T15:23:01.559Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:01.559Z] ++ set -e [2020-12-15T15:23:01.559Z] ++ '[' -n 0 ']' [2020-12-15T15:23:01.559Z] ++ set -x [2020-12-15T15:23:01.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:01.559Z] INFO: Testing against a local daemon [2020-12-15T15:23:01.559Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-15T15:23:01.559Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:23:01.559Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-15T15:23:01.559Z] === RUN TestEventsExecDie [2020-12-15T15:23:01.559Z] --- PASS: TestEventsExecDie (0.92s) [2020-12-15T15:23:01.559Z] === RUN TestEventsBackwardsCompatible [2020-12-15T15:23:01.820Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2020-12-15T15:23:01.820Z] === RUN TestInfoBinaryCommits [2020-12-15T15:23:01.820Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-12-15T15:23:01.820Z] === RUN TestInfoAPIVersioned [2020-12-15T15:23:01.820Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-12-15T15:23:01.820Z] === RUN TestInfoDiscoveryBackend [2020-12-15T15:23:02.169Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-12-15T15:23:02.391Z] --- PASS: TestInfoDiscoveryBackend (0.70s) [2020-12-15T15:23:02.391Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-12-15T15:23:02.735Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-12-15T15:23:03.300Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-12-15T15:23:03.774Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-12-15T15:23:03.774Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-12-15T15:23:04.034Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.66s) [2020-12-15T15:23:04.034Z] === RUN TestInfoAPI [2020-12-15T15:23:04.234Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-12-15T15:23:04.294Z] --- PASS: TestInfoAPI (0.05s) [2020-12-15T15:23:04.294Z] === RUN TestInfoAPIWarnings [2020-12-15T15:23:05.610Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-12-15T15:23:05.610Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-12-15T15:23:05.869Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-12-15T15:23:15.840Z] === RUN TestDockerSuite/TestBuildExpose [2020-12-15T15:23:16.098Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-12-15T15:23:16.138Z] --- PASS: TestImportExtremelyLargeImageWorks (192.84s) [2020-12-15T15:23:16.138Z] PASS [2020-12-15T15:23:16.138Z] [2020-12-15T15:23:16.138Z] === Skipped [2020-12-15T15:23:16.138Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-12-15T15:23:16.138Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:23:16.138Z] [2020-12-15T15:23:16.138Z] [2020-12-15T15:23:16.138Z] DONE 12 tests, 1 skipped in 193.834s [2020-12-15T15:23:16.138Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-12-15T15:23:16.138Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:16.138Z] ++ set -e [2020-12-15T15:23:16.138Z] ++ '[' -n 0 ']' [2020-12-15T15:23:16.138Z] ++ set -x [2020-12-15T15:23:16.138Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:16.138Z] INFO: Testing against a local daemon [2020-12-15T15:23:16.138Z] === RUN TestNetworkCreateDelete [2020-12-15T15:23:16.138Z] --- PASS: TestNetworkCreateDelete (0.16s) [2020-12-15T15:23:16.138Z] === RUN TestDockerNetworkDeletePreferID [2020-12-15T15:23:16.138Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2020-12-15T15:23:16.138Z] === RUN TestDaemonDNSFallback [2020-12-15T15:23:16.138Z] --- PASS: TestDaemonDNSFallback (1.54s) [2020-12-15T15:23:16.138Z] === RUN TestInspectNetwork [2020-12-15T15:23:16.138Z] === RUN TestInspectNetwork/full_network_id [2020-12-15T15:23:16.138Z] === RUN TestInspectNetwork/partial_network_id [2020-12-15T15:23:16.138Z] === RUN TestInspectNetwork/network_name [2020-12-15T15:23:16.138Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-12-15T15:23:16.138Z] --- PASS: TestInspectNetwork (6.90s) [2020-12-15T15:23:16.138Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-12-15T15:23:16.138Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-12-15T15:23:16.138Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-12-15T15:23:16.138Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-12-15T15:23:16.138Z] === RUN TestRunContainerWithBridgeNone [2020-12-15T15:23:16.419Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-12-15T15:23:16.419Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-12-15T15:23:16.419Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-12-15T15:23:16.664Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-12-15T15:23:17.181Z] --- PASS: TestRunContainerWithBridgeNone (1.82s) [2020-12-15T15:23:17.181Z] === RUN TestNetworkInvalidJSON [2020-12-15T15:23:17.181Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-15T15:23:17.181Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-15T15:23:17.181Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:23:17.181Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:23:17.181Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:23:17.181Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:23:17.181Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-15T15:23:17.181Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:23:17.181Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:23:17.181Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-12-15T15:23:17.181Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-15T15:23:17.181Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-12-15T15:23:17.181Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-12-15T15:23:17.181Z] === RUN TestHostIPv4BridgeLabel [2020-12-15T15:23:17.229Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-12-15T15:23:17.473Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-12-15T15:23:17.473Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-15T15:23:17.798Z] === RUN TestDockerSuite/TestBuildFails [2020-12-15T15:23:18.364Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-12-15T15:23:18.509Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-12-15T15:23:18.509Z] === RUN TestDaemonDefaultNetworkPools [2020-12-15T15:23:18.622Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-12-15T15:23:19.546Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2020-12-15T15:23:19.546Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-15T15:23:20.523Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-12-15T15:23:20.600Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2020-12-15T15:23:20.600Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-15T15:23:22.120Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-12-15T15:23:22.121Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-15T15:23:22.399Z] --- PASS: TestInfoAPIWarnings (16.65s) [2020-12-15T15:23:22.399Z] === RUN TestInfoDebug [2020-12-15T15:23:22.399Z] --- PASS: TestInfoDebug (0.65s) [2020-12-15T15:23:22.399Z] === RUN TestInfoInsecureRegistries [2020-12-15T15:23:22.399Z] --- PASS: TestInfoInsecureRegistries (0.67s) [2020-12-15T15:23:22.399Z] === RUN TestInfoRegistryMirrors [2020-12-15T15:23:22.413Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-12-15T15:23:22.413Z] === RUN TestServiceWithPredefinedNetwork [2020-12-15T15:23:22.426Z] === RUN TestDockerSuite/TestBuildForceRm [2020-12-15T15:23:22.970Z] --- PASS: TestInfoRegistryMirrors (0.67s) [2020-12-15T15:23:22.970Z] === RUN TestLoginFailsWithBadCredentials [2020-12-15T15:23:22.970Z] --- PASS: TestLoginFailsWithBadCredentials (0.25s) [2020-12-15T15:23:22.970Z] === RUN TestPingCacheHeaders [2020-12-15T15:23:23.230Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-12-15T15:23:23.230Z] === RUN TestPingGet [2020-12-15T15:23:23.230Z] --- PASS: TestPingGet (0.03s) [2020-12-15T15:23:23.230Z] === RUN TestPingHead [2020-12-15T15:23:23.230Z] --- PASS: TestPingHead (0.05s) [2020-12-15T15:23:23.230Z] === RUN TestVersion [2020-12-15T15:23:23.230Z] --- PASS: TestVersion (0.05s) [2020-12-15T15:23:23.230Z] PASS [2020-12-15T15:23:23.230Z] [2020-12-15T15:23:23.230Z] === Skipped [2020-12-15T15:23:23.230Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:23:23.230Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-15T15:23:23.230Z] [2020-12-15T15:23:23.230Z] [2020-12-15T15:23:23.230Z] DONE 18 tests, 1 skipped in 22.744s [2020-12-15T15:23:23.230Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-12-15T15:23:23.230Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:23.230Z] ++ set -e [2020-12-15T15:23:23.230Z] ++ '[' -n 0 ']' [2020-12-15T15:23:23.230Z] ++ set -x [2020-12-15T15:23:23.230Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:23.491Z] INFO: Testing against a local daemon [2020-12-15T15:23:23.491Z] === RUN TestVolumesCreateAndList [2020-12-15T15:23:23.491Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-12-15T15:23:23.491Z] === RUN TestVolumesRemove [2020-12-15T15:23:23.491Z] --- PASS: TestVolumesRemove (0.12s) [2020-12-15T15:23:23.491Z] === RUN TestVolumesInspect [2020-12-15T15:23:23.491Z] --- PASS: TestVolumesInspect (0.03s) [2020-12-15T15:23:23.491Z] === RUN TestVolumesInvalidJSON [2020-12-15T15:23:23.751Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-15T15:23:23.751Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-15T15:23:23.751Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-15T15:23:23.751Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-12-15T15:23:23.751Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-12-15T15:23:23.751Z] PASS [2020-12-15T15:23:23.751Z] [2020-12-15T15:23:23.751Z] DONE 5 tests in 0.376s [2020-12-15T15:23:23.751Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-15T15:23:23.801Z] === RUN TestDockerSuite/TestBuildFromGit [2020-12-15T15:23:24.011Z] ++++ cat bundles/test-integration/docker.pid [2020-12-15T15:23:24.011Z] +++ kill 13861 [2020-12-15T15:23:24.488Z] --- PASS: TestServiceWithPredefinedNetwork (2.08s) [2020-12-15T15:23:24.488Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-15T15:23:24.488Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:23:24.488Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:23:24.488Z] === RUN TestServiceWithDataPathPortInit [2020-12-15T15:23:25.177Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-12-15T15:23:25.393Z] +++ /etc/init.d/apparmor stop [2020-12-15T15:23:25.393Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-15T15:23:25.393Z] [2020-12-15T15:23:25.393Z] Unloading profiles will leave already running processes permanently [2020-12-15T15:23:25.393Z] unconfined, which can lead to unexpected situations. [2020-12-15T15:23:25.393Z] [2020-12-15T15:23:25.393Z] To set a process to complain mode, use the command line tool [2020-12-15T15:23:25.393Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-15T15:23:25.393Z] +++ true [2020-12-15T15:23:25.393Z] exiting test-integration [2020-12-15T15:23:25.393Z] ++ exit 0 [2020-12-15T15:23:25.393Z] [2020-12-15T15:23:25.743Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-12-15T15:23:25.744Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-12-15T15:23:25.744Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-12-15T15:23:26.693Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile Post stage [Pipeline] junit [2020-12-15T15:23:27.949Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-15T15:23:28.868Z] + echo Ensuring container killed. [2020-12-15T15:23:28.868Z] Ensuring container killed. [2020-12-15T15:23:28.868Z] + docker rm -vf docker-pr2 [2020-12-15T15:23:28.868Z] Error: No such container: docker-pr2 [2020-12-15T15:23:28.868Z] + true [Pipeline] sh [2020-12-15T15:23:29.156Z] + echo Chowning /workspace to jenkins user [2020-12-15T15:23:29.156Z] Chowning /workspace to jenkins user [2020-12-15T15:23:29.156Z] + id -u [2020-12-15T15:23:29.156Z] + id -g [2020-12-15T15:23:29.156Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41800:/workspace busybox chown -R 1000:1000 /workspace [2020-12-15T15:23:29.156Z] Unable to find image 'busybox:latest' locally [2020-12-15T15:23:29.223Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-12-15T15:23:29.223Z] --- PASS: TestImportExtremelyLargeImageWorks (209.05s) [2020-12-15T15:23:29.223Z] PASS [2020-12-15T15:23:29.223Z] [2020-12-15T15:23:29.223Z] DONE 12 tests in 213.082s [2020-12-15T15:23:29.223Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-12-15T15:23:29.223Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:29.223Z] ++ set -e [2020-12-15T15:23:29.223Z] ++ '[' -n 0 ']' [2020-12-15T15:23:29.223Z] ++ set -x [2020-12-15T15:23:29.223Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:29.416Z] latest: Pulling from library/busybox [2020-12-15T15:23:29.483Z] INFO: Testing against a local daemon [2020-12-15T15:23:29.483Z] === RUN TestNetworkCreateDelete [2020-12-15T15:23:29.483Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-12-15T15:23:29.483Z] === RUN TestDockerNetworkDeletePreferID [2020-12-15T15:23:29.677Z] 35ba4efbe871: Pulling fs layer [2020-12-15T15:23:29.677Z] 35ba4efbe871: Verifying Checksum [2020-12-15T15:23:29.677Z] 35ba4efbe871: Download complete [2020-12-15T15:23:29.741Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-12-15T15:23:29.937Z] 35ba4efbe871: Pull complete [2020-12-15T15:23:29.937Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-15T15:23:29.937Z] Status: Downloaded newer image for busybox:latest [2020-12-15T15:23:29.999Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2020-12-15T15:23:29.999Z] === RUN TestDaemonDNSFallback [2020-12-15T15:23:30.256Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-12-15T15:23:31.224Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-12-15T15:23:31.224Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-12-15T15:23:31.224Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-12-15T15:23:31.630Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-12-15T15:23:33.002Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-15T15:23:33.403Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-12-15T15:23:33.538Z] + bundleName=arm64-integration [2020-12-15T15:23:33.538Z] + echo Creating arm64-integration-bundles.tar.gz [2020-12-15T15:23:33.538Z] Creating arm64-integration-bundles.tar.gz [2020-12-15T15:23:33.538Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-12-15T15:23:33.538Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-12-15T15:23:33.812Z] Archiving artifacts [2020-12-15T15:23:33.935Z] === RUN TestDockerSuite/TestBuildHistory [2020-12-15T15:23:35.578Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-12-15T15:23:35.963Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41800/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-15T15:23:36.301Z] + make clean [2020-12-15T15:23:36.464Z] === RUN TestDockerSuite/TestBuildIidFile [2020-12-15T15:23:36.722Z] --- PASS: TestDaemonDNSFallback (6.73s) [2020-12-15T15:23:36.722Z] === RUN TestInspectNetwork [2020-12-15T15:23:36.871Z] docker volume rm -f docker-dev-cache [2020-12-15T15:23:36.871Z] docker-dev-cache [Pipeline] deleteDir [2020-12-15T15:23:36.980Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-12-15T15:23:37.546Z] === RUN TestDockerSuite/TestBuildInheritance [2020-12-15T15:23:37.754Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-12-15T15:23:37.804Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-12-15T15:23:38.373Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-12-15T15:23:38.373Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-12-15T15:23:39.307Z] === RUN TestDockerSuite/TestBuildLabel [2020-12-15T15:23:39.846Z] --- PASS: TestServiceWithDataPathPortInit (13.69s) [2020-12-15T15:23:39.846Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-15T15:23:39.874Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-15T15:23:40.810Z] === RUN TestDockerSuite/TestBuildLabelMultiple [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T15:23:41.068Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-12-15T15:23:41.327Z] === RUN TestInspectNetwork/full_network_id [2020-12-15T15:23:41.327Z] === RUN TestInspectNetwork/partial_network_id [2020-12-15T15:23:41.327Z] === RUN TestInspectNetwork/network_name [2020-12-15T15:23:41.327Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-12-15T15:23:41.585Z] === RUN TestDockerSuite/TestBuildLabels [2020-12-15T15:23:41.844Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-12-15T15:23:42.788Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-12-15T15:23:44.689Z] === RUN TestDockerSuite/TestBuildLastModified [2020-12-15T15:23:45.418Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.81s) [2020-12-15T15:23:45.418Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7jhr2h4629l10q64ycafcr7vl Created:2020-12-15 15:23:39.15051298 +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[8faf5dc53413d0d08c24e236a16f7570ac5e655af526e851c596ecdd13a709a3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5f7g2j3i5qbjwzd88c3rsrqz2 EndpointID:b77ca1b1a18b1aba5d5a70438c6f14df5261bd2a5eefb5d87578d75ada9b6a50 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:316908321c427f2dfab720e2551030097e48330c2b95491680766f5eeb781ec5 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:bd7d0faddbe8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5f7g2j3i5qbjwzd88c3rsrqz2 EndpointID:b77ca1b1a18b1aba5d5a70438c6f14df5261bd2a5eefb5d87578d75ada9b6a50 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-12-15T15:23:45.418Z] PASS [2020-12-15T15:23:45.418Z] [2020-12-15T15:23:45.418Z] === Skipped [2020-12-15T15:23:45.418Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:23:45.418Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:23:45.418Z] [2020-12-15T15:23:45.418Z] [2020-12-15T15:23:45.418Z] DONE 23 tests, 1 skipped in 38.980s [2020-12-15T15:23:45.418Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-12-15T15:23:45.418Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:45.418Z] ++ set -e [2020-12-15T15:23:45.418Z] ++ '[' -n 0 ']' [2020-12-15T15:23:45.418Z] ++ set -x [2020-12-15T15:23:45.419Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:45.419Z] INFO: Testing against a local daemon [2020-12-15T15:23:45.419Z] === RUN TestDockerNetworkIpvlanPersistance [2020-12-15T15:23:45.419Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-15T15:23:45.419Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:23:45.419Z] === RUN TestDockerNetworkIpvlan [2020-12-15T15:23:45.419Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-12-15T15:23:45.419Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:23:45.419Z] PASS [2020-12-15T15:23:45.419Z] [2020-12-15T15:23:45.419Z] === Skipped [2020-12-15T15:23:45.419Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-12-15T15:23:45.419Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:23:45.419Z] [2020-12-15T15:23:45.419Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-12-15T15:23:45.419Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:23:45.419Z] [2020-12-15T15:23:45.419Z] [2020-12-15T15:23:45.419Z] DONE 2 tests, 2 skipped in 0.080s [2020-12-15T15:23:45.419Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-12-15T15:23:45.419Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:45.419Z] ++ set -e [2020-12-15T15:23:45.419Z] ++ '[' -n 0 ']' [2020-12-15T15:23:45.419Z] ++ set -x [2020-12-15T15:23:45.419Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:45.419Z] INFO: Testing against a local daemon [2020-12-15T15:23:45.419Z] === RUN TestDockerNetworkMacvlanPersistance [2020-12-15T15:23:45.625Z] --- PASS: TestInspectNetwork (8.95s) [2020-12-15T15:23:45.625Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-12-15T15:23:45.625Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-12-15T15:23:45.625Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-12-15T15:23:45.625Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-12-15T15:23:45.625Z] === RUN TestRunContainerWithBridgeNone [2020-12-15T15:23:46.459Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2020-12-15T15:23:46.459Z] === RUN TestDockerNetworkMacvlan [2020-12-15T15:23:46.999Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-12-15T15:23:47.258Z] --- PASS: TestRunContainerWithBridgeNone (1.61s) [2020-12-15T15:23:47.258Z] === RUN TestNetworkInvalidJSON [2020-12-15T15:23:47.258Z] === RUN TestNetworkInvalidJSON//networks/create [2020-12-15T15:23:47.258Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-12-15T15:23:47.258Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:23:47.258Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:23:47.258Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:23:47.258Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:23:47.258Z] === CONT TestNetworkInvalidJSON//networks/create [2020-12-15T15:23:47.258Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-12-15T15:23:47.258Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-12-15T15:23:47.258Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-12-15T15:23:47.258Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-12-15T15:23:47.258Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-12-15T15:23:47.258Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-12-15T15:23:47.258Z] === RUN TestHostIPv4BridgeLabel [2020-12-15T15:23:47.503Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-12-15T15:23:47.824Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-12-15T15:23:47.824Z] --- PASS: TestHostIPv4BridgeLabel (0.63s) [2020-12-15T15:23:47.824Z] === RUN TestDaemonRestartWithLiveRestore [2020-12-15T15:23:48.218Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-12-15T15:23:49.256Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-12-15T15:23:49.313Z] --- PASS: TestDaemonRestartWithLiveRestore (1.10s) [2020-12-15T15:23:49.313Z] === RUN TestDaemonDefaultNetworkPools [2020-12-15T15:23:49.572Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-12-15T15:23:49.831Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2020-12-15T15:23:49.831Z] === RUN TestDaemonRestartWithExistingNetwork [2020-12-15T15:23:51.206Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.27s) [2020-12-15T15:23:51.206Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-12-15T15:23:51.336Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-12-15T15:23:52.583Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2020-12-15T15:23:52.583Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-12-15T15:23:52.583Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-12-15T15:23:52.583Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-12-15T15:23:52.841Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-12-15T15:23:52.841Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-12-15T15:23:52.841Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-12-15T15:23:53.101Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-12-15T15:23:53.101Z] === RUN TestServiceWithPredefinedNetwork [2020-12-15T15:23:53.101Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-12-15T15:23:53.410Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-12-15T15:23:54.477Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-12-15T15:23:55.852Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-12-15T15:23:55.852Z] --- PASS: TestServiceWithPredefinedNetwork (2.89s) [2020-12-15T15:23:55.852Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-12-15T15:23:55.852Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:23:55.852Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:23:55.852Z] === RUN TestServiceWithDataPathPortInit [2020-12-15T15:23:56.937Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-12-15T15:23:57.572Z] --- PASS: TestDockerNetworkMacvlan (11.12s) [2020-12-15T15:23:57.572Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-12-15T15:23:57.572Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-12-15T15:23:57.572Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2020-12-15T15:23:57.572Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s) [2020-12-15T15:23:57.572Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.29s) [2020-12-15T15:23:57.572Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2020-12-15T15:23:57.572Z] PASS [2020-12-15T15:23:57.572Z] [2020-12-15T15:23:57.572Z] DONE 8 tests in 12.631s [2020-12-15T15:23:57.866Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-12-15T15:23:57.866Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:57.866Z] ++ set -e [2020-12-15T15:23:57.866Z] ++ '[' -n 0 ']' [2020-12-15T15:23:57.866Z] ++ set -x [2020-12-15T15:23:57.866Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:57.866Z] testing: warning: no tests to run [2020-12-15T15:23:57.866Z] PASS [2020-12-15T15:23:57.866Z] [2020-12-15T15:23:57.866Z] DONE 0 tests in 0.012s [2020-12-15T15:23:57.866Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-12-15T15:23:57.866Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:57.866Z] ++ set -e [2020-12-15T15:23:57.866Z] ++ '[' -n 0 ']' [2020-12-15T15:23:57.866Z] ++ set -x [2020-12-15T15:23:57.866Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:23:57.866Z] INFO: Testing against a local daemon [2020-12-15T15:23:57.866Z] === RUN TestAuthZPluginAllowRequest [2020-12-15T15:23:59.136Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-12-15T15:23:59.137Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-12-15T15:23:59.383Z] --- PASS: TestAuthZPluginAllowRequest (1.34s) [2020-12-15T15:23:59.383Z] === RUN TestAuthZPluginTLS [2020-12-15T15:23:59.677Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-12-15T15:23:59.677Z] === RUN TestAuthZPluginDenyRequest [2020-12-15T15:23:59.702Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-12-15T15:24:00.312Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-12-15T15:24:00.312Z] === RUN TestAuthZPluginAPIDenyResponse [2020-12-15T15:24:00.947Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-12-15T15:24:00.947Z] === RUN TestAuthZPluginDenyResponse [2020-12-15T15:24:01.240Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-12-15T15:24:01.240Z] === RUN TestAuthZPluginAllowEventStream [2020-12-15T15:24:02.760Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s) [2020-12-15T15:24:02.760Z] === RUN TestAuthZPluginErrorResponse [2020-12-15T15:24:03.394Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-12-15T15:24:03.394Z] === RUN TestAuthZPluginErrorRequest [2020-12-15T15:24:03.687Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-12-15T15:24:03.687Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-12-15T15:24:04.324Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-12-15T15:24:04.324Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-12-15T15:24:06.431Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.73s) [2020-12-15T15:24:06.431Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-12-15T15:24:07.822Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-12-15T15:24:07.942Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.64s) [2020-12-15T15:24:07.942Z] === RUN TestAuthZPluginHeader [2020-12-15T15:24:08.582Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-12-15T15:24:08.582Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-12-15T15:24:08.582Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-12-15T15:24:08.582Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:24:08.582Z] === RUN TestAuthZPluginV2Disable [2020-12-15T15:24:08.582Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-12-15T15:24:08.582Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:24:08.582Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-12-15T15:24:08.582Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-15T15:24:08.582Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:24:08.582Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-12-15T15:24:08.582Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-15T15:24:08.582Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:24:08.582Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-12-15T15:24:09.725Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-12-15T15:24:10.291Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-12-15T15:24:12.189Z] --- PASS: TestServiceWithDataPathPortInit (16.00s) [2020-12-15T15:24:12.189Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-12-15T15:24:12.189Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-12-15T15:24:12.189Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-12-15T15:24:16.370Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-12-15T15:24:16.370Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-12-15T15:24:17.742Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-12-15T15:24:17.742Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-12-15T15:24:19.118Z] === RUN TestDockerSuite/TestBuildNetNone [2020-12-15T15:24:19.375Z] === RUN TestDockerSuite/TestBuildNoContext [2020-12-15T15:24:20.308Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.21s) [2020-12-15T15:24:20.308Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l92c4bgadfmdbrruc66jtr9go Created:2020-12-15 15:24:13.54777163 +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[0f8831ee059a4f7143cf1920094fa4a536aa4eca7ab5573c282cf818ac4d53f2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xtj13z8eoijdox8lm9ts5gyny EndpointID:eb63de8db71db7a7addd06726ca61aff20bd9b4ad762b13c944711d7cd6c4b9b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6908b1e70789b0d4e6843125f3da2e90db9a91c30f26f5d2b7998014293f8061 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:e34c54a88c42 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xtj13z8eoijdox8lm9ts5gyny EndpointID:eb63de8db71db7a7addd06726ca61aff20bd9b4ad762b13c944711d7cd6c4b9b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-12-15T15:24:20.308Z] PASS [2020-12-15T15:24:20.308Z] [2020-12-15T15:24:20.308Z] === Skipped [2020-12-15T15:24:20.308Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-12-15T15:24:20.308Z] service_test.go:236: FLAKY_TEST [2020-12-15T15:24:20.308Z] [2020-12-15T15:24:20.308Z] [2020-12-15T15:24:20.308Z] DONE 23 tests, 1 skipped in 50.900s [2020-12-15T15:24:20.308Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-12-15T15:24:20.308Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:20.308Z] ++ set -e [2020-12-15T15:24:20.308Z] ++ '[' -n 0 ']' [2020-12-15T15:24:20.308Z] ++ set -x [2020-12-15T15:24:20.308Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:20.308Z] INFO: Testing against a local daemon [2020-12-15T15:24:20.308Z] === RUN TestDockerNetworkIpvlanPersistance [2020-12-15T15:24:20.308Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-12-15T15:24:20.308Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:24:20.308Z] === RUN TestDockerNetworkIpvlan [2020-12-15T15:24:20.308Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-12-15T15:24:20.308Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:24:20.308Z] PASS [2020-12-15T15:24:20.308Z] [2020-12-15T15:24:20.308Z] === Skipped [2020-12-15T15:24:20.308Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-12-15T15:24:20.308Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:24:20.308Z] [2020-12-15T15:24:20.308Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-12-15T15:24:20.308Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-12-15T15:24:20.308Z] [2020-12-15T15:24:20.308Z] [2020-12-15T15:24:20.308Z] DONE 2 tests, 2 skipped in 0.137s [2020-12-15T15:24:20.308Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-12-15T15:24:20.308Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-12-15T15:24:20.308Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:20.308Z] ++ set -e [2020-12-15T15:24:20.308Z] ++ '[' -n 0 ']' [2020-12-15T15:24:20.308Z] ++ set -x [2020-12-15T15:24:20.308Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:20.308Z] INFO: Testing against a local daemon [2020-12-15T15:24:20.308Z] === RUN TestDockerNetworkMacvlanPersistance [2020-12-15T15:24:20.376Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-12-15T15:24:20.876Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-12-15T15:24:21.812Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2020-12-15T15:24:21.812Z] === RUN TestDockerNetworkMacvlan [2020-12-15T15:24:22.378Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-12-15T15:24:22.636Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-12-15T15:24:22.895Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-12-15T15:24:22.895Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-12-15T15:24:23.153Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-12-15T15:24:23.278Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-12-15T15:24:23.278Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-12-15T15:24:23.412Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-12-15T15:24:23.671Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-12-15T15:24:24.236Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-12-15T15:24:24.500Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-12-15T15:24:26.401Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-12-15T15:24:26.658Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-12-15T15:24:26.658Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-12-15T15:24:27.174Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.74s) [2020-12-15T15:24:27.174Z] PASS [2020-12-15T15:24:27.174Z] [2020-12-15T15:24:27.174Z] === Skipped [2020-12-15T15:24:27.174Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-12-15T15:24:27.174Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:24:27.174Z] [2020-12-15T15:24:27.174Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-12-15T15:24:27.174Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:24:27.174Z] [2020-12-15T15:24:27.174Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-12-15T15:24:27.174Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:24:27.174Z] [2020-12-15T15:24:27.174Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-12-15T15:24:27.174Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:24:27.174Z] [2020-12-15T15:24:27.174Z] [2020-12-15T15:24:27.174Z] DONE 17 tests, 4 skipped in 27.531s [2020-12-15T15:24:27.175Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-12-15T15:24:27.175Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:27.175Z] ++ set -e [2020-12-15T15:24:27.175Z] ++ '[' -n 0 ']' [2020-12-15T15:24:27.175Z] ++ set -x [2020-12-15T15:24:27.175Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:27.175Z] INFO: Testing against a local daemon [2020-12-15T15:24:27.175Z] === RUN TestPluginInvalidJSON [2020-12-15T15:24:27.175Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:24:27.175Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:24:27.175Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:24:27.175Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-12-15T15:24:27.175Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-15T15:24:27.175Z] === RUN TestPluginInstall [2020-12-15T15:24:27.175Z] === RUN TestPluginInstall/no_auth [2020-12-15T15:24:27.175Z] time="2020-12-15T15:24:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:24:27.175Z] time="2020-12-15T15:24:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d2299e94b9d093aa9478683be5a00d7bef493b3ab4375db20c6c45b905dc6d45" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:24:27.175Z] time="2020-12-15T15:24:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:24:27.175Z] time="2020-12-15T15:24:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d2299e94b9d093aa9478683be5a00d7bef493b3ab4375db20c6c45b905dc6d45" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:24:27.467Z] === RUN TestPluginInstall/with_htpasswd [2020-12-15T15:24:28.100Z] time="2020-12-15T15:24:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:24:28.100Z] time="2020-12-15T15:24:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:802621c4b0b044cf3abc9ecf74f3b5bcee4c0a1c9f8440383349a2e1002eba15" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:24:28.100Z] time="2020-12-15T15:24:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:24:28.100Z] time="2020-12-15T15:24:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:802621c4b0b044cf3abc9ecf74f3b5bcee4c0a1c9f8440383349a2e1002eba15" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:24:28.393Z] === RUN TestPluginInstall/with_insecure [2020-12-15T15:24:29.188Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-12-15T15:24:29.188Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-12-15T15:24:29.449Z] time="2020-12-15T15:24:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:24:29.449Z] time="2020-12-15T15:24:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e6d39dbe34023ca8c1019c2f7de37fcc3f6891660712e8eabdfb53bc29f4222" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:24:29.449Z] time="2020-12-15T15:24:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:24:29.449Z] time="2020-12-15T15:24:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e6d39dbe34023ca8c1019c2f7de37fcc3f6891660712e8eabdfb53bc29f4222" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:24:29.741Z] --- PASS: TestPluginInstall (4.29s) [2020-12-15T15:24:29.741Z] --- PASS: TestPluginInstall/no_auth (2.00s) [2020-12-15T15:24:29.741Z] --- PASS: TestPluginInstall/with_htpasswd (0.92s) [2020-12-15T15:24:29.741Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2020-12-15T15:24:29.741Z] plugin_test.go:157: [dc7529016c465] daemon is not started [2020-12-15T15:24:29.741Z] PASS [2020-12-15T15:24:29.741Z] [2020-12-15T15:24:29.741Z] DONE 6 tests in 4.383s [2020-12-15T15:24:29.741Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-12-15T15:24:29.741Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:29.741Z] ++ set -e [2020-12-15T15:24:29.741Z] ++ '[' -n 0 ']' [2020-12-15T15:24:29.741Z] ++ set -x [2020-12-15T15:24:29.742Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:29.742Z] INFO: Testing against a local daemon [2020-12-15T15:24:29.742Z] === RUN TestExternalGraphDriver [2020-12-15T15:24:29.742Z] === RUN TestExternalGraphDriver/json [2020-12-15T15:24:30.563Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-12-15T15:24:31.814Z] === RUN TestExternalGraphDriver/spec [2020-12-15T15:24:32.464Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-12-15T15:24:33.399Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-12-15T15:24:33.899Z] === RUN TestExternalGraphDriver/pull [2020-12-15T15:24:33.965Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-12-15T15:24:34.531Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-12-15T15:24:35.098Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-12-15T15:24:35.098Z] --- PASS: TestDockerNetworkMacvlan (13.18s) [2020-12-15T15:24:35.098Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-12-15T15:24:35.098Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-12-15T15:24:35.098Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.31s) [2020-12-15T15:24:35.098Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.22s) [2020-12-15T15:24:35.098Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.27s) [2020-12-15T15:24:35.098Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.87s) [2020-12-15T15:24:35.098Z] PASS [2020-12-15T15:24:35.098Z] [2020-12-15T15:24:35.098Z] DONE 8 tests in 14.698s [2020-12-15T15:24:35.098Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-12-15T15:24:35.098Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:35.098Z] ++ set -e [2020-12-15T15:24:35.098Z] ++ '[' -n 0 ']' [2020-12-15T15:24:35.098Z] ++ set -x [2020-12-15T15:24:35.098Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:35.098Z] testing: warning: no tests to run [2020-12-15T15:24:35.098Z] PASS [2020-12-15T15:24:35.098Z] [2020-12-15T15:24:35.098Z] DONE 0 tests in 0.030s [2020-12-15T15:24:35.098Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-12-15T15:24:35.098Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:35.098Z] ++ set -e [2020-12-15T15:24:35.098Z] ++ '[' -n 0 ']' [2020-12-15T15:24:35.098Z] ++ set -x [2020-12-15T15:24:35.098Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:35.098Z] INFO: Testing against a local daemon [2020-12-15T15:24:35.098Z] === RUN TestAuthZPluginAllowRequest [2020-12-15T15:24:35.414Z] --- PASS: TestExternalGraphDriver (5.51s) [2020-12-15T15:24:35.414Z] --- PASS: TestExternalGraphDriver/json (1.81s) [2020-12-15T15:24:35.414Z] --- PASS: TestExternalGraphDriver/spec (1.83s) [2020-12-15T15:24:35.414Z] --- PASS: TestExternalGraphDriver/pull (1.76s) [2020-12-15T15:24:35.414Z] === RUN TestGraphdriverPluginV2 [2020-12-15T15:24:35.414Z] --- SKIP: TestGraphdriverPluginV2 (0.11s) [2020-12-15T15:24:35.414Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:24:35.414Z] PASS [2020-12-15T15:24:35.414Z] [2020-12-15T15:24:35.414Z] === Skipped [2020-12-15T15:24:35.414Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.11s) [2020-12-15T15:24:35.414Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:24:35.414Z] [2020-12-15T15:24:35.414Z] [2020-12-15T15:24:35.414Z] DONE 5 tests, 1 skipped in 5.686s [2020-12-15T15:24:35.414Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-12-15T15:24:35.415Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:35.415Z] ++ set -e [2020-12-15T15:24:35.415Z] ++ '[' -n 0 ']' [2020-12-15T15:24:35.415Z] ++ set -x [2020-12-15T15:24:35.415Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:35.415Z] INFO: Testing against a local daemon [2020-12-15T15:24:35.415Z] === RUN TestContinueAfterPluginCrash [2020-12-15T15:24:35.415Z] === PAUSE TestContinueAfterPluginCrash [2020-12-15T15:24:35.415Z] === RUN TestReadPluginNoRead [2020-12-15T15:24:35.415Z] === PAUSE TestReadPluginNoRead [2020-12-15T15:24:35.415Z] === RUN TestDaemonStartWithLogOpt [2020-12-15T15:24:35.415Z] === PAUSE TestDaemonStartWithLogOpt [2020-12-15T15:24:35.415Z] === CONT TestContinueAfterPluginCrash [2020-12-15T15:24:35.415Z] === CONT TestDaemonStartWithLogOpt [2020-12-15T15:24:35.415Z] === CONT TestReadPluginNoRead [2020-12-15T15:24:37.002Z] --- PASS: TestAuthZPluginAllowRequest (1.52s) [2020-12-15T15:24:37.002Z] === RUN TestAuthZPluginTLS [2020-12-15T15:24:37.002Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-12-15T15:24:37.260Z] --- PASS: TestAuthZPluginTLS (0.61s) [2020-12-15T15:24:37.260Z] === RUN TestAuthZPluginDenyRequest [2020-12-15T15:24:37.827Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-12-15T15:24:37.827Z] === RUN TestAuthZPluginAPIDenyResponse [2020-12-15T15:24:38.085Z] === RUN TestDockerSuite/TestBuildPATH [2020-12-15T15:24:38.344Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2020-12-15T15:24:38.344Z] === RUN TestAuthZPluginDenyResponse [2020-12-15T15:24:39.278Z] --- PASS: TestAuthZPluginDenyResponse (0.60s) [2020-12-15T15:24:39.278Z] === RUN TestAuthZPluginAllowEventStream [2020-12-15T15:24:40.652Z] --- PASS: TestAuthZPluginAllowEventStream (1.68s) [2020-12-15T15:24:40.652Z] === RUN TestAuthZPluginErrorResponse [2020-12-15T15:24:41.062Z] === RUN TestReadPluginNoRead/default [2020-12-15T15:24:41.062Z] --- PASS: TestDaemonStartWithLogOpt (5.39s) [2020-12-15T15:24:41.218Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-12-15T15:24:41.218Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2020-12-15T15:24:41.218Z] === RUN TestAuthZPluginErrorRequest [2020-12-15T15:24:41.785Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-12-15T15:24:41.785Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-12-15T15:24:41.785Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-12-15T15:24:42.121Z] === RUN TestReadPluginNoRead/disabled_caching [2020-12-15T15:24:42.356Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.60s) [2020-12-15T15:24:42.356Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-12-15T15:24:42.619Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-12-15T15:24:43.165Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-12-15T15:24:44.518Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.87s) [2020-12-15T15:24:44.518Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-12-15T15:24:44.671Z] --- PASS: TestReadPluginNoRead (9.20s) [2020-12-15T15:24:44.672Z] --- PASS: TestReadPluginNoRead/default (1.43s) [2020-12-15T15:24:44.672Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.33s) [2020-12-15T15:24:44.672Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.36s) [2020-12-15T15:24:44.672Z] read_test.go:92: [dd168e37c2e15] daemon is not started [2020-12-15T15:24:46.178Z] --- PASS: TestContinueAfterPluginCrash (10.51s) [2020-12-15T15:24:46.178Z] PASS [2020-12-15T15:24:46.178Z] [2020-12-15T15:24:46.178Z] DONE 6 tests in 10.585s [2020-12-15T15:24:46.178Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-12-15T15:24:46.178Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:46.178Z] ++ set -e [2020-12-15T15:24:46.178Z] ++ '[' -n 0 ']' [2020-12-15T15:24:46.178Z] ++ set -x [2020-12-15T15:24:46.178Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:46.178Z] testing: warning: no tests to run [2020-12-15T15:24:46.178Z] PASS [2020-12-15T15:24:46.178Z] [2020-12-15T15:24:46.178Z] DONE 0 tests in 0.019s [2020-12-15T15:24:46.178Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-12-15T15:24:46.178Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:46.178Z] ++ set -e [2020-12-15T15:24:46.178Z] ++ '[' -n 0 ']' [2020-12-15T15:24:46.178Z] ++ set -x [2020-12-15T15:24:46.178Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:46.178Z] INFO: Testing against a local daemon [2020-12-15T15:24:46.178Z] === RUN TestPluginWithDevMounts [2020-12-15T15:24:46.178Z] === PAUSE TestPluginWithDevMounts [2020-12-15T15:24:46.178Z] === CONT TestPluginWithDevMounts [2020-12-15T15:24:46.419Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.84s) [2020-12-15T15:24:46.419Z] === RUN TestAuthZPluginHeader [2020-12-15T15:24:46.986Z] --- PASS: TestAuthZPluginHeader (0.81s) [2020-12-15T15:24:46.986Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-12-15T15:24:48.245Z] --- PASS: TestPluginWithDevMounts (1.82s) [2020-12-15T15:24:48.245Z] PASS [2020-12-15T15:24:48.245Z] [2020-12-15T15:24:48.245Z] DONE 1 tests in 1.895s [2020-12-15T15:24:48.245Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-12-15T15:24:48.245Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:48.245Z] ++ set -e [2020-12-15T15:24:48.245Z] ++ '[' -n 0 ']' [2020-12-15T15:24:48.245Z] ++ set -x [2020-12-15T15:24:48.245Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:24:48.245Z] INFO: Testing against a local daemon [2020-12-15T15:24:48.245Z] === RUN TestSecretInspect [2020-12-15T15:24:49.781Z] --- PASS: TestSecretInspect (1.90s) [2020-12-15T15:24:49.781Z] === RUN TestSecretList [2020-12-15T15:24:50.267Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-12-15T15:24:51.640Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.53s) [2020-12-15T15:24:51.640Z] === RUN TestAuthZPluginV2Disable [2020-12-15T15:24:51.855Z] --- PASS: TestSecretList (1.94s) [2020-12-15T15:24:51.855Z] === RUN TestSecretsCreateAndDelete [2020-12-15T15:24:52.572Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-12-15T15:24:53.927Z] --- PASS: TestSecretsCreateAndDelete (1.96s) [2020-12-15T15:24:53.927Z] === RUN TestSecretsUpdate [2020-12-15T15:24:54.469Z] === RUN TestDockerSuite/TestBuildRm [2020-12-15T15:24:55.403Z] --- PASS: TestAuthZPluginV2Disable (3.67s) [2020-12-15T15:24:55.403Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-12-15T15:24:55.997Z] --- PASS: TestSecretsUpdate (1.91s) [2020-12-15T15:24:55.997Z] === RUN TestTemplatedSecret [2020-12-15T15:24:56.778Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-12-15T15:24:57.345Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-12-15T15:24:58.071Z] --- PASS: TestTemplatedSecret (2.39s) [2020-12-15T15:24:58.071Z] === RUN TestSecretCreateResolve [2020-12-15T15:24:58.721Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-12-15T15:24:58.721Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.45s) [2020-12-15T15:24:58.721Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-12-15T15:24:58.979Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-12-15T15:24:59.545Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-12-15T15:25:00.145Z] --- PASS: TestSecretCreateResolve (2.00s) [2020-12-15T15:25:00.145Z] PASS [2020-12-15T15:25:00.145Z] [2020-12-15T15:25:00.145Z] DONE 6 tests in 12.171s [2020-12-15T15:25:00.145Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-12-15T15:25:00.145Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:00.145Z] ++ set -e [2020-12-15T15:25:00.145Z] ++ '[' -n 0 ']' [2020-12-15T15:25:00.145Z] ++ set -x [2020-12-15T15:25:00.145Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:00.145Z] INFO: Testing against a local daemon [2020-12-15T15:25:00.145Z] === RUN TestServiceCreateInit [2020-12-15T15:25:00.145Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-15T15:25:00.480Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-12-15T15:25:01.425Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-12-15T15:25:02.359Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-12-15T15:25:04.615Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-15T15:25:05.643Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-12-15T15:25:05.901Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-12-15T15:25:06.467Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-12-15T15:25:06.467Z] === RUN TestDockerSuite/TestBuildSpaces [2020-12-15T15:25:07.033Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-12-15T15:25:07.968Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-12-15T15:25:07.968Z] === RUN TestDockerSuite/TestBuildStderr [2020-12-15T15:25:08.139Z] --- PASS: TestServiceCreateInit (7.59s) [2020-12-15T15:25:08.139Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.82s) [2020-12-15T15:25:08.139Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.75s) [2020-12-15T15:25:08.139Z] === RUN TestCreateServiceMultipleTimes [2020-12-15T15:25:08.532Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-12-15T15:25:10.431Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.70s) [2020-12-15T15:25:10.431Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-12-15T15:25:11.368Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-12-15T15:25:12.304Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-12-15T15:25:12.871Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-12-15T15:25:13.129Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-12-15T15:25:13.694Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-12-15T15:25:13.694Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-12-15T15:25:13.951Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-12-15T15:25:13.951Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-12-15T15:25:14.410Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-12-15T15:25:15.067Z] === RUN TestDockerSuite/TestBuildUser [2020-12-15T15:25:16.444Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-12-15T15:25:18.974Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-12-15T15:25:23.509Z] --- PASS: TestCreateServiceMultipleTimes (15.25s) [2020-12-15T15:25:23.509Z] === RUN TestCreateServiceConflict [2020-12-15T15:25:25.016Z] --- PASS: TestCreateServiceConflict (1.90s) [2020-12-15T15:25:25.016Z] === RUN TestCreateServiceMaxReplicas [2020-12-15T15:25:27.100Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s) [2020-12-15T15:25:27.100Z] PASS [2020-12-15T15:25:27.100Z] [2020-12-15T15:25:27.100Z] DONE 17 tests in 51.902s [2020-12-15T15:25:27.100Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-12-15T15:25:27.100Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:27.100Z] ++ set -e [2020-12-15T15:25:27.100Z] ++ '[' -n 0 ']' [2020-12-15T15:25:27.100Z] ++ set -x [2020-12-15T15:25:27.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:27.100Z] INFO: Testing against a local daemon [2020-12-15T15:25:27.100Z] === RUN TestPluginInvalidJSON [2020-12-15T15:25:27.100Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:25:27.100Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:25:27.100Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-12-15T15:25:27.100Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-12-15T15:25:27.100Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-12-15T15:25:27.100Z] === RUN TestPluginInstall [2020-12-15T15:25:27.100Z] === RUN TestPluginInstall/no_auth [2020-12-15T15:25:27.759Z] --- PASS: TestCreateServiceMaxReplicas (2.45s) [2020-12-15T15:25:27.759Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-15T15:25:29.005Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-12-15T15:25:29.574Z] time="2020-12-15T15:25:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:25:29.574Z] time="2020-12-15T15:25:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:33a86f530e3fcc385dc68d79510775b0687b346bbef5daacadd1d78460680a72" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:25:29.574Z] time="2020-12-15T15:25:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:25:29.574Z] time="2020-12-15T15:25:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:33a86f530e3fcc385dc68d79510775b0687b346bbef5daacadd1d78460680a72" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:25:29.833Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-12-15T15:25:30.092Z] === RUN TestPluginInstall/with_htpasswd [2020-12-15T15:25:30.092Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-12-15T15:25:30.659Z] time="2020-12-15T15:25:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:25:30.659Z] time="2020-12-15T15:25:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:949d29d704271f96fd08e5b40a20caa3874b94336f12302e846a26d88767df10" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:25:30.659Z] time="2020-12-15T15:25:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:25:30.659Z] time="2020-12-15T15:25:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:949d29d704271f96fd08e5b40a20caa3874b94336f12302e846a26d88767df10" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:25:31.225Z] === RUN TestPluginInstall/with_insecure [2020-12-15T15:25:31.225Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-12-15T15:25:31.792Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-12-15T15:25:32.109Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-12-15T15:25:32.358Z] time="2020-12-15T15:25:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:25:32.358Z] time="2020-12-15T15:25:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6796ffdd42e949328e7dc90d0de6b07482f5244eaa17e08ae6a09b22102bad93" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:25:32.358Z] time="2020-12-15T15:25:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-12-15T15:25:32.358Z] time="2020-12-15T15:25:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6796ffdd42e949328e7dc90d0de6b07482f5244eaa17e08ae6a09b22102bad93" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-12-15T15:25:32.617Z] --- PASS: TestPluginInstall (5.45s) [2020-12-15T15:25:32.617Z] --- PASS: TestPluginInstall/no_auth (2.80s) [2020-12-15T15:25:32.617Z] --- PASS: TestPluginInstall/with_htpasswd (1.08s) [2020-12-15T15:25:32.617Z] --- PASS: TestPluginInstall/with_insecure (1.57s) [2020-12-15T15:25:32.617Z] plugin_test.go:157: [de8e9f0e59faa] daemon is not started [2020-12-15T15:25:32.617Z] PASS [2020-12-15T15:25:32.617Z] [2020-12-15T15:25:32.617Z] DONE 6 tests in 5.637s [2020-12-15T15:25:32.617Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-12-15T15:25:32.617Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:32.617Z] ++ set -e [2020-12-15T15:25:32.617Z] ++ '[' -n 0 ']' [2020-12-15T15:25:32.617Z] ++ set -x [2020-12-15T15:25:32.617Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:32.876Z] INFO: Testing against a local daemon [2020-12-15T15:25:32.876Z] === RUN TestExternalGraphDriver [2020-12-15T15:25:32.876Z] === RUN TestExternalGraphDriver/json [2020-12-15T15:25:33.135Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-12-15T15:25:33.135Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-12-15T15:25:33.135Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-12-15T15:25:33.135Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-12-15T15:25:33.135Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-12-15T15:25:34.516Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-12-15T15:25:34.775Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-12-15T15:25:34.775Z] === RUN TestExternalGraphDriver/spec [2020-12-15T15:25:35.342Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-12-15T15:25:36.277Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-12-15T15:25:36.842Z] === RUN TestExternalGraphDriver/pull [2020-12-15T15:25:36.842Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-12-15T15:25:37.100Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-12-15T15:25:38.475Z] --- PASS: TestExternalGraphDriver (5.62s) [2020-12-15T15:25:38.475Z] --- PASS: TestExternalGraphDriver/json (1.94s) [2020-12-15T15:25:38.475Z] --- PASS: TestExternalGraphDriver/spec (1.90s) [2020-12-15T15:25:38.475Z] --- PASS: TestExternalGraphDriver/pull (1.65s) [2020-12-15T15:25:38.475Z] === RUN TestGraphdriverPluginV2 [2020-12-15T15:25:38.475Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-12-15T15:25:39.409Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-12-15T15:25:40.393Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.71s) [2020-12-15T15:25:40.393Z] === RUN TestCreateServiceSecretFileMode [2020-12-15T15:25:41.317Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-12-15T15:25:42.250Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-12-15T15:25:42.508Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-12-15T15:25:42.511Z] --- PASS: TestCreateServiceSecretFileMode (2.22s) [2020-12-15T15:25:42.511Z] === RUN TestCreateServiceConfigFileMode [2020-12-15T15:25:43.075Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-12-15T15:25:43.075Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-12-15T15:25:43.333Z] --- PASS: TestGraphdriverPluginV2 (4.77s) [2020-12-15T15:25:43.333Z] PASS [2020-12-15T15:25:43.333Z] [2020-12-15T15:25:43.333Z] DONE 5 tests in 10.574s [2020-12-15T15:25:43.333Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-12-15T15:25:43.333Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:43.333Z] ++ set -e [2020-12-15T15:25:43.333Z] ++ '[' -n 0 ']' [2020-12-15T15:25:43.333Z] ++ set -x [2020-12-15T15:25:43.333Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:43.333Z] INFO: Testing against a local daemon [2020-12-15T15:25:43.333Z] === RUN TestContinueAfterPluginCrash [2020-12-15T15:25:43.333Z] === PAUSE TestContinueAfterPluginCrash [2020-12-15T15:25:43.333Z] === RUN TestReadPluginNoRead [2020-12-15T15:25:43.333Z] === PAUSE TestReadPluginNoRead [2020-12-15T15:25:43.333Z] === RUN TestDaemonStartWithLogOpt [2020-12-15T15:25:43.333Z] === PAUSE TestDaemonStartWithLogOpt [2020-12-15T15:25:43.333Z] === CONT TestContinueAfterPluginCrash [2020-12-15T15:25:43.333Z] === CONT TestDaemonStartWithLogOpt [2020-12-15T15:25:43.900Z] === RUN TestDockerSuite/TestBuildXZHost [2020-12-15T15:25:44.489Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-12-15T15:25:44.589Z] --- PASS: TestCreateServiceConfigFileMode (2.22s) [2020-12-15T15:25:44.589Z] === RUN TestCreateServiceSysctls [2020-12-15T15:25:46.431Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-12-15T15:25:46.431Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-12-15T15:25:46.431Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-12-15T15:25:46.998Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-12-15T15:25:47.932Z] === RUN TestDockerSuite/TestCommitChange [2020-12-15T15:25:48.114Z] --- PASS: TestCreateServiceSysctls (3.02s) [2020-12-15T15:25:48.114Z] === RUN TestCreateServiceCapabilities [2020-12-15T15:25:48.868Z] --- PASS: TestDaemonStartWithLogOpt (5.25s) [2020-12-15T15:25:48.868Z] === CONT TestReadPluginNoRead [2020-12-15T15:25:48.868Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-12-15T15:25:49.434Z] === RUN TestDockerSuite/TestCommitHardlink [2020-12-15T15:25:50.194Z] --- PASS: TestCreateServiceCapabilities (2.24s) [2020-12-15T15:25:50.194Z] === RUN TestInspect [2020-12-15T15:25:50.809Z] === RUN TestDockerSuite/TestCommitNewFile [2020-12-15T15:25:52.182Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-12-15T15:25:52.182Z] === RUN TestReadPluginNoRead/default [2020-12-15T15:25:52.269Z] --- PASS: TestInspect (2.51s) [2020-12-15T15:25:52.269Z] === RUN TestCreateJob [2020-12-15T15:25:52.749Z] === RUN TestDockerSuite/TestCommitTTY [2020-12-15T15:25:53.060Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-12-15T15:25:53.684Z] === RUN TestReadPluginNoRead/disabled_caching [2020-12-15T15:25:53.684Z] --- PASS: TestContinueAfterPluginCrash (10.33s) [2020-12-15T15:25:53.942Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-12-15T15:25:54.878Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-12-15T15:25:55.137Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-12-15T15:25:55.794Z] --- PASS: TestCreateJob (3.02s) [2020-12-15T15:25:55.794Z] === RUN TestReplicatedJob [2020-12-15T15:25:56.073Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-12-15T15:25:56.639Z] --- PASS: TestReadPluginNoRead (7.92s) [2020-12-15T15:25:56.639Z] --- PASS: TestReadPluginNoRead/default (1.53s) [2020-12-15T15:25:56.639Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.48s) [2020-12-15T15:25:56.639Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.56s) [2020-12-15T15:25:56.639Z] read_test.go:92: [d797fdd7785bb] daemon is not started [2020-12-15T15:25:56.639Z] PASS [2020-12-15T15:25:56.639Z] [2020-12-15T15:25:56.639Z] DONE 6 tests in 13.345s [2020-12-15T15:25:56.639Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-12-15T15:25:56.639Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:56.639Z] ++ set -e [2020-12-15T15:25:56.639Z] ++ '[' -n 0 ']' [2020-12-15T15:25:56.639Z] ++ set -x [2020-12-15T15:25:56.639Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:56.639Z] testing: warning: no tests to run [2020-12-15T15:25:56.639Z] PASS [2020-12-15T15:25:56.639Z] [2020-12-15T15:25:56.639Z] DONE 0 tests in 0.065s [2020-12-15T15:25:56.639Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-12-15T15:25:56.639Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:56.639Z] ++ set -e [2020-12-15T15:25:56.639Z] ++ '[' -n 0 ']' [2020-12-15T15:25:56.639Z] ++ set -x [2020-12-15T15:25:56.639Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:56.639Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-12-15T15:25:56.639Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-12-15T15:25:56.639Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-12-15T15:25:56.899Z] INFO: Testing against a local daemon [2020-12-15T15:25:56.899Z] === RUN TestPluginWithDevMounts [2020-12-15T15:25:56.899Z] === PAUSE TestPluginWithDevMounts [2020-12-15T15:25:56.899Z] === CONT TestPluginWithDevMounts [2020-12-15T15:25:56.899Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-12-15T15:25:56.899Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-12-15T15:25:56.899Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-12-15T15:25:56.899Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-12-15T15:25:58.287Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-12-15T15:25:58.853Z] --- PASS: TestPluginWithDevMounts (1.99s) [2020-12-15T15:25:58.853Z] PASS [2020-12-15T15:25:58.853Z] [2020-12-15T15:25:58.853Z] DONE 1 tests in 2.149s [2020-12-15T15:25:58.853Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-12-15T15:25:58.853Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:58.853Z] ++ set -e [2020-12-15T15:25:58.853Z] ++ '[' -n 0 ']' [2020-12-15T15:25:58.853Z] ++ set -x [2020-12-15T15:25:58.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:25:59.111Z] INFO: Testing against a local daemon [2020-12-15T15:25:59.111Z] === RUN TestSecretInspect [2020-12-15T15:25:59.369Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-12-15T15:25:59.369Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-12-15T15:25:59.936Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-12-15T15:26:00.259Z] --- PASS: TestReplicatedJob (4.97s) [2020-12-15T15:26:00.259Z] === RUN TestUpdateReplicatedJob [2020-12-15T15:26:00.504Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-12-15T15:26:01.437Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-12-15T15:26:01.437Z] --- PASS: TestSecretInspect (2.48s) [2020-12-15T15:26:01.437Z] === RUN TestSecretList [2020-12-15T15:26:02.005Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-12-15T15:26:02.263Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-12-15T15:26:02.830Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-12-15T15:26:02.830Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-12-15T15:26:02.830Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-12-15T15:26:03.397Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-12-15T15:26:03.397Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-12-15T15:26:03.397Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-12-15T15:26:03.397Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-12-15T15:26:03.656Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-12-15T15:26:03.792Z] --- PASS: TestUpdateReplicatedJob (2.99s) [2020-12-15T15:26:03.792Z] === RUN TestServiceListWithStatuses [2020-12-15T15:26:03.792Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-15T15:26:03.792Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-15T15:26:03.792Z] === RUN TestDockerNetworkConnectAlias [2020-12-15T15:26:04.591Z] --- PASS: TestSecretList (2.98s) [2020-12-15T15:26:04.591Z] === RUN TestSecretsCreateAndDelete [2020-12-15T15:26:04.591Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-12-15T15:26:05.527Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-12-15T15:26:06.461Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-12-15T15:26:06.461Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-12-15T15:26:06.720Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-12-15T15:26:07.329Z] --- PASS: TestDockerNetworkConnectAlias (4.13s) [2020-12-15T15:26:07.329Z] === RUN TestDockerNetworkReConnect [2020-12-15T15:26:07.654Z] --- PASS: TestSecretsCreateAndDelete (3.12s) [2020-12-15T15:26:07.654Z] === RUN TestSecretsUpdate [2020-12-15T15:26:08.221Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-12-15T15:26:09.156Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-12-15T15:26:09.156Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-12-15T15:26:09.723Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-12-15T15:26:10.658Z] --- PASS: TestSecretsUpdate (3.09s) [2020-12-15T15:26:10.658Z] === RUN TestTemplatedSecret [2020-12-15T15:26:10.858Z] --- PASS: TestDockerNetworkReConnect (3.24s) [2020-12-15T15:26:10.858Z] === RUN TestServicePlugin [2020-12-15T15:26:10.858Z] --- SKIP: TestServicePlugin (0.00s) [2020-12-15T15:26:10.858Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:26:10.858Z] === RUN TestServiceUpdateLabel [2020-12-15T15:26:10.916Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-12-15T15:26:11.484Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-12-15T15:26:12.054Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-12-15T15:26:12.054Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-12-15T15:26:12.630Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-12-15T15:26:12.932Z] --- PASS: TestServiceUpdateLabel (1.91s) [2020-12-15T15:26:12.932Z] === RUN TestServiceUpdateSecrets [2020-12-15T15:26:13.564Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-12-15T15:26:14.129Z] --- PASS: TestTemplatedSecret (3.42s) [2020-12-15T15:26:14.129Z] === RUN TestSecretCreateResolve [2020-12-15T15:26:14.129Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-12-15T15:26:14.388Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-12-15T15:26:14.953Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-12-15T15:26:15.887Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-12-15T15:26:16.454Z] --- PASS: TestSecretCreateResolve (2.34s) [2020-12-15T15:26:16.454Z] PASS [2020-12-15T15:26:16.454Z] [2020-12-15T15:26:16.454Z] DONE 6 tests in 17.580s [2020-12-15T15:26:16.454Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-12-15T15:26:16.454Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:26:16.454Z] ++ set -e [2020-12-15T15:26:16.454Z] ++ '[' -n 0 ']' [2020-12-15T15:26:16.454Z] ++ set -x [2020-12-15T15:26:16.454Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:26:16.711Z] INFO: Testing against a local daemon [2020-12-15T15:26:16.711Z] === RUN TestServiceCreateInit [2020-12-15T15:26:16.711Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-12-15T15:26:16.969Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-12-15T15:26:16.969Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-12-15T15:26:16.969Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-12-15T15:26:17.228Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-12-15T15:26:17.228Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-12-15T15:26:17.792Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-12-15T15:26:21.072Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-12-15T15:26:21.072Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-12-15T15:26:22.005Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-12-15T15:26:22.572Z] === RUN TestDockerSuite/TestContainerAPITop [2020-12-15T15:26:23.036Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-12-15T15:26:23.510Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-12-15T15:26:23.510Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-12-15T15:26:23.510Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-12-15T15:26:26.038Z] --- PASS: TestServiceCreateInit (9.45s) [2020-12-15T15:26:26.038Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.11s) [2020-12-15T15:26:26.038Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.31s) [2020-12-15T15:26:26.038Z] === RUN TestCreateServiceMultipleTimes [2020-12-15T15:26:26.296Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-12-15T15:26:26.863Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-12-15T15:26:27.796Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-12-15T15:26:28.277Z] --- PASS: TestServiceUpdateSecrets (14.24s) [2020-12-15T15:26:28.277Z] === RUN TestServiceUpdateConfigs [2020-12-15T15:26:28.830Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-12-15T15:26:31.992Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-12-15T15:26:32.569Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-12-15T15:26:34.473Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-12-15T15:26:35.405Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-12-15T15:26:35.971Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-12-15T15:26:37.343Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-12-15T15:26:37.424Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-12-15T15:26:38.714Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-12-15T15:26:40.084Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-12-15T15:26:40.912Z] --- PASS: TestServiceUpdateConfigs (14.22s) [2020-12-15T15:26:40.912Z] === RUN TestServiceUpdateNetwork [2020-12-15T15:26:41.455Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008f0de0_} [2020-12-15T15:26:42.827Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1256642439_/foo_false____} [2020-12-15T15:26:43.759Z] --- PASS: TestCreateServiceMultipleTimes (17.60s) [2020-12-15T15:26:43.759Z] === RUN TestCreateServiceConflict [2020-12-15T15:26:43.759Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1256642439_/foo_true____} [2020-12-15T15:26:45.133Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3272019258_/foo_false____} [2020-12-15T15:26:46.067Z] --- PASS: TestCreateServiceConflict (2.27s) [2020-12-15T15:26:46.067Z] === RUN TestCreateServiceMaxReplicas [2020-12-15T15:26:46.633Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3272019258_/foo_true____} [2020-12-15T15:26:48.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3272019258_/foo_true__0xc0008f0e40__} [2020-12-15T15:26:48.942Z] --- PASS: TestCreateServiceMaxReplicas (3.07s) [2020-12-15T15:26:48.942Z] === RUN TestCreateWithDuplicateNetworkNames [2020-12-15T15:26:49.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008f0e60_} [2020-12-15T15:26:50.897Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008f0e80_} [2020-12-15T15:26:52.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008f0ec0_} [2020-12-15T15:26:53.551Z] --- PASS: TestServiceUpdateNetwork (12.32s) [2020-12-15T15:26:53.551Z] === RUN TestServiceUpdatePidsLimit [2020-12-15T15:26:53.640Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008f0ee0_} [2020-12-15T15:26:54.209Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-12-15T15:26:55.010Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-12-15T15:26:55.259Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-12-15T15:26:55.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-12-15T15:26:56.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-12-15T15:26:56.199Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-12-15T15:26:56.199Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-12-15T15:26:58.100Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-12-15T15:26:59.033Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-12-15T15:27:00.933Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-12-15T15:27:01.866Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-12-15T15:27:01.866Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-12-15T15:27:02.124Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.20s) [2020-12-15T15:27:02.124Z] === RUN TestCreateServiceSecretFileMode [2020-12-15T15:27:02.147Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-12-15T15:27:02.383Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-12-15T15:27:03.317Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-12-15T15:27:03.884Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-12-15T15:27:04.819Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-12-15T15:27:04.819Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-12-15T15:27:05.385Z] --- PASS: TestCreateServiceSecretFileMode (3.11s) [2020-12-15T15:27:05.385Z] === RUN TestCreateServiceConfigFileMode [2020-12-15T15:27:05.385Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-12-15T15:27:06.322Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-12-15T15:27:07.733Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-12-15T15:27:08.672Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-12-15T15:27:08.930Z] --- PASS: TestCreateServiceConfigFileMode (3.71s) [2020-12-15T15:27:08.930Z] === RUN TestCreateServiceSysctls [2020-12-15T15:27:09.500Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-12-15T15:27:10.628Z] --- PASS: TestServiceUpdatePidsLimit (15.98s) [2020-12-15T15:27:10.628Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2020-12-15T15:27:10.628Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.77s) [2020-12-15T15:27:10.628Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2020-12-15T15:27:10.628Z] PASS [2020-12-15T15:27:10.628Z] [2020-12-15T15:27:10.628Z] === Skipped [2020-12-15T15:27:10.628Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-12-15T15:27:10.628Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-15T15:27:10.628Z] [2020-12-15T15:27:10.628Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-12-15T15:27:10.628Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-12-15T15:27:10.628Z] [2020-12-15T15:27:10.628Z] [2020-12-15T15:27:10.628Z] DONE 27 tests, 2 skipped in 129.222s [2020-12-15T15:27:10.628Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-12-15T15:27:10.628Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:27:10.628Z] ++ set -e [2020-12-15T15:27:10.628Z] ++ '[' -n 0 ']' [2020-12-15T15:27:10.628Z] ++ set -x [2020-12-15T15:27:10.628Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:27:10.628Z] INFO: Testing against a local daemon [2020-12-15T15:27:10.628Z] === RUN TestSessionCreate [2020-12-15T15:27:10.628Z] --- PASS: TestSessionCreate (0.03s) [2020-12-15T15:27:10.628Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-15T15:27:10.628Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-12-15T15:27:10.628Z] PASS [2020-12-15T15:27:10.628Z] [2020-12-15T15:27:10.628Z] DONE 2 tests in 0.141s [2020-12-15T15:27:10.628Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-12-15T15:27:10.628Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:27:10.628Z] ++ set -e [2020-12-15T15:27:10.628Z] ++ '[' -n 0 ']' [2020-12-15T15:27:10.628Z] ++ set -x [2020-12-15T15:27:10.628Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:27:10.628Z] INFO: Testing against a local daemon [2020-12-15T15:27:10.628Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-15T15:27:10.628Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:27:10.628Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-15T15:27:10.628Z] === RUN TestEventsExecDie [2020-12-15T15:27:10.628Z] --- PASS: TestEventsExecDie (0.58s) [2020-12-15T15:27:10.628Z] === RUN TestEventsBackwardsCompatible [2020-12-15T15:27:10.628Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-12-15T15:27:10.628Z] === RUN TestInfoBinaryCommits [2020-12-15T15:27:10.628Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-12-15T15:27:10.628Z] === RUN TestInfoAPIVersioned [2020-12-15T15:27:10.628Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-12-15T15:27:10.628Z] === RUN TestInfoDiscoveryBackend [2020-12-15T15:27:10.876Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-12-15T15:27:10.922Z] --- PASS: TestInfoDiscoveryBackend (0.57s) [2020-12-15T15:27:10.923Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-12-15T15:27:11.812Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-12-15T15:27:11.957Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-12-15T15:27:11.958Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-12-15T15:27:12.592Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-12-15T15:27:12.592Z] === RUN TestInfoAPI [2020-12-15T15:27:12.592Z] --- PASS: TestInfoAPI (0.04s) [2020-12-15T15:27:12.592Z] === RUN TestInfoAPIWarnings [2020-12-15T15:27:12.763Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-12-15T15:27:13.330Z] --- PASS: TestCreateServiceSysctls (4.34s) [2020-12-15T15:27:13.330Z] === RUN TestCreateServiceCapabilities [2020-12-15T15:27:13.588Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-12-15T15:27:14.965Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-12-15T15:27:16.350Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-12-15T15:27:17.723Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-12-15T15:27:17.723Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-12-15T15:27:17.723Z] --- PASS: TestCreateServiceCapabilities (4.28s) [2020-12-15T15:27:17.723Z] === RUN TestInspect [2020-12-15T15:27:18.289Z] === RUN TestDockerSuite/TestCpRelativePath [2020-12-15T15:27:18.855Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-12-15T15:27:20.232Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-12-15T15:27:20.799Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-12-15T15:27:21.057Z] --- PASS: TestInspect (3.40s) [2020-12-15T15:27:21.057Z] === RUN TestCreateJob [2020-12-15T15:27:21.623Z] === RUN TestDockerSuite/TestCpToCaseA [2020-12-15T15:27:22.559Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-12-15T15:27:22.818Z] === RUN TestDockerSuite/TestCpToCaseB [2020-12-15T15:27:23.753Z] === RUN TestDockerSuite/TestCpToCaseC [2020-12-15T15:27:25.658Z] --- PASS: TestCreateJob (4.39s) [2020-12-15T15:27:25.658Z] === RUN TestReplicatedJob [2020-12-15T15:27:26.243Z] === RUN TestDockerSuite/TestCpToCaseD [2020-12-15T15:27:30.451Z] === RUN TestDockerSuite/TestCpToCaseE [2020-12-15T15:27:31.162Z] --- PASS: TestInfoAPIWarnings (16.29s) [2020-12-15T15:27:31.163Z] === RUN TestInfoDebug [2020-12-15T15:27:31.163Z] --- PASS: TestInfoDebug (0.53s) [2020-12-15T15:27:31.163Z] === RUN TestInfoInsecureRegistries [2020-12-15T15:27:31.163Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-12-15T15:27:31.163Z] === RUN TestInfoRegistryMirrors [2020-12-15T15:27:31.163Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-12-15T15:27:31.163Z] === RUN TestLoginFailsWithBadCredentials [2020-12-15T15:27:31.163Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s) [2020-12-15T15:27:31.163Z] === RUN TestPingCacheHeaders [2020-12-15T15:27:31.163Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-12-15T15:27:31.163Z] === RUN TestPingGet [2020-12-15T15:27:31.163Z] --- PASS: TestPingGet (0.02s) [2020-12-15T15:27:31.163Z] === RUN TestPingHead [2020-12-15T15:27:31.163Z] --- PASS: TestPingHead (0.03s) [2020-12-15T15:27:31.163Z] === RUN TestVersion [2020-12-15T15:27:31.163Z] --- PASS: TestVersion (0.05s) [2020-12-15T15:27:31.163Z] PASS [2020-12-15T15:27:31.163Z] [2020-12-15T15:27:31.163Z] === Skipped [2020-12-15T15:27:31.163Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:27:31.163Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-15T15:27:31.163Z] [2020-12-15T15:27:31.163Z] [2020-12-15T15:27:31.163Z] DONE 18 tests, 1 skipped in 21.247s [2020-12-15T15:27:31.163Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-12-15T15:27:31.163Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:27:31.163Z] ++ set -e [2020-12-15T15:27:31.163Z] ++ '[' -n 0 ']' [2020-12-15T15:27:31.163Z] ++ set -x [2020-12-15T15:27:31.163Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:27:31.163Z] INFO: Testing against a local daemon [2020-12-15T15:27:31.163Z] === RUN TestVolumesCreateAndList [2020-12-15T15:27:31.163Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-12-15T15:27:31.163Z] === RUN TestVolumesRemove [2020-12-15T15:27:31.163Z] --- PASS: TestVolumesRemove (0.06s) [2020-12-15T15:27:31.163Z] === RUN TestVolumesInspect [2020-12-15T15:27:31.163Z] --- PASS: TestVolumesInspect (0.02s) [2020-12-15T15:27:31.163Z] === RUN TestVolumesInvalidJSON [2020-12-15T15:27:31.163Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-15T15:27:31.163Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-15T15:27:31.163Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-15T15:27:31.163Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-12-15T15:27:31.163Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2020-12-15T15:27:31.163Z] PASS [2020-12-15T15:27:31.163Z] [2020-12-15T15:27:31.163Z] DONE 5 tests in 0.208s [2020-12-15T15:27:31.163Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-15T15:27:31.163Z] ++++ cat bundles/test-integration/docker.pid [2020-12-15T15:27:31.163Z] +++ kill 14110 [2020-12-15T15:27:31.383Z] --- PASS: TestReplicatedJob (6.05s) [2020-12-15T15:27:31.383Z] === RUN TestUpdateReplicatedJob [2020-12-15T15:27:32.667Z] +++ /etc/init.d/apparmor stop [2020-12-15T15:27:32.667Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-15T15:27:32.667Z] [2020-12-15T15:27:32.667Z] Unloading profiles will leave already running processes permanently [2020-12-15T15:27:32.667Z] unconfined, which can lead to unexpected situations. [2020-12-15T15:27:32.667Z] [2020-12-15T15:27:32.667Z] To set a process to complain mode, use the command line tool [2020-12-15T15:27:32.667Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-15T15:27:32.667Z] +++ true [2020-12-15T15:27:32.667Z] exiting test-integration [2020-12-15T15:27:32.667Z] ++ exit 0 [2020-12-15T15:27:32.667Z] [2020-12-15T15:27:32.760Z] === RUN TestDockerSuite/TestCpToCaseF [2020-12-15T15:27:33.695Z] === RUN TestDockerSuite/TestCpToCaseG Post stage [Pipeline] junit [2020-12-15T15:27:34.220Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-15T15:27:35.068Z] --- PASS: TestUpdateReplicatedJob (3.42s) [2020-12-15T15:27:35.069Z] === RUN TestServiceListWithStatuses [2020-12-15T15:27:35.069Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-12-15T15:27:35.069Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-15T15:27:35.069Z] === RUN TestDockerNetworkConnectAlias [2020-12-15T15:27:35.179Z] + echo Ensuring container killed. [2020-12-15T15:27:35.179Z] Ensuring container killed. [2020-12-15T15:27:35.179Z] + docker rm -vf docker-pr2 [2020-12-15T15:27:35.179Z] Error: No such container: docker-pr2 [2020-12-15T15:27:35.179Z] + true [Pipeline] sh [2020-12-15T15:27:35.575Z] + echo Chowning /workspace to jenkins user [2020-12-15T15:27:35.575Z] Chowning /workspace to jenkins user [2020-12-15T15:27:35.575Z] + id -u [2020-12-15T15:27:35.575Z] + id -g [2020-12-15T15:27:35.575Z] + docker run --rm -v /home/docker/workspace/moby_PR-41800:/workspace busybox chown -R 1001:1001 /workspace [2020-12-15T15:27:35.575Z] Unable to find image 'busybox:latest' locally [2020-12-15T15:27:35.866Z] latest: Pulling from library/busybox [2020-12-15T15:27:36.156Z] fcdecd492fba: Pulling fs layer [2020-12-15T15:27:36.448Z] fcdecd492fba: Verifying Checksum [2020-12-15T15:27:36.758Z] fcdecd492fba: Pull complete [2020-12-15T15:27:36.758Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-15T15:27:36.758Z] Status: Downloaded newer image for busybox:latest [2020-12-15T15:27:37.598Z] === RUN TestDockerSuite/TestCpToCaseH [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-15T15:27:38.702Z] + bundleName=ppc64le-integration [2020-12-15T15:27:38.702Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-12-15T15:27:38.702Z] Creating ppc64le-integration-bundles.tar.gz [2020-12-15T15:27:38.702Z] + find bundles -path+ */root/*overlay2 -prune -o -type fxargs ( tar -name -czf *-report.json ppc64le-integration-bundles.tar.gz -o [2020-12-15T15:27:38.702Z] -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-12-15T15:27:38.748Z] Archiving artifacts [2020-12-15T15:27:39.123Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41800/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-15T15:27:39.513Z] + make clean [2020-12-15T15:27:39.806Z] make: command: Command not found [2020-12-15T15:27:39.806Z] make: command: Command not found [2020-12-15T15:27:39.806Z] docker volume rm -f docker-dev-cache [2020-12-15T15:27:39.806Z] docker-dev-cache [Pipeline] deleteDir [2020-12-15T15:27:40.127Z] === RUN TestDockerSuite/TestCpToCaseI [2020-12-15T15:27:40.127Z] --- PASS: TestDockerNetworkConnectAlias (5.07s) [2020-12-15T15:27:40.127Z] === RUN TestDockerNetworkReConnect [2020-12-15T15:27:40.385Z] === RUN TestDockerSuite/TestCpToCaseJ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T15:27:44.578Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-12-15T15:27:44.578Z] --- PASS: TestDockerNetworkReConnect (4.39s) [2020-12-15T15:27:44.578Z] === RUN TestServicePlugin [2020-12-15T15:27:44.837Z] === RUN TestDockerSuite/TestCpToDot [2020-12-15T15:27:45.772Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-12-15T15:27:46.708Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-12-15T15:27:48.083Z] === RUN TestDockerSuite/TestCpToStdout [2020-12-15T15:27:48.649Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-12-15T15:27:49.517Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-12-15T15:27:49.975Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-12-15T15:27:50.024Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-12-15T15:27:50.024Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-12-15T15:27:50.434Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-12-15T15:27:50.434Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-12-15T15:27:50.893Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-12-15T15:27:50.960Z] === RUN TestDockerSuite/TestCpVolumePath [2020-12-15T15:27:51.351Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-12-15T15:27:51.351Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-12-15T15:27:51.810Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-12-15T15:27:51.896Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-12-15T15:27:51.896Z] === RUN TestDockerSuite/TestCreateArgs [2020-12-15T15:27:52.154Z] === RUN TestDockerSuite/TestCreateByImageID [2020-12-15T15:27:52.268Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-12-15T15:27:52.413Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-12-15T15:27:52.978Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-12-15T15:27:52.978Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-12-15T15:27:52.978Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-12-15T15:27:53.913Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-12-15T15:27:53.913Z] === RUN TestDockerSuite/TestCreateLabels [2020-12-15T15:27:54.171Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-12-15T15:27:54.171Z] === RUN TestDockerSuite/TestCreateRM [2020-12-15T15:27:54.171Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-12-15T15:27:54.171Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-12-15T15:27:54.429Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-12-15T15:27:54.429Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-12-15T15:27:55.804Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-12-15T15:27:56.001Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-12-15T15:27:56.062Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-12-15T15:27:56.062Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-12-15T15:27:58.593Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-12-15T15:27:58.907Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-12-15T15:28:01.124Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-12-15T15:28:01.124Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-12-15T15:28:01.124Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-12-15T15:28:01.124Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-12-15T15:28:01.124Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-12-15T15:28:01.124Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-12-15T15:28:01.690Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-12-15T15:28:02.622Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-12-15T15:28:02.640Z] === RUN TestDockerSuite/TestBuildEnv [2020-12-15T15:28:02.640Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-12-15T15:28:02.640Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-12-15T15:28:02.640Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-12-15T15:28:02.640Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-12-15T15:28:02.640Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-12-15T15:28:02.881Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-12-15T15:28:04.257Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-12-15T15:28:04.822Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-12-15T15:28:05.389Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-12-15T15:28:05.542Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-12-15T15:28:05.542Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-12-15T15:28:05.542Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-12-15T15:28:05.542Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-12-15T15:28:05.954Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-12-15T15:28:06.000Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-12-15T15:28:06.521Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-12-15T15:28:06.521Z] === RUN TestDockerSuite/TestDevicePermissions [2020-12-15T15:28:07.088Z] === RUN TestDockerSuite/TestDockerFails [2020-12-15T15:28:07.088Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-12-15T15:28:07.346Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-12-15T15:28:07.346Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-12-15T15:28:08.280Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-12-15T15:28:08.848Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-12-15T15:28:09.783Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-12-15T15:28:09.783Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-12-15T15:28:09.783Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-12-15T15:28:10.042Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-12-15T15:28:10.703Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-12-15T15:28:15.310Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-12-15T15:28:17.211Z] --- PASS: TestServicePlugin (32.80s) [2020-12-15T15:28:17.211Z] plugin_test.go:62: [d37e45323bea6] joining swarm manager [d2343f68458f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:28:17.211Z] plugin_test.go:65: [dd5713e6ec67d] joining swarm manager [d2343f68458f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:28:17.211Z] === RUN TestServiceUpdateLabel [2020-12-15T15:28:17.211Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-12-15T15:28:19.745Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-12-15T15:28:19.745Z] --- PASS: TestServiceUpdateLabel (2.68s) [2020-12-15T15:28:19.745Z] === RUN TestServiceUpdateSecrets [2020-12-15T15:28:20.679Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-12-15T15:28:21.613Z] === RUN TestDockerSuite/TestEventsAttach [2020-12-15T15:28:22.182Z] === RUN TestDockerSuite/TestEventsCommit [2020-12-15T15:28:22.748Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-12-15T15:28:23.082Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-12-15T15:28:23.315Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-12-15T15:28:23.541Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-12-15T15:28:23.541Z] === RUN TestDockerSuite/TestBuildExpose [2020-12-15T15:28:23.541Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-12-15T15:28:23.541Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-12-15T15:28:23.541Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-12-15T15:28:23.541Z] === RUN TestDockerSuite/TestBuildFails [2020-12-15T15:28:25.791Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-12-15T15:28:25.791Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-12-15T15:28:25.791Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-12-15T15:28:25.791Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-12-15T15:28:25.924Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-12-15T15:28:25.924Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-12-15T15:28:27.167Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-12-15T15:28:29.701Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-12-15T15:28:31.598Z] === RUN TestDockerSuite/TestEventsCopy [2020-12-15T15:28:32.550Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-12-15T15:28:33.485Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-12-15T15:28:34.497Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-12-15T15:28:34.857Z] --- PASS: TestServiceUpdateSecrets (14.93s) [2020-12-15T15:28:34.857Z] === RUN TestServiceUpdateConfigs [2020-12-15T15:28:39.039Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-12-15T15:28:39.039Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-12-15T15:28:39.183Z] === RUN TestDockerSuite/TestBuildForceRm [2020-12-15T15:28:39.972Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-12-15T15:28:40.230Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-12-15T15:28:40.230Z] === RUN TestDockerSuite/TestEventsFilterType [2020-12-15T15:28:40.487Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-12-15T15:28:40.745Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-12-15T15:28:40.745Z] === RUN TestDockerSuite/TestEventsFilters [2020-12-15T15:28:41.678Z] === RUN TestDockerSuite/TestEventsFormat [2020-12-15T15:28:42.611Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-12-15T15:28:42.611Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-12-15T15:28:42.611Z] === RUN TestDockerSuite/TestEventsImageImport [2020-12-15T15:28:43.176Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-12-15T15:28:43.436Z] === RUN TestDockerSuite/TestEventsImagePull [2020-12-15T15:28:43.873Z] === RUN TestDockerSuite/TestBuildFromGit [2020-12-15T15:28:44.001Z] === RUN TestDockerSuite/TestEventsImageTag [2020-12-15T15:28:44.933Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-12-15T15:28:45.191Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-12-15T15:28:45.191Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-12-15T15:28:45.191Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-12-15T15:28:47.090Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-12-15T15:28:47.090Z] === RUN TestDockerSuite/TestEventsRename [2020-12-15T15:28:47.658Z] === RUN TestDockerSuite/TestEventsResize [2020-12-15T15:28:48.229Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-12-15T15:28:48.806Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-12-15T15:28:49.373Z] === RUN TestDockerSuite/TestEventsStreaming [2020-12-15T15:28:49.633Z] --- PASS: TestServiceUpdateConfigs (14.76s) [2020-12-15T15:28:49.633Z] === RUN TestServiceUpdateNetwork [2020-12-15T15:28:49.660Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-12-15T15:28:49.660Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-12-15T15:28:49.890Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-12-15T15:28:53.172Z] === RUN TestDockerSuite/TestEventsTop [2020-12-15T15:28:53.429Z] === RUN TestDockerSuite/TestEventsUntag [2020-12-15T15:28:55.453Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-12-15T15:28:55.453Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-12-15T15:28:55.453Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-12-15T15:28:55.912Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-12-15T15:28:55.912Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-12-15T15:28:55.955Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-12-15T15:28:56.889Z] === RUN TestDockerSuite/TestExec [2020-12-15T15:28:57.454Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-12-15T15:28:58.020Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-12-15T15:28:58.281Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-12-15T15:28:58.847Z] === RUN TestDockerSuite/TestExecAPIStart [2020-12-15T15:28:59.779Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-12-15T15:29:00.347Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-12-15T15:29:00.914Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-12-15T15:29:01.479Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-12-15T15:29:02.045Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-12-15T15:29:02.303Z] --- PASS: TestServiceUpdateNetwork (12.76s) [2020-12-15T15:29:02.303Z] === RUN TestServiceUpdatePidsLimit [2020-12-15T15:29:02.868Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-12-15T15:29:03.434Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-12-15T15:29:04.019Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-12-15T15:29:04.477Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-12-15T15:29:04.477Z] === RUN TestDockerSuite/TestBuildHistory [2020-12-15T15:29:04.586Z] === RUN TestDockerSuite/TestExecCgroup [2020-12-15T15:29:05.153Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-12-15T15:29:05.718Z] === RUN TestDockerSuite/TestExecEnv [2020-12-15T15:29:06.283Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-12-15T15:29:07.656Z] === RUN TestDockerSuite/TestExecExitStatus [2020-12-15T15:29:07.914Z] === RUN TestDockerSuite/TestExecInspectID [2020-12-15T15:29:10.440Z] === RUN TestDockerSuite/TestExecInteractive [2020-12-15T15:29:11.005Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-12-15T15:29:11.551Z] === RUN TestDockerSuite/TestBuildIidFile [2020-12-15T15:29:11.551Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-12-15T15:29:11.572Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-12-15T15:29:12.138Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-12-15T15:29:12.138Z] === RUN TestDockerSuite/TestExecParseError [2020-12-15T15:29:12.703Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-12-15T15:29:13.092Z] === RUN TestDockerSuite/TestBuildInheritance [2020-12-15T15:29:13.268Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-12-15T15:29:13.526Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-12-15T15:29:13.553Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-12-15T15:29:14.012Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-12-15T15:29:14.012Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-12-15T15:29:14.900Z] === RUN TestDockerSuite/TestExecSetEnv [2020-12-15T15:29:15.465Z] === RUN TestDockerSuite/TestExecStartFails [2020-12-15T15:29:16.032Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-12-15T15:29:17.751Z] === RUN TestDockerSuite/TestBuildLabel [2020-12-15T15:29:18.209Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-12-15T15:29:18.667Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-12-15T15:29:19.318Z] --- PASS: TestServiceUpdatePidsLimit (17.12s) [2020-12-15T15:29:19.318Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.13s) [2020-12-15T15:29:19.318Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.02s) [2020-12-15T15:29:19.318Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2020-12-15T15:29:19.318Z] PASS [2020-12-15T15:29:19.318Z] [2020-12-15T15:29:19.318Z] === Skipped [2020-12-15T15:29:19.318Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-12-15T15:29:19.318Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-12-15T15:29:19.318Z] [2020-12-15T15:29:19.318Z] [2020-12-15T15:29:19.318Z] DONE 27 tests, 1 skipped in 182.966s [2020-12-15T15:29:19.318Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-12-15T15:29:19.318Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:29:19.318Z] ++ set -e [2020-12-15T15:29:19.318Z] ++ '[' -n 0 ']' [2020-12-15T15:29:19.318Z] ++ set -x [2020-12-15T15:29:19.318Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:29:19.576Z] INFO: Testing against a local daemon [2020-12-15T15:29:19.576Z] === RUN TestSessionCreate [2020-12-15T15:29:19.576Z] --- PASS: TestSessionCreate (0.02s) [2020-12-15T15:29:19.576Z] === RUN TestSessionCreateWithBadUpgrade [2020-12-15T15:29:19.576Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-12-15T15:29:19.576Z] PASS [2020-12-15T15:29:19.576Z] [2020-12-15T15:29:19.576Z] DONE 2 tests in 0.162s [2020-12-15T15:29:19.576Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-12-15T15:29:19.576Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:29:19.576Z] ++ set -e [2020-12-15T15:29:19.576Z] ++ '[' -n 0 ']' [2020-12-15T15:29:19.576Z] ++ set -x [2020-12-15T15:29:19.577Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:29:19.635Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-12-15T15:29:19.834Z] INFO: Testing against a local daemon [2020-12-15T15:29:19.834Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-12-15T15:29:19.834Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:29:19.834Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-15T15:29:19.834Z] === RUN TestEventsExecDie [2020-12-15T15:29:20.097Z] === RUN TestDockerSuite/TestBuildLabels [2020-12-15T15:29:20.399Z] --- PASS: TestEventsExecDie (0.56s) [2020-12-15T15:29:20.399Z] === RUN TestEventsBackwardsCompatible [2020-12-15T15:29:20.399Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-12-15T15:29:20.399Z] === RUN TestInfoBinaryCommits [2020-12-15T15:29:20.399Z] --- PASS: TestInfoBinaryCommits (0.04s) [2020-12-15T15:29:20.399Z] === RUN TestInfoAPIVersioned [2020-12-15T15:29:20.399Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-12-15T15:29:20.399Z] === RUN TestInfoDiscoveryBackend [2020-12-15T15:29:20.556Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-12-15T15:29:20.964Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-12-15T15:29:20.964Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-12-15T15:29:21.529Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-12-15T15:29:22.093Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-12-15T15:29:22.094Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-12-15T15:29:22.094Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-12-15T15:29:22.351Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-12-15T15:29:22.351Z] === RUN TestInfoAPI [2020-12-15T15:29:22.351Z] --- PASS: TestInfoAPI (0.03s) [2020-12-15T15:29:22.351Z] === RUN TestInfoAPIWarnings [2020-12-15T15:29:25.827Z] === RUN TestDockerSuite/TestBuildLastModified [2020-12-15T15:29:25.827Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-12-15T15:29:25.827Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-12-15T15:29:26.285Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-12-15T15:29:26.285Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-12-15T15:29:26.285Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-12-15T15:29:26.285Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-12-15T15:29:26.743Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-12-15T15:29:27.202Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-12-15T15:29:27.611Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-12-15T15:29:27.611Z] === RUN TestDockerSuite/TestExecTTY [2020-12-15T15:29:27.870Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-12-15T15:29:28.435Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-12-15T15:29:29.001Z] === RUN TestDockerSuite/TestExecUlimits [2020-12-15T15:29:29.935Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-12-15T15:29:29.935Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-12-15T15:29:31.308Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-12-15T15:29:31.567Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-12-15T15:29:31.890Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-12-15T15:29:32.500Z] === RUN TestDockerSuite/TestExecWithTERM [2020-12-15T15:29:32.757Z] === RUN TestDockerSuite/TestExecWithUser [2020-12-15T15:29:33.323Z] === RUN TestDockerSuite/TestGetContainerStats [2020-12-15T15:29:38.611Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-12-15T15:29:38.611Z] --- PASS: TestInfoAPIWarnings (16.24s) [2020-12-15T15:29:38.611Z] === RUN TestInfoDebug [2020-12-15T15:29:39.177Z] --- PASS: TestInfoDebug (0.52s) [2020-12-15T15:29:39.177Z] === RUN TestInfoInsecureRegistries [2020-12-15T15:29:39.742Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-12-15T15:29:39.742Z] === RUN TestInfoRegistryMirrors [2020-12-15T15:29:40.306Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-12-15T15:29:40.306Z] === RUN TestLoginFailsWithBadCredentials [2020-12-15T15:29:40.564Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2020-12-15T15:29:40.564Z] === RUN TestPingCacheHeaders [2020-12-15T15:29:40.564Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-12-15T15:29:40.564Z] === RUN TestPingGet [2020-12-15T15:29:40.564Z] --- PASS: TestPingGet (0.01s) [2020-12-15T15:29:40.564Z] === RUN TestPingHead [2020-12-15T15:29:40.564Z] --- PASS: TestPingHead (0.02s) [2020-12-15T15:29:40.564Z] === RUN TestVersion [2020-12-15T15:29:40.564Z] --- PASS: TestVersion (0.02s) [2020-12-15T15:29:40.564Z] PASS [2020-12-15T15:29:40.564Z] [2020-12-15T15:29:40.564Z] === Skipped [2020-12-15T15:29:40.564Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-12-15T15:29:40.564Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-12-15T15:29:40.564Z] [2020-12-15T15:29:40.564Z] [2020-12-15T15:29:40.564Z] DONE 18 tests, 1 skipped in 20.911s [2020-12-15T15:29:40.564Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-12-15T15:29:40.564Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:29:40.564Z] ++ set -e [2020-12-15T15:29:40.564Z] ++ '[' -n 0 ']' [2020-12-15T15:29:40.564Z] ++ set -x [2020-12-15T15:29:40.564Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-12-15T15:29:40.564Z] INFO: Testing against a local daemon [2020-12-15T15:29:40.564Z] === RUN TestVolumesCreateAndList [2020-12-15T15:29:40.564Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-12-15T15:29:40.564Z] === RUN TestVolumesRemove [2020-12-15T15:29:40.821Z] --- PASS: TestVolumesRemove (0.07s) [2020-12-15T15:29:40.821Z] === RUN TestVolumesInspect [2020-12-15T15:29:40.821Z] --- PASS: TestVolumesInspect (0.01s) [2020-12-15T15:29:40.821Z] === RUN TestVolumesInvalidJSON [2020-12-15T15:29:40.821Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-12-15T15:29:40.821Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-12-15T15:29:40.821Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-12-15T15:29:40.821Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-12-15T15:29:40.821Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-12-15T15:29:40.821Z] PASS [2020-12-15T15:29:40.821Z] [2020-12-15T15:29:40.821Z] DONE 5 tests in 0.221s [2020-12-15T15:29:40.821Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-15T15:29:40.821Z] ++++ cat bundles/test-integration/docker.pid [2020-12-15T15:29:40.821Z] +++ kill 5658 [2020-12-15T15:29:42.192Z] +++ /etc/init.d/apparmor stop [2020-12-15T15:29:42.192Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-15T15:29:42.192Z] [2020-12-15T15:29:42.192Z] Unloading profiles will leave already running processes permanently [2020-12-15T15:29:42.192Z] unconfined, which can lead to unexpected situations. [2020-12-15T15:29:42.192Z] [2020-12-15T15:29:42.192Z] To set a process to complain mode, use the command line tool [2020-12-15T15:29:42.192Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-15T15:29:42.192Z] +++ true [2020-12-15T15:29:42.192Z] exiting test-integration [2020-12-15T15:29:42.192Z] ++ exit 0 [2020-12-15T15:29:42.192Z] [2020-12-15T15:29:42.451Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-12-15T15:29:43.016Z] + for job in $(jobs -p) [2020-12-15T15:29:43.016Z] + wait 18493 [2020-12-15T15:29:43.951Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-12-15T15:29:44.268Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-12-15T15:29:44.268Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-12-15T15:29:45.807Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-12-15T15:29:49.209Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-12-15T15:29:49.209Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-12-15T15:29:49.209Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-12-15T15:29:49.209Z] === RUN TestDockerSuite/TestHealth [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-12-15T15:30:11.120Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-12-15T15:30:11.700Z] === RUN TestDockerSuite/TestImagesFormat [2020-12-15T15:30:11.700Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-12-15T15:30:12.265Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-12-15T15:30:12.522Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-12-15T15:30:15.048Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-12-15T15:30:15.048Z] === RUN TestDockerSuite/TestImportBadURL [2020-12-15T15:30:15.048Z] === RUN TestDockerSuite/TestImportDisplay [2020-12-15T15:30:15.764Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-12-15T15:30:15.981Z] === RUN TestDockerSuite/TestImportFile [2020-12-15T15:30:17.355Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-12-15T15:30:17.355Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-12-15T15:30:18.728Z] === RUN TestDockerSuite/TestImportGzipped [2020-12-15T15:30:19.662Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-12-15T15:30:21.034Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-12-15T15:30:21.292Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-12-15T15:30:21.856Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-12-15T15:30:22.115Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-12-15T15:30:22.115Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-12-15T15:30:22.115Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-12-15T15:30:22.683Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-12-15T15:30:23.248Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-12-15T15:30:23.507Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-12-15T15:30:24.072Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-12-15T15:30:24.637Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-12-15T15:30:24.895Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-12-15T15:30:24.895Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-12-15T15:30:26.276Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-12-15T15:30:26.536Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-12-15T15:30:26.795Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-12-15T15:30:27.053Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-12-15T15:30:27.311Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-12-15T15:30:27.311Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-12-15T15:30:28.243Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-12-15T15:30:28.501Z] === RUN TestDockerSuite/TestInspectDefault [2020-12-15T15:30:29.066Z] === RUN TestDockerSuite/TestInspectHistory [2020-12-15T15:30:29.633Z] === RUN TestDockerSuite/TestInspectImage [2020-12-15T15:30:29.633Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-12-15T15:30:29.633Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-12-15T15:30:29.633Z] === RUN TestDockerSuite/TestInspectInt64 [2020-12-15T15:30:30.199Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-12-15T15:30:30.764Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-12-15T15:30:30.764Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-12-15T15:30:31.329Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-12-15T15:30:31.586Z] === RUN TestDockerSuite/TestInspectPlugin [2020-12-15T15:30:33.482Z] === RUN TestDockerSuite/TestInspectRootFS [2020-12-15T15:30:33.482Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-12-15T15:30:33.741Z] === RUN TestDockerSuite/TestInspectStatus [2020-12-15T15:30:33.999Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-12-15T15:30:34.567Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-12-15T15:30:35.503Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-12-15T15:30:36.438Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-12-15T15:30:36.847Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-12-15T15:30:37.371Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-12-15T15:30:37.936Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-12-15T15:30:38.502Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-12-15T15:30:38.760Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-12-15T15:30:39.325Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-12-15T15:30:39.582Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-12-15T15:30:39.847Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-12-15T15:30:40.579Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-12-15T15:30:41.750Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-12-15T15:30:43.125Z] === RUN TestDockerSuite/TestLinksEnvs [2020-12-15T15:30:44.499Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-12-15T15:30:44.499Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-12-15T15:30:45.268Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-12-15T15:30:45.875Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-12-15T15:30:48.406Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-12-15T15:30:49.004Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-12-15T15:30:49.340Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-12-15T15:30:49.340Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-12-15T15:30:50.714Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-12-15T15:30:50.973Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-12-15T15:30:51.541Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-12-15T15:30:58.101Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-12-15T15:30:58.359Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-12-15T15:31:00.274Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-12-15T15:31:01.650Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-12-15T15:31:02.586Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-12-15T15:31:03.813Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-12-15T15:31:03.813Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-12-15T15:31:05.117Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-12-15T15:31:05.117Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-12-15T15:31:05.375Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-12-15T15:31:05.375Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-12-15T15:31:05.375Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-12-15T15:31:05.634Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-12-15T15:31:06.200Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-12-15T15:31:08.520Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-12-15T15:31:09.487Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-12-15T15:31:09.487Z] === RUN TestDockerSuite/TestBuildNetNone [2020-12-15T15:31:09.487Z] === RUN TestDockerSuite/TestBuildNoContext [2020-12-15T15:31:10.377Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-12-15T15:31:10.377Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-12-15T15:31:11.022Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-12-15T15:31:14.554Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-12-15T15:31:14.760Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-12-15T15:31:15.120Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-12-15T15:31:15.120Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-12-15T15:31:15.120Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-12-15T15:31:16.059Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-12-15T15:31:16.937Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-12-15T15:31:16.937Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-12-15T15:31:16.937Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-12-15T15:31:16.994Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-12-15T15:31:18.389Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-12-15T15:31:19.322Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-12-15T15:31:19.842Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-12-15T15:31:20.256Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-12-15T15:31:20.809Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-12-15T15:31:21.776Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-12-15T15:31:22.784Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-12-15T15:31:22.784Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-12-15T15:31:23.350Z] === RUN TestDockerSuite/TestLogsSince [2020-12-15T15:31:29.901Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-12-15T15:31:30.348Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-12-15T15:31:30.348Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-12-15T15:31:31.272Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-12-15T15:31:35.456Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-12-15T15:31:36.022Z] === RUN TestDockerSuite/TestLogsTail [2020-12-15T15:31:36.587Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-12-15T15:31:36.845Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-12-15T15:31:37.411Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-12-15T15:31:37.682Z] === RUN TestDockerSuite/TestMountIntoProc [2020-12-15T15:31:37.950Z] === RUN TestDockerSuite/TestMountIntoSys [2020-12-15T15:31:38.888Z] === RUN TestDockerSuite/TestNetHostname [2020-12-15T15:31:40.788Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-12-15T15:31:41.046Z] === RUN TestDockerSuite/TestNetworkEvents [2020-12-15T15:31:42.744Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-12-15T15:31:45.649Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-12-15T15:31:47.599Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-12-15T15:31:47.857Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-12-15T15:31:48.422Z] === RUN TestDockerSuite/TestPluginActive [2020-12-15T15:31:50.319Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-12-15T15:31:54.218Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-12-15T15:31:55.578Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-12-15T15:31:55.578Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-12-15T15:31:56.951Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-12-15T15:31:57.124Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-12-15T15:31:59.491Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-12-15T15:32:00.862Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-12-15T15:32:01.813Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-12-15T15:32:01.813Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-12-15T15:32:01.813Z] === RUN TestDockerSuite/TestBuildPATH [2020-12-15T15:32:01.813Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-12-15T15:32:03.994Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-12-15T15:32:03.994Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-12-15T15:32:04.142Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-12-15T15:32:05.074Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-12-15T15:32:06.974Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-12-15T15:32:09.504Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-12-15T15:32:11.405Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-12-15T15:32:12.795Z] === RUN TestDockerSuite/TestPortHostBinding [2020-12-15T15:32:13.362Z] === RUN TestDockerSuite/TestPortList [2020-12-15T15:32:21.474Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-12-15T15:32:21.474Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-12-15T15:32:28.027Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-12-15T15:32:28.027Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-12-15T15:32:28.027Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-12-15T15:32:28.027Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-12-15T15:32:28.027Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-12-15T15:32:28.027Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-12-15T15:32:28.027Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-12-15T15:32:28.285Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-12-15T15:32:28.544Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-12-15T15:32:29.478Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-12-15T15:32:29.478Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-12-15T15:32:29.739Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-12-15T15:32:31.641Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-12-15T15:32:33.016Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-12-15T15:32:33.583Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-12-15T15:32:33.583Z] === RUN TestDockerSuite/TestPsByOrder [2020-12-15T15:32:36.873Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-12-15T15:32:37.440Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-12-15T15:32:39.689Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-12-15T15:32:39.970Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-12-15T15:32:42.532Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-12-15T15:32:42.532Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-12-15T15:32:45.062Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-12-15T15:32:51.619Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-12-15T15:32:52.082Z] === RUN TestDockerSuite/TestBuildRm [2020-12-15T15:32:52.997Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-12-15T15:32:54.898Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-12-15T15:32:56.270Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-12-15T15:32:57.206Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-12-15T15:32:58.579Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-12-15T15:32:59.954Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-12-15T15:33:00.887Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-12-15T15:33:00.887Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-12-15T15:33:01.149Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-12-15T15:33:01.717Z] === RUN TestDockerSuite/TestPsRightTagName [2020-12-15T15:33:03.619Z] === RUN TestDockerSuite/TestPsShowMounts [2020-12-15T15:33:04.468Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-12-15T15:33:05.520Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-12-15T15:33:06.007Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-12-15T15:33:06.007Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-12-15T15:33:06.007Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-12-15T15:33:06.088Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-12-15T15:33:06.088Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-12-15T15:33:06.348Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-12-15T15:33:06.606Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-12-15T15:33:06.606Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-12-15T15:33:06.976Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-12-15T15:33:07.542Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-12-15T15:33:08.919Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-12-15T15:33:09.855Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-12-15T15:33:09.884Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-12-15T15:33:10.792Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-12-15T15:33:12.793Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-12-15T15:33:16.542Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-12-15T15:33:17.360Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-12-15T15:33:17.618Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-12-15T15:33:18.993Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-12-15T15:33:18.993Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-12-15T15:33:18.993Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-12-15T15:33:19.260Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-12-15T15:33:21.159Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-12-15T15:33:22.537Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-12-15T15:33:24.438Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-12-15T15:33:25.373Z] === RUN TestDockerSuite/TestRmiBlank [2020-12-15T15:33:25.373Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-12-15T15:33:25.373Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-12-15T15:33:27.275Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-12-15T15:33:27.845Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-12-15T15:33:28.781Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-12-15T15:33:29.040Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-12-15T15:33:30.416Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-12-15T15:33:31.360Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-12-15T15:33:33.263Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-12-15T15:33:33.522Z] === RUN TestDockerSuite/TestRmiTag [2020-12-15T15:33:33.781Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-12-15T15:33:34.232Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-12-15T15:33:34.349Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-12-15T15:33:34.691Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-12-15T15:33:35.151Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-12-15T15:33:36.911Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-12-15T15:33:37.478Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-12-15T15:33:38.045Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-12-15T15:33:38.303Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-12-15T15:33:39.238Z] === RUN TestDockerSuite/TestRunAddHost [2020-12-15T15:33:39.807Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-12-15T15:33:39.807Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-12-15T15:33:40.744Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-12-15T15:33:40.744Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-12-15T15:33:41.003Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-12-15T15:33:41.938Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-12-15T15:33:42.505Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-12-15T15:33:43.073Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-12-15T15:33:43.640Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-12-15T15:33:43.726Z] === RUN TestDockerSuite/TestBuildSpaces [2020-12-15T15:33:43.726Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-12-15T15:33:44.573Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-12-15T15:33:45.507Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-12-15T15:33:46.075Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-12-15T15:33:46.643Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-12-15T15:33:47.209Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-12-15T15:33:47.775Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-12-15T15:33:48.418Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-12-15T15:33:48.418Z] === RUN TestDockerSuite/TestBuildStderr [2020-12-15T15:33:48.710Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-12-15T15:33:49.277Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-12-15T15:33:50.211Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-12-15T15:33:50.780Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-12-15T15:33:51.039Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-12-15T15:33:51.605Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-12-15T15:33:51.605Z] === RUN TestDockerSuite/TestRunBindMounts [2020-12-15T15:33:52.157Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-12-15T15:33:52.979Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-12-15T15:33:53.236Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-12-15T15:33:53.806Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-12-15T15:33:54.371Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-12-15T15:33:55.305Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-12-15T15:33:55.305Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-12-15T15:33:55.871Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-12-15T15:33:56.439Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-12-15T15:33:56.696Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-12-15T15:33:57.262Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-12-15T15:33:57.828Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-12-15T15:33:57.828Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-12-15T15:33:58.085Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-12-15T15:33:58.085Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-12-15T15:33:59.018Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-12-15T15:33:59.583Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-12-15T15:33:59.840Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-12-15T15:34:00.404Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-12-15T15:34:00.404Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-12-15T15:34:00.971Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-12-15T15:34:01.905Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-12-15T15:34:02.838Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-12-15T15:34:03.771Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-12-15T15:34:04.033Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-12-15T15:34:04.599Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-12-15T15:34:04.865Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-12-15T15:34:05.456Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-12-15T15:34:06.021Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-12-15T15:34:06.586Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-12-15T15:34:07.152Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-12-15T15:34:09.838Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-12-15T15:34:09.838Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-12-15T15:34:10.436Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-12-15T15:34:10.436Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-12-15T15:34:10.693Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-12-15T15:34:12.069Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-12-15T15:34:13.442Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-12-15T15:34:15.342Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-12-15T15:34:16.718Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-12-15T15:34:16.718Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-12-15T15:34:16.718Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-12-15T15:34:16.915Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-12-15T15:34:17.286Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-12-15T15:34:17.374Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-12-15T15:34:18.663Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-12-15T15:34:19.597Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-12-15T15:34:21.501Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-12-15T15:34:21.768Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-12-15T15:34:22.064Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-12-15T15:34:23.163Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-12-15T15:34:23.422Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-12-15T15:34:23.422Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-12-15T15:34:23.989Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-12-15T15:34:25.367Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-12-15T15:34:25.367Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-12-15T15:34:25.804Z] === RUN TestDockerSuite/TestBuildUser [2020-12-15T15:34:25.804Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-12-15T15:34:25.936Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-12-15T15:34:26.264Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-12-15T15:34:26.264Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-12-15T15:34:26.503Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-12-15T15:34:27.070Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-12-15T15:34:27.638Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-12-15T15:34:27.638Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-12-15T15:34:28.204Z] === RUN TestDockerSuite/TestRunEnvironment [2020-12-15T15:34:28.462Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-12-15T15:34:29.027Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-12-15T15:34:29.593Z] === RUN TestDockerSuite/TestRunExitCode [2020-12-15T15:34:30.008Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-12-15T15:34:30.008Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-12-15T15:34:30.160Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-12-15T15:34:30.726Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-12-15T15:34:31.661Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-12-15T15:34:32.227Z] === RUN TestDockerSuite/TestRunExposePort [2020-12-15T15:34:32.227Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-12-15T15:34:32.227Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-12-15T15:34:32.794Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-12-15T15:34:33.361Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-12-15T15:34:34.298Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-12-15T15:34:34.868Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-12-15T15:34:34.868Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-12-15T15:34:37.086Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-12-15T15:34:37.086Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-12-15T15:34:37.086Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-12-15T15:34:38.170Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-12-15T15:34:38.170Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-12-15T15:34:38.428Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-12-15T15:34:40.327Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-12-15T15:34:42.856Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-12-15T15:34:45.384Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-12-15T15:34:47.913Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-12-15T15:34:49.821Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-12-15T15:34:50.389Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-12-15T15:34:50.647Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-12-15T15:34:51.583Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-12-15T15:34:51.583Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-12-15T15:34:51.583Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-12-15T15:34:51.583Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-12-15T15:34:52.517Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-12-15T15:34:54.418Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-12-15T15:34:54.676Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-12-15T15:34:56.070Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-12-15T15:34:57.448Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-12-15T15:34:58.185Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-12-15T15:34:58.185Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-12-15T15:34:58.381Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-12-15T15:35:03.646Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-12-15T15:35:03.646Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-12-15T15:35:03.646Z] === RUN TestDockerSuite/TestRunModeHostname [2020-12-15T15:35:04.579Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-12-15T15:35:04.579Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-12-15T15:35:04.579Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-12-15T15:35:05.512Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-12-15T15:35:06.079Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-12-15T15:35:07.013Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-12-15T15:35:07.013Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-12-15T15:35:07.270Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-12-15T15:35:08.203Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-12-15T15:35:08.511Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-12-15T15:35:09.136Z] === RUN TestDockerSuite/TestRunMount [2020-12-15T15:35:13.204Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-12-15T15:35:13.323Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-12-15T15:35:13.323Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-12-15T15:35:13.582Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-12-15T15:35:13.664Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-12-15T15:35:13.664Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-12-15T15:35:14.530Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-12-15T15:35:15.848Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-12-15T15:35:15.848Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-12-15T15:35:15.909Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-12-15T15:35:17.810Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-12-15T15:35:19.184Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-12-15T15:35:20.557Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-12-15T15:35:21.930Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-12-15T15:35:22.187Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-12-15T15:35:23.124Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-12-15T15:35:23.124Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-12-15T15:35:23.383Z] === RUN TestDockerSuite/TestRunNetHost [2020-12-15T15:35:24.317Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-12-15T15:35:24.884Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-12-15T15:35:25.451Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-12-15T15:35:27.352Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-12-15T15:35:28.235Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-12-15T15:35:28.726Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-12-15T15:35:31.275Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-12-15T15:35:31.844Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-12-15T15:35:31.973Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-12-15T15:35:31.973Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-12-15T15:35:32.411Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-12-15T15:35:32.411Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-12-15T15:35:33.346Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-12-15T15:35:33.346Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-12-15T15:35:33.912Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-12-15T15:35:34.174Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-12-15T15:35:34.432Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-12-15T15:35:34.433Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-12-15T15:35:35.000Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-12-15T15:35:41.556Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-12-15T15:35:41.556Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-12-15T15:35:41.556Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-12-15T15:35:41.556Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-12-15T15:35:42.490Z] === RUN TestDockerSuite/TestRunPortInUse [2020-12-15T15:35:43.057Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-12-15T15:35:43.315Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-12-15T15:35:43.880Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-12-15T15:35:44.366Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-12-15T15:35:44.366Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-12-15T15:35:44.366Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-12-15T15:35:44.366Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-12-15T15:35:44.366Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-12-15T15:35:44.445Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-12-15T15:35:44.703Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-12-15T15:35:45.270Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-12-15T15:35:45.270Z] === RUN TestDockerSuite/TestRunPublishPort [2020-12-15T15:35:45.528Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-12-15T15:35:46.096Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-12-15T15:35:46.096Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-12-15T15:35:46.662Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-12-15T15:35:46.921Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-12-15T15:35:47.486Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-12-15T15:35:47.486Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-12-15T15:35:50.029Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-12-15T15:35:50.029Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-12-15T15:35:50.966Z] === RUN TestDockerSuite/TestRunRm [2020-12-15T15:35:51.533Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-12-15T15:35:52.908Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-12-15T15:35:52.939Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-12-15T15:35:53.398Z] === RUN TestDockerSuite/TestBuildXZHost [2020-12-15T15:35:53.858Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-12-15T15:35:53.858Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-12-15T15:35:53.858Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-12-15T15:35:54.806Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-12-15T15:35:55.372Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-12-15T15:35:55.396Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-12-15T15:35:55.939Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-12-15T15:35:56.507Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-12-15T15:35:57.883Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-12-15T15:35:58.142Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-12-15T15:35:58.709Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-12-15T15:35:59.134Z] === RUN TestDockerSuite/TestCommitChange [2020-12-15T15:36:01.241Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-12-15T15:36:01.511Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-12-15T15:36:03.829Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-12-15T15:36:04.050Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-12-15T15:36:05.425Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-12-15T15:36:06.001Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-12-15T15:36:06.001Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-12-15T15:36:06.568Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-12-15T15:36:07.135Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-12-15T15:36:07.565Z] === RUN TestDockerSuite/TestCommitHardlink [2020-12-15T15:36:07.565Z] === RUN TestDockerSuite/TestCommitNewFile [2020-12-15T15:36:07.702Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-12-15T15:36:08.637Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-12-15T15:36:08.896Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-12-15T15:36:08.896Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-12-15T15:36:09.462Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-12-15T15:36:10.027Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-12-15T15:36:10.965Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-12-15T15:36:13.360Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-12-15T15:36:13.360Z] === RUN TestDockerSuite/TestCommitTTY [2020-12-15T15:36:13.507Z] === RUN TestDockerSuite/TestRunState [2020-12-15T15:36:14.880Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-12-15T15:36:14.880Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-12-15T15:36:15.138Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-12-15T15:36:15.704Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-12-15T15:36:15.962Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-12-15T15:36:15.962Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-12-15T15:36:16.529Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-12-15T15:36:17.463Z] === RUN TestDockerSuite/TestRunSysctls [2020-12-15T15:36:18.399Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-12-15T15:36:18.399Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-12-15T15:36:18.399Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-12-15T15:36:18.965Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-12-15T15:36:19.172Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-12-15T15:36:19.530Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-12-15T15:36:20.903Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-12-15T15:36:21.166Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-12-15T15:36:22.907Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-12-15T15:36:22.907Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-12-15T15:36:22.907Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-12-15T15:36:22.907Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-12-15T15:36:22.907Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-12-15T15:36:22.907Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-12-15T15:36:22.907Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-12-15T15:36:22.907Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-12-15T15:36:22.907Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-12-15T15:36:23.070Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-12-15T15:36:25.603Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-12-15T15:36:28.129Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-12-15T15:36:28.388Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-12-15T15:36:28.702Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-12-15T15:36:28.954Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-12-15T15:36:29.212Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-12-15T15:36:30.588Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-12-15T15:36:31.522Z] === RUN TestDockerSuite/TestRunUserByID [2020-12-15T15:36:32.088Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-12-15T15:36:32.347Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-12-15T15:36:32.347Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-12-15T15:36:32.913Z] === RUN TestDockerSuite/TestRunUserByName [2020-12-15T15:36:33.173Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-12-15T15:36:33.740Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-12-15T15:36:34.307Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-12-15T15:36:34.307Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-12-15T15:36:34.307Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-12-15T15:36:35.241Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-12-15T15:36:35.775Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-12-15T15:36:35.775Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-12-15T15:36:36.175Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-12-15T15:36:36.744Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-12-15T15:36:36.744Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-12-15T15:36:36.744Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-12-15T15:36:36.744Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-12-15T15:36:38.282Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-12-15T15:36:38.282Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-12-15T15:36:38.282Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-12-15T15:36:38.717Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-12-15T15:36:39.283Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-12-15T15:36:39.541Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-12-15T15:36:40.107Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-12-15T15:36:40.461Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-12-15T15:36:40.461Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-12-15T15:36:40.461Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-12-15T15:36:40.461Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-12-15T15:36:40.461Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-12-15T15:36:42.003Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-12-15T15:36:42.010Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-12-15T15:36:42.576Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-12-15T15:36:43.141Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-12-15T15:36:43.544Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-12-15T15:36:45.040Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-12-15T15:36:45.082Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-12-15T15:36:45.082Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-12-15T15:36:45.082Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-12-15T15:36:46.940Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-12-15T15:36:46.940Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-12-15T15:36:47.198Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-12-15T15:36:47.198Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-12-15T15:36:47.198Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-12-15T15:36:47.198Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-12-15T15:36:47.263Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-12-15T15:36:47.263Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-12-15T15:36:47.456Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-12-15T15:36:47.456Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-12-15T15:36:48.022Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-12-15T15:36:48.591Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-12-15T15:36:48.801Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-12-15T15:36:48.801Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-12-15T15:36:48.801Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-12-15T15:36:49.969Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-12-15T15:36:50.227Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-12-15T15:36:50.340Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-12-15T15:36:50.484Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-12-15T15:36:50.800Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-12-15T15:36:51.051Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-12-15T15:36:51.051Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-12-15T15:36:51.617Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-12-15T15:36:51.617Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-12-15T15:36:51.617Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-12-15T15:36:51.617Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-12-15T15:36:51.875Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-12-15T15:36:51.875Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-12-15T15:36:51.875Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-12-15T15:36:51.875Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-12-15T15:36:51.875Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-12-15T15:36:51.875Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-12-15T15:36:52.338Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-12-15T15:36:52.338Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-12-15T15:36:52.813Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-12-15T15:36:53.071Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-12-15T15:36:53.643Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-12-15T15:36:53.643Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-12-15T15:36:54.212Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-12-15T15:36:54.212Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-12-15T15:36:54.523Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-12-15T15:36:54.523Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-12-15T15:36:54.778Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-12-15T15:36:54.778Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-12-15T15:36:55.344Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-12-15T15:36:55.602Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-12-15T15:36:55.602Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-12-15T15:36:55.602Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-12-15T15:36:56.060Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-12-15T15:36:56.168Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-12-15T15:36:57.102Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-12-15T15:36:57.360Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-12-15T15:36:57.360Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-12-15T15:36:57.925Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-12-15T15:36:57.925Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-12-15T15:36:58.860Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-12-15T15:36:58.967Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-12-15T15:36:59.118Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-12-15T15:37:00.503Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-12-15T15:37:01.069Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-12-15T15:37:01.069Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-12-15T15:37:01.069Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-12-15T15:37:01.634Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-12-15T15:37:01.872Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-12-15T15:37:01.872Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-12-15T15:37:01.872Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-12-15T15:37:02.332Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-12-15T15:37:02.332Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-12-15T15:37:02.569Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-12-15T15:37:03.134Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-12-15T15:37:03.300Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-12-15T15:37:03.300Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-12-15T15:37:03.393Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-12-15T15:37:03.393Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-12-15T15:37:04.767Z] === RUN TestDockerSuite/TestSaveImageId [2020-12-15T15:37:04.767Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-12-15T15:37:05.335Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-12-15T15:37:05.480Z] === RUN TestDockerSuite/TestContainerAPITop [2020-12-15T15:37:05.480Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-12-15T15:37:07.018Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-12-15T15:37:07.018Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-12-15T15:37:07.235Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-12-15T15:37:07.235Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-12-15T15:37:08.181Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-12-15T15:37:08.181Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-12-15T15:37:08.181Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-12-15T15:37:09.557Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-12-15T15:37:10.490Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-12-15T15:37:10.748Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-12-15T15:37:10.748Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-12-15T15:37:11.006Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-12-15T15:37:11.006Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-12-15T15:37:11.571Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-12-15T15:37:11.710Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-12-15T15:37:12.678Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-12-15T15:37:12.678Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-12-15T15:37:12.678Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-12-15T15:37:12.678Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-12-15T15:37:12.678Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-12-15T15:37:12.678Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-12-15T15:37:13.469Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-12-15T15:37:14.213Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-12-15T15:37:14.213Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2020-12-15T15:37:16.394Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2020-12-15T15:37:16.749Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-12-15T15:37:17.930Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2020-12-15T15:37:18.651Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-12-15T15:37:20.023Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-12-15T15:37:20.110Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2020-12-15T15:37:20.589Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-12-15T15:37:21.524Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-12-15T15:37:22.290Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008906a0_} [2020-12-15T15:37:23.830Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1862342730_c:\foo_false____} [2020-12-15T15:37:24.050Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-12-15T15:37:25.958Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-12-15T15:37:25.958Z] === RUN TestDockerSuite/TestStartRecordError [2020-12-15T15:37:26.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1862342730_c:\foo_true____} [2020-12-15T15:37:27.330Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-12-15T15:37:28.188Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-12-15T15:37:28.264Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-12-15T15:37:29.638Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-12-15T15:37:29.638Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-12-15T15:37:30.367Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-12-15T15:37:31.904Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-12-15T15:37:31.904Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-12-15T15:37:31.904Z] === RUN TestDockerSuite/TestCpRelativePath [2020-12-15T15:37:32.168Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-12-15T15:37:32.168Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-12-15T15:37:34.084Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-12-15T15:37:34.084Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-12-15T15:37:34.084Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-12-15T15:37:34.084Z] === RUN TestDockerSuite/TestCpToCaseA [2020-12-15T15:37:36.347Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-12-15T15:37:37.820Z] === RUN TestDockerSuite/TestCpToCaseB [2020-12-15T15:37:39.362Z] === RUN TestDockerSuite/TestCpToCaseC [2020-12-15T15:37:39.362Z] === RUN TestDockerSuite/TestCpToCaseD [2020-12-15T15:37:39.362Z] === RUN TestDockerSuite/TestCpToCaseE [2020-12-15T15:37:39.624Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-12-15T15:37:43.810Z] === RUN TestDockerSuite/TestStatsNoStream [2020-12-15T15:37:46.336Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-12-15T15:37:48.252Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-12-15T15:37:48.817Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-12-15T15:37:49.388Z] === RUN TestDockerSuite/TestTopPrivileged [2020-12-15T15:37:49.955Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-12-15T15:37:49.955Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-12-15T15:37:50.522Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-12-15T15:37:50.779Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-12-15T15:37:51.752Z] === RUN TestDockerSuite/TestCpToCaseF [2020-12-15T15:37:51.752Z] === RUN TestDockerSuite/TestCpToCaseG [2020-12-15T15:37:51.752Z] === RUN TestDockerSuite/TestCpToCaseH [2020-12-15T15:37:53.308Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-12-15T15:37:53.874Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-12-15T15:37:55.772Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-12-15T15:37:56.706Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-12-15T15:37:57.273Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-12-15T15:37:58.207Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-12-15T15:37:58.207Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-12-15T15:37:58.772Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-12-15T15:37:59.707Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-12-15T15:37:59.707Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-12-15T15:38:01.079Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-12-15T15:38:01.646Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-12-15T15:38:02.082Z] === RUN TestDockerSuite/TestCpToCaseI [2020-12-15T15:38:02.082Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-12-15T15:38:02.082Z] === RUN TestDockerSuite/TestCpToDot [2020-12-15T15:38:02.211Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-12-15T15:38:03.160Z] === RUN TestDockerSuite/TestUpdateStats [2020-12-15T15:38:04.260Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-12-15T15:38:04.260Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-12-15T15:38:04.260Z] === RUN TestDockerSuite/TestCpToStdout [2020-12-15T15:38:05.798Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-12-15T15:38:05.798Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-12-15T15:38:05.798Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-12-15T15:38:05.798Z] === RUN TestDockerSuite/TestCpVolumePath [2020-12-15T15:38:05.798Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-12-15T15:38:05.798Z] === RUN TestDockerSuite/TestCreateArgs [2020-12-15T15:38:06.258Z] === RUN TestDockerSuite/TestCreateByImageID [2020-12-15T15:38:07.337Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-12-15T15:38:07.595Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-12-15T15:38:07.595Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-12-15T15:38:07.796Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-12-15T15:38:08.161Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-12-15T15:38:08.729Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-12-15T15:38:09.975Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-12-15T15:38:09.975Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-12-15T15:38:09.975Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-12-15T15:38:11.257Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-12-15T15:38:11.513Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-12-15T15:38:11.974Z] === RUN TestDockerSuite/TestCreateLabels [2020-12-15T15:38:11.974Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-12-15T15:38:11.974Z] === RUN TestDockerSuite/TestCreateRM [2020-12-15T15:38:12.433Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-12-15T15:38:12.433Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-12-15T15:38:12.433Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-12-15T15:38:12.892Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-12-15T15:38:13.157Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-12-15T15:38:15.057Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-12-15T15:38:16.955Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-12-15T15:38:18.857Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-12-15T15:38:19.980Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-12-15T15:38:19.980Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-12-15T15:38:19.980Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-12-15T15:38:20.757Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-12-15T15:38:21.716Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-12-15T15:38:23.615Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-12-15T15:38:23.716Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-12-15T15:38:23.716Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-12-15T15:38:23.716Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-12-15T15:38:25.035Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-12-15T15:38:25.253Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-12-15T15:38:25.253Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-12-15T15:38:25.601Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDevicePermissions [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDockerFails [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestEventsAttach [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestEventsCommit [2020-12-15T15:38:25.712Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-12-15T15:38:26.535Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-12-15T15:38:27.894Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-12-15T15:38:27.909Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-12-15T15:38:28.476Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-12-15T15:38:29.412Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-12-15T15:38:31.313Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-12-15T15:38:31.313Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-12-15T15:38:33.217Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-12-15T15:38:34.592Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-12-15T15:38:34.969Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-12-15T15:38:35.938Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-12-15T15:38:43.014Z] === RUN TestDockerSuite/TestEventsCopy [2020-12-15T15:38:46.752Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-12-15T15:38:46.784Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-12-15T15:38:50.064Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-12-15T15:38:50.064Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-12-15T15:38:50.064Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-12-15T15:38:50.064Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-12-15T15:38:50.064Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-12-15T15:38:50.064Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-12-15T15:38:50.064Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-12-15T15:38:50.491Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-12-15T15:38:50.633Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-12-15T15:38:50.633Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-12-15T15:38:51.198Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-12-15T15:38:51.198Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-12-15T15:38:51.457Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-12-15T15:38:51.457Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-12-15T15:38:51.457Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-12-15T15:38:52.030Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-12-15T15:38:52.490Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-12-15T15:38:52.832Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-12-15T15:38:52.832Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-12-15T15:38:53.091Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-12-15T15:38:53.091Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-12-15T15:38:53.091Z] === RUN TestDockerSuite/TestVolumeEvents [2020-12-15T15:38:53.657Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-12-15T15:38:55.030Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-12-15T15:38:55.030Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-12-15T15:38:55.030Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-12-15T15:38:55.397Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-12-15T15:38:56.365Z] === RUN TestDockerSuite/TestEventsFilterType [2020-12-15T15:38:56.824Z] === RUN TestDockerSuite/TestEventsFilters [2020-12-15T15:38:56.930Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-12-15T15:38:59.500Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite (1342.94s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.11s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.73s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.25s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.37s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.44s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s) [2020-12-15T15:38:59.500Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.95s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.81s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.32s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.48s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.96s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.74s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.72s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.75s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.72s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.05s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.73s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAttachDetach (0.99s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.86s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.78s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.71s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.58s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.88s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.66s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.89s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.02s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.15s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.61s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.94s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.70s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.52s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.97s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.33s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.83s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.94s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.22s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.28s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.17s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.08s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.79s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.06s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.94s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.56s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.13s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.30s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.33s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.38s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.48s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.83s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.10s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.41s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.91s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.47s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.58s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.18s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.73s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.40s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.80s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.50s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.28s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.37s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.60s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.38s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.30s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.28s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.65s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.23s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.52s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.42s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.05s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.96s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.37s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.07s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.65s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.66s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.22s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (2.00s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.15s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.05s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.37s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.62s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.70s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.34s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCmd (0.29s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.28s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.29s) [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-12-15T15:38:59.501Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.75s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.48s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.22s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.09s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.45s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.82s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.74s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.55s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.23s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.79s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.43s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.27s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.77s) [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-12-15T15:38:59.501Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-12-15T15:38:59.501Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-12-15T15:38:59.501Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-12-15T15:38:59.501Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.09s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.32s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.89s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.40s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.17s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.97s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.69s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.35s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.40s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.68s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.08s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.44s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.38s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.35s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignore (11.00s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.50s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.23s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (12.24s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.29s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.88s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.02s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.18s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.49s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.50s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.46s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (17.30s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.92s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.62s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.67s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.29s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.41s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.90s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.29s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.98s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnv (1.63s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.60s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.31s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.24s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.99s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.74s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.01s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.93s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.61s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.73s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.21s) [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2020-12-15T15:38:59.501Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.38s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.95s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildExpose (0.35s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.72s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.50s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.39s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFails (0.78s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.07s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.99s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.95s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.45s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.28s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.14s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.35s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.31s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.45s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.20s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.93s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildHistory (2.72s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.50s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.49s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.47s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.99s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLabel (0.46s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.74s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.57s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.36s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLabels (0.32s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.76s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.85s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.10s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.95s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.26s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.23s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.43s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.08s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.34s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.39s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.50s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.28s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.75s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.80s) [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2020-12-15T15:38:59.501Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.88s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.34s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.24s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.23s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.53s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.83s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.68s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.41s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.46s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.34s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.42s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.65s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.93s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.55s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.27s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.27s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.87s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.16s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.14s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.47s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.11s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildPATH (3.04s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.76s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.80s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.03s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.89s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.56s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildRm (2.34s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.82s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.33s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.43s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.47s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.75s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.03s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.82s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.56s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.20s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.51s) [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-12-15T15:38:59.501Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.57s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.76s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildStderr (0.62s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.96s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.64s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.67s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.37s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.62s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.05s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildUser (1.67s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.42s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.13s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.86s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.32s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.91s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.72s) [2020-12-15T15:38:59.501Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.29s) [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-12-15T15:38:59.501Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-12-15T15:38:59.501Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.501Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-12-15T15:38:59.502Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.502Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-12-15T15:38:59.502Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.42s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.71s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.74s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.83s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.16s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.25s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.86s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.83s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.47s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.58s) [2020-12-15T15:38:59.502Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-12-15T15:38:59.502Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.72s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.37s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2020-12-15T15:38:59.502Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-12-15T15:38:59.502Z] docker_cli_sni_test.go:18: Flakey test [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.85s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.77s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCommitChange (0.96s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.68s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.32s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.15s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.68s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCommitTTY (1.32s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.68s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.22s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.81s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.24s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.15s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.53s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.73s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.66s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.71s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.73s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.61s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.97s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.98s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.93s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.70s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.95s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.73s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.97s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.63s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.51s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.63s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.03s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.63s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.48s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.12s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.14s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.58s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.23s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.57s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.88s) [2020-12-15T15:38:59.502Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-12-15T15:38:59.502Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.84s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.54s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.75s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.05s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.82s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.68s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.06s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.57s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.30s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.43s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.32s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.30s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008f0de0_} (1.30s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1256642439_/foo_false____} (1.31s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1256642439_/foo_true____} (1.29s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3272019258_/foo_false____} (1.45s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3272019258_/foo_true____} (1.35s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3272019258_/foo_true__0xc0008f0e40__} (1.44s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008f0e60_} (1.38s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008f0e80_} (1.41s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008f0ec0_} (1.30s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008f0ee0_} (1.31s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.14s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.74s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.21s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.72s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.95s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.61s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.64s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.60s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.89s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.83s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.76s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.33s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.10s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.94s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.03s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.05s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.95s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.05s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.20s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.55s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.11s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.59s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.71s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.12s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.84s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.73s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.29s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.82s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.49s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.25s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.47s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.68s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.65s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.62s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.54s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.81s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.67s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToDot (0.74s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.24s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.10s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToStdout (0.84s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.07s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.30s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.65s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.17s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.49s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.46s) [2020-12-15T15:38:59.502Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-12-15T15:38:59.502Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.05s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.67s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.25s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.07s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateRM (0.15s) [2020-12-15T15:38:59.502Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-12-15T15:38:59.502Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.13s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.43s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.74s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.22s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.14s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.42s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.87s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.49s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.28s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.06s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.51s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.50s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.73s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.07s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.90s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.54s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.00s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.44s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.86s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.02s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.49s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.70s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsAttach (0.78s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsCommit (0.64s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.49s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.43s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.48s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.49s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.18s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.52s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.14s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsCopy (0.83s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.35s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.24s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.92s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.19s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFilters (0.92s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFormat (0.95s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.68s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.22s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.47s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2020-12-15T15:38:59.502Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-12-15T15:38:59.502Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-12-15T15:38:59.502Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-12-15T15:38:59.502Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.47s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.46s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsRename (0.49s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsResize (0.50s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.50s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.62s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.55s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.94s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsTop (0.53s) [2020-12-15T15:38:59.502Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (0.96s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExec (0.52s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.51s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.08s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.51s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.53s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.51s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.61s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.71s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.65s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.32s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecCgroup (1.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecEnv (0.55s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.16s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.52s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecInspectID (2.61s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecInteractive (0.54s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.52s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecParseError (0.47s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.51s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.14s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.77s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.72s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.53s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecTTY (0.65s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.59s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.58s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecUlimits (0.71s) [2020-12-15T15:38:59.503Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-12-15T15:38:59.503Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.22s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.50s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.73s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestExecWithUser (0.60s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.48s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.52s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.55s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.49s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.48s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestHealth (18.84s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.55s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.59s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.51s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImportDisplay (1.10s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImportFile (1.23s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.14s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImportGzipped (1.16s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.10s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.50s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.48s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.47s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.46s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.45s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.46s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.43s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.08s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.43s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s) [2020-12-15T15:38:59.503Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-12-15T15:38:59.503Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.69s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectDefault (0.46s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectHistory (0.56s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-12-15T15:38:59.503Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-12-15T15:38:59.503Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.50s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.50s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.58s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.57s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectStatus (0.64s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.12s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.90s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.67s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.72s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.71s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.54s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.54s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.07s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.20s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.21s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.36s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.36s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.03s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.34s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.38s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.23s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.52s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.03s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.91s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.30s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.79s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.42s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.33s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.45s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.50s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.42s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.51s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.47s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.97s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.89s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.19s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.12s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.04s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.05s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.48s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsSince (6.51s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.44s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.81s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsTail (0.65s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.54s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.48s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.27s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.72s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestNetHostname (1.86s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.34s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.72s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.29s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.45s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPluginActive (1.86s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.43s) [2020-12-15T15:38:59.503Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-12-15T15:38:59.503Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.35s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.25s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.46s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (3.00s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.82s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.71s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.22s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.91s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPortList (6.82s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.91s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.87s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.44s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.45s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.43s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.87s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.29s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.32s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.51s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsByOrder (2.69s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.09s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.16s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.03s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.43s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.67s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.26s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.78s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.31s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.87s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.54s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.45s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.93s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.69s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.93s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.65s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.87s) [2020-12-15T15:38:59.503Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-12-15T15:38:59.503Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.22s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.15s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.08s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.74s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.38s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.21s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.66s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.12s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.83s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.36s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.00s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.04s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.03s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.97s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.43s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.74s) [2020-12-15T15:38:59.503Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.38s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.41s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.06s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.48s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.59s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRmiTag (0.19s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.63s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.69s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.48s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.58s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.85s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAddHost (0.47s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.27s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.65s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.45s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.02s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.42s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.59s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.55s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.85s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.89s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.63s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.75s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.57s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.57s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.80s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.73s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.77s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.48s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.43s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.34s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.62s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.68s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.73s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.55s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.40s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.46s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.44s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.72s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.52s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.47s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.42s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.45s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.97s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.94s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.89s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.44s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.48s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.50s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.42s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.14s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.99s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.11s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.53s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.52s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.15s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.68s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.53s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-12-15T15:38:59.504Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.67s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.36s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.09s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.59s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.50s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.14s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.55s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.51s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.33s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.06s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.68s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.48s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.49s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.63s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.44s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.45s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.51s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.44s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunExitCode (0.53s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.67s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.76s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.80s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.51s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.57s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.01s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.33s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-12-15T15:38:59.504Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.23s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.57s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.95s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.06s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.02s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.04s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.03s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.67s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.44s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.24s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.42s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.62s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.35s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.34s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.64s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.87s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.69s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.94s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.14s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.87s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.89s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunMount (3.75s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.43s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.45s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.90s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.37s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.89s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.29s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.48s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.11s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.29s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.45s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNetHost (0.91s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.67s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.55s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.72s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.36s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.13s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.58s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.68s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.57s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.53s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.58s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.47s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.45s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.00s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.60s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.42s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.43s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.41s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.46s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.47s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.47s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.02s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.57s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.95s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunRm (0.50s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.70s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.62s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.65s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.63s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.55s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.90s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.64s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.71s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.48s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.59s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.71s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.68s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.59s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.46s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.64s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.68s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.62s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunState (1.24s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.54s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.63s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.62s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.59s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunSysctls (1.00s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.08s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.03s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.52s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.80s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.54s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.66s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.25s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.79s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.46s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.44s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.44s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.37s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.02s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUserByID (0.44s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.71s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUserByName (0.54s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.57s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.77s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.60s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.68s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.71s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.94s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.07s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.80s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.84s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.53s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.15s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.02s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.64s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.56s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.32s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.62s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.54s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.47s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.05s) [2020-12-15T15:38:59.504Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s) [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-12-15T15:38:59.504Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-12-15T15:38:59.504Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.81s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.58s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.46s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.46s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.15s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.44s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.41s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.45s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.90s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.44s) [2020-12-15T15:38:59.505Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-12-15T15:38:59.505Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.30s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.87s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.45s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.42s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.68s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.70s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.84s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.06s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.32s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.54s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.66s) [2020-12-15T15:38:59.505Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents147376735 [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.10s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.17s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.13s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.39s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.50s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.91s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.95s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.64s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.61s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.85s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.57s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.54s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.50s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStartRecordError (1.02s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.11s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.25s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.69s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.16s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.55s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.48s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.52s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.76s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.57s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.70s) [2020-12-15T15:38:59.505Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-12-15T15:38:59.505Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.60s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.16s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.98s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.61s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.70s) [2020-12-15T15:38:59.505Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-12-15T15:38:59.505Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.64s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.19s) [2020-12-15T15:38:59.505Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-12-15T15:38:59.505Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.06s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.60s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.57s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.05s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateStats (3.49s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.87s) [2020-12-15T15:38:59.505Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-12-15T15:38:59.505Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.67s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.53s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.27s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.20s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.04s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.41s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.17s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.95s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.68s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.34s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.87s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.88s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.43s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.52s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.69s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.84s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.44s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.05s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.46s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.47s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.58s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.41s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.49s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.29s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.73s) [2020-12-15T15:38:59.505Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.38s) [2020-12-15T15:38:59.505Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-12-15T15:38:59.505Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-12-15T15:38:59.505Z] === RUN TestDockerRegistrySuite [2020-12-15T15:38:59.505Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-12-15T15:39:00.444Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-12-15T15:39:00.562Z] === RUN TestDockerSuite/TestEventsFormat [2020-12-15T15:39:01.381Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-12-15T15:39:02.757Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-12-15T15:39:02.757Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-12-15T15:39:04.299Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-12-15T15:39:04.299Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-12-15T15:39:04.299Z] === RUN TestDockerSuite/TestEventsImageImport [2020-12-15T15:39:04.299Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-12-15T15:39:04.299Z] === RUN TestDockerSuite/TestEventsImagePull [2020-12-15T15:39:04.299Z] === RUN TestDockerSuite/TestEventsImageTag [2020-12-15T15:39:04.659Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-12-15T15:39:05.267Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-12-15T15:39:05.267Z] === RUN TestDockerSuite/TestEventsRename [2020-12-15T15:39:05.594Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-12-15T15:39:06.805Z] === RUN TestDockerSuite/TestEventsResize [2020-12-15T15:39:08.989Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-12-15T15:39:10.527Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-12-15T15:39:12.156Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-12-15T15:39:12.156Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-12-15T15:39:12.728Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-12-15T15:39:14.693Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-12-15T15:39:16.069Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-12-15T15:39:16.467Z] === RUN TestDockerSuite/TestEventsTop [2020-12-15T15:39:16.467Z] === RUN TestDockerSuite/TestEventsUntag [2020-12-15T15:39:17.027Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-12-15T15:39:17.962Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-12-15T15:39:18.896Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-12-15T15:39:19.381Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-12-15T15:39:20.271Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-12-15T15:39:20.836Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-12-15T15:39:22.211Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-12-15T15:39:22.288Z] === RUN TestDockerSuite/TestExec [2020-12-15T15:39:22.288Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-12-15T15:39:22.288Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-12-15T15:39:23.826Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-12-15T15:39:24.113Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-12-15T15:39:24.796Z] === RUN TestDockerSuite/TestExecAPIStart [2020-12-15T15:39:24.796Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-12-15T15:39:24.796Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-12-15T15:39:24.796Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-12-15T15:39:25.489Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-12-15T15:39:26.334Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-12-15T15:39:26.425Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-12-15T15:39:27.873Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-12-15T15:39:28.955Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-12-15T15:39:29.413Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-12-15T15:39:29.521Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-12-15T15:39:29.521Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-12-15T15:39:30.895Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-12-15T15:39:30.950Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-12-15T15:39:31.461Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-12-15T15:39:32.396Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-12-15T15:39:33.860Z] === RUN TestDockerSuite/TestExecCgroup [2020-12-15T15:39:33.860Z] === RUN TestDockerSuite/TestExecEnv [2020-12-15T15:39:33.860Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-12-15T15:39:33.860Z] === RUN TestDockerSuite/TestExecExitStatus [2020-12-15T15:39:34.926Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-12-15T15:39:34.926Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-12-15T15:39:35.398Z] === RUN TestDockerSuite/TestExecInspectID [2020-12-15T15:39:36.342Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-12-15T15:39:36.342Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-12-15T15:39:36.599Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-12-15T15:39:36.857Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-12-15T15:39:37.116Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-12-15T15:39:37.373Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-12-15T15:39:37.631Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-12-15T15:39:38.305Z] === RUN TestDockerSuite/TestExecInteractive [2020-12-15T15:39:38.305Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-12-15T15:39:38.305Z] === RUN TestDockerSuite/TestExecParseError [2020-12-15T15:39:38.305Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-12-15T15:39:38.566Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-12-15T15:39:38.779Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-12-15T15:39:38.779Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-12-15T15:39:39.942Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-12-15T15:39:40.318Z] === RUN TestDockerSuite/TestExecSetEnv [2020-12-15T15:39:40.318Z] === RUN TestDockerSuite/TestExecStartFails [2020-12-15T15:39:40.318Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-12-15T15:39:40.318Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-12-15T15:39:40.318Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-12-15T15:39:40.318Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-12-15T15:39:40.876Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-12-15T15:39:41.811Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-12-15T15:39:42.497Z] === RUN TestDockerSuite/TestExecUlimits [2020-12-15T15:39:42.497Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-12-15T15:39:42.745Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite (44.40s) [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.17s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d2eaa146e7134] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.04s) [2020-12-15T15:39:43.678Z] check_test.go:196: [da3fd5f9eaf57] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.29s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d20f627d83675] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2020-12-15T15:39:43.678Z] check_test.go:196: [df10cab1fdda8] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.97s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d1e32f60ebe1a] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.54s) [2020-12-15T15:39:43.678Z] check_test.go:196: [ddfbf17448d89] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.40s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d20568f2f64b2] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.19s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d509856e99117] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.02s) [2020-12-15T15:39:43.678Z] check_test.go:196: [da757b0e6def8] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.03s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d852bf8430f75] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.06s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d464af4ce1af4] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.02s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d77b56fc4ef7c] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.92s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d853792374a61] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.02s) [2020-12-15T15:39:43.678Z] check_test.go:196: [dc6120b1a9930] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.86s) [2020-12-15T15:39:43.678Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a0092b82d3612a7d3cf348cdf5ae424fb40ce183613ead9ff3e4b30d294d0aa7 [2020-12-15T15:39:43.678Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:bddf21884d646253d20890ed1e5967243110bd404b8db4f812a201f19bfb684a [2020-12-15T15:39:43.678Z] check_test.go:196: [de614f8cd9f3e] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.71s) [2020-12-15T15:39:43.678Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:cf98b66b5807f0142978bed639bff26f5665b85812b390cb44ac1d47c18525c2 [2020-12-15T15:39:43.678Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:394512acc71a15f61c990feeb0e4d41217fce54a3688f00c57d89692398c718e [2020-12-15T15:39:43.678Z] check_test.go:196: [d27c05d9e9665] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.95s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d49db455a9077] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.11s) [2020-12-15T15:39:43.678Z] check_test.go:196: [da793d860bbb4] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d98cb8d07add6] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-12-15T15:39:43.678Z] check_test.go:196: [d62365a44a18e] daemon is not started [2020-12-15T15:39:43.678Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d8bdeb5f9a0c4] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.94s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d0a74d96d4598] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d706a38401bce] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.26s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d0b53de94423f] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d77df79c5b9e1] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.02s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d331af7f6de8f] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d732ec048221a] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d269ac00edbd8] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2020-12-15T15:39:43.679Z] check_test.go:196: [dbdd2c1432a82] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2020-12-15T15:39:43.679Z] check_test.go:196: [dc2f2025ef809] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.39s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d9d1350693809] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-12-15T15:39:43.679Z] check_test.go:196: [de4202f62a2b3] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.98s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d4e8cef5b16af] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.39s) [2020-12-15T15:39:43.679Z] check_test.go:196: [dcafab1948dd0] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.79s) [2020-12-15T15:39:43.679Z] check_test.go:196: [d929a3c21c06f] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.96s) [2020-12-15T15:39:43.679Z] check_test.go:196: [dce52ca72c7f7] daemon is not started [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.01s) [2020-12-15T15:39:43.679Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2020-12-15T15:39:43.679Z] === RUN TestDockerSchema1RegistrySuite [2020-12-15T15:39:43.679Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-12-15T15:39:43.679Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-12-15T15:39:46.961Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-12-15T15:39:48.301Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-12-15T15:39:48.301Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-12-15T15:39:48.301Z] === RUN TestDockerSuite/TestExecWithUser [2020-12-15T15:39:48.301Z] === RUN TestDockerSuite/TestGetContainerStats [2020-12-15T15:39:51.144Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-12-15T15:39:52.998Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-12-15T15:39:53.674Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-12-15T15:39:54.240Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-12-15T15:39:55.187Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-12-15T15:39:55.450Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-12-15T15:39:56.389Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-12-15T15:39:57.325Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-12-15T15:39:58.260Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-12-15T15:39:58.793Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-12-15T15:40:00.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-12-15T15:40:00.789Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-12-15T15:40:00.976Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-12-15T15:40:01.354Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-12-15T15:40:01.354Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-12-15T15:40:01.613Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-12-15T15:40:01.871Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-12-15T15:40:02.438Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite (18.94s) [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-12-15T15:40:02.438Z] check_test.go:223: [df20d5324fffe] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.73s) [2020-12-15T15:40:02.438Z] check_test.go:223: [dacaa127a929d] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.19s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d9aa114fd44c5] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.72s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d49e4c73b8659] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.95s) [2020-12-15T15:40:02.438Z] check_test.go:223: [df0b93c01db89] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d217af3963175] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2020-12-15T15:40:02.438Z] check_test.go:223: [ddc6c99d720e6] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d3c47bbe62b33] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d3c5458df1802] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d9eb0d2c04b78] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.35s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d26f9866721eb] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d9b63136e3145] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.40s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d8fdb75c54c8d] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-12-15T15:40:02.438Z] check_test.go:223: [ddaa7fcd7c1b7] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d8a9edfa5acaa] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d8783843350b5] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d23ad4d0dd51c] daemon is not started [2020-12-15T15:40:02.438Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-12-15T15:40:02.438Z] check_test.go:223: [d3d28ca472b48] daemon is not started [2020-12-15T15:40:02.438Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-12-15T15:40:02.438Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-12-15T15:40:03.373Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-12-15T15:40:03.631Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-12-15T15:40:03.889Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-12-15T15:40:04.824Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-12-15T15:40:05.081Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-12-15T15:40:05.648Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-12-15T15:40:06.215Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-12-15T15:40:06.215Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.81s) [2020-12-15T15:40:06.215Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.78s) [2020-12-15T15:40:06.215Z] check_test.go:252: [dfcb16e20fee8] daemon is not started [2020-12-15T15:40:06.215Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s) [2020-12-15T15:40:06.215Z] check_test.go:252: [dd520bd004d3c] daemon is not started [2020-12-15T15:40:06.215Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-12-15T15:40:06.215Z] check_test.go:252: [d5fbce1a9be16] daemon is not started [2020-12-15T15:40:06.215Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.09s) [2020-12-15T15:40:06.215Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2020-12-15T15:40:06.215Z] check_test.go:252: [d74223bcab5e6] daemon is not started [2020-12-15T15:40:06.215Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s) [2020-12-15T15:40:06.215Z] check_test.go:252: [df042adedb059] daemon is not started [2020-12-15T15:40:06.215Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) [2020-12-15T15:40:06.215Z] check_test.go:252: [d1d691ae125e1] daemon is not started [2020-12-15T15:40:06.215Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-12-15T15:40:06.215Z] check_test.go:252: [df34ee515d95f] daemon is not started [2020-12-15T15:40:06.215Z] === RUN TestDockerRegistryAuthTokenSuite [2020-12-15T15:40:06.215Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-12-15T15:40:06.772Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-12-15T15:40:06.773Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-12-15T15:40:06.773Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-12-15T15:40:06.773Z] === RUN TestDockerSuite/TestHealth [2020-12-15T15:40:06.773Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-12-15T15:40:06.773Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-12-15T15:40:06.773Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-12-15T15:40:06.773Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-12-15T15:40:10.508Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-12-15T15:40:10.969Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-12-15T15:40:10.969Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-12-15T15:40:10.969Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-12-15T15:40:10.969Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-12-15T15:40:10.969Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-12-15T15:40:11.429Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-12-15T15:40:11.429Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-12-15T15:40:11.475Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-12-15T15:40:11.475Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-12-15T15:40:11.733Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-12-15T15:40:11.733Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-12-15T15:40:11.990Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2020-12-15T15:40:11.990Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-12-15T15:40:11.990Z] check_test.go:279: [d4eeb8dc0c385] daemon is not started [2020-12-15T15:40:11.990Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-12-15T15:40:11.990Z] check_test.go:279: [d014c4ea61cdf] daemon is not started [2020-12-15T15:40:11.990Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-12-15T15:40:11.990Z] check_test.go:279: [d5dbd35de31e3] daemon is not started [2020-12-15T15:40:11.990Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-12-15T15:40:11.990Z] check_test.go:279: [d20f852afe43e] daemon is not started [2020-12-15T15:40:11.990Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-12-15T15:40:11.990Z] check_test.go:279: [d07518111554c] daemon is not started [2020-12-15T15:40:11.990Z] === RUN TestDockerNetworkSuite [2020-12-15T15:40:11.990Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-12-15T15:40:12.396Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-12-15T15:40:12.396Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-12-15T15:40:13.935Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-12-15T15:40:13.935Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-12-15T15:40:14.518Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-12-15T15:40:15.093Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-12-15T15:40:15.472Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-12-15T15:40:17.620Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-12-15T15:40:17.651Z] === RUN TestDockerSuite/TestImagesFormat [2020-12-15T15:40:17.651Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-12-15T15:40:17.651Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-12-15T15:40:19.519Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-12-15T15:40:21.389Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-12-15T15:40:21.389Z] === RUN TestDockerSuite/TestImportBadURL [2020-12-15T15:40:22.046Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-12-15T15:40:23.421Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-12-15T15:40:23.569Z] === RUN TestDockerSuite/TestImportDisplay [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestImportFile [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestImportGzipped [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-12-15T15:40:23.570Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-12-15T15:40:25.113Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-12-15T15:40:27.302Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-12-15T15:40:27.302Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-12-15T15:40:27.302Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-12-15T15:40:27.302Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-12-15T15:40:27.302Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-12-15T15:40:28.689Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-12-15T15:40:28.840Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-12-15T15:40:28.840Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-12-15T15:40:31.019Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-12-15T15:40:31.019Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-12-15T15:40:31.019Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-12-15T15:40:31.019Z] === RUN TestDockerSuite/TestInspectDefault [2020-12-15T15:40:31.218Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-12-15T15:40:32.155Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-12-15T15:40:32.414Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-12-15T15:40:32.557Z] === RUN TestDockerSuite/TestInspectHistory [2020-12-15T15:40:32.981Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-12-15T15:40:33.916Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-12-15T15:40:34.848Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-12-15T15:40:34.848Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-12-15T15:40:35.107Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-12-15T15:40:36.068Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-12-15T15:40:36.068Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-12-15T15:40:36.068Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-12-15T15:40:36.292Z] === RUN TestDockerSuite/TestInspectImage [2020-12-15T15:40:36.292Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-12-15T15:40:36.292Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-12-15T15:40:36.292Z] === RUN TestDockerSuite/TestInspectInt64 [2020-12-15T15:40:36.326Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-12-15T15:40:37.259Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-12-15T15:40:37.829Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-12-15T15:40:38.193Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-12-15T15:40:38.193Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-12-15T15:40:38.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-12-15T15:40:38.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-12-15T15:40:39.365Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-12-15T15:40:39.824Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-12-15T15:40:40.981Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-12-15T15:40:41.362Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-12-15T15:40:42.883Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-12-15T15:40:42.900Z] === RUN TestDockerSuite/TestInspectPlugin [2020-12-15T15:40:42.900Z] === RUN TestDockerSuite/TestInspectRootFS [2020-12-15T15:40:42.900Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-12-15T15:40:44.436Z] === RUN TestDockerSuite/TestInspectStatus [2020-12-15T15:40:46.614Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-12-15T15:40:49.444Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-12-15T15:40:49.444Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-12-15T15:40:49.522Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-12-15T15:40:49.704Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-12-15T15:40:49.704Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-12-15T15:40:49.962Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-12-15T15:40:49.962Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-12-15T15:40:50.220Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-12-15T15:40:50.220Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-12-15T15:40:51.699Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-12-15T15:40:52.749Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-12-15T15:40:52.749Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-12-15T15:40:52.749Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-12-15T15:40:53.238Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-12-15T15:40:53.315Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-12-15T15:40:54.207Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-12-15T15:40:56.387Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-12-15T15:40:57.501Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-12-15T15:40:57.926Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-12-15T15:40:59.463Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-12-15T15:40:59.463Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-12-15T15:40:59.463Z] === RUN TestDockerSuite/TestLinksEnvs [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-12-15T15:40:59.923Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-12-15T15:41:00.051Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-12-15T15:41:00.051Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-12-15T15:41:00.617Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-12-15T15:41:01.464Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-12-15T15:41:02.519Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-12-15T15:41:02.519Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-12-15T15:41:03.004Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-12-15T15:41:03.086Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-12-15T15:41:03.345Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-12-15T15:41:04.279Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-12-15T15:41:07.698Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-12-15T15:41:09.543Z] --- PASS: TestDockerNetworkSuite (57.69s) [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.26s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [da60920579a07] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.72s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dd69bd2528d38] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.77s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [df8df51aae841] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.50s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [de600e5ade176] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.57s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:1233: [ddb0f67e1007e] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.43s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d531bb80c6e67] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.34s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d19e16888ec3c] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.28s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d7f1eff8612bc] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.14s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [db3d0f12268bf] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dc0faff11e6bb] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dd6645da7e3fd] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.90s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d196ddfbf20b2] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.91s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dcc389623408b] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dcfd75f1251c4] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dc15b3cdac9f1] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.72s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d856c1e41889f] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d8ad41fe57236] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d6731717b57c3] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d4b7d52b9e447] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.77s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [db097d74da055] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.10s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d629410d8f62f] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.06s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dbc197606cac5] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.22s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [db8be8c890647] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [df9bc9bada73e] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.38s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:968: [dc6228dcb76f0] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.70s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d041e37509561] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.98s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:1116: [d94d53bf8041b] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.26s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [df71a19f65380] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.80s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d2420bfa5d4c0] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dc36293bc6b09] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d091f8895a03c] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dc0018405bf3c] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d903e3b1a87da] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dbf2c8a988234] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.38s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [dec018c63dbc2] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d1e23a5649485] daemon is not started [2020-12-15T15:41:09.544Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d5ecaef4b5db3] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.77s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [db2859e20e1e9] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.44s) [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.09s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:1084: [db50a28937d1f] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [db1322e1fa8f6] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.79s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d0c4eea0cf390] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.53s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d779b2862938a] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d92cfac49c0b3] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d0020399e43b8] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d8b1496490669] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.95s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [d76234816ac2e] daemon is not started [2020-12-15T15:41:09.544Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.30s) [2020-12-15T15:41:09.544Z] docker_cli_network_unix_test.go:46: [da2a8aa7a9039] daemon is not started [2020-12-15T15:41:09.544Z] === RUN TestDockerHubPullSuite [2020-12-15T15:41:09.544Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-12-15T15:41:09.878Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-12-15T15:41:09.878Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-12-15T15:41:10.477Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-12-15T15:41:11.418Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-12-15T15:41:11.418Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-12-15T15:41:11.859Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-12-15T15:41:14.393Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-12-15T15:41:14.393Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-12-15T15:41:14.959Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-12-15T15:41:17.211Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-12-15T15:41:19.143Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-12-15T15:41:19.143Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-12-15T15:41:19.402Z] --- PASS: TestDockerHubPullSuite (9.63s) [2020-12-15T15:41:19.402Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.18s) [2020-12-15T15:41:19.402Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.28s) [2020-12-15T15:41:19.402Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.68s) [2020-12-15T15:41:19.402Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (3.94s) [2020-12-15T15:41:19.402Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.44s) [2020-12-15T15:41:19.402Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.10s) [2020-12-15T15:41:19.402Z] PASS [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === Skipped [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-12-15T15:41:19.402Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-12-15T15:41:19.402Z] docker_cli_sni_test.go:18: Flakey test [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-12-15T15:41:19.402Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-12-15T15:41:19.402Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-12-15T15:41:19.402Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-12-15T15:41:19.402Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-12-15T15:41:19.402Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-12-15T15:41:19.402Z] [2020-12-15T15:41:19.402Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-12-15T15:41:19.402Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2020-12-15T15:41:19.403Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2020-12-15T15:41:19.403Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-12-15T15:41:19.403Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-12-15T15:41:19.403Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.02s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.02s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-12-15T15:41:19.403Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2020-12-15T15:41:19.403Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-12-15T15:41:19.403Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-12-15T15:41:19.403Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-12-15T15:41:19.403Z] docker_cli_network_unix_test.go:46: [d5ecaef4b5db3] daemon is not started [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] [2020-12-15T15:41:19.403Z] DONE 1274 tests, 51 skipped in 1523.489s [2020-12-15T15:41:19.403Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-15T15:41:19.403Z] ++++ cat bundles/test-integration/docker.pid [2020-12-15T15:41:19.403Z] +++ kill 8159 [2020-12-15T15:41:20.339Z] +++ /etc/init.d/apparmor stop [2020-12-15T15:41:20.339Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-15T15:41:20.339Z] [2020-12-15T15:41:20.339Z] Unloading profiles will leave already running processes permanently [2020-12-15T15:41:20.339Z] unconfined, which can lead to unexpected situations. [2020-12-15T15:41:20.339Z] [2020-12-15T15:41:20.339Z] To set a process to complain mode, use the command line tool [2020-12-15T15:41:20.339Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-15T15:41:20.339Z] +++ true [2020-12-15T15:41:20.339Z] exiting test-integration [2020-12-15T15:41:20.339Z] ++ exit 0 [2020-12-15T15:41:20.339Z] [2020-12-15T15:41:20.906Z] + for job in $(jobs -p) [2020-12-15T15:41:20.906Z] + wait 18494 [2020-12-15T15:41:21.839Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-12-15T15:41:21.901Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-12-15T15:41:27.694Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-12-15T15:41:28.394Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-12-15T15:41:29.232Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-12-15T15:41:30.292Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-12-15T15:41:31.413Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-12-15T15:41:31.413Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-12-15T15:41:32.951Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-12-15T15:41:35.552Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-12-15T15:41:36.927Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-12-15T15:41:40.025Z] === RUN TestDockerSuite/TestLogsSince [2020-12-15T15:41:40.206Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-12-15T15:41:40.206Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-12-15T15:41:45.469Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-12-15T15:41:46.034Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-12-15T15:41:46.610Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-12-15T15:41:48.597Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-12-15T15:41:48.597Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-12-15T15:41:48.597Z] === RUN TestDockerSuite/TestLogsTail [2020-12-15T15:41:49.148Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-12-15T15:41:49.565Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-12-15T15:41:51.747Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestMountIntoProc [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestMountIntoSys [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestNetHostname [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestPluginActive [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-12-15T15:41:53.285Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-12-15T15:41:53.747Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-12-15T15:41:53.747Z] === RUN TestDockerSuite/TestPortHostBinding [2020-12-15T15:41:53.747Z] === RUN TestDockerSuite/TestPortList [2020-12-15T15:41:53.747Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-12-15T15:42:02.329Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-12-15T15:42:02.329Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-12-15T15:42:02.329Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-12-15T15:42:02.329Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-12-15T15:42:02.329Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-12-15T15:42:02.329Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-12-15T15:42:02.329Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-12-15T15:42:02.329Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-12-15T15:42:02.329Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-12-15T15:42:02.329Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-12-15T15:42:05.238Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-12-15T15:42:05.238Z] === RUN TestDockerSuite/TestPsByOrder [2020-12-15T15:42:12.332Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-12-15T15:42:12.332Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-12-15T15:42:20.914Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-12-15T15:42:35.732Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-12-15T15:42:35.733Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-12-15T15:42:35.733Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-12-15T15:42:45.353Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-12-15T15:42:48.117Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-12-15T15:42:52.805Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-12-15T15:42:58.599Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-12-15T15:43:01.506Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-12-15T15:43:01.506Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-12-15T15:43:01.506Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-12-15T15:43:05.245Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-12-15T15:43:05.245Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-12-15T15:43:05.245Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-12-15T15:43:05.245Z] === RUN TestDockerSuite/TestPsRightTagName [2020-12-15T15:43:05.245Z] === RUN TestDockerSuite/TestPsShowMounts [2020-12-15T15:43:09.934Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-12-15T15:43:09.934Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-12-15T15:43:12.111Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-12-15T15:43:12.111Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-12-15T15:43:13.078Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-12-15T15:43:14.046Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-12-15T15:43:14.046Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-12-15T15:43:22.626Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-12-15T15:43:29.701Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-12-15T15:43:31.238Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-12-15T15:43:32.009Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-12-15T15:43:44.216Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-12-15T15:43:47.495Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-12-15T15:43:48.939Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-12-15T15:43:48.939Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-12-15T15:43:53.641Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-12-15T15:43:53.641Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-12-15T15:43:53.641Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-12-15T15:43:54.100Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-12-15T15:43:57.835Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-12-15T15:44:06.413Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-12-15T15:44:06.413Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-12-15T15:44:08.592Z] === RUN TestDockerSuite/TestRmiBlank [2020-12-15T15:44:08.592Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-12-15T15:44:09.050Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-12-15T15:44:21.442Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-12-15T15:44:22.410Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-12-15T15:44:23.377Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-12-15T15:44:29.170Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-12-15T15:44:32.906Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-12-15T15:44:38.705Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-12-15T15:44:42.443Z] === RUN TestDockerSuite/TestRmiTag [2020-12-15T15:44:43.410Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-12-15T15:44:44.946Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-12-15T15:44:59.759Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-12-15T15:45:00.726Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-12-15T15:45:05.421Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-12-15T15:45:05.421Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-12-15T15:45:05.421Z] === RUN TestDockerSuite/TestRunAddHost [2020-12-15T15:45:05.421Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-12-15T15:45:05.880Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-12-15T15:45:05.880Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-12-15T15:45:05.880Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-12-15T15:45:05.880Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-12-15T15:45:05.880Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-12-15T15:45:07.417Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-12-15T15:45:07.417Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-12-15T15:45:07.417Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-12-15T15:45:11.151Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-12-15T15:45:12.689Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-12-15T15:45:14.873Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-12-15T15:45:16.413Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-12-15T15:45:17.953Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-12-15T15:45:17.953Z] === RUN TestDockerSuite/TestRunBindMounts [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-12-15T15:45:21.687Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-12-15T15:45:23.226Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-12-15T15:45:23.227Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-12-15T15:45:25.403Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-12-15T15:45:25.403Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-12-15T15:45:25.403Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-12-15T15:45:26.951Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-12-15T15:45:26.951Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-12-15T15:45:26.951Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-12-15T15:45:26.951Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-12-15T15:45:26.951Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-12-15T15:45:26.951Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-12-15T15:45:27.410Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-12-15T15:45:27.410Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-12-15T15:45:28.948Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-12-15T15:45:31.127Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-12-15T15:45:32.663Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-12-15T15:45:32.663Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-12-15T15:45:32.663Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-12-15T15:45:32.663Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-12-15T15:45:34.199Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-12-15T15:45:34.199Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-12-15T15:45:34.199Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-12-15T15:45:34.199Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-12-15T15:45:34.199Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-12-15T15:45:35.735Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-12-15T15:45:40.425Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-12-15T15:45:40.425Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-12-15T15:45:40.425Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-12-15T15:45:40.425Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-12-15T15:45:40.425Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-12-15T15:45:40.425Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-12-15T15:45:40.425Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-12-15T15:45:41.964Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-12-15T15:45:41.964Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-12-15T15:45:41.964Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-12-15T15:45:41.964Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-12-15T15:45:43.502Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-12-15T15:45:45.679Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-12-15T15:45:45.679Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-12-15T15:45:47.217Z] === RUN TestDockerSuite/TestRunEnvironment [2020-12-15T15:45:47.217Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-12-15T15:45:47.217Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-12-15T15:45:47.217Z] === RUN TestDockerSuite/TestRunExitCode [2020-12-15T15:45:48.752Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-12-15T15:45:50.288Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-12-15T15:45:51.825Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-12-15T15:45:53.926Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-12-15T15:45:54.002Z] === RUN TestDockerSuite/TestRunExposePort [2020-12-15T15:45:54.002Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-12-15T15:45:54.002Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-12-15T15:45:54.002Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-12-15T15:45:54.002Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-12-15T15:45:54.002Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-12-15T15:45:54.002Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-12-15T15:45:54.002Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-12-15T15:45:54.002Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-12-15T15:46:02.574Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-12-15T15:46:02.574Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-12-15T15:46:02.574Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-12-15T15:46:02.574Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-12-15T15:46:02.574Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-12-15T15:46:02.574Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-12-15T15:46:02.574Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-12-15T15:46:03.887Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-12-15T15:46:04.174Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-12-15T15:46:04.435Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-12-15T15:46:04.435Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-12-15T15:46:04.693Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-12-15T15:46:05.257Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-12-15T15:46:07.784Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-12-15T15:46:08.367Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-12-15T15:46:08.367Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunModeHostname [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunMount [2020-12-15T15:46:09.334Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-12-15T15:46:09.802Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-12-15T15:46:09.802Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-12-15T15:46:09.802Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-12-15T15:46:11.067Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-12-15T15:46:12.439Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-12-15T15:46:14.490Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-12-15T15:46:14.490Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-12-15T15:46:14.490Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-12-15T15:46:14.490Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-12-15T15:46:18.227Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNetHost [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-12-15T15:46:21.965Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-12-15T15:46:22.932Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-12-15T15:46:24.471Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-12-15T15:46:26.651Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-12-15T15:46:27.620Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-12-15T15:46:29.161Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-12-15T15:46:29.620Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-12-15T15:46:29.620Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-12-15T15:46:29.620Z] === RUN TestDockerSuite/TestRunPortInUse [2020-12-15T15:46:29.620Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-12-15T15:46:29.620Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-12-15T15:46:29.620Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-12-15T15:46:29.620Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-12-15T15:46:29.620Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-12-15T15:46:31.798Z] === RUN TestDockerSuite/TestRunPublishPort [2020-12-15T15:46:31.798Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-12-15T15:46:31.798Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-12-15T15:46:31.798Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-12-15T15:46:31.798Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-12-15T15:46:31.798Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-12-15T15:46:38.875Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-12-15T15:46:38.875Z] === RUN TestDockerSuite/TestRunRm [2020-12-15T15:46:44.672Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-12-15T15:46:49.367Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-12-15T15:46:50.905Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-12-15T15:46:53.094Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-12-15T15:46:54.066Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-12-15T15:46:56.248Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-12-15T15:46:56.248Z] === RUN TestDockerSuite/TestRunState [2020-12-15T15:46:56.248Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-12-15T15:46:57.786Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-12-15T15:46:57.786Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-12-15T15:46:59.325Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-12-15T15:46:59.325Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-12-15T15:46:59.325Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-12-15T15:46:59.325Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-12-15T15:46:59.784Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-12-15T15:46:59.784Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUserByID [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUserByName [2020-12-15T15:47:04.476Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-12-15T15:47:05.445Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-12-15T15:47:05.445Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-12-15T15:47:06.981Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-12-15T15:47:07.440Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-12-15T15:47:07.440Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-12-15T15:47:08.643Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-12-15T15:47:08.643Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-12-15T15:47:09.578Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-12-15T15:47:09.620Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-12-15T15:47:11.477Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-12-15T15:47:14.765Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-12-15T15:47:16.665Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-12-15T15:47:19.943Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-12-15T15:47:22.848Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-12-15T15:47:27.541Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-12-15T15:47:27.541Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-12-15T15:47:27.541Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-12-15T15:47:29.077Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-12-15T15:47:30.615Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-12-15T15:47:32.794Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-12-15T15:47:32.794Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-12-15T15:47:32.794Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-12-15T15:47:32.794Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-12-15T15:47:32.794Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-12-15T15:47:32.794Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-12-15T15:47:32.794Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-12-15T15:47:32.794Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-12-15T15:47:32.794Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-12-15T15:47:35.700Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-12-15T15:47:37.238Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-12-15T15:47:38.579Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-12-15T15:47:38.776Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveImageId [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-12-15T15:47:42.512Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-12-15T15:47:44.690Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-12-15T15:47:45.149Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-12-15T15:47:45.609Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-12-15T15:47:45.609Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-12-15T15:47:47.146Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-12-15T15:47:48.541Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-12-15T15:47:50.440Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-12-15T15:47:52.967Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-12-15T15:47:55.528Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-12-15T15:47:57.477Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-12-15T15:47:57.477Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-12-15T15:48:03.272Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-12-15T15:48:03.272Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-12-15T15:48:03.632Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-12-15T15:48:06.176Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-12-15T15:48:06.176Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-12-15T15:48:06.176Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-12-15T15:48:06.176Z] === RUN TestDockerSuite/TestStartRecordError [2020-12-15T15:48:06.176Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-12-15T15:48:07.814Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-12-15T15:48:10.341Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-12-15T15:48:12.239Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-12-15T15:48:14.138Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-12-15T15:48:14.746Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-12-15T15:48:14.746Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-12-15T15:48:14.746Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-12-15T15:48:14.746Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-12-15T15:48:14.746Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-12-15T15:48:14.746Z] === RUN TestDockerSuite/TestStatsNoStream [2020-12-15T15:48:14.746Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-12-15T15:48:15.714Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-12-15T15:48:16.665Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-12-15T15:48:17.905Z] === RUN TestDockerSuite/TestTopPrivileged [2020-12-15T15:48:17.905Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-12-15T15:48:18.874Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-12-15T15:48:19.192Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-12-15T15:48:19.333Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-12-15T15:48:19.333Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-12-15T15:48:19.333Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-12-15T15:48:19.333Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-12-15T15:48:19.333Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-12-15T15:48:19.333Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-12-15T15:48:21.096Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-12-15T15:48:37.015Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-12-15T15:48:37.015Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-12-15T15:48:37.015Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-12-15T15:48:37.015Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-12-15T15:48:37.015Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-12-15T15:48:37.015Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-12-15T15:48:37.015Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-12-15T15:48:37.474Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-12-15T15:48:37.474Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-12-15T15:48:39.652Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-12-15T15:48:39.652Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-12-15T15:48:40.111Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-12-15T15:48:40.111Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-12-15T15:48:40.570Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-12-15T15:48:46.365Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-12-15T15:48:46.365Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-12-15T15:48:46.823Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-12-15T15:48:46.823Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-12-15T15:48:46.823Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-12-15T15:48:52.618Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-12-15T15:48:52.618Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-12-15T15:48:52.618Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-12-15T15:48:59.691Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-12-15T15:48:59.691Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite (2027.00s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-12-15T15:49:00.152Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-12-15T15:49:00.152Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.65s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.35s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (144.66s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.68s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-12-15T15:49:00.152Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-12-15T15:49:00.152Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-12-15T15:49:00.152Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-12-15T15:49:00.152Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-12-15T15:49:00.152Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-12-15T15:49:00.152Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-12-15T15:49:00.152Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-12-15T15:49:00.152Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.53s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-12-15T15:49:00.152Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-12-15T15:49:00.152Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.63s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.68s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.38s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.22s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (89.79s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2020-12-15T15:49:00.152Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.83s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.45s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.52s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.62s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.48s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.02s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.86s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.46s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.28s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.70s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.85s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.09s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (3.75s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.33s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddTar (26.70s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.25s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (14.36s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.46s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.41s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.92s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.69s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.32s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.77s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.53s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.09s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.46s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (23.50s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.89s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.51s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.05s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.88s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.87s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-12-15T15:49:00.152Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.00s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.73s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCmd (0.39s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.39s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.41s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.22s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.55s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.87s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.34s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.47s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.59s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.32s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.58s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.47s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.54s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (28.74s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.31s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.05s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.69s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.24s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.22s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.33s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (18.65s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.48s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (14.40s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.18s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.53s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.55s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.00s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.15s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignore (40.79s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.48s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.25s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (49.57s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.26s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.52s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (15.88s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.39s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.36s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (27.80s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (8.70s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.54s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (72.42s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.51s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.24s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.39s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.76s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.40s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.93s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.23s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.01s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.23s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.53s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.64s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.11s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.05s) [2020-12-15T15:49:00.152Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.42s) [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.152Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-12-15T15:49:00.152Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildFails (1.88s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.84s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.03s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.48s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.81s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.04s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.09s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.58s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.40s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.65s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildHistory (7.36s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.70s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.64s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.58s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.71s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLabel (0.65s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.50s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.79s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.40s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLabels (0.66s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.17s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.01s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.37s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.54s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.18s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (11.87s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.61s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (29.34s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.86s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.11s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (4.56s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.30s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.66s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (5.93s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.51s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.97s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.75s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.81s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.77s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.84s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.85s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildOnBuild (7.54s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.11s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.76s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.62s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.41s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.23s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.98s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.75s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.66s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (33.07s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (15.53s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildRm (11.07s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.55s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-12-15T15:49:00.153Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.98s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.59s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.51s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.91s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.73s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.58s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.44s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.53s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.15s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildStderr (3.95s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.16s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.24s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (7.10s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.93s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.08s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.59s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.63s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.46s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (6.91s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.09s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.66s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (12.87s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.55s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.93s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.81s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.96s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.38s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (11.06s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.90s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.53s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.51s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2020-12-15T15:49:00.153Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-12-15T15:49:00.153Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-12-15T15:49:00.153Z] docker_cli_sni_test.go:18: Flakey test [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.65s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.91s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestCommitChange (4.28s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.97s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.71s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestCommitTTY (5.60s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.12s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-12-15T15:49:00.153Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.77s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.85s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.72s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.77s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.83s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.85s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.59s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.63s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.61s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.82s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.80s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.57s) [2020-12-15T15:49:00.153Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-12-15T15:49:00.153Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.14s) [2020-12-15T15:49:00.153Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.27s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.66s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (2.85s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.96s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.35s) [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-12-15T15:49:00.154Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.80s) [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-12-15T15:49:00.154Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.49s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.22s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.44s) [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-12-15T15:49:00.154Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-12-15T15:49:00.154Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-12-15T15:49:00.154Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-12-15T15:49:00.154Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-12-15T15:49:00.154Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.50s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (14.04s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.04s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.00s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (1.99s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (1.94s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008906a0_} (2.02s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1862342730_c:\foo_false____} (2.01s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1862342730_c:\foo_true____} (2.02s) [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-12-15T15:49:00.154Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.12s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.01s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-12-15T15:49:00.154Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-12-15T15:49:00.154Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-12-15T15:49:00.154Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-12-15T15:49:00.154Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-12-15T15:49:00.154Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.154Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.79s) [2020-12-15T15:49:00.154Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-12-15T15:49:00.154Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.85s) [2020-12-15T15:49:00.614Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s) [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.77s) [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.43s) [2020-12-15T15:49:00.614Z] --- PASS: TestDockerSuite/TestCpToCaseB (1.88s) [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- PASS: TestDockerSuite/TestCpToCaseE (11.54s) [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- PASS: TestDockerSuite/TestCpToCaseH (11.40s) [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- PASS: TestDockerSuite/TestCpToDot (1.71s) [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- PASS: TestDockerSuite/TestCpToStdout (1.83s) [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.614Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-12-15T15:49:00.614Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.13s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateArgs (0.13s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.78s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.72s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.21s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.12s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.62s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.46s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateLabels (0.13s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateRM (0.24s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.13s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.26s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.67s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.14s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.35s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.50s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.13s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-12-15T15:49:00.615Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (1.83s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-12-15T15:49:00.615Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-12-15T15:49:00.615Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-12-15T15:49:00.615Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-12-15T15:49:00.615Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-12-15T15:49:00.615Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-12-15T15:49:00.615Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-12-15T15:49:00.615Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-12-15T15:49:00.615Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2020-12-15T15:49:00.615Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.72s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (6.56s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.78s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (6.32s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsCopy (4.49s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (3.73s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.71s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.58s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (2.63s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.00s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.73s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsFilters (3.52s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsFormat (3.42s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.14s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsRename (1.76s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsResize (1.92s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.64s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.85s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.17s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsUntag (2.71s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (2.77s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-12-15T15:49:00.615Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.40s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.45s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-12-15T15:49:00.615Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-12-15T15:49:00.615Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-12-15T15:49:00.615Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.41s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.49s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.56s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.40s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.15s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.52s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecInspectID (2.91s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-12-15T15:49:00.615Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.88s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-12-15T15:49:00.615Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.67s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.33s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.38s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.51s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.47s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.50s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-12-15T15:49:00.615Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-12-15T15:49:00.615Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.98s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.27s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.46s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.79s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.36s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.50s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.89s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.26s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImportBadURL (2.37s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-12-15T15:49:00.615Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-12-15T15:49:00.615Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.80s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.79s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-12-15T15:49:00.615Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-12-15T15:49:00.615Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.65s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.15s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.65s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectDefault (1.72s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectHistory (3.81s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-12-15T15:49:00.615Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.74s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.45s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.13s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.74s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.45s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.55s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectStatus (2.02s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.27s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.62s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.68s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.40s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.72s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.71s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.76s) [2020-12-15T15:49:00.615Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.615Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-12-15T15:49:00.615Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.45s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.45s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (4.98s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.76s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-12-15T15:49:00.616Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.51s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.40s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.40s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.26s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.94s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.88s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.74s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (6.58s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsSince (8.29s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsTail (2.11s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.83s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.68s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (8.25s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-12-15T15:49:00.616Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-12-15T15:49:00.616Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-12-15T15:49:00.616Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-12-15T15:49:00.616Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-12-15T15:49:00.616Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-12-15T15:49:00.616Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-12-15T15:49:00.616Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-12-15T15:49:00.616Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.49s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-12-15T15:49:00.616Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPsByOrder (6.37s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.88s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.21s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.23s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-12-15T15:49:00.616Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.19s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.41s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (5.43s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.11s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2020-12-15T15:49:00.616Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.45s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.22s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.81s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-12-15T15:49:00.616Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.79s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (7.84s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.73s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (17.11s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-12-15T15:49:00.616Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (4.62s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.18s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.12s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.53s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.22s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.08s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.27s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.23s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.63s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.06s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.56s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.28s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.41s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.04s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.73s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiTag (0.58s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.69s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (13.84s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (1.90s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.11s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.91s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.60s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.48s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.06s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.75s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.64s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.64s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.44s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.68s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.25s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.61s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.76s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.81s) [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.62s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.68s) [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-12-15T15:49:00.616Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.616Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.57s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.38s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.69s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.73s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.65s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.70s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunExitCode (1.63s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.65s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.62s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.79s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunExposePort (0.05s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (7.82s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.12s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.45s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.07s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (3.68s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.09s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.25s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.61s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.60s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.66s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (1.98s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.36s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunRm (6.58s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunRmAndWait (4.76s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (1.79s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.72s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.48s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (1.91s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.71s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.48s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.20s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.62s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.65s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.19s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.96s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.38s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.30s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (1.93s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.67s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.68s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.20s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.37s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.63s) [2020-12-15T15:49:00.617Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.32s) [2020-12-15T15:49:00.617Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-12-15T15:49:00.617Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.30s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.46s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.20s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.55s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (9.71s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (5.84s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.08s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.42s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.45s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.67s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.56s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.26s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.24s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLILs (1.93s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.11s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.33s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (5.80s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.46s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.12s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.23s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.24s) [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (6.69s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-12-15T15:49:00.618Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.14s) [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-12-15T15:49:00.618Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-12-15T15:49:00.618Z] --- PASS: TestDockerRegistrySuite (0.12s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-12-15T15:49:00.618Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-12-15T15:49:00.618Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.618Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-12-15T15:49:00.618Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-12-15T15:49:00.619Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthTokenSuite [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-12-15T15:49:00.619Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-12-15T15:49:00.619Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] === RUN TestDockerDaemonSuite [2020-12-15T15:49:00.619Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-12-15T15:49:00.619Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-12-15T15:49:00.619Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-12-15T15:49:00.619Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] === RUN TestDockerSwarmSuite [2020-12-15T15:49:00.619Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-12-15T15:49:00.619Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-12-15T15:49:00.619Z] --- PASS: TestDockerPluginSuite (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] === RUN TestDockerExternalVolumeSuite [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] === RUN TestDockerNetworkSuite [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] === RUN TestDockerHubPullSuite [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-12-15T15:49:00.619Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] PASS [2020-12-15T15:49:00.619Z] ok github.com/docker/docker/integration-cli 2027.608s [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === Skipped [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-12-15T15:49:00.619Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-12-15T15:49:00.619Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-12-15T15:49:00.619Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-12-15T15:49:00.619Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-12-15T15:49:00.619Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-12-15T15:49:00.619Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2020-12-15T15:49:00.619Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-12-15T15:49:00.619Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-12-15T15:49:00.619Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-12-15T15:49:00.619Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-12-15T15:49:00.619Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-12-15T15:49:00.619Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2020-12-15T15:49:00.619Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-12-15T15:49:00.619Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2020-12-15T15:49:00.619Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.25s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.25s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.46s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.46s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.69s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.69s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-12-15T15:49:00.619Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.619Z] [2020-12-15T15:49:00.619Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2020-12-15T15:49:00.619Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.51s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.51s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.27s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-12-15T15:49:00.620Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.24s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.24s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.22s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.22s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.25s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.25s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.24s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.24s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.23s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.23s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-12-15T15:49:00.620Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.24s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.24s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.27s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.25s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.25s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.25s) [2020-12-15T15:49:00.620Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-12-15T15:49:00.620Z] docker_cli_sni_test.go:18: Flakey test [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.620Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-12-15T15:49:00.620Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-12-15T15:49:00.620Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.620Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-12-15T15:49:00.621Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-12-15T15:49:00.621Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:00.621Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-12-15T15:49:00.621Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-12-15T15:49:00.621Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-12-15T15:49:00.621Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-12-15T15:49:01.082Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-12-15T15:49:01.082Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-12-15T15:49:01.082Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-12-15T15:49:01.082Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-12-15T15:49:01.082Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-12-15T15:49:01.082Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-12-15T15:49:01.082Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-12-15T15:49:01.082Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-12-15T15:49:01.082Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2020-12-15T15:49:01.082Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-12-15T15:49:01.082Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-12-15T15:49:01.082Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-12-15T15:49:01.082Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-12-15T15:49:01.082Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-12-15T15:49:01.082Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-12-15T15:49:01.082Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-12-15T15:49:01.082Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-12-15T15:49:01.082Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-12-15T15:49:01.082Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.082Z] [2020-12-15T15:49:01.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-12-15T15:49:01.082Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-12-15T15:49:01.083Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-12-15T15:49:01.083Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-12-15T15:49:01.083Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-12-15T15:49:01.083Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-12-15T15:49:01.083Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-12-15T15:49:01.083Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-12-15T15:49:01.083Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-12-15T15:49:01.083Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-12-15T15:49:01.083Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-12-15T15:49:01.083Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-12-15T15:49:01.083Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-12-15T15:49:01.083Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-12-15T15:49:01.083Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-12-15T15:49:01.083Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-12-15T15:49:01.083Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-12-15T15:49:01.083Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2020-12-15T15:49:01.083Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-12-15T15:49:01.083Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-12-15T15:49:01.083Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.083Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-12-15T15:49:01.084Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-12-15T15:49:01.084Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-12-15T15:49:01.084Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-12-15T15:49:01.084Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-12-15T15:49:01.084Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-12-15T15:49:01.085Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.085Z] [2020-12-15T15:49:01.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-12-15T15:49:01.085Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-12-15T15:49:01.086Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-12-15T15:49:01.086Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-12-15T15:49:01.086Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.086Z] [2020-12-15T15:49:01.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-12-15T15:49:01.087Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-12-15T15:49:01.087Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] DONE 1093 tests, 547 skipped in 2034.961s [2020-12-15T15:49:01.087Z] INFO: Integration tests ended at 12/15/2020 15:49:00. Duration:00:33:55.0622396 [2020-12-15T15:49:01.087Z] INFO: Docker info of the daemon under test at end of run [2020-12-15T15:49:01.087Z] [2020-12-15T15:49:01.087Z] Containers: 2 [2020-12-15T15:49:01.087Z] Running: 0 [2020-12-15T15:49:01.087Z] Paused: 0 [2020-12-15T15:49:01.087Z] Stopped: 2 [2020-12-15T15:49:01.087Z] Images: 18 [2020-12-15T15:49:01.087Z] Server Version: 0.0.0-dev [2020-12-15T15:49:01.087Z] Storage Driver: windowsfilter [2020-12-15T15:49:01.087Z] Windows: [2020-12-15T15:49:01.087Z] Logging Driver: json-file [2020-12-15T15:49:01.087Z] Plugins: [2020-12-15T15:49:01.087Z] Volume: local [2020-12-15T15:49:01.087Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-12-15T15:49:01.087Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-12-15T15:49:01.087Z] Swarm: inactive [2020-12-15T15:49:01.087Z] Default Isolation: process [2020-12-15T15:49:01.087Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-12-15T15:49:01.087Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-12-15T15:49:01.087Z] OSType: windows [2020-12-15T15:49:01.087Z] Architecture: x86_64 [2020-12-15T15:49:01.087Z] CPUs: 4 [2020-12-15T15:49:01.088Z] Total Memory: 32GiB [2020-12-15T15:49:01.088Z] Name: azwin-2-874ec0 [2020-12-15T15:49:01.088Z] ID: DCSJ:DS5E:ZP2N:LSJ5:KGF5:Q3YL:YEVC:SHOM:ZYB6:Q6MW:2EC6:L6JM [2020-12-15T15:49:01.088Z] Docker Root Dir: D:\CI\PR-41800\2\daemon [2020-12-15T15:49:01.088Z] Debug Mode (client): false [2020-12-15T15:49:01.088Z] Debug Mode (server): true [2020-12-15T15:49:01.088Z] File Descriptors: -1 [2020-12-15T15:49:01.088Z] Goroutines: 17 [2020-12-15T15:49:01.088Z] System Time: 2020-12-15T15:49:00.9643085Z [2020-12-15T15:49:01.088Z] EventsListeners: 0 [2020-12-15T15:49:01.088Z] Registry: https://index.docker.io/v1/ [2020-12-15T15:49:01.088Z] Labels: [2020-12-15T15:49:01.088Z] Experimental: false [2020-12-15T15:49:01.088Z] Insecure Registries: [2020-12-15T15:49:01.088Z] 127.0.0.0/8 [2020-12-15T15:49:01.088Z] Live Restore Enabled: false [2020-12-15T15:49:01.088Z] [2020-12-15T15:49:01.088Z] [2020-12-15T15:49:01.088Z] INFO: Stopping daemon under test [2020-12-15T15:49:01.547Z] SUCCESS: The process with PID 8824 (child process of PID 6988) has been terminated. [2020-12-15T15:49:01.547Z] SUCCESS: The process with PID 6988 (child process of PID 3908) has been terminated. [2020-12-15T15:49:01.547Z] INFO: Stop tailing logs of the daemon under tests [2020-12-15T15:49:01.547Z] INFO: executeCI.ps1 Completed successfully at 12/15/2020 15:49:01. [2020-12-15T15:49:01.547Z] INFO: Tidying up at end of run [2020-12-15T15:49:01.547Z] INFO: Saving daemon under test log (d:\CI\PR-41800\2\dut.out) to bundles\CIDUT.out [2020-12-15T15:49:01.547Z] INFO: Saving daemon under test log (d:\CI\PR-41800\2\dut.err) to bundles\CIDUT.err [2020-12-15T15:49:01.547Z] INFO: Nuke-Everything... [2020-12-15T15:49:01.547Z] INFO: Container count on control daemon to delete is 2 [2020-12-15T15:49:02.006Z] e702a897a31a [2020-12-15T15:49:02.006Z] ca0b1084474a [2020-12-15T15:49:02.006Z] INFO: Non-base image count on control daemon to delete is 1 [2020-12-15T15:49:03.619Z] Deleted: sha256:c8be9fdd2baefe217bc1870806b0efbb346935d8637b22d435fe2b42ecd9b8e6 [2020-12-15T15:49:03.619Z] Deleted: sha256:117c2ba255a4e39b6b55d03f80a2fb59e6820616bdcf75ab7db3679c0d5d4999 [2020-12-15T15:49:03.619Z] INFO: Tidying pidfile d:\CI\PR-41800\2\docker.pid [2020-12-15T15:49:03.619Z] INFO: Nuking d:\CI [2020-12-15T15:49:17.313Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-12-15T15:49:28.770Z] INFO: Zapped successfully [2020-12-15T15:49:28.770Z] [2020-12-15T15:49:28.770Z] INFO: executeCI.ps1 exiting at Tue Dec 15 15:49:26 CUT 2020. Duration 00:49:43.0388554 [2020-12-15T15:49:28.770Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-12-15T15:49:29.011Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-12-15T15:49:30.726Z] Creating windowsRS5-integration-bundles.zip [2020-12-15T15:49:32.173Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [Pipeline] step [2020-12-15T15:49:32.474Z] Archiving artifacts [2020-12-15T15:49:33.724Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41800/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-15T15:49:34.648Z] + make clean [2020-12-15T15:49:35.107Z] docker volume rm -f docker-dev-cache [2020-12-15T15:49:35.566Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite (1636.88s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.49s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.68s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.31s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.38s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.07s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.94s) [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:562: [daae859b581a2] joining swarm manager [d3fb67ca01b30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:584: [d38bd753876f9] joining swarm manager [d3fb67ca01b30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] check_test.go:380: [daae859b581a2] daemon is not started [2020-12-15T15:49:47.035Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.32s) [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:45: [dcc2e64eaeeb6] joining swarm manager [d562b8f6b8ebc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.87s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.94s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (36.80s) [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:303: [d18834e1c8a14] joining swarm manager [de1ac7f41243a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:304: [da201dbe19b3f] joining swarm manager [de1ac7f41243a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.95s) [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:271: [dac0dd819f9e5] joining swarm manager [dc0d1113ca5e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:272: [dc1acfb3ae32c] joining swarm manager [dc0d1113ca5e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.63s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.58s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.10s) [2020-12-15T15:49:47.035Z] docker_api_swarm_node_test.go:19: [ddecf3ccb9c0d] joining swarm manager [df75dac7b8cb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_node_test.go:20: [d32d6cb40c198] joining swarm manager [df75dac7b8cb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.07s) [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:501: [d8ff4a613145d] joining swarm manager [d87a7af12cec6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:506: [d8cac18b01fcf] joining swarm manager [d87a7af12cec6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.71s) [2020-12-15T15:49:47.035Z] docker_api_swarm_node_test.go:80: [d63fc6d95312c] joining swarm manager [d841a9b634608]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.90s) [2020-12-15T15:49:47.035Z] docker_api_swarm_node_test.go:52: [dc1f7b25d342f] joining swarm manager [d63916c24816a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_node_test.go:53: [dff9e8ade43e8] joining swarm manager [d63916c24816a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.20s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.45s) [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:201: [d781045ecae48] joining swarm manager [d58aa3dbfde35]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (56.44s) [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:383: [d5318548891f6] joining swarm manager [d1511e86fb5de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:384: [d1aabf6187680] joining swarm manager [d1511e86fb5de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] check_test.go:380: [d1aabf6187680] daemon is not started [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (51.06s) [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:801: [d54fca3be4cdf] joining swarm manager [dc62d6a4426df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:801: [dd1b001634b40] joining swarm manager [dc62d6a4426df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:801: [d558bc16a494b] joining swarm manager [dc62d6a4426df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:801: [d4705aa87d221] joining swarm manager [dc62d6a4426df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:809: [d7892e614c57e] joining swarm manager [dc62d6a4426df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.31s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.89s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.09s) [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:394: [df0c0c89fed46] joining swarm manager [dcabb85876bdf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:394: [dd57a0e91b1f4] joining swarm manager [dcabb85876bdf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.25s) [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:342: [dd6fddecb226f] joining swarm manager [dfd8e483ad906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:342: [d5c624095066e] joining swarm manager [dfd8e483ad906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.89s) [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:489: [d32b0e1da3b68] joining swarm manager [d6db752ae0bbd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:489: [deb1b6d92ce35] joining swarm manager [d6db752ae0bbd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.40s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.58s) [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:127: [de39587ffe6ef] joining swarm manager [d07c3c18ac201]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:128: [d73d6e2366cc1] joining swarm manager [d07c3c18ac201]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:136: [d8520faba7b22] joining swarm manager [d07c3c18ac201]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:137: [d4e72e141b108] joining swarm manager [d07c3c18ac201]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.03s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.80s) [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:303: [d75707a57dac7] joining swarm manager [dba0efc53fc51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:303: [d80548fe27589] joining swarm manager [dba0efc53fc51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.91s) [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:99: [dee2045cddc83] joining swarm manager [df863c489bda6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:100: [dec68933b0e0e] joining swarm manager [df863c489bda6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] check_test.go:380: [dee2045cddc83] daemon is not started [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.38s) [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:532: [da933a4c850ea] joining swarm manager [df10f6f747b53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:533: [d3c25cc3893d8] joining swarm manager [df10f6f747b53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.37s) [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:147: [d1702c90c01fd] joining swarm manager [d06cc6bd4a0c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_api_swarm_service_test.go:147: [d4654708e499f] joining swarm manager [d06cc6bd4a0c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.84s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.27s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.54s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.60s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.45s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.52s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.56s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.02s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.93s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.86s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.95s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.18s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.67s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.02s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.99s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (1.88s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.85s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.25s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.66s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.36s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.97s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.76s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.94s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.64s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.78s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.59s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.82s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.50s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.33s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.22s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.10s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (12.93s) [2020-12-15T15:49:47.035Z] docker_cli_service_logs_test.go:245: checking task lh9lpywfluxo [2020-12-15T15:49:47.035Z] docker_cli_service_logs_test.go:250: checking messages for lh9lpywfluxo [2020-12-15T15:49:47.035Z] docker_cli_service_logs_test.go:245: checking task qne8g2e2rucw [2020-12-15T15:49:47.035Z] docker_cli_service_logs_test.go:250: checking messages for qne8g2e2rucw [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.43s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.84s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.39s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.47s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.85s) [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1901: [da67eb22b6010] joining swarm manager [d89ab2ec251b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1902: [d93436b71c658] joining swarm manager [d89ab2ec251b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.85s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.79s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.04s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.41s) [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1802: [d675010f45df5] joining swarm manager [d73d80f02c802]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1803: [d5f1097e58a5e] joining swarm manager [d73d80f02c802]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.73s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (118.15s) [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1321: [dfa3b89529209] joining swarm manager [d6fbc509824c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1322: [d7beb0393b557] joining swarm manager [d6fbc509824c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.66s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.52s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.32s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.30s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.44s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.30s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (2.98s) [2020-12-15T15:49:47.035Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.19s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.72s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.77s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.28s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.13s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (48.10s) [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1186: [d02ef24bb13b5] joining swarm manager [d4b9fd8905e3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1195: [d2f3a4041ff91] joining swarm manager [d4b9fd8905e3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.04s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.06s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (122.73s) [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1118: [d1240b0d62996] joining swarm manager [dbf9bf4af6919]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1119: [d1d41790c5bfe] joining swarm manager [dbf9bf4af6919]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1172: [d48433821359c] joining swarm manager [dbf9bf4af6919]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.37s) [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1453: [dbd1c41fa0674] joining swarm manager [dac1a68809e74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] docker_cli_swarm_test.go:1454: [dc3c73fb10a6f] joining swarm manager [dac1a68809e74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.01s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.20s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.29s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.00s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (1.89s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.04s) [2020-12-15T15:49:47.035Z] docker_cli_swarm_unix_test.go:62: [db8ef00ed1247] joining swarm manager [d4828b11193f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (1.93s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.09s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.89s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.83s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.16s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.14s) [2020-12-15T15:49:47.035Z] docker_api_swarm_test.go:961: [da3d42200b8c6] joining swarm manager [dbb55aef7e15c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.07s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (1.88s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.27s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.44s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.91s) [2020-12-15T15:49:47.035Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.24s) [2020-12-15T15:49:47.036Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.54s) [2020-12-15T15:49:47.036Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.10s) [2020-12-15T15:49:47.036Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.14s) [2020-12-15T15:49:47.036Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.28s) [2020-12-15T15:49:47.036Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.64s) [2020-12-15T15:49:47.036Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (1.88s) [2020-12-15T15:49:47.036Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.48s) [2020-12-15T15:49:47.036Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.27s) [2020-12-15T15:49:47.036Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.87s) [2020-12-15T15:49:47.036Z] === RUN TestDockerExternalVolumeSuite [2020-12-15T15:49:47.036Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-12-15T15:50:05.104Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-12-15T15:51:12.763Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-12-15T15:51:19.315Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-12-15T15:51:51.380Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-12-15T15:52:06.242Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-12-15T15:52:38.296Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-12-15T15:52:50.490Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-12-15T15:53:22.547Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-12-15T15:53:37.407Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-12-15T15:53:55.475Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-12-15T15:54:42.150Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-12-15T15:55:00.219Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-12-15T15:55:32.278Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-12-15T15:56:04.347Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-12-15T15:56:16.535Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-12-15T15:56:34.600Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-12-15T15:56:49.475Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite (437.02s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2020-12-15T15:57:04.341Z] docker_cli_external_volume_driver_test.go:53: [d271c9aab266d] daemon is not started [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.20s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-12-15T15:57:04.341Z] docker_cli_external_volume_driver_test.go:53: [d04db1862b96d] daemon is not started [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-12-15T15:57:04.341Z] docker_cli_external_volume_driver_test.go:53: [da08c34b1c9f0] daemon is not started [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-12-15T15:57:04.341Z] docker_cli_external_volume_driver_test.go:53: [d2c3b2ebc6672] daemon is not started [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.21s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.64s) [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s) [2020-12-15T15:57:04.341Z] docker_cli_external_volume_driver_test.go:485: [de3ccdb8c0146] daemon is not started [2020-12-15T15:57:04.341Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-12-15T15:57:04.341Z] docker_cli_external_volume_driver_test.go:53: [de327686d9062] daemon is not started [2020-12-15T15:57:04.341Z] PASS [2020-12-15T15:57:04.341Z] [2020-12-15T15:57:04.341Z] === Skipped [2020-12-15T15:57:04.341Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-12-15T15:57:04.341Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-12-15T15:57:04.341Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-12-15T15:57:04.341Z] check_test.go:309: [d22ae93b03d2d] daemon is not started [2020-12-15T15:57:04.341Z] [2020-12-15T15:57:04.341Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-12-15T15:57:04.341Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-12-15T15:57:04.341Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-12-15T15:57:04.341Z] check_test.go:309: [da4f2709c2dd9] daemon is not started [2020-12-15T15:57:04.341Z] [2020-12-15T15:57:04.341Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-12-15T15:57:04.341Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-12-15T15:57:04.341Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-12-15T15:57:04.341Z] check_test.go:309: [dbf09bb1a9993] daemon is not started [2020-12-15T15:57:04.341Z] [2020-12-15T15:57:04.341Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-12-15T15:57:04.341Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-12-15T15:57:04.341Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-12-15T15:57:04.341Z] [2020-12-15T15:57:04.341Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-12-15T15:57:04.341Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-12-15T15:57:04.341Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-12-15T15:57:04.341Z] [2020-12-15T15:57:04.341Z] [2020-12-15T15:57:04.341Z] DONE 273 tests, 5 skipped in 2467.813s [2020-12-15T15:57:04.341Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-12-15T15:57:04.341Z] ++++ cat bundles/test-integration/docker.pid [2020-12-15T15:57:04.341Z] +++ kill 8136 [2020-12-15T15:57:04.907Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d23e9e39d75a0/docker.pid [2020-12-15T15:57:04.907Z] +++ kill 5967 [2020-12-15T15:57:04.907Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5967 is not a child of this shell [2020-12-15T15:57:04.907Z] warning: PID 5967 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d23e9e39d75a0/docker.pid had a nonzero exit code [2020-12-15T15:57:04.907Z] +++ /etc/init.d/apparmor stop [2020-12-15T15:57:04.907Z] Leaving: AppArmorNo profiles have been unloaded. [2020-12-15T15:57:04.907Z] [2020-12-15T15:57:04.907Z] Unloading profiles will leave already running processes permanently [2020-12-15T15:57:04.907Z] unconfined, which can lead to unexpected situations. [2020-12-15T15:57:04.907Z] [2020-12-15T15:57:04.907Z] To set a process to complain mode, use the command line tool [2020-12-15T15:57:04.907Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-12-15T15:57:04.907Z] +++ true [2020-12-15T15:57:04.907Z] exiting test-integration [2020-12-15T15:57:04.907Z] ++ exit 0 [2020-12-15T15:57:04.907Z] [2020-12-15T15:57:05.476Z] + exit 0 [2020-12-15T15:57:05.476Z] ++ jobs -p [2020-12-15T15:57:05.476Z] + pids= [2020-12-15T15:57:05.476Z] + echo 'Remaining pids to kill: []' [2020-12-15T15:57:05.476Z] Remaining pids to kill: [] [2020-12-15T15:57:05.476Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-12-15T15:57:05.488Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-12-15T15:57:07.911Z] + echo Ensuring container killed. [2020-12-15T15:57:07.911Z] Ensuring container killed. [2020-12-15T15:57:07.911Z] + docker ps -aq -f name=docker-pr2-* [2020-12-15T15:57:07.911Z] + cids=1a1e7d40fc61 [2020-12-15T15:57:07.911Z] 8e490e0b7de5 [2020-12-15T15:57:07.911Z] 05abfb282a04 [2020-12-15T15:57:07.911Z] + [ -n 1a1e7d40fc61 [2020-12-15T15:57:07.911Z] 8e490e0b7de5 [2020-12-15T15:57:07.911Z] 05abfb282a04 ] [2020-12-15T15:57:07.911Z] + docker rm -vf 1a1e7d40fc61 8e490e0b7de5 05abfb282a04 [2020-12-15T15:57:09.816Z] 1a1e7d40fc61 [2020-12-15T15:57:10.074Z] 8e490e0b7de5 [2020-12-15T15:57:10.074Z] 05abfb282a04 [Pipeline] sh [2020-12-15T15:57:10.358Z] + echo Chowning /workspace to jenkins user [2020-12-15T15:57:10.358Z] Chowning /workspace to jenkins user [2020-12-15T15:57:10.358Z] + id -u [2020-12-15T15:57:10.358Z] + id -g [2020-12-15T15:57:10.358Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41800:/workspace busybox chown -R 1000:1000 /workspace [2020-12-15T15:57:10.358Z] Unable to find image 'busybox:latest' locally [2020-12-15T15:57:10.616Z] latest: Pulling from library/busybox [2020-12-15T15:57:10.616Z] ea97eb0eb3ec: Pulling fs layer [2020-12-15T15:57:10.874Z] ea97eb0eb3ec: Verifying Checksum [2020-12-15T15:57:10.874Z] ea97eb0eb3ec: Download complete [2020-12-15T15:57:10.874Z] ea97eb0eb3ec: Pull complete [2020-12-15T15:57:10.874Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 [2020-12-15T15:57:10.874Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-12-15T15:57:14.605Z] + bundleName=amd64 [2020-12-15T15:57:14.605Z] + echo Creating amd64-bundles.tar.gz [2020-12-15T15:57:14.605Z] Creating amd64-bundles.tar.gz [2020-12-15T15:57:14.605Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-12-15T15:57:14.605Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2020-12-15T15:57:15.548Z] Archiving artifacts [2020-12-15T15:57:17.394Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41800/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-12-15T15:57:17.717Z] + make clean [2020-12-15T15:57:17.975Z] docker volume rm -f docker-dev-cache [2020-12-15T15:57:17.975Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [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